/external/webkit/Source/WebCore/platform/text/brew/ |
TextCodecBrew.cpp | 90 prefixedBytes.grow(srcSize); 119 dstBuffer.grow(dstBuffer.size() * 2); 189 dstBuffer.grow(dstBuffer.size() * 2);
|
/external/icu4c/layoutex/ |
plruns.cpp | 269 * <code>RunArray::add(limit)</code> which will create or grow the arrays as needed. 276 * The new <code>add</code> method should first call this method to grow the font and limit indices 306 virtual void grow(le_int32 capacity); 377 void ULocRuns::grow(le_int32 capacity) function in class:ULocRuns 379 LocaleRuns::grow(capacity);
|
/external/llvm/include/llvm/ADT/ |
DenseMap.h | 101 /// Grow the densemap so that it has at least Size buckets. Does not shrink 104 grow(Size); 284 // grow the table. 293 this->grow(NumBuckets * 2); 297 this->grow(NumBuckets); 390 void grow(unsigned AtLeast) { function in class:llvm::DenseMap
|
/external/bluetooth/glib/docs/reference/glib/tmpl/ |
arrays.sgml | 5 arrays of arbitrary elements which grow automatically as elements are added 9 Arrays are similar to standard C arrays, except that they grow automatically 101 The array will grow in size automatically if necessary. 130 The array will grow in size automatically if necessary.
|
/external/dropbear/libtommath/ |
bn_fast_s_mp_mul_high_digs.c | 33 /* grow the destination as required */
|
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 */
|
/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 */ 355 /* we do not have enough room so grow the buffer*/ 408 /* we do not have enough room so grow the buffer*/
|
/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.
|
/external/webkit/Source/WebCore/editing/ |
EditingBehavior.h | 56 // Standard Mac behavior when extending to a boundary is grow the selection rather than leaving the base
|
/external/webkit/Source/WebCore/platform/brew/ |
SharedBufferBrew.cpp | 51 result->m_buffer.grow(fileSize);
|
/external/webkit/Source/WebCore/platform/posix/ |
SharedBufferPOSIX.cpp | 61 result->m_buffer.grow(bytesToRead);
|
/external/webkit/Source/WebKit2/Platform/CoreIPC/ |
ArgumentEncoder.h | 79 uint8_t* grow(unsigned alignment, size_t size);
|
/system/media/mca/filterfw/native/core/ |
geometry.h | 26 // likely to grow and become more sophisticated in the future.
|
/system/media/mca/filterpacks/base/native/ |
geometry.h | 26 // likely to grow and become more sophisticated in the future.
|
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
BoolStack.java | 92 grow(); method 184 private void grow() method in class:BoolStack
|
/external/chromium/base/ |
stringprintf_unittest.cc | 89 // Test very large sprintfs that will cause the buffer to grow. 90 TEST(StringPrintfTest, Grow) {
|
/external/chromium/chrome/browser/notifications/ |
balloon_collection_impl.h | 20 // Mac balloons grow from the top down and have close buttons on top, so 21 // offsetting is not necessary for easy multiple-closing. Other platforms grow
|
/external/collada/include/dae/ |
daeArray.h | 58 * @param cnt Size to grow the array to. 70 virtual void grow(size_t minCapacity) = 0; 157 void grow(size_t minCapacity) { function in class:daeTArray 207 grow(nElements); 405 grow(other._count); 470 * values specified. This function will grow the array if needed. 482 * values specified. This function will grow the array if needed. 496 * values specified. This function will grow the array if needed.
|
/external/icu4c/tools/toolutil/ |
package.h | 170 * Grow itemMax to new value 175 * Grow itemMax to at least itemCount+1
|
/external/qemu/android/utils/ |
lineinput.c | 60 /* Grow the line buffer a bit */ 211 * so grow its size and try again. */
|
/external/v8/src/ |
list-inl.h | 69 // Grow the list capacity by 50%, but make sure to let it grow
|