HomeSort by relevance Sort by last modified time
    Searched refs:LARGE_SIZE (Results 1 - 6 of 6) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_marshal.py 272 LARGE_SIZE = 2**31
276 @unittest.skipIf(LARGE_SIZE > sys.maxsize, "test cannot run on 32-bit systems")
284 @test_support.precisionbigmemtest(size=LARGE_SIZE, memuse=1, dry_run=False)
288 @test_support.precisionbigmemtest(size=LARGE_SIZE,
293 @test_support.precisionbigmemtest(size=LARGE_SIZE,
298 @test_support.precisionbigmemtest(size=LARGE_SIZE,
303 @test_support.precisionbigmemtest(size=LARGE_SIZE,
304 memuse=pointer_size*12 + sys.getsizeof(LARGE_SIZE-1),
309 @test_support.precisionbigmemtest(size=LARGE_SIZE,
310 memuse=pointer_size*12 + sys.getsizeof(LARGE_SIZE-1)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_marshal.py 272 LARGE_SIZE = 2**31
276 @unittest.skipIf(LARGE_SIZE > sys.maxsize, "test cannot run on 32-bit systems")
284 @test_support.precisionbigmemtest(size=LARGE_SIZE, memuse=1, dry_run=False)
288 @test_support.precisionbigmemtest(size=LARGE_SIZE,
293 @test_support.precisionbigmemtest(size=LARGE_SIZE,
298 @test_support.precisionbigmemtest(size=LARGE_SIZE,
303 @test_support.precisionbigmemtest(size=LARGE_SIZE,
304 memuse=pointer_size*12 + sys.getsizeof(LARGE_SIZE-1),
309 @test_support.precisionbigmemtest(size=LARGE_SIZE,
310 memuse=pointer_size*12 + sys.getsizeof(LARGE_SIZE-1)
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
ICUResourceBundleReader.java 269 static final int LARGE_SIZE = 24;
    [all...]
ICUResourceBundleImpl.java 103 if (s.length() < ICUResourceBundleReader.LARGE_SIZE / 2) {
  /prebuilts/misc/common/android-support-test/
android-support-test.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 993 milliseconds