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

1 2 3 45 6 7 8 91011

  /external/v8/test/mjsunit/
big-object-literal.js 28 // Test that we can make large object literals that work.
element-read-only.js 112 // Array with large index.
array-constructor-feedback.js 220 // Test: Make sure that crankshaft continues with feedback for large arrays.
224 // Perform a gc, because we are allocating a very large array and if a gc
sparse-array-reverse.js 29 * @fileoverview Test reverse on small * and large arrays.
  /external/v8/tools/
consarray.js 33 * when concatenating on large (10K items) arrays due to memory copying.
  /frameworks/rs/api/
rs_convert.spec 41 Converting numbers too large to fit the destination type yields undefined results.
  /packages/apps/Camera2/src/com/android/camera/settings/
CameraSettingsActivity.java 445 entries.add(mCamcorderProfileNames[selectedQualities.large]);
446 if (selectedQualities.medium != selectedQualities.large) {
  /external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/docs/
Makefile 28 @echo " singlehtml to make a single large HTML file"
  /external/chromium-trace/catapult/third_party/html5lib-python/doc/
Makefile 28 @echo " singlehtml to make a single large HTML file"
  /external/jemalloc/include/jemalloc/internal/
size_classes.sh 220 * LG_LARGE_MINCLASS: Lg of minimum large size class.
  /external/libcxx/test/support/
any_helpers.h 210 typedef large_type<> large;
  /external/mesa3d/src/mapi/glapi/gen/
glX_proto_send.py 507 def pixel_emit_args(self, f, pc, large):
514 if large:
538 if large:
547 if not large:
    [all...]
  /system/core/libmemunreachable/tests/
Allocator_test.cpp 87 TEST_F(AllocatorTest, large) {
  /external/chromium-trace/catapult/third_party/gsutil/third_party/crcmod/docs/source/
make.bat 19 echo. singlehtml to make a single large HTML file
  /external/chromium-trace/catapult/third_party/gsutil/third_party/rsa/doc/
make.bat 21 echo. singlehtml to make a single large HTML file
  /external/chromium-trace/catapult/third_party/webapp2/docs/
make.bat 21 echo. singlehtml to make a single large HTML file
  /external/clang/docs/analyzer/
make.bat 23 echo. singlehtml to make a single large HTML file
  /external/clang/docs/
make.bat 23 echo. singlehtml to make a single large HTML file
  /external/libpcap/msdos/
ndis_0.asm 31 CB_DSEG EQU <SEG _DATA> ; 16bit is small/large model
  /external/llvm/docs/
make.bat 23 echo. singlehtml to make a single large HTML file
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ExpandHelper.java 159 * @param large the largest allowable size for the manuipulated items.
161 public ExpandHelper(Context context, Callback callback, int small, int large) {
164 mLargeSize = large;
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
DetailsOverviewRowPresenter.java 345 * Sets the layout style to be large or small. This affects the height of
346 * the overview, including the text description. The default is large.
348 public void setStyleLarge(boolean large) {
349 mIsStyleLarge = large;
353 * Returns true if the layout style is large.
482 // If large style and landscape image we always use margin.
  /external/llvm/test/MC/ARM/
ldr-pseudo.s 12 @ Check that large constants are converted to ldr from constant pool
  /device/google/dragon/audio/hal/dsp/
drc_kernel.c 984 unsigned int large = max(read_index, write_index); local
988 unsigned int chunk = min(large - small,
989 MAX_PRE_DELAY_FRAMES - large);
    [all...]
  /external/skia/tools/debugger/
SkDebugCanvas.cpp 82 // inset has to be surprisingly large).
85 SkRect large = SkRect::Make(largeIRect); local
87 SkASSERT(!large.roundOut().isEmpty());
90 this->INHERITED::onClipRect(large, SkRegion::kReplace_Op, kHard_ClipEdgeStyle);

Completed in 1496 milliseconds

1 2 3 45 6 7 8 91011