HomeSort by relevance Sort by last modified time
    Searched refs:maxsize (Results 151 - 175 of 318) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/python/cpython2/Lib/test/
test_marshal.py 281 pointer_size = 8 if sys.maxsize > 0xFFFFFFFF else 4
283 @unittest.skipIf(LARGE_SIZE > sys.maxsize, "test cannot run on 32-bit systems")
test_strtod.py 254 def test_oversized_digit_strings(self, maxsize):
test_mmap.py 702 if sys.maxsize < 0x180000000:
703 # On 32 bit platforms the file is larger than sys.maxsize so
728 @unittest.skipUnless(sys.maxsize > _4G, "test cannot run on 32-bit systems")
732 @unittest.skipUnless(sys.maxsize > _4G, "test cannot run on 32-bit systems")
test_unicode.py 651 format_string = u"%.{}f".format(sys.maxsize + 1)
663 format_string = u"%{}f".format(sys.maxsize + 1)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_bisect.py 150 n = sys.maxsize
154 self.skipTest("can't create a xrange() object of size `sys.maxsize`")
163 n = sys.maxsize
test_marshal.py 274 pointer_size = 8 if sys.maxsize > 0xFFFFFFFF else 4
276 @unittest.skipIf(LARGE_SIZE > sys.maxsize, "test cannot run on 32-bit systems")
test_mmap.py 685 if sys.maxsize < 0x180000000:
686 # On 32 bit platforms the file is larger than sys.maxsize so
711 @unittest.skipUnless(sys.maxsize > _4G, "test cannot run on 32-bit systems")
715 @unittest.skipUnless(sys.maxsize > _4G, "test cannot run on 32-bit systems")
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_bisect.py 150 n = sys.maxsize
154 self.skipTest("can't create a xrange() object of size `sys.maxsize`")
163 n = sys.maxsize
test_marshal.py 274 pointer_size = 8 if sys.maxsize > 0xFFFFFFFF else 4
276 @unittest.skipIf(LARGE_SIZE > sys.maxsize, "test cannot run on 32-bit systems")
test_mmap.py 685 if sys.maxsize < 0x180000000:
686 # On 32 bit platforms the file is larger than sys.maxsize so
711 @unittest.skipUnless(sys.maxsize > _4G, "test cannot run on 32-bit systems")
715 @unittest.skipUnless(sys.maxsize > _4G, "test cannot run on 32-bit systems")
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_bisect.py 150 n = sys.maxsize
154 self.skipTest("can't create a xrange() object of size `sys.maxsize`")
163 n = sys.maxsize
test_marshal.py 274 pointer_size = 8 if sys.maxsize > 0xFFFFFFFF else 4
276 @unittest.skipIf(LARGE_SIZE > sys.maxsize, "test cannot run on 32-bit systems")
test_mmap.py 685 if sys.maxsize < 0x180000000:
686 # On 32 bit platforms the file is larger than sys.maxsize so
711 @unittest.skipUnless(sys.maxsize > _4G, "test cannot run on 32-bit systems")
715 @unittest.skipUnless(sys.maxsize > _4G, "test cannot run on 32-bit systems")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_bisect.py 150 n = sys.maxsize
154 self.skipTest("can't create a xrange() object of size `sys.maxsize`")
163 n = sys.maxsize
test_marshal.py 274 pointer_size = 8 if sys.maxsize > 0xFFFFFFFF else 4
276 @unittest.skipIf(LARGE_SIZE > sys.maxsize, "test cannot run on 32-bit systems")
test_mmap.py 685 if sys.maxsize < 0x180000000:
686 # On 32 bit platforms the file is larger than sys.maxsize so
711 @unittest.skipUnless(sys.maxsize > _4G, "test cannot run on 32-bit systems")
715 @unittest.skipUnless(sys.maxsize > _4G, "test cannot run on 32-bit systems")
  /external/libpcap/pcap/
pcap.h 497 PCAP_API int pcap_live_dump(pcap_t *p, char *filename, int maxsize, int maxpacks);
  /external/libpcap/
savefile.c 204 sf_live_dump(pcap_t *p, char *filename, int maxsize, int maxpacks)
  /development/ndk/platforms/android-9/include/linux/
nfs_xdr.h 107 __u64 maxsize; member in struct:nfs_openres
  /external/elfutils/libelf/
libelfP.h 471 off_t offset, size_t maxsize,
  /external/stressapptest/src/
sat.cc 331 uint64 maxsize = os_->FindFreeMemSize() * 4;
332 sat_assert(maxsize != 0);
337 uint64 arraysize = maxsize / 4096 / 8;
344 page_bitmap_size_ = maxsize;
    [all...]
  /external/tcpdump/
print-rx.c 1147 u_char *s, int maxsize, u_char *end)
1154 if ((user = (char *)malloc(maxsize)) == NULL)
1180 snprintf(fmt, sizeof(fmt), "%%%ds %%d\n%%n", maxsize - 1);
1194 snprintf(fmt, sizeof(fmt), "%%%ds %%d\n%%n", maxsize - 1);
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
os_darwin.go 227 func machcall(h *machheader, maxsize int32, rxsize int32) int32 {
254 ret := mach_msg(h, _MACH_SEND_MSG|_MACH_RCV_MSG, h.msgh_size, uint32(maxsize), port, 0, 0)
  /prebuilts/go/linux-x86/src/runtime/
os_darwin.go 227 func machcall(h *machheader, maxsize int32, rxsize int32) int32 {
254 ret := mach_msg(h, _MACH_SEND_MSG|_MACH_RCV_MSG, h.msgh_size, uint32(maxsize), port, 0, 0)
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/linux/
nfs_xdr.h 107 __u64 maxsize; member in struct:nfs_openres

Completed in 876 milliseconds

1 2 3 4 5 67 8 91011>>