Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dgraminit.h53 #define and_test 306 macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dgraminit.h53 #define and_test 306 macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Grammar/
DGrammar90 or_test: and_test ('or' and_test)*
91 and_test: not_test ('and' not_test)*
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dsymbol.py63 and_test = 306 variable
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/
DGrammar.txt111 or_test: and_test ('or' and_test)*
112 and_test: not_test ('and' not_test)*
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/
Dfix_has_key.py88 if arg.type in (syms.comparison, syms.not_test, syms.and_test,
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/parser/
Dexample.py175 (symbol.and_test,
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
Dtransformer.py613 def and_test(self, nodelist): member in Transformer
1431 symbol.and_test,
1485 symbol.and_test,
1508 symbol.and_test,
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dparsermodule.c929 VALIDATER(test); VALIDATER(and_test);
2197 int res = (validate_ntype(tree, and_test) in validate_and_test()
3213 case and_test: in validate_node()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dparsermodule.c958 VALIDATER(test); VALIDATER(and_test);
2226 int res = (validate_ntype(tree, and_test) in validate_and_test()
3242 case and_test: in validate_node()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dast.c1863 case and_test: in ast_for_expr()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dast.c1858 case and_test: in ast_for_expr()