Home
last modified time | relevance | path

Searched refs:or_test (Results 1 – 11 of 11) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Grammar/
DGrammar86 old_test: or_test | old_lambdef
89 test: or_test ['if' or_test 'else' test] | lambdef
90 or_test: and_test ('or' and_test)*
134 comp_for: 'for' exprlist 'in' or_test [comp_iter]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/
DGrammar.txt107 old_test: or_test | old_lambdef
110 test: or_test ['if' or_test 'else' test] | lambdef
111 or_test: and_test ('or' and_test)*
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dgraminit.h52 #define or_test 305 macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dgraminit.h52 #define or_test 305 macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dsymbol.py62 or_test = 305 variable
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/
Dfix_has_key.py89 syms.or_test, syms.test, syms.lambdef, syms.argument):
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
Dtransformer.py606 def or_test(self, nodelist): member in Transformer
611 old_test = or_test
1430 symbol.or_test,
1507 symbol.or_test,
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dparsermodule.c944 VALIDATER(yield_or_testlist); VALIDATER(or_test);
2179 int res = validate_ntype(tree, or_test) && is_odd(nch); in validate_or_test()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dparsermodule.c973 VALIDATER(yield_or_testlist); VALIDATER(or_test);
2208 int res = validate_ntype(tree, or_test) && is_odd(nch); in validate_or_test()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dast.c1862 case or_test: in ast_for_expr()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dast.c1857 case or_test: in ast_for_expr()