Home
last modified time | relevance | path

Searched refs:is_true (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
D_warnings.c520 int is_true; in setup_context() local
524 is_true = PyObject_IsTrue(*filename); in setup_context()
525 if (is_true < 0) { in setup_context()
529 else if (!is_true) { in setup_context()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
D_warnings.c521 int is_true; in setup_context() local
525 is_true = PyObject_IsTrue(*filename); in setup_context()
526 if (is_true < 0) { in setup_context()
530 else if (!is_true) { in setup_context()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_support.py1037 is_true = guards.values()[0]
1038 assert guards.values() == [is_true] * len(guards) # all True or all False
1039 return (guards, not is_true)