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

12 3 4 5 6 7 8 91011>>

  /external/icu4c/layoutex/layout/
RunArrays.h 33 * When an array needs to grow, it will double in size until
34 * it becomes this large, then it will grow by this amount.
128 * calling the <code>grow</code> method.
136 * first call this method to grow the data arrays, and use the return value
144 * @see grow
180 * Grow a data array to the given initial size. This method will be
183 * the overriding method to grow the limit indices array.
191 virtual void grow(le_int32 capacity);
329 * <code>RunArray::add(limit)</code> which will create or grow the arrays as needed.
336 * The new <code>add</code> method should first call this method to grow the font and limit indice
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/objects/
package.html 22 <p>Implementation of XPath polymorphic type objects -- this package will grow
  /external/bluetooth/glib/docs/reference/glib/tmpl/
arrays_byte.sgml 5 arrays of bytes, which grow automatically as elements are added
9 #GByteArray is based on #GArray, to provide arrays of bytes which grow
86 The array will grow in size automatically if necessary.
98 The array will grow in size automatically if necessary.
  /external/chromium/app/sql/
diagnostic_error_delegate.h 43 // 26 currently but 50 gives them room to grow.
  /external/dropbear/libtommath/
bn_mp_2expt.c 31 /* grow a to accomodate the single bit */
bn_mp_copy.c 29 /* grow dest */
bn_mp_grow.c 18 /* grow as required */
bn_mp_lshd.c 28 /* grow to fit the new digits */
  /external/icu4c/test/perf/usetperf/
bitset.cpp 52 while (newLen < minLen) newLen <<= 1; // grow exponentially
  /external/valgrind/main/none/tests/
sigstackgrowth.c 20 frame will be cleared, the stack will never grow, and we'll be in
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
SeekBarRule.java 36 // almost no usable width -- so just make it grow in all layouts
  /external/icu4c/test/intltest/
idnaref.cpp 144 /* we do not have enough room so grow the buffer*/
165 /* we do not have enough room so grow the buffer*/
299 /* we do not have enough room so grow the buffer*/
357 /* we do not have enough room so grow the buffer*/
487 /* we do not have enough room so grow the buffer*/
508 /* we do not have enough room so grow the buffer*/
531 /* we do not have enough room so grow the buffer*/
550 /* we do not have enough room so grow the buffer*/
730 /* we do not have enough room so grow the buffer*/
780 /* we do not have enough room so grow the buffer*
    [all...]
  /external/antlr/src/org/antlr/runtime/misc/
FastQueue.java 34 /** A queue that can dequeue and get(i) in O(1) and grow arbitrarily large.
40 * buffer will not grow too large.
  /external/llvm/include/llvm/ADT/
IndexedMap.h 14 // map. A member function grow() is provided that given the value of
70 void grow(IndexT n) { function in class:llvm::IndexedMap
  /external/llvm/lib/Support/
IntEqClasses.cpp 25 void IntEqClasses::grow(unsigned N) { function in class:IntEqClasses
26 assert(NumClasses == 0 && "grow() called after compress().");
  /external/webkit/Source/JavaScriptCore/heap/
HandleStack.h 58 void grow();
123 grow();
ConservativeRoots.cpp 36 void ConservativeRoots::grow() function in class:JSC::ConservativeRoots
HandleHeap.cpp 50 grow();
53 void HandleHeap::grow() function in class:JSC::HandleHeap
55 Node* block = m_blockStack.grow();
  /frameworks/base/libs/hwui/
PathCache.h 58 * Any texture added to the cache causing the cache to grow beyond the maximum
  /frameworks/base/tests/HwAccelerationTest/res/layout/
view_layers_6.xml 50 android:text="Grow layer" />
  /external/v8/src/
string-stream.h 44 virtual char* grow(unsigned* bytes) = 0;
53 char* grow(unsigned* bytes);
66 char* grow(unsigned* bytes);
  /external/webkit/Source/JavaScriptCore/wtf/
SegmentedVector.h 167 void grow(size_t size) function in class:WTF::SegmentedVector
234 // Grow segment N to accomodate the remainder.
243 m_segments[segmentIndex]->grow(size);
  /external/webkit/Source/JavaScriptCore/wtf/url/src/
URLBuffer.h 96 if (!grow(1))
106 if (!grow(m_length + strLength - m_capacity))
116 bool grow(int minimumAdditionalCapacity) function in class:WTF::URLBuffer
  /external/webkit/Source/WebCore/platform/graphics/mac/
ComplexTextControllerCoreText.cpp 56 m_coreTextIndicesVector.grow(m_glyphCount);
63 m_glyphsVector.grow(m_glyphCount);
70 m_advancesVector.grow(m_glyphCount);
  /external/webkit/Source/WebCore/platform/text/
LineEnding.cpp 84 m_buffer.grow(oldSize + size);
175 // Grow the result buffer.
178 result.grow(oldResultSize + newLen);

Completed in 598 milliseconds

12 3 4 5 6 7 8 91011>>