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

1 2 34 5 6 7 8 91011>>

  /external/v8/test/cctest/
test-list.cc 57 // Add elements to the list to grow it to its capacity.
64 // Add an existing element, the backing store should have to grow.
  /external/webkit/Source/JavaScriptCore/heap/
HandleHeap.h 112 void grow();
151 grow();
  /external/webkit/Source/JavaScriptCore/wtf/text/
StringBuilder.cpp 82 // If there is already a buffer, then grow if necessary.
86 // Grow the string, if necessary.
  /frameworks/base/core/java/android/util/
SparseBooleanArray.java 115 // Log.e("SparseBooleanArray", "grow " + mKeys.length + " to " + n);
210 // Log.e("SparseBooleanArray", "grow " + mKeys.length + " to " + n);
SparseIntArray.java 126 // Log.e("SparseIntArray", "grow " + mKeys.length + " to " + n);
221 // Log.e("SparseIntArray", "grow " + mKeys.length + " to " + n);
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/util/
SparseIntArray.java 107 // Log.e("SparseIntArray", "grow " + mKeys.length + " to " + n);
202 // Log.e("SparseIntArray", "grow " + mKeys.length + " to " + n);
  /external/bluetooth/glib/gio/
gbufferedoutputstream.c 162 g_param_spec_boolean ("auto-grow",
163 P_("Auto-grow"),
164 P_("Whether the buffer should automatically grow"),
251 * Sets whether or not the @stream's buffer should automatically grow.
267 g_object_notify (G_OBJECT (stream), "auto-grow");
  /external/chromium/third_party/libevent/
evport.c 46 * Helper functions are used: grow() grows the file descriptor array as
82 * grow the array of file descriptors, doubling its size.
235 grow(struct evport_data *epdp, int factor) function
415 * If necessary, grow the file descriptor info table
423 if (-1 == grow(evpd, factor)) {
  /external/llvm/include/llvm/ADT/
BitVector.h 197 /// resize - Grow or shrink the bitvector.
201 grow(N);
220 grow(N);
350 // Grow the bitvector to have enough elements.
393 void grow(unsigned NewSize) {
SmallPtrSet.h 37 /// array, we grow into the 'large set' case. SmallSet should be used when the
135 /// Grow - Allocate a larger backing store for the buckets and move it over.
136 void Grow(unsigned NewSize);
  /external/webkit/Source/WebCore/rendering/
RenderFlexibleBox.cpp 483 // We have some flexible objects. See if we need to grow/shrink them at all.
488 // grow, then we go from the lowest flex group to the highest flex group. For shrinking,
498 // For a given pass, we always start off by computing the totalFlex of all objects that can grow/shrink at all, and
522 // If we just couldn't grow/shrink any more, then it's time to transition to the next flex group.
564 // We didn't find any children that could grow.
758 // We have some flexible objects. See if we need to grow/shrink them at all.
763 // grow, then we go from the lowest flex group to the highest flex group. For shrinking,
773 // For a given pass, we always start off by computing the totalFlex of all objects that can grow/shrink at all, and
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
ChunkedIntArray.java 91 // Grow if needed
227 // Grow if needed
260 // Grow if needed
  /bionic/libc/arch-arm/include/machine/
setjmp.h 67 * 30 reserved reserved entries (room to grow)
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
RuntimeTest.java 108 assertTrue("object memory did not grow", secondRead > firstRead);
  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
Counter.java 42 * grow to.
  /external/astl/include/
vector 218 size_type grow() const;
324 const size_type new_capacity = grow();
466 // Grow the capacity. Use exponential until kExponentialLimit then
469 typename vector<_T>::size_type vector<_T>::grow() const
  /external/chromium/net/disk_cache/
block_files.h 64 // Attemp to grow this file. Fails if the file cannot be extended anymore.
mem_backend_impl.h 33 // size the cache can grow to. If zero is passed in as max_bytes, the cache
  /external/dnsmasq/contrib/webmin/
README 34 Therefore, the config file could possibly grow quite large.
  /external/dropbear/libtommath/
bn_fast_s_mp_mul_digs.c 40 /* grow the destination as required */
bn_fast_s_mp_sqr.c 34 /* grow the destination as required */
bn_mp_montgomery_reduce.c 38 /* grow the input as required */
  /external/icu4c/test/intltest/
textfile.cpp 153 // Grow by factor of 2 to prevent frequent allocation
  /external/jsilver/src/com/google/clearsilver/jsilver/functions/escape/
SimpleEscapingFunction.java 38 // value so it's important not to have it grow too large. For now we have
  /external/kernel-headers/original/asm-x86/
sigcontext.h 18 * The FPU state data structure has had to grow to accommodate the

Completed in 506 milliseconds

1 2 34 5 6 7 8 91011>>