Searched refs:context (Results 1 – 12 of 12) sorted by relevance
| /misc/config_tools/board_inspector/acpiparser/ |
| A D | dsdt.py | 12 from acpiparser.aml.context import Context 23 context = Context() 27 context.switch_stream(t) 29 parser.AMLCode.parse(context, tree) 33 context.current_stream.dump() 36 context.skip_external_on_lookup() 38 for tree in context.trees.values(): 40 return context 43 context = Context() 44 context.switch_stream(data) [all …]
|
| A D | prt.py | 7 from .aml import datatypes, context 11 if isinstance(self.source, context.DeviceDecl):
|
| /misc/config_tools/board_inspector/acpiparser/aml/ |
| A D | parser.py | 9 from .context import * 15 def hook_pre(context, tree): argument 23 def hook_post(context, tree): argument 39 def parse(self, context, tree): argument 45 self.match(context, context.current_stream, tree) 406 self.context = context 454 context.pop_scope() 493 context.pop_scope() 570 context.pop_scope() 589 context.pop_scope() [all …]
|
| A D | interpreter.py | 6 from .context import * 79 def __init__(self, context): argument 80 super().__init__(context) 124 self.context.dump_bindings() 132 obj = self.context.lookup_binding(name) 195 self.context.pop_scope() 214 self.context.pop_scope() 240 self.context.pop_scope() 246 sym = self.context.lookup_symbol(self.context.realpath(tree.scope, name)) 317 sym = self.context.lookup_symbol(self.context.realpath(tree.scope, name)) [all …]
|
| A D | visitors.py | 37 self.context = interpreter.context 50 realpath = self.context.realpath(scope, name) 51 self.context.unregister_object(realpath) 57 self.context.change_scope(tree.scope) 59 self.context.pop_scope()
|
| A D | tree.py | 128 def __init__(self, context): argument 129 self.context = context
|
| A D | exception.py | 19 def __init__(self, name, context): argument
|
| /misc/config_tools/scenario_config/ |
| A D | elementpath_overlay.py | 59 def evaluate(self, context=None): argument 61 op1 = self.get_argument(context, 0) 74 def evaluate_bits_of(self, context=None): argument 75 op = self.get_argument(context) 88 for item in self[0].select(context): 101 if context is not None: 102 context.item = value 138 def copy_context(context): argument 139 ret = copy(context) 152 def evaluate(self, context=None): argument [all …]
|
| A D | validator.py | 128 context = XPathContext(elem, variables={'value': None}) 129 context.counter_example = {} 130 result = assertion.token.evaluate(context) 133 return context.counter_example
|
| /misc/config_tools/board_inspector/extractors/ |
| A D | 50-acpi-namespace.py | 14 import acpiparser.aml.context as context namespace 177 self.context = interpreter.context 208 self.interpreter.context.pop_scope() 259 scope_decl = self.context.lookup_symbol(self.context.parent(scope_decl.name)) 268 scope_decl = self.context.lookup_symbol(self.context.parent(scope_decl.name)) 282 self.context.change_scope(tree.scope) 285 decl = self.context.lookup_symbol(tree.value) 292 elif isinstance(decl, context.MethodDecl): 301 self.context.pop_scope() 392 namespace = interpreter.context [all …]
|
| /misc/config_tools/acpi_gen/ |
| A D | asl_gen.py | 21 from acpiparser.aml.context import Context
|
| /misc/config_tools/configurator/packages/configurator/src-tauri/ |
| A D | Cargo.lock | 2182 name = "ndk-context" 3593 "ndk-context",
|
Completed in 23 milliseconds