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

1 2 3 4 5 67 8 91011>>

  /frameworks/base/awt/org/apache/harmony/awt/gl/font/
TextRunBreaker.java 780 jInfo.grow = gap > 0;
812 if (((gapLeft > 0) ^ jInfo.grow) || gapLeft == 0) {
845 boolean grow; field in class:TextRunBreaker.JustificationInfo
  /frameworks/base/core/java/android/widget/
TableLayout.java 480 // the array is reused for each layout operation; the array can grow
482 // this behavior avoids to unnecessary grow the array after the first
510 // we just grow the array and copy the values
  /external/bluetooth/bluez/rfcomm/
lexer.c 198 * and can realloc() it to grow it, and should free() it to
1016 { /* Not enough room in the buffer - grow it. */
1038 /* Can't grow it, we don't own it. */
    [all...]
  /system/core/sh/
arith_lex.c 199 * and can realloc() it to grow it, and should free() it to
1104 { /* Not enough room in the buffer - grow it. */
1126 /* Can't grow it, we don't own it. */
    [all...]
  /external/v8/src/
spaces.cc     [all...]
  /external/libxml2/
HTMLparser.c 251 #define GROW if ((ctxt->progressive == 0) && \
    [all...]
  /dalvik/libcore/luni/src/test/java/tests/api/java/util/
BitSetTest.java 118 // Grow the BitSet
255 assertEquals("Failed to grow BitSet", 64, bs.size());
547 assertEquals("Failed to grow BitSet", 192, bs.size());
627 assertEquals("Failed to grow BitSet", 64, bs.size());
790 assertEquals("Failed to grow BitSet", 192, bs.size());
861 assertEquals("Failed to grow BitSet", 64, bs.size());
    [all...]
  /dalvik/libcore/concurrent/src/main/java/java/util/concurrent/
ScheduledThreadPoolExecutor.java 771 private void grow() { method in class:ScheduledThreadPoolExecutor.DelayedWorkQueue
773 int newCapacity = oldCapacity + (oldCapacity >> 1); // grow 50%
869 grow(); method
    [all...]
  /external/webkit/WebCore/loader/
TextResourceDecoder.cpp 464 m_buffer.grow(oldSize + len);
550 m_buffer.grow(oldSize + len);
822 m_buffer.grow(oldSize + len);
  /external/webkit/WebKit/android/jni/
WebHistory.cpp 366 // Determine how much to grow the vector. Use the worst case for utf8 to
371 // Grow the vector. This will change the value of v.size() but we
373 v.grow(length);
  /dalvik/libcore/xml/src/main/java/org/apache/xpath/compiler/
OpMap.java 66 * Amount to grow token queue when it becomes full
  /dalvik/vm/alloc/
HeapBitmap.c 220 /* The callback may have caused hb_->max to grow. */ \
  /dalvik/vm/interp/
Stack.h 32 they grow downward). They may be merged with the native stack at a
  /external/bison/lib/
bitset.c 37 of TYPE. The bitset may grow to require more bytes than this. */
  /external/bluetooth/glib/gio/
gmemoryoutputstream.c 180 * /* a stream that can grow */
  /external/emma/core/java12/com/vladium/util/
IntIntMap.java 288 // only grow in size
IntObjectMap.java 246 // only grow in size
IntSet.java 218 // only grow in size
ObjectIntMap.java 284 // only grow in size
  /external/icu4c/test/cintltst/
chashtst.c 247 /*set the resize policy to just GROW and SHRINK*/
  /external/kernel-headers/original/linux/
if_vlan.h 117 unsigned long cnt_inc_headroom_on_tx; /* How many times did we have to grow the skb on TX. */
lockdep.h 129 * We only grow the list, never remove from it:
tcp.h 282 __u16 snd_cwnd_clamp; /* Do not allow snd_cwnd to grow above this */
  /external/netcat/
stupidh 11 ## [... hopefully this list will grow very large]
  /external/opencore/nodes/pvamrffparsernode/src/
pvmf_amrffparser_port.h 390 * @param aSize Data queue capacity. The data queue size will not grow beyond this capacity.

Completed in 712 milliseconds

1 2 3 4 5 67 8 91011>>