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

  /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/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/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/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...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 411 milliseconds