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

12 3 4 5

  /external/qemu/android/protocol/
core-commands-impl.c 64 /* A small preallocated buffer for command parameters. */
91 // Expected request us too large to fit into preallocated buffer.
  /external/chromium/base/
lazy_instance.h 54 // Use placement new to initialize our instance in our preallocated space.
message_pump_libevent.h 100 // Callers must provide a preallocated FileDescriptorWatcher object which
  /external/clang/lib/Lex/
PreprocessingRecord.cpp 105 assert(Index < NumPreallocatedEntities &&"Out-of-bounds preallocated entity");
  /external/icu4c/common/
utrie2_impl.h 139 * preallocated anyway (unlike the growable data array).
  /external/skia/include/core/
SkTemplates.h 126 /** Wraps SkAutoTArray, with room for up to N elements preallocated
  /external/v8/src/
string-stream.h 60 // Given a preallocated buffer up front and does no allocation while
isolate.cc 161 // Location and size of the preallocated memory block.
542 // Remove the external reference to the preallocated stack memory.
  /external/v8/test/mjsunit/
regexp-multiline-stack-trace.js 29 // preallocated meessage memory.
  /external/valgrind/main/drd/
drd_vc.h 70 VCElem preallocated[VC_PREALLOCATED]; member in struct:__anon12446
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
Mosaic.cpp 149 LOGV("WARNING: More frames than preallocated, ignoring."
  /development/host/windows/usb/winusb/
adb_winusb_interface.cpp 157 // string. So we will have to start with a reasonably large preallocated
  /external/icu4c/i18n/
csdetect.cpp 298 // Because the resultArray contains preallocated CharsetMatch objects, they aren't actually
  /external/dbus/bus/
services.c 733 DBusPreallocatedHash *preallocated)
736 _dbus_assert (preallocated != NULL);
739 preallocated,
    [all...]
activation.c     [all...]
  /ndk/sources/host-tools/sed-4.2.1/lib/
quotearg.c 687 bool preallocated = (sv == &slotvec0); local
692 slotvec = sv = xrealloc (preallocated ? NULL : sv, n1 * sizeof *sv);
693 if (preallocated)
  /external/valgrind/tsan/
ts_stats.h 126 "preallocated: %'ld; new: %'ld\n",
  /external/webp/include/webp/
decode.h 217 // will output the r/g/b(/a) samples specified by 'mode' into a preallocated
226 // will output the raw luma/chroma samples into a preallocated planes. The luma
  /development/tools/emulator/system/camera/
QemuClient.cpp 100 /* Preallocated buffer was too small. Allocate a bigger query buffer. */
QemuClient.h 187 /* Preallocated buffer for small queries. */
  /external/astl/include/
vector 149 // memory has been preallocated (e.g using reserve).
  /external/skia/gpu/src/
GrInOrderDrawBuffer.cpp 412 // preallocated buffer but none are left and it can't fit
  /external/llvm/lib/CodeGen/
PrologEpilogInserter.cpp 512 // If there are fixed sized objects that are preallocated in the local area,
516 // preallocated object.
  /external/icu4c/common/unicode/
ubidi.h 495 * Allocate a <code>UBiDi</code> structure with preallocated memory
511 * will be preallocated for. An attempt to associate this object with a
516 * that internal memory will be preallocated for. An attempt to access
517 * visual runs on an object that was not preallocated for as many runs
525 * @return An empty <code>UBiDi</code> object with preallocated memory.
    [all...]
  /frameworks/base/services/java/com/android/server/location/
GpsLocationProvider.java     [all...]

Completed in 1952 milliseconds

12 3 4 5