/external/opencore/nodes/streaming/medialayernode/include/ |
pvmf_medialayer_port.h | 322 * @param aSize Data queue capacity. The data queue size will not grow beyond this capacity.
|
/external/opencore/oscl/oscl/osclio/src/ |
oscl_socket_stats.cpp | 78 {//to avoid having the poll events vector grow without bound
|
/external/v8/src/arm/ |
virtual-frame-arm.cc | 215 // Grow the expression stack by handler size less one (the return
|
/external/v8/src/ |
builtins.cc | 254 // Currently fixed arrays cannot grow too big, so 376 // Currently fixed arrays cannot grow too big, so 624 // Currently fixed arrays cannot grow too big, so 630 // Check if array need to grow. [all...] |
regexp-macro-assembler.h | 201 // to grow the stack.
|
spaces.h | 794 // Grow the space by adding available bytes. [all...] |
/external/webkit/WebCore/platform/graphics/android/ |
ImageAndroid.cpp | 97 m_frames.grow(1);
|
/external/webkit/WebCore/platform/text/ |
TextCodecLatin1.cpp | 164 result.grow(resultLength + replacementLength + length - i);
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/ |
varray.h | 199 /* Grow/shrink the virtual array VA to N elements. */
|
obstack.h | 34 small, and may grow to maturity. (Consider building a word syllable 64 names. As you read a symbol, grow the name in the obstack gradually.
|
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/ |
HeapSegment.java | 315 /* Grow more than necessary in case another append()
|
/external/webkit/JavaScriptCore/interpreter/ |
Interpreter.cpp | 244 if (UNLIKELY(!registerFile->grow(newEnd))) 251 if (!registerFile->grow(newEnd)) 263 if (!registerFile->grow(newEnd)) 592 if (!m_registerFile.grow(newEnd)) { 652 if (!m_registerFile.grow(oldEnd + argc)) { 714 if (!m_registerFile.grow(oldEnd + argc)) { [all...] |
/dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/lang/ |
RuntimeTest.java | 109 // Heap might grow or do GC at any time, 152 assertTrue("object memory did not grow", secondRead > firstRead); [all...] |
/external/bison/lib/ |
ebitset.c | 138 /* The bitset needs to grow. If we already have enough memory 144 grow the bitset 25% larger than requested to reduce
|
obstack.h | 29 small, and may grow to maturity. (Consider building a word syllable 59 names. As you read a symbol, grow the name in the obstack gradually.
|
vbitset.c | 71 /* The bitset needs to grow. If we already have enough memory 77 grow the bitset 25% larger than requested to reduce
|
/external/libxml2/include/libxml/ |
tree.h | 74 XML_BUFFER_ALLOC_DOUBLEIT, /* double each time one need to grow */ 75 XML_BUFFER_ALLOC_EXACT, /* grow only to the minimal size */ [all...] |
/external/opencore/fileformats/mp4/parser/include/ |
impeg4file.h | 298 * needs to wait for the file to grow past the metaDataSize before 322 * needs to wait for the file to grow past the metaDataSize before
|
/external/opencore/pvmi/pvmf/src/ |
pvmf_port_base_impl.cpp | 410 // port queues grow indefinitely (we either a connected port busy or outgoing Q busy 762 // port queues grow indefinitely (we either a connected port busy or outgoing Q busy [all...] |
/external/webkit/JavaScriptCore/wtf/ |
Vector.h | 538 void grow(size_t size); 776 void Vector<T, inlineCapacity>::grow(size_t size) function in class:WTF::Vector::Vector
|
/external/wpa_supplicant_6/wpa_supplicant/src/tls/ |
libtommath.c | 1122 /* grow dest */ 1247 /* grow as required */ [all...] |
/external/bison/src/ |
scan-skel.c | 244 * and can realloc() it to grow it, and should free() it to [all...] |
/external/wpa_supplicant/ |
libtommath.c | 1074 /* grow dest */ 1199 /* grow as required */ 1440 /* grow to fit the new digits */ [all...] |
/prebuilt/linux-x86/bcc/ |
slang | |
/dalvik/docs/ |
java-constraints.html | 696 The operand stack must never grow beyond <code>max_stack</code>.
|