HomeSort by relevance Sort by last modified time
    Searched refs:allocate (Results 226 - 250 of 1315) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/binary_heap_/
constructors_destructor_fn_imps.hpp 75 m_a_entries(s_entry_allocator.allocate(m_actual_size))
86 m_a_entries(s_entry_allocator.allocate(m_actual_size))
98 m_a_entries(s_entry_allocator.allocate(m_actual_size))
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/binary_heap_/
constructors_destructor_fn_imps.hpp 75 m_a_entries(s_entry_allocator.allocate(m_actual_size))
86 m_a_entries(s_entry_allocator.allocate(m_actual_size))
98 m_a_entries(s_entry_allocator.allocate(m_actual_size))
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/binary_heap_/
constructors_destructor_fn_imps.hpp 75 m_a_entries(s_entry_allocator.allocate(m_actual_size))
86 m_a_entries(s_entry_allocator.allocate(m_actual_size))
98 m_a_entries(s_entry_allocator.allocate(m_actual_size))
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/binary_heap_/
constructors_destructor_fn_imps.hpp 75 m_a_entries(s_entry_allocator.allocate(m_actual_size))
86 m_a_entries(s_entry_allocator.allocate(m_actual_size))
98 m_a_entries(s_entry_allocator.allocate(m_actual_size))
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/binary_heap_/
constructors_destructor_fn_imps.hpp 73 m_a_entries(s_entry_allocator.allocate(m_actual_size))
80 m_a_entries(s_entry_allocator.allocate(m_actual_size))
88 m_a_entries(s_entry_allocator.allocate(m_actual_size))
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/binary_heap_/
constructors_destructor_fn_imps.hpp 75 m_a_entries(s_entry_allocator.allocate(m_actual_size))
86 m_a_entries(s_entry_allocator.allocate(m_actual_size))
98 m_a_entries(s_entry_allocator.allocate(m_actual_size))
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/binary_heap_/
constructors_destructor_fn_imps.hpp 73 m_a_entries(s_entry_allocator.allocate(m_actual_size))
80 m_a_entries(s_entry_allocator.allocate(m_actual_size))
88 m_a_entries(s_entry_allocator.allocate(m_actual_size))
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/binary_heap_/
constructors_destructor_fn_imps.hpp 72 m_a_entries(s_entry_allocator.allocate(m_actual_size))
79 m_a_entries(s_entry_allocator.allocate(m_actual_size))
87 m_a_entries(s_entry_allocator.allocate(m_actual_size))
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/binary_heap_/
constructors_destructor_fn_imps.hpp 72 m_a_entries(s_entry_allocator.allocate(m_actual_size))
79 m_a_entries(s_entry_allocator.allocate(m_actual_size))
87 m_a_entries(s_entry_allocator.allocate(m_actual_size))
  /external/apache-harmony/crypto/src/test/impl/java.injected/org/apache/harmony/crypto/internal/
NullCipherSpiTest.java 112 ByteBuffer outbuf = ByteBuffer.allocate(6);
137 outbuf = ByteBuffer.allocate(5);
157 ByteBuffer outbuf = ByteBuffer.allocate(6);
182 outbuf = ByteBuffer.allocate(5);
  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
DelayDSPKernel.cpp 53 m_buffer.allocate(bufferLengthForDelay(m_maxDelayTime, processor->sampleRate()));
  /external/chromium_org/third_party/WebKit/Source/platform/heap/
HeapTerminatedArray.h 36 return reinterpret_cast<HeapTerminatedArray*>(Heap::allocate<HeapTerminatedArray>(capacity * sizeof(T)));
  /external/chromium_org/third_party/WebKit/Source/platform/text/
LineEnding.cpp 42 virtual char* allocate(size_t) = 0;
55 virtual char* allocate(size_t size) OVERRIDE
81 virtual char* allocate(size_t size) OVERRIDE
127 char* q = buffer.allocate(newLen);
  /external/chromium_org/third_party/skia/src/gpu/
GrMemoryPool.h 15 * requests. It is optimized for allocate / release speed over memory
34 void* allocate(size_t size);
37 * p must have been returned by allocate()
  /external/chromium_org/third_party/skia/src/gpu/gl/debug/
GrBufferObj.h 51 void allocate(GrGLsizeiptr size, const GrGLchar *dataPtr);
  /external/chromium_org/v8/src/
string-stream.h 16 // Allocate a number of bytes.
17 virtual char* allocate(unsigned bytes) = 0;
18 // Allocate a larger number of bytes and copy the old buffer to the new one.
30 virtual char* allocate(unsigned bytes) V8_OVERRIDE;
44 virtual char* allocate(unsigned bytes) V8_OVERRIDE { return space_; }
99 buffer_(allocator_->allocate(kInitialCapacity)) {
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/samplegrouping/
RollRecoveryEntry.java 49 ByteBuffer content = ByteBuffer.allocate(2);
  /external/replicaisland/src/com/replica/replicaisland/
ObjectPool.java 46 protected Object allocate() { method in class:ObjectPool
  /external/skia/src/gpu/
GrMemoryPool.h 15 * requests. It is optimized for allocate / release speed over memory
34 void* allocate(size_t size);
37 * p must have been returned by allocate()
  /external/skia/src/gpu/gl/debug/
GrBufferObj.h 51 void allocate(GrGLsizeiptr size, const GrGLchar *dataPtr);
  /external/stlport/test/unit/
rawriter_test.cpp 46 p = a.allocate(5);
  /frameworks/av/media/mtp/
MtpPacket.h 44 void allocate(int length);
  /frameworks/base/core/java/android/net/dhcp/
DhcpDeclinePacket.java 44 ByteBuffer result = ByteBuffer.allocate(MAX_LENGTH);
  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
OrderedDataOutputStream.java 26 private final ByteBuffer mByteBuffer = ByteBuffer.allocate(4);
  /frameworks/compile/mclinker/include/mcld/Support/
GCFactory.h 141 value_type* allocate(size_t N) { function in class:mcld::GCFactoryBase
142 value_type* result = Alloc::allocate(N);
148 value_type* allocate() { function in class:mcld::GCFactoryBase
150 return Alloc::allocate();

Completed in 1549 milliseconds

1 2 3 4 5 6 7 8 91011>>