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

<<11121314151617181920>>

  /external/llvm/lib/Target/Mips/
MipsFrameLowering.cpp 39 // to grow up! Otherwise terrible hacks would have to be made
  /external/llvm/lib/Target/SystemZ/
SystemZFrameLowering.cpp 50 RegSpillOffsets.grow(SystemZ::NUM_TARGET_REGS);
  /external/qemu/android/avd/
hardware-properties.ini 404 # it indicates the maximum size the disk image file can grow to.
  /external/skia/src/core/
SkGlyphCache.cpp 57 #define METRICS_RESERVE_COUNT 128 // so we don't grow this array a lot
  /external/skia/src/pipe/
SkGPipeRead.cpp 100 // update this each time we grow the array
  /external/skia/src/ports/
SkFontHost_linux.cpp 69 // we use atomic_inc to grow this for each typeface we create
SkFontHost_simple.cpp 67 // we use atomic_inc to grow this for each typeface we create
  /external/tcpdump/
sctpConstants.h 395 #define SCTP_WINDOW_MAX 1048576 /* biggest I can grow rwnd to
  /external/v8/src/
interpreter-irregexp.cc 149 // This backtracking stack does not grow automatically, but it ensures that the
v8globals.h 229 // and grow forward, the relocation information starts at the end of
  /external/valgrind/main/callgrind/
callstack.c 39 * Array call_stack and call_stack_esp have same size and grow on demand.
  /external/webkit/Source/JavaScriptCore/bytecode/
CodeBlock.h 360 void addMethodCallLinkInfos(unsigned n) { m_methodCallLinkInfos.grow(n); }
  /external/webkit/Source/JavaScriptCore/runtime/
PropertyMapHashTable.h 192 // Rehash the table. Used to grow, or to recover deleted slots.
  /external/webkit/Source/WebCore/page/animation/
AnimationController.cpp 177 m_eventsToDispatch.grow(m_eventsToDispatch.size()+1);
  /external/webkit/Source/WebCore/platform/graphics/
BitmapImage.cpp 125 m_frames.grow(numFrames);
  /external/webkit/Source/WebCore/platform/graphics/cairo/
ContextShadowCairo.cpp 79 // Round to the nearest 32 pixels so we do not grow the buffer for similar sized requests.
  /external/webkit/Source/WebCore/platform/graphics/cg/
ImageCG.cpp 93 m_frames.grow(1);
  /external/webkit/Source/WebCore/platform/graphics/chromium/
LayerTilerChromium.cpp 423 // Grow the tile array to contain this content rect.
  /external/webkit/Source/WebCore/platform/network/
FormData.cpp 158 e.m_data.grow(oldSize + size);
  /external/webkit/Source/WebCore/platform/text/
TextCodecICU.cpp 464 result.grow(size + count);
  /external/webkit/Source/WebCore/webaudio/
AudioContext.cpp 518 // Note: deleting an AudioNode can cause m_nodesToDelete to grow.
  /frameworks/base/docs/html/guide/topics/ui/
layout-objects.jd 52 will not grow and will only occupy the area required by its content.
  /frameworks/base/libs/utils/
VectorImpl.cpp 359 // LOGV("grow vector %p, new_capacity=%d", this, (int)new_capacity);
  /ndk/sources/host-tools/sed-4.2.1/lib/
stdio.in.h 277 /* Grow an obstack with formatted output. Return the number of
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
AccordionControl.java 193 * @param greedy if true, grow vertically as much as possible

Completed in 1036 milliseconds

<<11121314151617181920>>