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

1 2 3 4 5 6 7 8 91011>>

  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapVcardManager.java 495 * Handler to emit VCard String to PCE once size grow to maxPacketSize.
  /system/core/libpixelflinger/tinyutils/
VectorImpl.cpp 284 // LOGV("grow vector %p, new_capacity=%d", this, (int)new_capacity);
  /dalvik/libcore/luni/src/main/java/java/util/
HashMap.java 516 * specified number of mappings, with room to grow. If not, it increases the
519 * can grow the table by factors of 2^n for n > 1. Hopefully, a single call
    [all...]
Hashtable.java 436 * specified number of mappings, with room to grow. If not, it increases the
439 * can grow the table by factors of 2^n for n > 1. Hopefully, a single call
    [all...]
ArrayList.java 171 * a time-space tradeoff: we don't want to grow lists too frequently
  /external/quake/quake/src/QW/client/
zone.c 621 return; // there is space to grow the hunk
644 return; // there is space to grow the hunk
  /external/quake/quake/src/WinQuake/
zone.cpp 616 return; // there is space to grow the hunk
639 return; // there is space to grow the hunk
  /external/tremolo/Tremolo/
framing.c 110 /* if the unused buffer is too small, grow it */
159 /* if the unused buffer is too small, grow it */
  /frameworks/base/libs/binder/
Parcel.cpp 382 // grow data
394 // grow objects
    [all...]
  /external/webkit/JavaScriptCore/jit/
JITStubs.cpp     [all...]
  /external/webkit/WebKit/android/nav/
CacheBuilder.cpp     [all...]
  /external/dbus/dbus/
dbus-hash.c 1039 return; /* can't grow anymore */
1079 growing ? "GROW" : "SHRINK",
    [all...]
  /external/dropbear/libtommath/pre_gen/
mpi.c 238 /* grow a as required */
420 /* grow the destination as required */
524 /* grow the destination as required */
627 /* grow the destination as required */
742 /* grow a to accomodate the single bit */
892 /* grow c as required */
    [all...]
  /frameworks/base/core/res/res/values/
attrs.xml     [all...]
  /external/bison/src/
scan-gram.c 244 * and can realloc() it to grow it, and should free() it to
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xml/utils/
FastStringBuffer.java 37 * flow across to it. (The array of chunks may need to grow,
137 * reallocated when necessary in order to allow the buffer to grow;
    [all...]
  /dalvik/vm/interp/
Jit.c 95 // Dynamically grow shadow register space if necessary
636 /* Grow the trace around the last PC if jitState is kJitTSelect */
    [all...]
  /external/icu4c/i18n/unicode/
msgfmt.h     [all...]
  /external/icu4c/i18n/
zstrfmt.cpp 290 // Ensure capacity. Grow fNodes[] if needed.
356 // size of character may grow after fold operation
    [all...]
  /external/icu4c/test/cintltst/
trie2test.c     [all...]
  /external/kernel-headers/original/linux/
skbuff.h 985 * the header has to grow. In the default case, if the header has to grow
    [all...]
  /external/webkit/WebCore/rendering/
RenderTableSection.cpp 162 m_grid.grow(numRows);
599 // This will cause these children to grow to fill the cell.
    [all...]
  /frameworks/base/core/java/android/widget/
RelativeLayout.java 632 // We can grow in this dimension.
649 // We can grow in this dimension. Child can be as big as it
    [all...]
  /dalvik/dx/src/com/android/dx/dex/code/
LocalList.java 508 * index array, or we need to grow. (The latter doesn't
OutputFinisher.java 539 * grow.

Completed in 905 milliseconds

1 2 3 4 5 6 7 8 91011>>