Searched refs:not_test (Results 1 - 11 of 11) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/
H A Dfix_has_key.py56 negation=not_test<
75 if (node.parent.type == syms.not_test and
88 if arg.type in (syms.comparison, syms.not_test, syms.and_test,
H A Dfix_idioms.py108 test = Node(syms.not_test, [Name(u"not"), test])
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
H A Dgraminit.h54 #define not_test 307 macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
H A Dgraminit.h54 #define not_test 307 macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A Dsymbol.py64 not_test = 307 variable
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/parser/
H A Dexample.py176 (symbol.not_test,
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
H A Dtransformer.py614 # not_test ('and' not_test)*
617 def not_test(self, nodelist): member in class:Transformer
618 # 'not' not_test | comparison
1432 symbol.not_test,
1486 symbol.not_test,
1509 symbol.not_test,
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
H A Dparsermodule.c959 VALIDATER(not_test); VALIDATER(comparison); variable
2242 int res = validate_ntype(tree, not_test) && ((nch == 1) || (nch == 2));
3245 case not_test:
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
H A Dparsermodule.c930 VALIDATER(not_test); VALIDATER(comparison); variable
2213 int res = validate_ntype(tree, not_test) && ((nch == 1) || (nch == 2));
3216 case not_test:
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
H A Dast.c1827 and_test: not_test ('and' not_test)*
1828 not_test: 'not' not_test | comparison
1882 case not_test:
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
H A Dast.c1822 and_test: not_test ('and' not_test)*
1823 not_test: 'not' not_test | comparison
1877 case not_test:

Completed in 94 milliseconds