/external/chromium_org/third_party/cld/encodings/compact_lang_det/ |
compact_lang_det_impl.cc | [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
_abcoll.py | 243 MAX = sys.maxint
|
gzip.py | 449 size = sys.maxint
|
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...] |
mhlib.py | 373 # Can't use sys.maxint because of i+count below 436 return sys.maxint [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
lock_tests.py | 417 self.assertRaises(ValueError, self.semtype, value = -sys.maxint)
|
test_multibytecodec_support.py | 122 return (u'x', sys.maxint + 1)
|
test_struct.py | 266 values.extend([300, 700000, sys.maxint*4])
|
test_pyexpat.py | 464 self.assertRaises(TypeError, f, sys.maxint+1)
|
test_sys.py | 403 self.assertIsInstance(sys.maxint, int)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
_abcoll.py | 243 MAX = sys.maxint
|
gzip.py | 449 size = sys.maxint
|
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...] |
mhlib.py | 373 # Can't use sys.maxint because of i+count below 436 return sys.maxint [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
lock_tests.py | 417 self.assertRaises(ValueError, self.semtype, value = -sys.maxint)
|
test_multibytecodec_support.py | 122 return (u'x', sys.maxint + 1)
|
test_struct.py | 266 values.extend([300, 700000, sys.maxint*4])
|
test_pyexpat.py | 464 self.assertRaises(TypeError, f, sys.maxint+1)
|
test_sys.py | 403 self.assertIsInstance(sys.maxint, int)
|
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/tests/ |
AacEncTest.c | 256 * maxint() Returns the biggest from two number 265 int maxint(int a, int b) function 780 fdmax = maxint(IpBuf_Pipe[0], OpBuf_Pipe[0]); 781 fdmax = maxint(fdmax,Event_Pipe[0]); [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...] |
/external/chromium_org/sync/tools/testserver/ |
chromiumsync.py | 435 return self._state.get(GetEntryType(item), sys.maxint) < item.version [all...] |
/external/sonivox/jet_tools/JetCreator/ |
JetFile.py | 206 sys.maxint,
[all...] |