HomeSort by relevance Sort by last modified time
    Searched full:grow (Results 451 - 475 of 765) sorted by null

<<11121314151617181920>>

  /external/webkit/Source/WebCore/platform/graphics/mac/
ComplexTextController.cpp 332 m_glyphEndOffsets.grow(m_glyphCount);
  /external/webkit/Source/WebCore/rendering/
AutoTableLayout.cpp 460 m_spanCells.grow(size + 10);
    [all...]
  /external/webkit/Source/WebCore/svg/animation/
SVGSMILElement.cpp 628 // (one entry in common cases) but you can construct a case where it does grow.
    [all...]
  /external/webkit/Source/WebKit/gtk/webkit/
webkitdownload.cpp 755 * Content-Length. Notice that this may grow over time, as it will be
  /external/webkit/Tools/android/flex-2.5.4a/
initscan.c 163 * and can realloc() it to grow it, and should free() it to
    [all...]
  /external/zlib/examples/
enough.c 162 vectors grow to total approximately 21 MB, in addition to the 4.3 MB done[]
  /frameworks/base/core/tests/hosttests/test-apps/DownloadManagerTestApp/src/com/android/frameworks/
DownloadManagerBaseTest.java 695 * @throws Exception if timed out while waiting for the file to grow in size.
  /libcore/luni/src/main/java/java/util/
ArrayDeque.java 16 * deques have no capacity restrictions; they grow as necessary to support
ArrayList.java 162 * a time-space tradeoff: we don't want to grow lists too frequently
  /libcore/luni/src/main/java/java/util/concurrent/
CopyOnWriteArrayList.java 70 * example, 100 threads simultaneously calling add() will grow the list's
  /packages/apps/Gallery/src/com/android/camera/
CropImage.java 666 : HighlightView.ModifyMode.Grow);
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
BlobCache.java 129 // them can grow to the size specified by maxBytes. The maxEntries parameter
  /prebuilt/linux-x86/flex/
flex-2.5.4a 
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
bitmap.h 53 are set. This allows for use to grow the bitset dynamically without
defaults.h 552 They should if the stack and args grow in opposite directions, but
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
bitmap.h 53 are set. This allows for use to grow the bitset dynamically without
defaults.h 552 They should if the stack and args grow in opposite directions, but
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/
bitmap.h 53 are set. This allows for use to grow the bitset dynamically without
defaults.h 552 They should if the stack and args grow in opposite directions, but
  /system/core/sh/
TOUR 114 operations, but grow the stack if you run off the end:
  /dalvik/vm/interp/
Jit.cpp 88 // Dynamically grow shadow register space if necessary
797 /* Grow the trace around the last PC if jitState is kJitTSelect */
    [all...]
  /external/icu4c/i18n/
zstrfmt.cpp 331 // Ensure capacity. Grow fNodes[] if needed.
426 // size of character may grow after fold operation
    [all...]
  /external/llvm/lib/CodeGen/
RegAllocGreedy.cpp 331 ExtraRegInfo.grow(New);
351 ExtraRegInfo.grow(Reg);
    [all...]
  /external/webkit/Source/JavaScriptCore/bytecompiler/
BytecodeGenerator.cpp 247 m_globals.grow(symbolTable->size());
455 m_parameters.grow(1 + parameterCount); // reserve space for "this"
    [all...]
  /external/webkit/Source/JavaScriptCore/jit/
JITOpcodes.cpp     [all...]

Completed in 1429 milliseconds

<<11121314151617181920>>