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

  /packages/apps/DocumentsUI/tests/unit/com/android/documentsui/
ThumbnailCacheTest.java 47 private static final Point LARGE_SIZE = new Point(3, 3);
88 Result result = mCache.getThumbnail(URI_0, LARGE_SIZE);
106 mCache.putThumbnail(URI_0, LARGE_SIZE, LARGE_BITMAP, LAST_MODIFIED);
142 mCache.putThumbnail(URI_1, LARGE_SIZE, LARGE_BITMAP, LAST_MODIFIED);
153 mCache.putThumbnail(URI_0, LARGE_SIZE, LARGE_BITMAP, LAST_MODIFIED);
163 mCache.putThumbnail(URI_0, LARGE_SIZE, LARGE_BITMAP, LAST_MODIFIED);
  /external/python/cpython2/Lib/test/
test_marshal.py 279 LARGE_SIZE = 2**31
283 @unittest.skipIf(LARGE_SIZE > sys.maxsize, "test cannot run on 32-bit systems")
291 @test_support.precisionbigmemtest(size=LARGE_SIZE, memuse=1, dry_run=False)
295 @test_support.precisionbigmemtest(size=LARGE_SIZE,
300 @test_support.precisionbigmemtest(size=LARGE_SIZE,
305 @test_support.precisionbigmemtest(size=LARGE_SIZE,
310 @test_support.precisionbigmemtest(size=LARGE_SIZE,
311 memuse=pointer_size*12 + sys.getsizeof(LARGE_SIZE-1),
316 @test_support.precisionbigmemtest(size=LARGE_SIZE,
317 memuse=pointer_size*12 + sys.getsizeof(LARGE_SIZE-1)
    [all...]
  /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...]
  /cts/apps/CameraITS/tests/scene4/
test_aspect_ratio_and_crop.py 39 LARGE_SIZE = 2000 # Define the size of a large image
165 # image size >= LARGE_SIZE: use THRES_L_AR_TEST
167 # 0 < image size < LARGE_SIZE: scale between THRES_XS_AR_TEST
171 (THRES_L_AR_TEST-THRES_XS_AR_TEST)/LARGE_SIZE)
184 # image size >= LARGE_SIZE: use thres_l_cp_test
186 # 0 < image size < LARGE_SIZE: scale between
193 (thres_l_cp_test-thres_xs_cp_test)/LARGE_SIZE)
201 (thres_l_cp_test-thres_xs_cp_test)/LARGE_SIZE)
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
ICUResourceBundleImpl.java 115 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 114 if (s.length() < ICUResourceBundleReader.LARGE_SIZE / 2 ||
ICUResourceBundleReader.java 120 static final int LARGE_SIZE = 24;
    [all...]
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 313 milliseconds