/external/dropbear/libtommath/ |
bn_mp_add_d.c | 25 /* grow c as required */
|
bn_mp_mul_2.c | 23 /* grow to accomodate result */
|
bn_mp_sub_d.c | 25 /* grow c as required */
|
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 */
|
/external/icu4c/common/ |
ustr_wcs.c | 111 /* we dont have enough room on the stack grow the buffer */ 133 /* we dont have enough room on the stack grow the buffer */ 353 /* we do not have enough room so grow the buffer*/ 406 /* we do not have enough room so grow the buffer*/
|
/external/opencore/doc/oscl_html/ |
classallocator.html | 18 A memory allocator class which allocates and deallocates from a fixed size memory pool; The memory pool is a multiple of fixed chunk size and does not grow. All allocation size must be the same as this chunk size.
|
/external/oprofile/libdb/ |
db_insert.c | 81 * grow the hashtable the most recently
|
/external/srec/srec/Recognizer/include/ |
SR_RecognizerImpl.h | 99 #define DEFAULT_WAVEFORM_BUFFER_MAX_SIZE 65 /* kBytes, will not grow */ 100 #define DEFAULT_WAVEFORM_WINDBACK_FRAMES 50 /* will convert frames to bytes, will not grow */ 107 WAVEFORM_BUFFERING_ON_CIRCULAR, /* buffer but, do not grow past a certain upper bound, just loop & overwrite */ 136 /* write to buffer. will grow only if buffering state is set to allow it */
|
/external/srec/srec/crec/ |
astar_pphash.h | 32 * The FixedSizeHash is a hash that does not grow in size.
|
/frameworks/base/awt/org/apache/harmony/awt/gl/font/ |
TextRunSegmentImpl.java | 483 false, GlyphJustificationInfo.PRIORITY_NONE, 0, 0, // grow 487 true, GlyphJustificationInfo.PRIORITY_WHITESPACE, 0, fontSize, // grow 521 if (jInfo.grow) { // Check how much we can grow/shrink on current priority level 565 if (jInfo.grow) { 582 if (jInfo.grow) { 658 firstInfo.grow ? 669 if (firstInfo.grow) { 760 glyphOffset += firstInfo.grow ? gji.growLeftLimit : -gji.shrinkLeftLimit; [all...] |
/dalvik/libcore/xml/src/main/java/org/apache/xml/utils/ |
BoolStack.java | 92 grow(); method 184 private void grow() method in class:BoolStack
|
/external/v8/src/ |
list-inl.h | 69 // Grow the list capacity by 50%, but make sure to let it grow
|
string-stream.cc | 59 // reaching a difference of 2 we need to grow the buffer. 62 char* new_buffer = allocator_->grow(&new_capacity); 558 char* HeapStringAllocator::grow(unsigned* bytes) { function in class:v8::HeapStringAllocator 576 // Only grow once to the maximum allowable size. 577 char* NoAllocationStringAllocator::grow(unsigned* bytes) { function in class:v8::NoAllocationStringAllocator
|
/external/webkit/WebCore/platform/graphics/mac/ |
ComplexTextControllerCoreText.cpp | 62 m_glyphsVector.grow(m_glyphCount); 69 m_advancesVector.grow(m_glyphCount);
|
/external/webkit/WebCore/platform/network/ |
FormData.cpp | 124 e.m_data.grow(oldSize + size); 143 data.grow(oldSize + delta);
|
/frameworks/base/core/java/android/util/ |
SparseBooleanArray.java | 102 // Log.e("SparseBooleanArray", "grow " + mKeys.length + " to " + n); 197 // Log.e("SparseBooleanArray", "grow " + mKeys.length + " to " + n);
|
SparseIntArray.java | 108 // Log.e("SparseIntArray", "grow " + mKeys.length + " to " + n); 203 // 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/webkit/WebCore/rendering/ |
RenderFlexibleBox.cpp | 485 // We have some flexible objects. See if we need to grow/shrink them at all. 490 // grow, then we go from the lowest flex group to the highest flex group. For shrinking, 500 // For a given pass, we always start off by computing the totalFlex of all objects that can grow/shrink at all, and 524 // If we just couldn't grow/shrink any more, then it's time to transition to the next flex group. 566 // We didn't find any children that could grow. [all...] |
/dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ref/ |
ChunkedIntArray.java | 91 // Grow if needed 227 // Grow if needed 260 // Grow if needed
|
/dalvik/libcore/x-net/src/main/java/org/apache/harmony/xnet/provider/jsse/ |
NativeCrypto.java | 21 * and verifying are covered. Is expected to grow over time. Also needs to move
|
/dalvik/libcore/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/dnsmasq/contrib/webmin/ |
README | 34 Therefore, the config file could possibly grow quite large.
|