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

1 2 3 45 6 7 8 91011>>

  /external/python/cpython2/Lib/test/
test_strop.py 119 @unittest.skipUnless(sys.maxsize == 2147483647, "only for 32-bit")
144 @unittest.skipUnless(sys.maxsize == 2147483647, "only for 32-bit")
test_zlib.py 121 zlib.decompress(b'', 15, sys.maxsize + 1)
123 zlib.decompressobj().decompress(b'', sys.maxsize + 1)
125 zlib.decompressobj().flush(sys.maxsize + 1)
202 @unittest.skipUnless(sys.maxsize > 2**32, 'requires 64bit platform')
364 # Sizes up to sys.maxsize should be accepted, although zlib is
371 self.assertEqual(dco.decompress(compressed, sys.maxsize), data)
604 @unittest.skipUnless(sys.maxsize > 2**32, 'requires 64bit platform')
617 @unittest.skipUnless(sys.maxsize > 2**32, 'requires 64bit platform')
631 @unittest.skipUnless(sys.maxsize > 2**32, 'requires 64bit platform')
test_itertools.py 13 maxsize = test_support.MAX_Py_ssize_t variable
14 minsize = -maxsize-1
354 self.assertEqual(take(10, count(maxsize-5)), range(maxsize-5, maxsize+5))
355 self.assertEqual(take(10, count(-maxsize-5)), range(-maxsize-5, -maxsize+5))
401 self.assertEqual(take(20, count(maxsize-15, 3)), take(20, range(maxsize-15, maxsize+100, 3))
    [all...]
test_hashlib.py 221 @unittest.skipIf(sys.maxsize < _4G + 5, 'test cannot run on 32-bit systems')
226 @unittest.skipIf(sys.maxsize < _4G + 5, 'test cannot run on 32-bit systems')
231 @unittest.skipIf(sys.maxsize < _4G - 1, 'test cannot run on 32-bit systems')
test_support.py     [all...]
test_str.py 49 format_string = "%{}f".format(sys.maxsize + 1)
393 format_string = ".{}f".format(sys.maxsize + 1)
398 format_string = "{}f".format(sys.maxsize + 1)
403 format_string = "{{{}:.6f}}".format(sys.maxsize + 1)
  /external/toolchain-utils/cros_utils/
pstat.py 524 maxsize = [0] * len(list2print[0])
528 maxsize[col] = max(map(len, items)) + extra
533 dashes = [0] * len(maxsize)
534 for j in range(len(maxsize)):
535 dashes[j] = '-' * (maxsize[j] - 2)
536 print lineincustcols(dashes, maxsize)
538 print lineincustcols(row, maxsize)
    [all...]
  /external/eigen/test/
triangular.cpp 226 int maxsize = (std::min)(EIGEN_TEST_MAX_SIZE,20); local
229 int r = internal::random<int>(2,maxsize); TEST_SET_BUT_UNUSED_VARIABLE(r)
230 int c = internal::random<int>(2,maxsize); TEST_SET_BUT_UNUSED_VARIABLE(c)
  /external/google-breakpad/src/client/linux/minidump_writer/
linux_dumper.cc 178 const size_t maxsize = dynstr_size - dyn->d_un.d_val; local
179 my_strlcpy(soname, str, maxsize < soname_size ? maxsize : soname_size);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/json/tests/
test_scanstring.py 153 self.json.decoder.scanstring(b"xxx", sys.maxsize+1)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_struct.py 10 IS32BIT = sys.maxsize == 0x7fffffff
541 hugecount = '{}b'.format(sys.maxsize+1)
544 hugecount2 = '{}b{}H'.format(sys.maxsize//2, sys.maxsize//2)
  /external/autotest/server/site_tests/hardware_StorageStress/
hardware_StorageStress.py 86 min_time_per_loop = sys.maxsize
  /external/ltp/utils/ffsb-6.0-rc2/
ffsb_fs.c 84 uint64_t minsize, uint64_t maxsize, unsigned blocksize)
129 size = minsize + getllrandom(&rd, maxsize - minsize);
189 uint64_t maxsize = fs->maxfilesize; local
213 if (filesize < minsize || filesize > maxsize) {
  /external/python/cpython2/Lib/json/tests/
test_scanstring.py 153 self.json.decoder.scanstring(b"xxx", sys.maxsize+1)
  /external/python/cpython2/Modules/
_tkinter.c 3317 int maxsize; \/* allocated size *\/ member in struct:__anon30282
3326 int maxsize = context->maxsize * 2; local
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_str.py 46 format_string = "%{}f".format(sys.maxsize + 1)
387 format_string = ".{}f".format(sys.maxsize + 1)
392 format_string = "{}f".format(sys.maxsize + 1)
397 format_string = "{{{}:.6f}}".format(sys.maxsize + 1)
test_struct.py 11 IS32BIT = sys.maxsize == 0x7fffffff
550 hugecount = '{}b'.format(sys.maxsize+1)
553 hugecount2 = '{}b{}H'.format(sys.maxsize//2, sys.maxsize//2)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_str.py 46 format_string = "%{}f".format(sys.maxsize + 1)
387 format_string = ".{}f".format(sys.maxsize + 1)
392 format_string = "{}f".format(sys.maxsize + 1)
397 format_string = "{{{}:.6f}}".format(sys.maxsize + 1)
test_struct.py 11 IS32BIT = sys.maxsize == 0x7fffffff
550 hugecount = '{}b'.format(sys.maxsize+1)
553 hugecount2 = '{}b{}H'.format(sys.maxsize//2, sys.maxsize//2)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_str.py 46 format_string = "%{}f".format(sys.maxsize + 1)
387 format_string = ".{}f".format(sys.maxsize + 1)
392 format_string = "{}f".format(sys.maxsize + 1)
397 format_string = "{{{}:.6f}}".format(sys.maxsize + 1)
test_struct.py 11 IS32BIT = sys.maxsize == 0x7fffffff
550 hugecount = '{}b'.format(sys.maxsize+1)
553 hugecount2 = '{}b{}H'.format(sys.maxsize//2, sys.maxsize//2)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_str.py 46 format_string = "%{}f".format(sys.maxsize + 1)
387 format_string = ".{}f".format(sys.maxsize + 1)
392 format_string = "{}f".format(sys.maxsize + 1)
397 format_string = "{{{}:.6f}}".format(sys.maxsize + 1)
test_struct.py 11 IS32BIT = sys.maxsize == 0x7fffffff
550 hugecount = '{}b'.format(sys.maxsize+1)
553 hugecount2 = '{}b{}H'.format(sys.maxsize//2, sys.maxsize//2)
  /external/svox/pico/lib/
picoos.c 844 void picoos_emGetExceptionMessage(picoos_ExceptionManager this, picoos_char * msg, picoos_uint16 maxsize)
846 picoos_strlcpy(msg,this->curExceptionMessage,maxsize);
886 void picoos_emGetWarningMessage(picoos_ExceptionManager this, picoos_uint8 index, picoos_char * msg, picoos_uint16 maxsize)
889 picoos_strlcpy(msg,this->curWarningMessage[index],maxsize);
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
SecureBootConfig.vfr 265 maxsize = SECURE_BOOT_GUID_SIZE,
428 maxsize = SECURE_BOOT_GUID_SIZE,
472 maxsize = SECURE_BOOT_GUID_SIZE,
549 maxsize = SECURE_BOOT_GUID_SIZE,

Completed in 1607 milliseconds

1 2 3 45 6 7 8 91011>>