Home
last modified time | relevance | path

Searched defs:definitions (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
Dobjgraph.py29 definitions = 'TRGDSBAEC' variable
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
Dasdl.py118 def p_module(self, (module, name, version, _0, definitions, _1)): argument
136 def p_definition_1(self, (definitions, definition)):
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
Dccompiler.py226 def _check_macro_definitions(self, definitions): argument