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

1 2 3 45 6 7 8 91011>>

  /external/regex-re2/re2/
bitstate.cc 106 // VLOG(0) << "Reallocate.";
  /external/regex-re2/re2/testing/
backtrack.cc 123 // to text, so have to reallocate on each call to Search.
  /external/smali/util/src/main/java/org/jf/util/
Utf8Utils.java 44 byte[] bytes = new byte[len * 3]; // Avoid having to reallocate.
  /external/webrtc/talk/media/devices/
filevideocapturer.cc 349 // 2.2 Reallocate memory for the frame data if necessary.
  /external/webrtc/webrtc/common_video/libyuv/
scaler_unittest.cc 95 // Sending a buffer which is too small (should reallocate and update size)
  /external/webrtc/webrtc/modules/audio_processing/
echo_control_mobile_impl.cc 339 // Reallocate the queue if the queue item size is too small to fit the
  /external/webrtc/webrtc/modules/desktop_capture/
screen_capturer_x11.cc 253 // Note that we can't reallocate other buffers at this point, since the caller
  /external/webrtc/webrtc/modules/desktop_capture/win/
screen_capturer_win_magnifier.cc 422 // Note that we can't reallocate other buffers at this point, since the caller
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
GLFrame.java 342 // Reattach texture to FBO when using frame again. This may reallocate the texture
  /frameworks/native/opengl/libagl/
TextureObjectManager.cpp 160 status_t EGLTextureObject::reallocate( function in class:android::EGLTextureObject
  /libcore/libart/src/main/java/java/lang/
StringFactory.java 175 // Our temporary array was too big, so reallocate and copy.
  /libcore/ojluni/src/main/java/sun/misc/
CharacterEncoder.java 233 * so if we have a partial buffer, we must reallocate
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_pthread_alloc.h 88 static void * _STLP_CALL reallocate(void *__p, size_t __old_sz, size_t& __new_sz);
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/output/
ByteArrayOutputStream.java 41 * to the original it doesn't reallocate the whole memory block but allocates
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_pthread_alloc.h 88 static void * _STLP_CALL reallocate(void *__p, size_t __old_sz, size_t& __new_sz);
  /system/core/cpio/
mkbootfs.c 190 fprintf(stderr, "failed to reallocate dir names array (size %d)\n",
  /system/bt/stack/sdp/
sdp_server.c 363 /* Free and reallocate buffer */
587 /* Free and reallocate buffer */
  /system/update_engine/
p2p_manager_unittest.cc 136 // we need to reallocate the test_conf_ member, whose currently aliased object
200 // Note that we need to reallocate the test_conf_ member, whose currently
  /docs/source.android.com/src/devices/graphics/
arch-sv-glsv.jd 110 BufferQueue would reallocate buffers to the new size automatically, and
  /external/kernel-headers/original/uapi/linux/
cyclades.h 52 *new entries at the end of cyclades_port struct to reallocate
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/cid/
cidload.c 464 /* reallocate offsets array if needed */
  /external/llvm/include/llvm/IR/
ValueMap.h 197 /// determine whether an insertion caused the ValueMap to reallocate.
  /external/opencv3/doc/tutorials/gpu/gpu-basics-similarity/
gpu_basics_similarity.markdown 148 reallocate itself on a new call if the new matrix size is different from the previous one.
  /external/opencv3/modules/cudaarithm/test/
test_arithm.cpp 321 // reallocate the output array if needed
  /external/pdfium/third_party/freetype/src/cid/
cidload.c 438 /* reallocate offsets array if needed */

Completed in 1360 milliseconds

1 2 3 45 6 7 8 91011>>