Searched refs:or_test (Results 1 - 9 of 9) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
H A Dgraminit.h52 #define or_test 305 macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
H A Dgraminit.h52 #define or_test 305 macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A Dsymbol.py62 or_test = 305 variable
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/
H A 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/
H A Dtransformer.py593 # or_test ['if' or_test 'else' test] | lambdef
606 def or_test(self, nodelist): member in class:Transformer
611 old_test = or_test
1430 symbol.or_test,
1507 symbol.or_test,
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
H A Dparsermodule.c973 VALIDATER(yield_or_testlist); VALIDATER(or_test); variable
2208 int res = validate_ntype(tree, or_test) && is_odd(nch);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
H A Dparsermodule.c944 VALIDATER(yield_or_testlist); VALIDATER(or_test); variable
2179 int res = validate_ntype(tree, or_test) && is_odd(nch);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
H A Dast.c979 /* test: or_test 'if' or_test 'else' test */
1825 test: or_test ['if' or_test 'else' test] | lambdef
1826 or_test: and_test ('or' and_test)*
1844 old_test: or_test | old_lambdef
1862 case or_test:
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
H A Dast.c979 /* test: or_test 'if' or_test 'else' test */
1820 test: or_test ['if' or_test 'else' test] | lambdef
1821 or_test: and_test ('or' and_test)*
1839 old_test: or_test | old_lambdef
1857 case or_test:

Completed in 60 milliseconds