HomeSort by relevance Sort by last modified time
    Searched full:reallocate (Results 101 - 125 of 453) sorted by null

1 2 3 45 6 7 8 91011>>

  /ndk/sources/android/crazy_linker/src/
crazy_linker_proc_maps.cpp 146 // Reallocate path.
  /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 188 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
  /external/libedit/src/
chared.c 515 * Reallocate line buffer.
533 * Reallocate kill buffer.
552 * Reallocate undo buffer.
  /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.
  /docs/source.android.com/src/devices/camera/
camera3_error_stream.jd 70 then reallocate the stream buffers, and call register_stream_buffers() again
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3string.h 48 * that don't reallocate it, like strchr() etc. Perhaps someone will want to provide implementations for UTF8
  /external/chromium_org/content/renderer/pepper/
pepper_video_decoder_host.cc 176 // Reject an attempt to reallocate a busy shm buffer.
  /external/chromium_org/ppapi/api/
ppp_instance.idl 121 * argument and reallocate the graphics context when a different size is
  /external/chromium_org/third_party/freetype/src/psnames/
psmodule.c 377 /* Reallocate if the number of used entries is much smaller. */
  /external/chromium_org/third_party/icu/source/i18n/unicode/
sortkey.h 249 uint8_t *reallocate(int32_t newCapacity, int32_t length);
  /external/chromium_org/third_party/libjingle/source/talk/media/devices/
filevideocapturer.cc 347 // 2.2 Reallocate memory for the frame data if necessary.
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
xmesa.h 359 * Reallocate the back/depth/stencil/accum/etc/ buffers associated with
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
prog_instruction.c 78 * Reallocate memory storing an array of program instructions.
  /external/chromium_org/third_party/re2/re2/
bitstate.cc 106 // VLOG(0) << "Reallocate.";
  /external/chromium_org/third_party/re2/re2/testing/
backtrack.cc 123 // to text, so have to reallocate on each call to Search.
  /external/chromium_org/third_party/webrtc/modules/desktop_capture/win/
screen_capturer_win_magnifier.cc 426 // Note that we can't reallocate other buffers at this point, since the caller
  /external/dexmaker/src/dx/java/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 377 /* Reallocate if the number of used entries is much smaller. */
  /external/icu/icu4c/source/i18n/unicode/
sortkey.h 250 uint8_t *reallocate(int32_t newCapacity, int32_t length);
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
string.c 392 * str_append - reallocate string and append another

Completed in 2622 milliseconds

1 2 3 45 6 7 8 91011>>