Searched defs:not_test (Results 1 - 6 of 6) sorted by relevance

/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/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:

Completed in 19 milliseconds