HomeSort by relevance Sort by last modified time
    Searched refs:large (Results 51 - 75 of 260) sorted by null

1 23 4 5 6 7 8 91011

  /external/v8/test/mjsunit/regress/
regress-crbug-614727.js 12 // object into large object space (kMaxRegularHeapObjectSize == 600K).
  /external/zlib/src/watcom/
watcom_l.mak 2 # OpenWatcom large model
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-x86-64/
ilp32-4-nacl.d 21 W \(write\), A \(alloc\), X \(execute\), M \(merge\), S \(strings\), l \(large\)
ilp32-4.d 20 W \(write\), A \(alloc\), X \(execute\), M \(merge\), S \(strings\), l \(large\)
  /external/jemalloc/test/unit/
decay.c 104 * Test the *allocx() APIs using huge, large, and small size classes,
160 * Test tcache fill/flush interactions for large and small size classes,
207 size_t sz, large; local
214 * Allocate a bunch of large objects, pause the clock, deallocate the
225 large = nallocx(tcache_max + 1, flags);
228 assert_d_eq(mallctl("arenas.lrun.0.size", &large, &sz, NULL, 0),
241 ps[i] = mallocx(large, flags);
stats.c 66 "nmalloc should be at least as large as ndalloc");
78 void *little, *large, *huge; local
91 large = mallocx(large_maxclass, 0);
92 assert_ptr_not_null(large, "Unexpected mallocx() failure");
97 dallocx(large, 0);
182 "nmalloc should be at least as large as ndalloc");
210 assert_d_eq(mallctl("stats.arenas.0.large.allocated", &allocated, &sz,
213 assert_d_eq(mallctl("stats.arenas.0.large.nmalloc", &nmalloc, &sz,
215 assert_d_eq(mallctl("stats.arenas.0.large.ndalloc", &ndalloc, &sz,
217 assert_d_eq(mallctl("stats.arenas.0.large.nrequests", &nrequests, &sz
    [all...]
  /external/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.
regexp-sort.js 36 // Small and large Greek mu.
38 // Micron and large Greek mu.
  /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
330 * Allocates large useless objects.
332 class Large extends Thread {
355 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 45 void *cbopaque, unsigned i, bool bins, bool large, bool huge);
168 "large: size ind allocated nmalloc ndalloc"
257 unsigned i, bool bins, bool large, bool huge)
321 CTL_M2_GET("stats.arenas.0.large.allocated", i, &large_allocated,
323 CTL_M2_GET("stats.arenas.0.large.nmalloc", i, &large_nmalloc, uint64_t);
324 CTL_M2_GET("stats.arenas.0.large.ndalloc", i, &large_ndalloc, uint64_t);
325 CTL_M2_GET("stats.arenas.0.large.nrequests", i, &large_nrequests,
328 "large: %12zu %12"FMTu64" %12"FMTu64
362 if (large)
379 bool large = true local
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/ref/
ref.css 24 big.xlarge { font-size : large; }
25 big.xxlarge { font-size : x-large; }
27 big.xhuge { font-size : xx-large; }
  /build/tools/releasetools/
test_common.py 140 def _test_ZipWriteStr_large_file(self, large, small, extra_args=None):
160 test_file.write(large)
174 self._verify(zip_file, zip_file_name, arcname_large, large,
254 # large archive.
  /device/google/atv/products/
sdk_atv_armv7.mk 47 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]);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic6x/
unwind-bad-2.s 4 # stack pointer offset too large for personality routine
  /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 \
  /cts/tests/tests/content/
Android.mk 29 LOCAL_AAPT_FLAGS = -c xx_YY -c cs -c small -c normal -c large -c xlarge \
  /external/chromium-trace/catapult/third_party/polymer/components/core-tooltip/
core-tooltip.css 43 :host([large]) .core-tooltip {
  /external/elfutils/backends/
ia64_retval.c 337 large:
357 goto large;
  /external/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."
  /external/v8/test/webkit/fast/js/
excessive-comma-usage.js 24 description("Test that we can handle excessively large initializer lists");

Completed in 3020 milliseconds

1 23 4 5 6 7 8 91011