Home
last modified time | relevance | path

Searched refs:dotted_as_name (Results 1 – 12 of 12) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dgraminit.h32 #define dotted_as_name 285 macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dgraminit.h32 #define dotted_as_name 285 macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Grammar/
DGrammar57 dotted_as_name: dotted_name ['as' NAME]
59 dotted_as_names: dotted_as_name (',' dotted_as_name)*
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dsymbol.py42 dotted_as_name = 285 variable
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/
DGrammar.txt77 dotted_as_name: dotted_name ['as' NAME]
79 dotted_as_names: dotted_as_name (',' dotted_as_name)*
Dfixer_util.py402 if child.type == syms.dotted_as_name:
407 elif imp.type == syms.dotted_as_name:
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/
Dfix_import.py30 elif node.type == syms.dotted_as_name:
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
Dtransformer.py887 assert node[0] == symbol.dotted_as_name
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dparsermodule.c1818 int res = validate_ntype(tree, dotted_as_name); in validate_dotted_as_name()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dparsermodule.c1847 int res = validate_ntype(tree, dotted_as_name); in validate_dotted_as_name()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dast.c2462 case dotted_as_name: in alias_for_import_name()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dast.c2457 case dotted_as_name: in alias_for_import_name()