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

1 2 3 4 5 6 78 910

  /libcore/luni/src/main/java/java/lang/
AbstractStringBuilder.java 315 // start + length could overflow, start/length maybe MaxInt
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
util.py 87 machine += ".%s" % bitness[sys.maxint]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
gzip.py 449 size = sys.maxint
rexec.py 151 'getrefcount', 'hexversion', 'maxint', 'maxunicode',
sysconfig.py 605 machine += ".%s" % bitness[sys.maxint]
subprocess.py 462 res = inst._internal_poll(_deadstate=sys.maxint)
761 def __del__(self, _maxint=sys.maxint, _active=_active):
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_pyexpat.py 464 self.assertRaises(TypeError, f, sys.maxint+1)
test_struct.py 266 values.extend([300, 700000, sys.maxint*4])
test_sys.py 403 self.assertIsInstance(sys.maxint, int)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
util.py 87 machine += ".%s" % bitness[sys.maxint]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
gzip.py 449 size = sys.maxint
rexec.py 151 'getrefcount', 'hexversion', 'maxint', 'maxunicode',
sysconfig.py 605 machine += ".%s" % bitness[sys.maxint]
subprocess.py 462 res = inst._internal_poll(_deadstate=sys.maxint)
761 def __del__(self, _maxint=sys.maxint, _active=_active):
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_pyexpat.py 464 self.assertRaises(TypeError, f, sys.maxint+1)
test_struct.py 266 values.extend([300, 700000, sys.maxint*4])
test_sys.py 403 self.assertIsInstance(sys.maxint, int)
  /external/chromium_org/sync/tools/testserver/
chromiumsync.py 443 return self._state.get(GetEntryType(item), sys.maxint) < item.version
    [all...]
  /external/sonivox/jet_tools/JetCreator/
JetCreator.py 303 index = self.segList.InsertStringItem(sys.maxint, StrNoneChk(segment.segname))
346 index = self.eventList.InsertStringItem(sys.maxint, StrNoneChk(jet_event.event_name))
    [all...]
JetFile.py 206 sys.maxint,
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tools.pas 635 // Double-Abs to avoid -MaxInt and MinInt problems.
  /external/chromium_org/chrome/browser/
enumerate_modules_model_win.cc 659 size_t min_length = MAXINT;
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/test/
VideoEncTest.c 388 /* inline int maxint(int a, int b) */
389 int maxint(int a, int b) function
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/tests/
WmaDecTest.c 228 int maxint(int a, int b);
259 int maxint(int a, int b) function
605 int fdmax = maxint(IpBuf_Pipe[0], OpBuf_Pipe[0]);
    [all...]
  /external/chromium_org/third_party/ply/
yacc.py 99 MAXINT = sys.maxint
101 MAXINT = sys.maxsize
    [all...]

Completed in 1577 milliseconds

1 2 3 4 5 6 78 910