/external/opencore/nodes/pvmp3ffparsernode/src/ |
pvmf_mp3ffparser_outport.h | 74 * @param aSize Data queue capacity. The data queue size will not grow beyond this capacity.
|
/external/opencore/nodes/pvsocketnode/include/ |
pvmf_socket_port.h | 87 * @param aSize Data queue capacity. The data queue size will not grow beyond this capacity.
|
/external/opencore/nodes/streaming/jitterbuffernode/include/ |
pvmf_jitter_buffer_port.h | 142 * @param aSize Data queue capacity. The data queue size will not grow beyond this capacity.
|
/external/opencore/protocols/rtp_payload_parser/src/ |
sequence_gen.cpp | 143 // grow it to sufficient size
|
/external/opencore/protocols/rtsp_client_engine/src/ |
pvrtsp_client_engine_port.h | 91 * @param aSize Data queue capacity. The data queue size will not grow beyond this capacity.
|
/external/openssl/crypto/asn1/ |
a_time.c | 151 /* grow the string */
|
evp_asn1.c | 117 /* Grow the 'string' */
|
/external/qemu/android/utils/ |
stralloc.c | 90 derror("%s: trying to grow by too many bytes: %ld",
|
/external/quake/quake/src/QW/client/ |
cmd.h | 39 // allocates an initial text buffer that will grow as needed
|
/external/quake/quake/src/WinQuake/ |
cmd.h | 39 // allocates an initial text buffer that will grow as needed
|
/external/v8/src/ |
regexp-stack.h | 60 // either grow the stack or report an out-of-stack exception.
|
/external/webkit/WebCore/platform/graphics/qt/ |
ImageQt.cpp | 148 m_frames.grow(1);
|
/external/webkit/WebCore/platform/text/ |
UnicodeRange.h | 77 //range/rangeSet grow to this place 22-29
|
/external/webkit/WebCore/rendering/ |
RenderFrame.cpp | 82 // We can only grow in width and height because if positionFrames gives us a width and we become smaller,
|
RenderTable.cpp | 616 m_columns.grow(oldSize + 1); 629 m_columnPos.grow(numEffCols() + 1); 638 m_columns.grow(newSize); 647 m_columnPos.grow(numEffCols() + 1); 744 // repair column count (addChild can grow it too much, because it always adds elements to the last row of a section) [all...] |
/dalvik/libcore/luni/src/test/java/tests/api/java/util/ |
VectorTest.java | 117 Vector grow = new Vector(3, -1); local 118 grow.addElement("one"); 119 grow.addElement("two"); 120 grow.addElement("three"); 121 grow.addElement("four"); 122 assertEquals("Wrong size", 4, grow.size()); 123 assertEquals("Wrong capacity", 6, grow.capacity()); [all...] |
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/ |
vec.h | 303 /* Grow to a specific length. 306 Grow the vector to a specific length. The LEN must be as 313 /* Grow to a specific length. 316 Grow the vector to a specific length. The LEN must be as 775 "grow", T, A); \ [all...] |
/dalvik/dx/src/com/android/dx/cf/code/ |
BaseMachine.java | 120 // Grow args, and add a little extra room to grow even more.
|
/development/samples/Snake/src/com/example/android/snake/ |
SnakeView.java | 441 * grow him, we don't subtract from the rear. 508 // except if we want the snake to grow
|
/external/opencore/oscl/oscl/osclmemory/src/ |
oscl_mem_mempool.h | 54 ** 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. 192 * there is no limit and memory pool will grow as needed.
|
/external/webkit/WebCore/bindings/v8/ |
npruntime.cpp | 169 // We never release identifiers, so this dictionary will grow. 214 // We never release identifiers, so this dictionary will grow.
|
/dalvik/libcore/luni/src/main/java/java/util/ |
Vector.java | 56 * it needs to grow to accommodate extra entries. If this value is zero or 374 grow(minimumCapacity > next ? minimumCapacity : next); 446 private void grow(int newCapacity) { method [all...] |
/dalvik/vm/hprof/ |
HprofOutput.c | 249 //xxx don't do a strlen; add and grow as necessary, until NUL
|
/external/bluetooth/glib/glib/ |
gbsearcharray.h | 241 /* grow and insert */
|
/external/e2fsprogs/ |
e2fsprogs.spec | 26 grow and shrink unmounted ext2 filesystems, and most of the other core
|