HomeSort by relevance Sort by last modified time
    Searched defs:large (Results 1 - 25 of 29) sorted by null

1 2

  /frameworks/base/core/tests/coretests/src/android/view/
BigCache.java 31 * This activity contains two Views, one as big as the screen, one much larger. The large one
54 final View large = new View(this); local
55 large.setId(R.id.b);
56 large.setBackgroundColor(0xFF00FF00);
59 large.setLayoutParams(new LinearLayout.LayoutParams(screenWidth, height));
66 testBed.addView(large);
  /art/test/074-gc-thrash/src/
Main.java 112 Large large = new Large(); local
117 large.start();
128 large.join();
157 * Uses a single large array of references, replaced repeatedly in round-robin
311 * Allocates large useless objects.
313 class Large extends Thread {
333 System.out.println("Large: sleepCount=" + sleepCount);
  /external/chromium_org/third_party/icu/source/test/cintltst/
sorttest.c 34 uint32_t large[]={ 21, 10, 20, 19, 11, 12, 13, 10, 10, 10, 10, local
72 /* sort large array (not stable) */
74 uprv_sortArray(large, LENGTHOF(large), sizeof(large[0]), uprv_uint32Comparator, NULL, FALSE, &errorCode);
76 log_err("uprv_sortArray(large) failed - %s\n", u_errorName(errorCode));
79 for(i=1; i<LENGTHOF(large); ++i) {
80 if(large[i-1]>large[i]) {
81 log_err("uprv_sortArray(large) mis-sorted [%d]=%u > [%d]=%u\n", i-1, large[i-1], i, large[i])
    [all...]
cdattst.c 1209 const double large = 1e+30; \/* well beyond usable UDate range *\/ local
    [all...]
  /external/icu/icu4c/source/test/cintltst/
sorttest.c 34 uint32_t large[]={ 21, 10, 20, 19, 11, 12, 13, 10, 10, 10, 10, local
72 /* sort large array (not stable) */
74 uprv_sortArray(large, LENGTHOF(large), sizeof(large[0]), uprv_uint32Comparator, NULL, FALSE, &errorCode);
76 log_err("uprv_sortArray(large) failed - %s\n", u_errorName(errorCode));
79 for(i=1; i<LENGTHOF(large); ++i) {
80 if(large[i-1]>large[i]) {
81 log_err("uprv_sortArray(large) mis-sorted [%d]=%u > [%d]=%u\n", i-1, large[i-1], i, large[i])
    [all...]
cdattst.c 1209 const double large = 1e+30; \/* well beyond usable UDate range *\/ local
    [all...]
  /external/clang/test/CodeGen/
sparcv9-abi.c 49 // Large structs are also returned indirectly.
50 struct large { struct
56 // CHECK-LABEL: define void @f_large(%struct.large* noalias sret %agg.result, %struct.large* %x)
57 struct large f_large(struct large x) {
asm.c 92 struct large { struct
96 unsigned long t15(int x, struct large *P) {
  /external/glide/library/tests/src/com/bumptech/glide/load/engine/bitmap_recycle/
SizeStrategyTest.java 73 Bitmap large = Bitmap.createBitmap(150, 150, Bitmap.Config.ARGB_8888); local
75 strategy.put(large);
  /external/jemalloc/test/unit/
stats.c 88 "nmalloc should be at least as large as ndalloc");
100 void *little, *large; local
113 large = mallocx(arena_maxclass, 0);
114 assert_ptr_not_null(large, "Unexpected mallocx() failure");
141 dallocx(large, 0);
201 "nmalloc should be at least as large as ndalloc");
229 assert_d_eq(mallctl("stats.arenas.0.large.allocated", &allocated, &sz,
232 assert_d_eq(mallctl("stats.arenas.0.large.nmalloc", &nmalloc, &sz,
234 assert_d_eq(mallctl("stats.arenas.0.large.ndalloc", &ndalloc, &sz,
236 assert_d_eq(mallctl("stats.arenas.0.large.nrequests", &nrequests, &sz
    [all...]
  /external/zlib/src/examples/
enough.c 89 to exceed the capacity of an eight-byte integer with a large number of
90 symbols and a large maximum code length, so multiple-precision arithmetic
172 local int large; /* largest code table so far */ variable
320 the current sub-table is rem. Uses the globals max, code, root, large, and
342 if (mem > large) {
343 large = mem;
414 large = 1 << root; /* base table */
433 printf("done: maximum of %d table entries\n", large);
  /external/chromium_org/ui/gfx/
skbitmap_operations_unittest.cc 453 SkBitmap large; local
454 large.allocN32Pixels(100, 43);
455 result = SkBitmapOperations::DownsampleByTwoUntilSize(large, 6, 6);
  /external/jemalloc/src/
stats.c 52 void *cbopaque, unsigned i, bool bins, bool large);
168 "large: size pages nmalloc ndalloc nrequests"
206 unsigned i, bool bins, bool large)
247 CTL_I_GET("stats.arenas.0.large.allocated", &large_allocated, size_t);
248 CTL_I_GET("stats.arenas.0.large.nmalloc", &large_nmalloc, uint64_t);
249 CTL_I_GET("stats.arenas.0.large.ndalloc", &large_ndalloc, uint64_t);
250 CTL_I_GET("stats.arenas.0.large.nrequests", &large_nrequests, uint64_t);
252 "large: %12zu %12"PRIu64" %12"PRIu64" %12"PRIu64"\n",
273 if (large)
288 bool large = true local
    [all...]
  /external/libogg/src/
bitwise.c 600 static unsigned long large[]= local
666 oggpack_write(&o,large[i],32);
672 if(oggpack_look(&r,32)!=large[i]){
673 fprintf(stderr,"%ld != %ld (%lx!=%lx):",oggpack_look(&r,32),large[i],
674 oggpack_look(&r,32),large[i]);
752 oggpackB_write(&o,large[i],32);
758 if(oggpackB_look(&r,32)!=large[i]){
759 fprintf(stderr,"%ld != %ld (%lx!=%lx):",oggpackB_look(&r,32),large[i],
760 oggpackB_look(&r,32),large[i]);
  /external/tremolo/Tremolo/
bitwise.c 553 static unsigned long large[]= local
605 or->buffer->data[i*4] = large[i]&0xff;
606 or->buffer->data[i*4+1] = (large[i]>>8)&0xff;
607 or->buffer->data[i*4+2] = (large[i]>>16)&0xff;
608 or->buffer->data[i*4+3] = (large[i]>>24)&0xff;
615 if(test!=large[i]){
616 fprintf(stderr,"%ld != %ld (%lx!=%lx):",test,large[i],
617 test,large[i]);
  /packages/apps/Camera2/src/com/android/camera/settings/
SettingsUtil.java 58 public Size large; field in class:SettingsUtil.SelectedPictureSizes
76 return large;
87 return large;
92 return "SelectedPictureSizes: " + large + ", " + medium + ", " + small;
98 public int large = -1; field in class:SettingsUtil.SelectedVideoQualities
103 // Sanitize the value to be either small, medium or large. Default
110 return large;
124 private static final String SIZE_LARGE = "large";
128 /** The ideal "medium" picture size is 50% of "large". */
131 /** The ideal "small" picture size is 25% of "large". *
    [all...]
  /external/chromium_org/third_party/skia/src/utils/debugger/
SkDebugCanvas.cpp 39 // inset has to be surprisingly large).
42 SkRect large = SkRect::Make(largeIRect); local
44 large.roundOut(&largeIRect);
48 this->INHERITED::onClipRect(large, SkRegion::kReplace_Op, kHard_ClipEdgeStyle);
  /external/skia/src/utils/debugger/
SkDebugCanvas.cpp 40 // inset has to be surprisingly large).
43 SkRect large = SkRect::Make(largeIRect); local
45 large.roundOut(&largeIRect);
49 this->INHERITED::onClipRect(large, SkRegion::kReplace_Op, kHard_ClipEdgeStyle);
  /external/chromium_org/third_party/tcmalloc/vendor/src/
tcmalloc.cc 183 // For windows, the printf we use to report large allocs is
204 "is very large and therefore you should see no extra "
356 PageHeap::LargeSpanStats large; local
358 ExtractStats(&stats, class_count, &small, &large);
467 total_normal += large.normal_pages;
468 total_returned += large.returned_pages;
469 out->printf(">255 large * %6u spans ~ %6.1f MiB; %6.1f MiB cum"
471 static_cast<unsigned int>(large.spans),
472 PagesToMiB(large.normal_pages + large.returned_pages)
856 PageHeap::LargeSpanStats large; local
    [all...]
  /external/chromium_org/cc/trees/
occlusion_tracker_unittest.cc 2679 typename Types::LayerType* large = this->CreateDrawingLayer( local
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/
tcmalloc.cc 181 // For windows, the printf we use to report large allocs is
202 "is very large and therefore you should see no extra "
369 PageHeap::LargeSpanStats large; local
371 ExtractStats(&stats, class_count, &small, &large);
498 total_normal += large.normal_pages;
499 total_returned += large.returned_pages;
500 out->printf(">255 large * %6u spans ~ %6.1f MiB; %6.1f MiB cum"
502 static_cast<unsigned int>(large.spans),
503 PagesToMiB(large.normal_pages + large.returned_pages)
866 PageHeap::LargeSpanStats large; local
    [all...]
  /external/deqp/modules/gles2/functional/
es2fClippingTests.cpp 1484 const float large = 100000.0f; local
    [all...]
  /external/deqp/modules/gles3/functional/
es3fClippingTests.cpp 1488 const float large = 100000.0f; local
    [all...]
  /prebuilts/devtools/tools/lib/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/jfreechart/
jcommon-1.0.12.jar 

Completed in 993 milliseconds

1 2