HomeSort by relevance Sort by last modified time
    Searched full:maxint (Results 101 - 125 of 227) sorted by null

1 2 3 45 6 7 8 910

  /external/jsoncpp/
NEWS.txt 28 may have been constructed with a 64-bit integer larger than maxInt,
  /external/neven/Embedded/common/src/b_BasicEm/
Phase.h 28 * The corresponding integer value range is [ MININT, MAXINT + 1 [.
  /external/tcpdump/
print-ntp.c 218 #define FMAXINT (4294967296.0) /* floating point rep. of MAXINT */
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
CodeContext.py 15 from sys import maxint as INFINITY
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
CodeContext.py 15 from sys import maxint as INFINITY
  /external/sonivox/jet_tools/JetCreator/
JetCtrls.py 124 index = self.InsertStringItem(sys.maxint, row)
182 index = self.InsertStringItem(sys.maxint, row)
231 index = self.InsertStringItem(sys.maxint, str(track.track))
JetAudition.py 214 index = self.segList.InsertStringItem(sys.maxint, StrNoneChk(segment.segname))
329 index = self.queueList.InsertStringItem(sys.maxint, item.name)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
sre_parse.py 150 i = sys.maxint
175 self.width = int(min(lo, sys.maxint)), int(min(hi, sys.maxint))
_osx_support.py 477 if sys.maxint >= 2**32:
483 if sys.maxint >= 2**32:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
sre_parse.py 150 i = sys.maxint
175 self.width = int(min(lo, sys.maxint)), int(min(hi, sys.maxint))
_osx_support.py 477 if sys.maxint >= 2**32:
483 if sys.maxint >= 2**32:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_xmlrpc.py 122 if sys.maxint > 2L**31-1:
126 xmlrpclib.dumps((xmlrpclib.MAXINT, xmlrpclib.MININT))
127 self.assertRaises(OverflowError, xmlrpclib.dumps, (xmlrpclib.MAXINT+1,))
134 m.dump_int(xmlrpclib.MAXINT, dummy_write)
136 self.assertRaises(OverflowError, m.dump_int, xmlrpclib.MAXINT+1, dummy_write)
    [all...]
test_types.py 135 m = -sys.maxint - 1
152 m = sys.maxint
167 x = sys.maxint
test_multibytecodec.py 43 myreplace = lambda exc: (u'', sys.maxint+1)
test_str.py 117 if sys.maxint > (1 << 32) or struct.calcsize('P') != 4:
119 self.assertRaises(OverflowError, 't\tt\t'.expandtabs, sys.maxint)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_xmlrpc.py 122 if sys.maxint > 2L**31-1:
126 xmlrpclib.dumps((xmlrpclib.MAXINT, xmlrpclib.MININT))
127 self.assertRaises(OverflowError, xmlrpclib.dumps, (xmlrpclib.MAXINT+1,))
134 m.dump_int(xmlrpclib.MAXINT, dummy_write)
136 self.assertRaises(OverflowError, m.dump_int, xmlrpclib.MAXINT+1, dummy_write)
    [all...]
test_types.py 135 m = -sys.maxint - 1
152 m = sys.maxint
167 x = sys.maxint
test_multibytecodec.py 43 myreplace = lambda exc: (u'', sys.maxint+1)
test_str.py 117 if sys.maxint > (1 << 32) or struct.calcsize('P') != 4:
119 self.assertRaises(OverflowError, 't\tt\t'.expandtabs, sys.maxint)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/views/
printing_unittest.py 205 printer._meter.number_of_columns = lambda: sys.maxint
  /external/chromium_org/webkit/tools/layout_tests/
canary-webkit-revisions.py 178 min_passing_revision = sys.maxint
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/
util.py 181 return nums or [ sys.maxint ]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/
util.py 181 return nums or [ sys.maxint ]
  /external/chromium_org/third_party/skia/src/core/
SkScan_AntiPath.cpp 591 static bool safeRoundOut(const SkRect& src, SkIRect* dst, int32_t maxInt) {
592 const SkScalar maxScalar = SkIntToScalar(maxInt);
  /external/skia/src/core/
SkScan_AntiPath.cpp 591 static bool safeRoundOut(const SkRect& src, SkIRect* dst, int32_t maxInt) {
592 const SkScalar maxScalar = SkIntToScalar(maxInt);

Completed in 452 milliseconds

1 2 3 45 6 7 8 910