HomeSort by relevance Sort by last modified time
    Searched full:large_size (Results 1 - 13 of 13) sorted by null

  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/exception/
exception.hpp 340 struct large_size { char c[256]; }; struct in namespace:boost::exception_detail
341 large_size dispatch_boost_exception( exception const * );
351 enable_error_info_helper<T,sizeof(large_size)>
  /cts/apps/CameraITS/tests/scene4/
test_aspect_ratio_and_crop.py 39 LARGE_SIZE = 2000 # Define the size of a large image
161 # image size >= LARGE_SIZE: use THRES_L_AR_TEST
163 # 0 < image size < LARGE_SIZE: scale between THRES_XS_AR_TEST
167 (THRES_L_AR_TEST-THRES_XS_AR_TEST)/LARGE_SIZE)
180 # image size >= LARGE_SIZE: use thres_l_cp_test
182 # 0 < image size < LARGE_SIZE: scale between
189 (thres_l_cp_test-thres_xs_cp_test)/LARGE_SIZE)
197 (thres_l_cp_test-thres_xs_cp_test)/LARGE_SIZE)
  /external/v8/test/mjsunit/
array-constructor-feedback.js 234 var large_size = 22937600 * 2; variable
235 assertKind(elements_kind.dictionary, bar(large_size));
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
ICUResourceBundleImpl.java 105 if (s.length() < ICUResourceBundleReader.LARGE_SIZE / 2 ||
ICUResourceBundleReader.java 122 static final int LARGE_SIZE = 24;
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
ICUResourceBundleImpl.java 104 if (s.length() < ICUResourceBundleReader.LARGE_SIZE / 2 ||
ICUResourceBundleReader.java 120 static final int LARGE_SIZE = 24;
    [all...]
  /external/v8/test/cctest/heap/
test-heap.cc 1174 int large_size = Page::kMaxRegularHeapObjectSize + 1; local
    [all...]
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 766 milliseconds