HomeSort by relevance Sort by last modified time
    Searched refs:allocate (Results 276 - 300 of 1764) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/support/
test_allocator.h 78 pointer allocate(size_type n, const void* = 0) function in class:test_allocator
142 pointer allocate(size_type n, const void* = 0) function in class:non_default_test_allocator
224 T* allocate(std::size_t n) function in class:other_allocator
297 T* allocate(std::size_t n) { return std::allocator<T>{}.allocate(n); } function in class:TaggingAllocator
333 T *allocate(std::size_t N) { function in struct:limited_alloc_handle
380 pointer allocate(size_type n) { return handle_->template allocate<T>(n); } function in class:limited_allocator
  /frameworks/av/media/mtp/
MtpDataPacket.cpp 251 allocate(mOffset + 1);
258 allocate(mOffset + 1);
265 allocate(mOffset + 2);
273 allocate(mOffset + 2);
281 allocate(mOffset + 4);
291 allocate(mOffset + 4);
301 allocate(mOffset + 8);
315 allocate(mOffset + 8);
461 allocate(length + MTP_CONTAINER_HEADER_SIZE);
481 allocate(totalLength)
    [all...]
  /libcore/luni/src/test/java/libcore/java/nio/channels/
OldFileChannelTest.java 260 ByteBuffer readBuffer = ByteBuffer.allocate(CAPACITY);
545 readBuffers[0] = ByteBuffer.allocate(CAPACITY);
546 readBuffers[1] = ByteBuffer.allocate(CAPACITY);
610 readBuffers[0] = ByteBuffer.allocate(CAPACITY);
611 readBuffers[1] = ByteBuffer.allocate(CAPACITY);
620 readBuffers[0] = ByteBuffer.allocate(CAPACITY);
629 readBuffers[0] = ByteBuffer.allocate(CAPACITY);
653 ByteBuffer writeBuffer = ByteBuffer.allocate(CAPACITY);
713 ByteBuffer writeBuffer = ByteBuffer.allocate(CAPACITY);
784 writeBuffers[0] = ByteBuffer.allocate(CAPACITY)
    [all...]
  /bionic/libc/arch-mips64/bionic/
syscall.S 39 PTR_SUBU $sp, FRAMESZ # allocate stack frame
  /cts/tests/vr/src/android/vr/cts/
RendererProtectedTexturesTest.java 66 mTexture = IntBuffer.allocate(1);
  /external/boringssl/src/crypto/
crypto.c 125 __declspec(allocate(".CRT$XCU")) void(*library_init_constructor)(void) =
  /external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.def/
p8.cpp 94 void allocate(allocator<void>::const_pointer = 0);
  /external/conscrypt/testing/src/main/java/org/conscrypt/javax/net/ssl/
TestSSLEnginePair.java 91 ByteBuffer clientToServer = ByteBuffer.allocate(packetBufferSize);
92 ByteBuffer serverToClient = ByteBuffer.allocate(packetBufferSize);
95 ByteBuffer scratch = ByteBuffer.allocate(applicationBufferSize);
206 ByteBuffer emptyByteBuffer = ByteBuffer.allocate(0);
  /external/deqp/external/vulkancts/framework/vulkan/
vkAllocationCallbackUtil.hpp 46 virtual void* allocate (size_t size, size_t alignment, VkSystemAllocationScope allocationScope) = 0;
122 void* allocate (size_t size, size_t alignment, VkSystemAllocationScope allocationScope);
139 void* allocate (size_t size, size_t alignment, VkSystemAllocationScope allocationScope);
175 void* allocate (size_t size, size_t alignment, VkSystemAllocationScope allocationScope);
  /external/deqp/external/vulkancts/modules/vulkan/draw/
vktDrawBufferObjectUtil.cpp 60 ret->bindMemory(allocator.allocate(bufferRequirements, memoryRequirement));
  /external/deqp/framework/randomshaders/
rsgVariableManager.hpp 66 Variable* allocate (const VariableType& type, Variable::Storage storage, const char* name);
89 ValueEntry* allocate (const Variable* variable);
207 Variable* allocate (const VariableType& type);
208 Variable* allocate (const VariableType& type, Variable::Storage storage, const char* name);
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorDeviceDefault.h 18 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void* allocate(size_t num_bytes) const { function in struct:Eigen::DefaultDevice
  /external/eigen/unsupported/test/
cxx11_tensor_sycl.cpp 44 float * gpu_in1_data = static_cast<float*>(sycl_device.allocate(in1.dimensions().TotalSize()*sizeof(float)));
45 float * gpu_in2_data = static_cast<float*>(sycl_device.allocate(in2.dimensions().TotalSize()*sizeof(float)));
46 float * gpu_in3_data = static_cast<float*>(sycl_device.allocate(in3.dimensions().TotalSize()*sizeof(float)));
47 float * gpu_out_data = static_cast<float*>(sycl_device.allocate(out.dimensions().TotalSize()*sizeof(float)));
  /external/glide/library/src/main/java/com/bumptech/glide/signature/
MediaStoreSignature.java 70 byte[] data = ByteBuffer.allocate(12)
  /external/guava/guava-tests/test/com/google/common/io/
CharSequenceReaderTest.java 148 reader.read(CharBuffer.allocate(10));
212 CharBuffer buf2 = CharBuffer.allocate(expected.length());
220 buf2 = CharBuffer.allocate(5);
250 assertEquals(-1, reader.read(CharBuffer.allocate(10)));
  /external/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
ConverterPerformanceTest.java 208 CharBuffer outBuf = CharBuffer.allocate(unicodeBuffer.length);
237 ByteBuffer outBuf = ByteBuffer.allocate(encBuffer.length);
266 CharBuffer outBuf = CharBuffer.allocate(unicodeBuffer.length);
295 ByteBuffer outBuf = ByteBuffer.allocate(encBuffer.length);
  /external/libcxx/test/std/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.mem/
deallocate.pass.cpp 35 auto ret = a.allocate(N);
  /external/libcxx/test/std/experimental/memory/memory.resource.global/
new_delete_resource.pass.cpp 85 void *ret = r1.allocate(50);
  /external/libphonenumber/internal/prefixmapper/src/com/google/i18n/phonenumbers/prefixmapper/
FlyweightMapStorage.java 74 phoneNumberPrefixes = ByteBuffer.allocate(numOfEntries * prefixSizeInBytes);
95 descriptionIndexes = ByteBuffer.allocate(numOfEntries * descIndexSizeInBytes);
143 phoneNumberPrefixes = ByteBuffer.allocate(numOfEntries * prefixSizeInBytes);
146 descriptionIndexes = ByteBuffer.allocate(numOfEntries * descIndexSizeInBytes);
  /external/llvm/lib/MC/
MCSymbol.cpp 27 // We may need more space for a Name to account for alignment. So allocate
37 void *Storage = Ctx.allocate(Size, alignOf<NameEntryStorageTy>());
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/objectdescriptors/
SLConfigDescriptor.java 81 ByteBuffer out = ByteBuffer.allocate(3);
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/samplegrouping/
TemporalLevelEntry.java 48 ByteBuffer content = ByteBuffer.allocate(1);
VisualRandomAccessEntry.java 59 ByteBuffer content = ByteBuffer.allocate(1);
  /external/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
RubyEnumBuilderContext.java 51 public IRubyObject allocate(Ruby runtime, RubyClass klazz) {
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowSharedMemory.java 37 return ByteBuffer.allocate(length);

Completed in 627 milliseconds

<<11121314151617181920>>