HomeSort by relevance Sort by last modified time
    Searched full:reallocate (Results 26 - 50 of 211) sorted by null

12 3 4 5 6 7 8 9

  /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/gpu/include/
GrTDArray.h 190 // growAt will increment fCount, reallocate fArray (as needed), and slide
  /external/webkit/Source/JavaScriptCore/heap/
MarkStack.h 175 // we'll release the entire region and reallocate the size that we want.
  /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. */
  /system/core/cpio/
mkbootfs.c 146 fprintf(stderr, "failed to reallocate dir names array (size %d)\n",
  /external/bluetooth/glib/docs/reference/glib/tmpl/
memory.sgml 115 Attempts to reallocate the memory pointed to by @mem, so that it now has
157 @mem: the memory to reallocate
  /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/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/base/libs/ui/
GraphicBuffer.cpp 128 status_t GraphicBuffer::reallocate(uint32_t w, uint32_t h, PixelFormat f, function in class:android::GraphicBuffer
  /frameworks/base/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/extras/tests/sdcard/
stopwatch.cpp 146 // reallocate the measurement buffer (e.g start and stop called more
  /dalvik/dexgen/src/com/android/dexgen/rop/cst/
CstUtf8.java 48 byte[] bytes = new byte[len * 3]; // Avoid having to reallocate.
  /dalvik/dx/src/com/android/dx/rop/cst/
CstString.java 48 byte[] bytes = new byte[len * 3]; // Avoid having to reallocate.
  /external/e2fsprogs/lib/ext2fs/
irel_ma.c 161 * If max_refs has changed, reallocate the refs array
  /external/freetype/src/psnames/
psmodule.c 376 /* Reallocate if the number of used entries is much smaller. */

Completed in 905 milliseconds

12 3 4 5 6 7 8 9