Home
last modified time | relevance | path

Searched refs:testlist_safe (Results 1 – 10 of 10) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dgraminit.h48 #define testlist_safe 301 macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dgraminit.h48 #define testlist_safe 301 macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dsymbol.py58 testlist_safe = 301 variable
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Grammar/
DGrammar85 testlist_safe: old_test [(',' old_test)+ [',']]
130 list_for: 'for' exprlist 'in' testlist_safe [list_iter]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/
DGrammar.txt106 testlist_safe: old_test [(',' old_test)+ [',']]
150 comp_for: 'for' exprlist 'in' testlist_safe [comp_iter]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
Dtransformer.py580 testlist_safe = testlist # XXX variable in Transformer
1006 if t in (symbol.exprlist, symbol.testlist, symbol.testlist_safe, symbol.testlist_comp):
1428 symbol.testlist_safe,
1483 symbol.testlist_safe,
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dast.c587 TYPE(n) == testlist_safe || in seq_for_testlist()
2127 TYPE(n) == testlist_safe || in ast_for_testlist()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dast.c587 TYPE(n) == testlist_safe || in seq_for_testlist()
2122 TYPE(n) == testlist_safe || in ast_for_testlist()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dparsermodule.c1178 return (validate_repeating_list(tree, testlist_safe, in validate_testlist_safe()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dparsermodule.c1207 return (validate_repeating_list(tree, testlist_safe, in validate_testlist_safe()