HomeSort by relevance Sort by last modified time
    Searched full:grow (Results 551 - 575 of 1221) sorted by null

<<21222324252627282930>>

  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
BitSet.js 254 if (n >= this.bits.length) { // grow as necessary to accommodate
483 // If this is smaller than a, grow this first
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
CompositeGrammar.java 67 * This is a Vector instead of a List because I need to be able to grow
110 * collections stuff won't let me setSize and make it grow. :(
  /external/bison/lib/
ebitset.c 138 /* The bitset needs to grow. If we already have enough memory
144 grow the bitset 25% larger than requested to reduce
obstack.h 28 small, and may grow to maturity. (Consider building a word syllable
58 names. As you read a symbol, grow the name in the obstack gradually.
vbitset.c 71 /* The bitset needs to grow. If we already have enough memory
77 grow the bitset 25% larger than requested to reduce
  /external/chromium_org/chrome/browser/ui/panels/
panel.cc 676 // * cannot grow or shrink to go beyond [min_width, max_width]
684 // * cannot grow or shrink to go beyond [min_height, max_height]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
TextAutosizer.cpp 675 groups.grow(1);
687 groups.grow(groups.size() + 1);
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
BitmapImage.cpp 86 m_frames.grow(1);
142 m_frames.grow(numFrames);
  /external/chromium_org/third_party/libxml/src/include/libxml/
tree.h 74 XML_BUFFER_ALLOC_DOUBLEIT, /* double each time one need to grow */
75 XML_BUFFER_ALLOC_EXACT, /* grow only to the minimal size */
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/winsys/radeon/drm/
radeon_drm_bo.c 328 /* Grow upper hole if it's adjacent */
343 /* Grow lower hole if it's adjacent */
  /external/chromium_org/third_party/skia/src/effects/
SkBlurMaskFilter.cpp 269 // TODO: report correct metrics for innerstyle, where we do not grow the
364 // TODO: report correct metrics for innerstyle, where we do not grow the
  /external/chromium_org/third_party/tcmalloc/chromium/src/
pagemap.h 127 // only grow, and we'll only be called to Ensure when we really grow the heap.
  /external/chromium_org/v8/src/
spaces.cc     [all...]
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/transport/
TransportManager.java 622 * (our send queue would grow and grow and...) */
  /external/libxml2/include/libxml/
tree.h 74 XML_BUFFER_ALLOC_DOUBLEIT, /* double each time one need to grow */
75 XML_BUFFER_ALLOC_EXACT, /* grow only to the minimal size */
    [all...]
  /external/llvm/include/llvm/MC/
MCAsmInfo.h 61 /// StackGrowsUp - True if target stack grow up.
359 /// isStackGrowthDirectionUp - True if target stack grow up.
  /external/mesa3d/src/gallium/winsys/radeon/drm/
radeon_drm_bo.c 328 /* Grow upper hole if it's adjacent */
343 /* Grow lower hole if it's adjacent */
  /external/skia/src/effects/
SkBlurMaskFilter.cpp 269 // TODO: report correct metrics for innerstyle, where we do not grow the
364 // TODO: report correct metrics for innerstyle, where we do not grow the
  /external/valgrind/main/drd/
drd_main.c 476 * Assumption: stacks grow downward.
496 * Assumption: stacks grow downward.
  /external/wpa_supplicant_8/src/tls/
libtommath.c 1138 /* grow dest */
1263 /* grow as required */
    [all...]
  /frameworks/base/core/java/android/util/
ArrayMap.java 234 * will grow once items are added to it.
440 if (DEBUG) Log.d(TAG, "put: grow from " + mHashes.length + " to " + n);
ArraySet.java 222 * will grow once items are added to it.
341 if (DEBUG) Log.d(TAG, "add: grow from " + mHashes.length + " to " + n);
  /frameworks/support/v4/java/android/support/v4/util/
SimpleArrayMap.java 206 * will grow once items are added to it.
385 if (DEBUG) Log.d(TAG, "put: grow from " + mHashes.length + " to " + n);
  /ndk/sources/host-tools/sed-4.2.1/lib/
obstack.h 28 small, and may grow to maturity. (Consider building a word syllable
58 names. As you read a symbol, grow the name in the obstack gradually.
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
obstack.h 34 small, and may grow to maturity. (Consider building a word syllable
64 names. As you read a symbol, grow the name in the obstack gradually.

Completed in 769 milliseconds

<<21222324252627282930>>