/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_array.py | 37 # smallerexample: the same length as example, but smaller 266 al = array.array(self.typecode, self.smallerexample) 802 smallerexample = '\x01azAY\x00\xfe' variable in class:CharacterTest 841 smallerexample = unicode(r'\x01\u263a\x00\ufefe', 'unicode-escape') variable in class:CharacterTest.UnicodeTest 966 smallerexample = [-1, 0, 1, 42, 0x7e] variable in class:SignedNumberTest 978 smallerexample = [0, 1, 17, 23, 42, 0xfe] variable in class:UnsignedNumberTest 1044 smallerexample = [-42.0, 0, 42, 1e5, -2e10] variable in class:FPTest [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_array.py | 37 # smallerexample: the same length as example, but smaller 266 al = array.array(self.typecode, self.smallerexample) 802 smallerexample = '\x01azAY\x00\xfe' variable in class:CharacterTest 841 smallerexample = unicode(r'\x01\u263a\x00\ufefe', 'unicode-escape') variable in class:CharacterTest.UnicodeTest 966 smallerexample = [-1, 0, 1, 42, 0x7e] variable in class:SignedNumberTest 978 smallerexample = [0, 1, 17, 23, 42, 0xfe] variable in class:UnsignedNumberTest 1044 smallerexample = [-42.0, 0, 42, 1e5, -2e10] variable in class:FPTest [all...] |