/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/ |
ftcalc.h | 78 /* divide by zero; it simply returns `MaxInt' or `MinInt' depending */
|
/frameworks/base/tools/layoutlib/rename_font/ |
build_font.py | 139 last_name_id = sys.maxint 167 last_name_id = sys.maxint
|
build_font_single.py | 123 last_name_id = sys.maxint 151 last_name_id = sys.maxint
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/ |
heap.py | 216 assert 0 <= size < sys.maxint 242 assert 0 <= size < sys.maxint
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/ |
heap.py | 216 assert 0 <= size < sys.maxint 242 assert 0 <= size < sys.maxint
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_compile.py | 271 if sys.maxint == 2147483647: 276 elif sys.maxint == 9223372036854775807: 283 # Verify treatment of constant folding on -(sys.maxint+1) 285 self.assertIsInstance(eval("%s" % (-sys.maxint - 1)), int) 286 self.assertIsInstance(eval("%s" % (-sys.maxint - 2)), long) 288 if sys.maxint == 9223372036854775807:
|
test_int.py | 19 (repr(sys.maxint), sys.maxint), 97 s = repr(-1-sys.maxint) 99 self.assertEqual(x+1, -sys.maxint) 102 self.assertEqual(int(s[1:]), sys.maxint+1) 114 x = -1-sys.maxint
|
test_bytes.py | 53 self.assertRaises(IndexError, lambda: b[sys.maxint]) 54 self.assertRaises(IndexError, lambda: b[sys.maxint+1]) 58 self.assertRaises(IndexError, lambda: b[-sys.maxint]) 59 self.assertRaises(IndexError, lambda: b[-sys.maxint-1]) 60 self.assertRaises(IndexError, lambda: b[-sys.maxint-2]) 98 self.assertRaises(ValueError, self.type2test, [-sys.maxint]) 99 self.assertRaises(ValueError, self.type2test, [-sys.maxint-1]) 100 self.assertRaises(ValueError, self.type2test, [-sys.maxint-2]) 104 self.assertRaises(ValueError, self.type2test, [sys.maxint]) 105 self.assertRaises(ValueError, self.type2test, [sys.maxint+1] [all...] |
test_itertools.py | 350 for i in (-sys.maxint-5, -sys.maxint+5 ,-10, -1, 0, 10, sys.maxint-5, sys.maxint+5): 357 for value in -3, 3, sys.maxint-5, sys.maxint+5: 395 for i in (-sys.maxint-5, -sys.maxint+5 ,-10, -1, 0, 10, sys.maxint-5, sys.maxint+5) [all...] |
test_builtin.py | 82 self.assertTrue(abs(-sys.maxint-1) > 0) 135 x = -sys.maxint-1 137 self.assertEqual(-x, sys.maxint+1) 345 self.assertEqual(divmod(-sys.maxint-1, -1), 346 (sys.maxint+1, 0)) [all...] |
test_marshal.py | 13 n = sys.maxint 63 n = sys.maxint * 3.7e250 84 n = sys.maxint * 3.7e-250
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_compile.py | 271 if sys.maxint == 2147483647: 276 elif sys.maxint == 9223372036854775807: 283 # Verify treatment of constant folding on -(sys.maxint+1) 285 self.assertIsInstance(eval("%s" % (-sys.maxint - 1)), int) 286 self.assertIsInstance(eval("%s" % (-sys.maxint - 2)), long) 288 if sys.maxint == 9223372036854775807:
|
test_int.py | 19 (repr(sys.maxint), sys.maxint), 97 s = repr(-1-sys.maxint) 99 self.assertEqual(x+1, -sys.maxint) 102 self.assertEqual(int(s[1:]), sys.maxint+1) 114 x = -1-sys.maxint
|
test_bytes.py | 53 self.assertRaises(IndexError, lambda: b[sys.maxint]) 54 self.assertRaises(IndexError, lambda: b[sys.maxint+1]) 58 self.assertRaises(IndexError, lambda: b[-sys.maxint]) 59 self.assertRaises(IndexError, lambda: b[-sys.maxint-1]) 60 self.assertRaises(IndexError, lambda: b[-sys.maxint-2]) 98 self.assertRaises(ValueError, self.type2test, [-sys.maxint]) 99 self.assertRaises(ValueError, self.type2test, [-sys.maxint-1]) 100 self.assertRaises(ValueError, self.type2test, [-sys.maxint-2]) 104 self.assertRaises(ValueError, self.type2test, [sys.maxint]) 105 self.assertRaises(ValueError, self.type2test, [sys.maxint+1] [all...] |
test_itertools.py | 350 for i in (-sys.maxint-5, -sys.maxint+5 ,-10, -1, 0, 10, sys.maxint-5, sys.maxint+5): 357 for value in -3, 3, sys.maxint-5, sys.maxint+5: 395 for i in (-sys.maxint-5, -sys.maxint+5 ,-10, -1, 0, 10, sys.maxint-5, sys.maxint+5) [all...] |
test_builtin.py | 82 self.assertTrue(abs(-sys.maxint-1) > 0) 135 x = -sys.maxint-1 137 self.assertEqual(-x, sys.maxint+1) 345 self.assertEqual(divmod(-sys.maxint-1, -1), 346 (sys.maxint+1, 0)) [all...] |
test_marshal.py | 13 n = sys.maxint 63 n = sys.maxint * 3.7e250 84 n = sys.maxint * 3.7e-250
|
/bionic/libc/upstream-openbsd/lib/libc/stdio/ |
vfprintf.c | 259 #define MAXINT 0x1000 /* largest integer size (intmax_t) */ 395 ((intmax_t)(flags&MAXINT ? GETARG(intmax_t) : \ 404 ((uintmax_t)(flags&MAXINT ? GETARG(uintmax_t) : \ 613 flags |= MAXINT; 818 else if (flags & MAXINT) 1162 ((flags&MAXINT) ? ADDTYPE(T_MAXINT) : \ 1171 ((flags&MAXINT) ? ADDTYPE(T_MAXUINT) : \ 1273 flags |= MAXINT; 1334 else if (flags & MAXINT) [all...] |
vfwprintf.c | 276 #define MAXINT 0x1000 /* largest integer size (intmax_t) */ 383 ((intmax_t)(flags&MAXINT ? GETARG(intmax_t) : \ 392 ((uintmax_t)(flags&MAXINT ? GETARG(uintmax_t) : \ 589 flags |= MAXINT; 795 else if (flags & MAXINT) 1144 ((flags&MAXINT) ? ADDTYPE(T_MAXINT) : \ 1153 ((flags&MAXINT) ? ADDTYPE(T_MAXUINT) : \ 1307 else if (flags & MAXINT) [all...] |
/external/chromium_org/third_party/jsoncpp/overrides/src/lib_json/ |
json_value.cpp | 41 const Int Value::maxInt = Int( UInt(-1)/2 ); 100 if (length >= (unsigned)Value::maxInt) 101 length = Value::maxInt - 1; 750 JSON_ASSERT_MESSAGE(InRange(value_.real_, minInt, maxInt), "double out of Int range"); 947 || (type_ == realValue && InRange(value_.real_, minInt, maxInt)) [all...] |
/external/jsoncpp/chromium-overrides/src/lib_json/ |
json_value.cpp | 35 const Int Value::maxInt = Int( UInt(-1)/2 ); 94 if (length >= (unsigned)Value::maxInt) 95 length = Value::maxInt - 1; 744 JSON_ASSERT_MESSAGE(InRange(value_.real_, minInt, maxInt), "double out of Int range"); 941 || (type_ == realValue && InRange(value_.real_, minInt, maxInt)) [all...] |
/external/jsoncpp/src/lib_json/ |
json_value.cpp | 31 const Int Value::maxInt = Int( UInt(-1)/2 ); 90 if (length >= (unsigned)Value::maxInt) 91 length = Value::maxInt - 1; 740 JSON_ASSERT_MESSAGE(InRange(value_.real_, minInt, maxInt), "double out of Int range"); 937 || (type_ == realValue && InRange(value_.real_, minInt, maxInt)) 1395 return value_.int_ >= minInt && value_.int_ <= maxInt; 1397 return value_.uint_ <= UInt(maxInt); 1400 value_.real_ <= maxInt & [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/ |
test_extensions.py | 63 (-1, -1), (sys.maxint + 1, sys.maxint + 1))
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
popen2.py | 26 if inst.poll(_deadstate=sys.maxint) >= 0: 76 self.poll(_deadstate=sys.maxint)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/ |
test_extensions.py | 63 (-1, -1), (sys.maxint + 1, sys.maxint + 1))
|