/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_long.py | 53 (repr(sys.maxint), sys.maxint), 545 hugepos = sys.maxint 549 self.assertEqual(hugepos, hugepos_aslong, "long(sys.maxint) != sys.maxint") 551 "long(-sys.maxint-1) != -sys.maxint-1") 557 "converting sys.maxint to long and back to int fails") 559 self.fail("int(long(sys.maxint)) overflowed!") 561 self.fail("int(long(sys.maxint)) should have returned int" [all...] |
test_pwd.py | 92 # uid. Using sys.maxint may provoke the same problems, but hopefully 94 fakeuid = sys.maxint
|
test_enumerate.py | 238 enum = lambda self, i: enumerate(i, start=sys.maxint+1) 239 seq, res = 'abc', [(sys.maxint+1,'a'), (sys.maxint+2,'b'), 240 (sys.maxint+3,'c')]
|
string_tests.py | 126 self.checkequal(0, '', 'count', '', sys.maxint, 0) 130 self.checkequal(0, '', 'count', 'xx', sys.maxint, 0) 183 self.checkequal(-1, '', 'find', '', sys.maxint, 0) 187 self.checkequal(-1, '', 'find', 'xx', sys.maxint, 0) 328 if sys.maxint < (1 << 32) and struct.calcsize('P') == 4: 330 '\ta\n\tb', 'expandtabs', sys.maxint) 343 sys.maxint-1) 368 sys.maxint-2) 387 sys.maxint-10) 430 sys.maxint-20 [all...] |
test_index.py | 4 from sys import maxint namespace 259 return maxint # cannot return long here 273 return maxint # cannot return long here 281 self.assertEqual(x[self.neg:self.pos], (maxint+minsize, maxsize))
|
test_ucn.py | 144 @unittest.skipUnless(_testcapi.UINT_MAX < sys.maxint, 145 "needs UINT_MAX < sys.maxint")
|
seq_tests.py | 310 if sys.maxint <= 2147483647: 390 self.assertEqual(a.index(0, -4*sys.maxint, 4*sys.maxint), 2) 391 self.assertRaises(ValueError, a.index, 0, 4*sys.maxint,-4*sys.maxint)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_long.py | 53 (repr(sys.maxint), sys.maxint), 545 hugepos = sys.maxint 549 self.assertEqual(hugepos, hugepos_aslong, "long(sys.maxint) != sys.maxint") 551 "long(-sys.maxint-1) != -sys.maxint-1") 557 "converting sys.maxint to long and back to int fails") 559 self.fail("int(long(sys.maxint)) overflowed!") 561 self.fail("int(long(sys.maxint)) should have returned int" [all...] |
test_pwd.py | 92 # uid. Using sys.maxint may provoke the same problems, but hopefully 94 fakeuid = sys.maxint
|
test_enumerate.py | 238 enum = lambda self, i: enumerate(i, start=sys.maxint+1) 239 seq, res = 'abc', [(sys.maxint+1,'a'), (sys.maxint+2,'b'), 240 (sys.maxint+3,'c')]
|
string_tests.py | 126 self.checkequal(0, '', 'count', '', sys.maxint, 0) 130 self.checkequal(0, '', 'count', 'xx', sys.maxint, 0) 183 self.checkequal(-1, '', 'find', '', sys.maxint, 0) 187 self.checkequal(-1, '', 'find', 'xx', sys.maxint, 0) 328 if sys.maxint < (1 << 32) and struct.calcsize('P') == 4: 330 '\ta\n\tb', 'expandtabs', sys.maxint) 343 sys.maxint-1) 368 sys.maxint-2) 387 sys.maxint-10) 430 sys.maxint-20 [all...] |
test_index.py | 4 from sys import maxint namespace 259 return maxint # cannot return long here 273 return maxint # cannot return long here 281 self.assertEqual(x[self.neg:self.pos], (maxint+minsize, maxsize))
|
test_ucn.py | 144 @unittest.skipUnless(_testcapi.UINT_MAX < sys.maxint, 145 "needs UINT_MAX < sys.maxint")
|
seq_tests.py | 310 if sys.maxint <= 2147483647: 390 self.assertEqual(a.index(0, -4*sys.maxint, 4*sys.maxint), 2) 391 self.assertRaises(ValueError, a.index, 0, 4*sys.maxint,-4*sys.maxint)
|
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/ |
memorizingfile.py | 50 def __init__(self, file_, max_memorized_lines=sys.maxint): 57 Default: sys.maxint.
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/ |
memorizingfile.py | 50 def __init__(self, file_, max_memorized_lines=sys.maxint): 57 Default: sys.maxint.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/ |
values.h | 45 #define MAXINT INT_MAX
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/ |
values.h | 45 #define MAXINT INT_MAX
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/ |
platforminfo.py | 98 """Returns sys.maxint if the width cannot be determined.""" 111 return sys.maxint 120 return sys.maxint
|
/external/stlport/test/unit/ |
sstream_test.cpp | 28 CPPUNIT_TEST(maxint); 48 void maxint(); 201 void SstreamTest::maxint() function in class:SstreamTest
|
/ndk/tests/device/test-gnustl-full/unit/ |
sstream_test.cpp | 28 CPPUNIT_TEST(maxint); 48 void maxint(); 201 void SstreamTest::maxint() function in class:SstreamTest
|
/ndk/tests/device/test-stlport/unit/ |
sstream_test.cpp | 28 CPPUNIT_TEST(maxint); 48 void maxint(); 201 void SstreamTest::maxint() function in class:SstreamTest
|
/external/chromium_org/third_party/freetype/include/freetype/internal/ |
ftcalc.h | 78 /* divide by zero; it simply returns `MaxInt' or `MinInt' depending */
|
/external/freetype/include/internal/ |
ftcalc.h | 82 /* divide by zero; it simply returns `MaxInt' or `MinInt' depending */
|
/external/pdfium/core/include/thirdparties/freetype/freetype/internal/ |
ftcalc.h | 78 /* divide by zero; it simply returns `MaxInt' or `MinInt' depending */
|