HomeSort by relevance Sort by last modified time
    Searched full:reallocate (Results 76 - 100 of 421) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/webrtc/webrtc/base/
buffer.h 161 // further reallocation. (Of course, this operation might need to reallocate
  /external/webrtc/webrtc/modules/desktop_capture/win/
screen_capturer_win_gdi.cc 233 // Note that we can't reallocate other buffers at this point, since the caller
  /frameworks/native/opengl/libagl/
mipmap.cpp 47 if (tex->reallocate(level, w, h, w,
  /frameworks/opt/bitmap/src/com/android/bitmap/util/
Exif.java 46 advanceTo() at the end of every loop, we should never have to reallocate a larger buffer.
  /frameworks/opt/photoviewer/src/com/android/ex/photo/util/
Exif.java 41 advanceTo() at the end of every loop, we should never have to reallocate a larger buffer.
  /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...]
  /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.
  /toolchain/binutils/binutils-2.25/bfd/
libbfd.c 219 /* Reallocate memory using realloc. */
243 /* Reallocate memory using realloc, nmemb * size with overflow checking. */
277 /* Reallocate memory using realloc.
  /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/deqp/framework/delibs/debase/
deMemory.c 99 * \brief Reallocate a chunk of memory.
  /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/jemalloc/test/unit/
decay.c 91 /* Reallocate. */
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
btAlignedObjectArray.h 295 { // not enough room, reallocate
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/psnames/
psmodule.c 377 /* Reallocate if the number of used entries is much smaller. */
  /external/mesa3d/src/mesa/drivers/x11/
xmesa.h 359 * Reallocate the back/depth/stencil/accum/etc/ buffers associated with
  /external/mesa3d/src/mesa/program/
prog_instruction.c 78 * Reallocate memory storing an array of program instructions.
  /external/opencv3/3rdparty/include/ffmpeg_/libswscale/
swscale.h 309 * Check if context can be reused, otherwise reallocate a new one.
  /external/pdfium/third_party/freetype/src/psnames/
psmodule.c 377 /* Reallocate if the number of used entries is much smaller. */

Completed in 1234 milliseconds

1 2 34 5 6 7 8 91011>>