HomeSort by relevance Sort by last modified time
    Searched refs:large (Results 26 - 50 of 219) sorted by null

12 3 4 5 6 7 8 9

  /external/zlib/src/watcom/
watcom_l.mak 2 # OpenWatcom large model
  /external/chromium_org/third_party/skia/src/core/
SkPictureRecord.h 26 #define UNPACK_8_24(combined, small, large) \
28 large = combined & MASK_24;
29 #define PACK_8_24(small, large) ((small << 24) | large)
  /external/chromium_org/v8/test/mjsunit/
copy-on-write-assert.js 40 // Force copy. Because the array is large it will test the slow array
41 // cloning in large object space.
  /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/skia/src/core/
SkPictureRecord.h 29 #define UNPACK_8_24(combined, small, large) \
31 large = combined & MASK_24;
32 #define PACK_8_24(small, large) ((small << 24) | 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);
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
AttachmentTile.java 65 * Returns true if the attachment should be rendered as a tile. with a large image preview.
191 final boolean large = width >= maxSize || scaledWidth >= mIcon.getWidth()
200 LogUtils.d(LOG_TAG, "scaledWidth: %d, scaledHeight: %d, large: %b, skinny: %b", scaledWidth,
201 scaledHeight, large, skinny);
203 if (large) {
  /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/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...]
  /device/google/atv/products/
sdk_atv_armv7.mk 42 PRODUCT_AAPT_CONFIG := normal large xlarge tvdpi hdpi xhdpi xxhdpi
  /external/ceres-solver/scripts/
ceres-solver.spec 35 large complicated nonlinear least squares problems. Features include:
45 - Sparse Cholesky factorization (using SuiteSparse) for large sparse problems
  /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]);
  /cts/hostsidetests/theme/app/
Android.mk 34 LOCAL_AAPT_FLAGS = -c land -c xx_YY -c cs -c small -c normal -c large -c xlarge \
  /external/chromium_org/chrome/browser/resources/options/chromeos/
display_options.css 55 font-size: large;
  /external/chromium_org/third_party/polymer/components/core-tooltip/
core-tooltip.css 42 :host([large]) .polymer-tooltip {
  /external/chromium_org/third_party/polymer/components-chromium/core-tooltip/
core-tooltip.css 42 :host([large]) .polymer-tooltip {
  /external/chromium_org/v8/test/webkit/
array-iterate-backwards.js 25 "This test checks that iterating a large array backwards works correctly."
array-sort-small-sparse-array-with-large-length.js 25 "Tests that we can quickly sort a small sparse array that has a large length."
dfg-mul-big-integers.js 25 "Tests what happens when you multiply large integers in an integer context."
string-replacement-outofmemory.js 25 'This tests that string replacement with a large replacement string causes an out-of-memory exception. See <a href="https://bugs.webkit.org/show_bug.cgi?id=102956">bug 102956</a> for more details.'
  /external/chromium_org/v8/test/webkit/fast/js/
excessive-comma-usage.js 24 description("Test that we can handle excessively large initializer lists");
  /external/chromium_org/v8/test/webkit/fast/regex/
overflow.js 36 shouldThrow("function f() { /[^a$]{4294967295}/ }", '"SyntaxError: Invalid regular expression: number too large in {} quantifier"');
  /external/elfutils/0.153/backends/
ia64_retval.c 342 large:
362 goto large;
  /system/keymaster/
Android.mk 21 # Note that this library is too large; it should not include ocb.c and not use
  /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...]

Completed in 3006 milliseconds

12 3 4 5 6 7 8 9