/frameworks/av/media/libstagefright/foundation/ |
MediaBufferGroup.cpp | 155 ALOGV("reallocate buffer, requested size %zu vs available %zu",
|
/frameworks/base/core/jni/ |
android_text_StaticLayout.cpp | 78 // have to reallocate buffers
|
/frameworks/native/include/ui/ |
GraphicBuffer.h | 103 status_t reallocate(uint32_t inWidth, uint32_t inHeight,
|
/frameworks/native/services/sensorservice/ |
SensorEventConnection.h | 102 // size, reallocate memory and copy over events from the older cache.
|
/hardware/ti/omap4-aah/domx/omx_core/inc/ |
OMX_TI_Core.h | 81 /*Attribute buffer size is insufficient - reallocate the attribute buffer*/
|
/hardware/ti/omap4xxx/domx/omx_core/inc/ |
OMX_TI_Core.h | 81 /*Attribute buffer size is insufficient - reallocate the attribute buffer*/
|
/prebuilts/go/darwin-x86/src/io/ioutil/ |
ioutil.go | 68 // wrong, we'll either waste some space off the end or reallocate as needed, but
|
/prebuilts/go/linux-x86/src/io/ioutil/ |
ioutil.go | 68 // wrong, we'll either waste some space off the end or reallocate as needed, but
|
/toolchain/binutils/binutils-2.25/libiberty/ |
xmalloc.c | 33 Reallocate memory without fail. This routine functions like @code{realloc},
|
/external/libmicrohttpd/src/microspdy/ |
session.c | 869 bool reallocate; local 876 //if the read buffer is full to the end, we need to reallocate space 881 reallocate = false; 891 reallocate = true; 905 reallocate = true; 911 reallocate = true; 921 if(reallocate) [all...] |
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/ |
GraggBulirschStoerStepInterpolator.java | 180 /** Reallocate the internal tables. 181 * Reallocate the internal tables in order to be able to handle
|
/external/clang/include/clang/AST/ |
ASTVector.h | 256 // reallocate the vector. 306 // reallocate the vector.
|
/external/libxml2/ |
testdict.c | 201 * the dictionary will grow in the process, reallocate more string tables 362 * the dictionary will grow in the process, reallocate more string tables
|
/external/mesa3d/src/mesa/main/ |
imports.c | 190 * Reallocate memory, with alignment. 213 /** Reallocate memory */
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
vec.h | 72 (it dies if there is not). The latter will reallocate the 742 /* If V has no room for one more element, reallocate it. Then call 753 /* if V has no room for one more element, reallocate it. Then call 784 Reallocate DST, if necessary. */ [all...] |
/development/host/windows/usb/winusb/ |
adb_winusb_interface.cpp | 183 // Double up buffer size and reallocate string buffer
|
/external/bison/lib/ |
xalloc.h | 121 otherwise, reallocate P so that it contains more than *PN objects
|
/external/compiler-rt/lib/lsan/ |
lsan_interceptors.cc | 84 return Reallocate(stack, q, size, 1);
|
/external/deqp/doc/testspecs/GLES2/ |
functional.lifetime.txt | 57 implementation may reclaim and later reallocate memory that is still
|
/external/deqp/doc/testspecs/GLES3/ |
functional.lifetime.txt | 63 implementation may reclaim and later reallocate memory that is still
|
/external/eigen/demos/mandelbrot/ |
mandelbrot.cpp | 21 std::cout << "reallocate buffer" << std::endl;
|
/external/icu/icu4c/source/i18n/ |
winnmfmt.cpp | 255 we don't need to reallocate the buffer. */
|
/external/icu/icu4c/source/test/intltest/ |
winnmtst.cpp | 142 we don't need to reallocate the buffer. */
|
/external/libmicrohttpd/src/microhttpd/ |
memorypool.c | 191 * Reallocate a block of memory obtained from the pool.
|
/external/skia/src/gpu/batches/ |
GrAtlasTextBatch.cpp | 228 // Reallocate space for geo data if necessary and then import that's geo data.
|