Searched refs:truth (Results 1 – 18 of 18) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_operator.py | 341 self.assertRaises(TypeError, operator.truth) 342 self.assertRaises(SyntaxError, operator.truth, C()) 343 self.assertTrue(operator.truth(5)) 344 self.assertTrue(operator.truth([0])) 345 self.assertFalse(operator.truth(0)) 346 self.assertFalse(operator.truth([]))
|
D | test_iter.py | 336 def __init__(self, truth): argument 337 self.truth = truth 339 return self.truth
|
D | test_bool.py | 280 self.assertIs(operator.truth(0), False) 281 self.assertIs(operator.truth(1), True)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
D | operator.c | 89 spami(truth , PyObject_IsTrue) in spami() 246 spam1o(truth,
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/ |
D | ddInvert.decTest | 29 -- Sanity check (truth table)
|
D | invert.decTest | 28 -- Sanity check (truth table), and examples from decArith
|
D | dqInvert.decTest | 29 -- Sanity check (truth table)
|
D | ddOr.decTest | 29 -- Sanity check (truth table)
|
D | ddXor.decTest | 29 -- Sanity check (truth table)
|
D | ddAnd.decTest | 29 -- Sanity check (truth table)
|
D | or.decTest | 28 -- Sanity check (truth table)
|
D | and.decTest | 28 -- Sanity check (truth table)
|
D | xor.decTest | 28 -- Sanity check (truth table)
|
D | dqAnd.decTest | 29 -- Sanity check (truth table)
|
D | dqXor.decTest | 29 -- Sanity check (truth table)
|
D | dqOr.decTest | 29 -- Sanity check (truth table)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
D | operator.c | 89 spami(truth , PyObject_IsTrue) in spami() 372 spam1o(truth,
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | xmlrpclib.py | 307 self.value = operator.truth(value) 345 return _truefalse[operator.truth(value)]
|