Searched refs:definition (Results 1 – 4 of 4) sorted by relevance
| /misc/config_tools/board_inspector/acpiparser/aml/ |
| A D | builder.py | 135 definition = getattr(grammar, sym) variable 136 if isinstance(definition, tuple): 138 elif isinstance(definition, list) and len(definition) == 1: 139 if definition[0] in globals().keys(): 140 globals()[sym] = globals()[definition[0]]
|
| A D | parser.py | 616 definition = getattr(grammar, sym) variable 617 if isinstance(definition, tuple): 618 factory = SequenceFactory(sym, definition) 621 elif isinstance(definition, list): 622 factory = OptionFactory(sym, definition)
|
| /misc/config_tools/configurator/packages/vue-json-schema-form/ |
| A D | LICENSE.vue-json-schema-form | 17 control with that entity. For the purposes of this definition, 53 the copyright owner. For the purposes of this definition, "submitted"
|
| /misc/debug_tools/acrn_crashlog/acrnprobe/ |
| A D | conf.rst | 62 As for the definition of ``sender``, ``trigger``, ``crash`` and ``info``
|
Completed in 9 milliseconds