HomeSort by relevance Sort by last modified time
    Searched full:grow (Results 276 - 300 of 489) sorted by null

<<11121314151617181920

  /external/qemu/block/
qcow2-refcount.c 173 /* Find L1 index and grow refcount table if needed */
  /external/skia/include/core/
SkPath.h 174 path to more efficiently grow its storage.
  /external/skia/src/images/
SkImageDecoder_libpng.cpp 340 which is a problem since we use the byte as an index. To work around this we grow
  /external/srec/srec/cfront/
sp_fft.c 655 ** FFT will grow data log2Length. In order to avoid data overflow,
  /external/tagsoup/src/org/ccil/cowan/tagsoup/
HTMLScanner.java 618 // Grow the buffer size
  /external/v8/src/
globals.h 324 // and grow forward, the relocation information starts at the end of
  /external/v8/src/mips/
assembler-mips.h 528 // If this is the case, we need to grow the buffer before emitting
  /external/webkit/JavaScriptCore/jit/
JITOpcodes.cpp     [all...]
  /external/webkit/WebCore/loader/
Cache.cpp 461 m_allResources.grow(queueIndex + 1);
  /external/webkit/WebCore/platform/graphics/mac/
ComplexTextController.cpp 341 m_glyphEndOffsets.grow(m_glyphCount);
  /external/webkit/WebCore/platform/text/
String.cpp 406 buffer.grow(len + 1);
  /external/webkit/WebCore/rendering/
AutoTableLayout.cpp 480 m_spanCells.grow(size + 10);
  /external/webkit/WebCore/svg/animation/
SVGSMILElement.cpp 581 // (one entry in common cases) but you can construct a case where it does grow.
    [all...]
  /external/webkit/WebKit/gtk/webkit/
webkitdownload.cpp 740 * Content-Length. Notice that this may grow over time, as it will be
  /external/webkit/WebKitTools/android/flex-2.5.4a/
initscan.c 163 * and can realloc() it to grow it, and should free() it to
    [all...]
  /frameworks/base/awt/java/awt/
Rectangle.java 410 public void grow(int dx, int dy) { method in class:Rectangle
  /packages/apps/Gallery/src/com/android/camera/
CropImage.java 666 : HighlightView.ModifyMode.Grow);
  /packages/apps/Gallery3D/src/com/cooliris/media/
CropImage.java 784 : HighlightView.ModifyMode.Grow);
    [all...]
  /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
  /system/core/sh/
TOUR 114 operations, but grow the stack if you run off the end:
  /prebuilt/linux-x86/bcc/
bcc 
  /external/webkit/JavaScriptCore/bytecompiler/
BytecodeGenerator.cpp 244 m_globals.grow(symbolTable->size());
355 m_parameters.grow(1 + parameterCount); // reserve space for "this"
    [all...]
  /dalvik/libcore/concurrent/src/main/java/java/util/concurrent/
Exchanger.java 341 index = m + 1; // Grow on 3rd failed slot

Completed in 548 milliseconds

<<11121314151617181920