/dalvik/vm/ |
Hash.h | 96 * all elements without needing to reallocate the table.
|
/external/chromium/net/tools/flip_server/ |
simple_buffer.cc | 140 // old data that is already read, and reallocate large storage as needed.
|
/external/freetype/src/base/ |
ftdbgmem.c | 761 ft_mem_debug_panic( "trying to reallocate NULL in (%s:%ld)", 769 "trying to reallocate %p to size 0 (current is %ld) in (%s:%ld)", 777 "trying to reallocate unknown block at %p in (%s:%ld)", 782 "trying to reallocate freed block at %p in (%s:%ld)",
|
/external/icu4c/common/ |
unistr_case.cpp | 133 // Case-map, and if the result is too long, then reallocate and repeat.
|
/external/opencv/otherlibs/highgui/ |
grfmt_base.cpp | 224 // reallocate the factorys pointers storage
|
/external/skia/src/gpu/ |
GrTDArray.h | 184 // growAt will increment fCount, reallocate fArray (as needed), and slide
|
/external/valgrind/main/coregrind/m_gdbserver/ |
regcache.c | 124 /* if a regcache exists for entry, reallocate it.
|
/external/webkit/Source/JavaScriptCore/heap/ |
MarkStack.h | 175 // we'll release the entire region and reallocate the size that we want.
|
/external/zlib/src/contrib/puff/ |
pufftest.c | 55 Reallocate to larger buffers until the entire file is read in. Return a
|
/hardware/ti/omap4xxx/domx/omx_core/inc/ |
OMX_TI_Core.h | 81 /*Attribute buffer size is insufficient - reallocate the attribute buffer*/
|
/ndk/sources/host-tools/sed-4.2.1/sed/ |
regexp.c | 192 allocated, so reallocate them. */
|
/external/clang/include/clang/AST/ |
ASTVector.h | 253 // reallocate the vector. 302 // reallocate the vector.
|
/development/host/windows/usb/winusb/ |
adb_winusb_interface.cpp | 183 // Double up buffer size and reallocate string buffer
|
/external/icu4c/i18n/ |
winnmfmt.cpp | 248 we don't need to reallocate the buffer. */
|
/external/icu4c/test/intltest/ |
winnmtst.cpp | 142 we don't need to reallocate the buffer. */
|
/external/qemu/android/utils/ |
stralloc.c | 77 derror( "%s: not enough memory to reallocate %ld bytes",
|
/external/smali/dexlib/src/main/java/org/jf/dexlib/Util/ |
Utf8Utils.java | 46 byte[] bytes = new byte[len * 3]; // Avoid having to reallocate.
|
/external/stlport/src/ |
allocators.cpp | 847 static void * reallocate(void *__p, size_t __old_sz, size_t& __new_sz); 1078 void *_Pthread_alloc_impl::reallocate(void *__p, size_t __old_sz, size_t& __new_sz) { function in class:_Pthread_alloc_impl 1110 void * _STLP_CALL _Pthread_alloc::reallocate(void *__p, size_t __old_sz, size_t& __new_sz) function in class:_Pthread_alloc [all...] |
/external/webkit/Source/WebCore/platform/graphics/chromium/ |
VideoLayerChromium.cpp | 138 // reallocate textures that are the wrong size for the frame.
|
/frameworks/native/libs/ui/ |
GraphicBuffer.cpp | 126 status_t GraphicBuffer::reallocate(uint32_t w, uint32_t h, PixelFormat f, function in class:android::GraphicBuffer
|
/frameworks/native/opengl/libagl/ |
mipmap.cpp | 47 if (tex->reallocate(level, w, h, w,
|
/ndk/sources/cxx-stl/stlport/src/ |
allocators.cpp | 847 static void * reallocate(void *__p, size_t __old_sz, size_t& __new_sz); 1078 void *_Pthread_alloc_impl::reallocate(void *__p, size_t __old_sz, size_t& __new_sz) { function in class:_Pthread_alloc_impl 1110 void * _STLP_CALL _Pthread_alloc::reallocate(void *__p, size_t __old_sz, size_t& __new_sz) function in class:_Pthread_alloc [all...] |
/ndk/sources/host-tools/sed-4.2.1/lib/ |
xalloc.h | 140 otherwise, reallocate P so that it contains more than *PN objects
|
/system/core/cpio/ |
mkbootfs.c | 186 fprintf(stderr, "failed to reallocate dir names array (size %d)\n",
|
/system/extras/tests/sdcard/ |
stopwatch.cpp | 146 // reallocate the measurement buffer (e.g start and stop called more
|