HomeSort by relevance Sort by last modified time
    Searched full:preallocate (Results 1 - 25 of 119) sorted by null

1 2 3 4 5

  /external/chromium_org/pdf/
chunk_stream.h 24 void Preallocate(size_t stream_size);
document_loader.cc 90 chunk_stream_.Preallocate(content_length);
421 // preallocate buffer for the entire document. Resizing array causing
447 chunk_stream_.Preallocate(current_pos_);
chunk_stream.cc 31 void ChunkStream::Preallocate(size_t stream_size) {
  /external/eigen/doc/snippets/
RealQZ_compute.cpp 3 RealQZ<MatrixXf> qz(4); // preallocate space for 4x4 matrices
  /frameworks/base/core/java/android/hardware/camera2/marshal/
Marshaler.java 117 * to preallocate for e.g. arrays, so one object must be unmarshaled at a time.</p>
127 * {@code T} (e.g. if the type is not a container of some sort), it can be used to preallocate
131 * to preallocate arrays of the right length when unmarshaling an array {@code T[]}.</p>
  /external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
open-syscall-all-cpus.c 70 * Here we need to explicitely preallocate the counts, as if
  /external/chromium_org/media/base/android/java/src/org/chromium/media/
WebAudioMediaCodecBridge.java 84 // not to preallocate space. See crbug.com/326856.
  /external/chromium_org/third_party/libvpx/source/libvpx/examples/
simple_decoder.c 42 // parameter is generally only used if you need to preallocate memory,
  /external/chromium_org/third_party/skia/include/core/
SkMask.h 134 kJustRenderImage_CreateMode, //!< render into preallocate mask
  /external/chromium_org/third_party/sqlite/src/src/
pcache.h 80 /* Return the size in bytes of a PCache object. Used to preallocate
  /external/libvpx/libvpx/examples/
simple_decoder.c 44 // parameter is generally only used if you need to preallocate memory,
  /external/skia/include/core/
SkMask.h 134 kJustRenderImage_CreateMode, //!< render into preallocate mask
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
simple_decoder.c 44 // parameter is generally only used if you need to preallocate memory,
  /external/chromium_org/third_party/skia/src/pdf/
SkPDFTypes.h 301 /** Preallocate space for the given number of entries.
302 * @param length The number of array slots to preallocate.
  /external/skia/src/pdf/
SkPDFTypes.h 301 /** Preallocate space for the given number of entries.
302 * @param length The number of array slots to preallocate.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
ext2_fs.h 392 __u8 s_prealloc_blocks; /* Nr of blocks to try to preallocate*/
393 __u8 s_prealloc_dir_blocks; /* Nr to preallocate for dirs */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
ext2_fs.h 392 __u8 s_prealloc_blocks; /* Nr of blocks to try to preallocate*/
393 __u8 s_prealloc_dir_blocks; /* Nr to preallocate for dirs */
  /development/host/windows/usb/winusb/
adb_winusb_interface.cpp 161 // Preallocate reasonably sized buffer on the stack.
  /external/oprofile/libdb/
odb.h 120 * odb_open() always preallocate a few number of pages.
  /external/qemu/block/
qcow2.c 792 static int preallocate(BlockDriverState *bs) function
822 /* TODO Preallocate data if requested */
1030 /* Preallocate metadata */
1036 ret = preallocate(bs);
    [all...]
  /hardware/invensense/60xx/mlsdk/platform/include/linux/
mpu.h 223 * @init: function used to preallocate memory used by the driver
  /external/e2fsprogs/lib/ext2fs/
ext2_fs.h 31 * Define EXT2_PREALLOCATE to preallocate data blocks for expanding files
594 __u8 s_prealloc_blocks; /* Nr of blocks to try to preallocate*/
595 __u8 s_prealloc_dir_blocks; /* Nr to preallocate for dirs */
  /external/chromium_org/third_party/skia/src/gpu/
GrBufferAllocPool.h 27 * a number of buffers to preallocate can be specified. These will
  /external/eigen/doc/
TutorialLinearAlgebra.dox 208 Finally, you can tell the decomposition constructor to preallocate storage for decomposing matrices of a given size,
  /external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
Downsampler.java 112 // 5MB. This is the max image header size we can handle, we preallocate a much smaller buffer but will resize up to

Completed in 2811 milliseconds

1 2 3 4 5