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

1 2 3 4 5 6 78 91011>>

  /external/deqp/external/vulkancts/framework/vulkan/
vkBufferWithMemory.hpp 46 , m_allocation (allocator.allocate(getBufferMemoryRequirements(vk, device, *m_buffer), memoryRequirement))
vkImageWithMemory.hpp 45 , m_allocation (allocator.allocate(getImageMemoryRequirements(vk, device, *m_image), memoryRequirement))
  /external/libcxx/test/support/
test_memory_resource.hpp 84 void* ret = P.allocate(s, a);
117 void* allocate(size_t, size_t) { return nullptr; } function in struct:NullProvider
126 void* allocate(size_t s, size_t) { return ::operator new(s); } function in struct:NewDeleteProvider
141 void* allocate(size_t s, size_t a) { function in struct:BufferProvider
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/samplegrouping/
RollRecoveryEntry.java 49 ByteBuffer content = ByteBuffer.allocate(2);
  /external/parameter-framework/asio-1.10.6/include/asio/detail/
handler_alloc_helpers.hpp 28 inline void* allocate(std::size_t s, Handler& h) function in namespace:asio_handler_alloc_helpers
thread_info_base.hpp 39 static void* allocate(thread_info_base* this_thread, std::size_t size) function in class:asio::detail::thread_info_base
  /external/replicaisland/src/com/replica/replicaisland/
ObjectPool.java 46 protected Object allocate() { method in class:ObjectPool
  /external/skia/src/gpu/ops/
GrOp.cpp 50 return MemoryPoolAccessor().pool()->allocate(size);
  /external/skqp/src/gpu/ops/
GrOp.cpp 50 return MemoryPoolAccessor().pool()->allocate(size);
  /external/tensorflow/tensorflow/core/kernels/
scatter_nd_op.h 60 // Scatter updates into indices in Tensor out. The argument allocate
61 // controls whether 'out' should be created. If allocate is true,
63 // If allocate is false, out must point to a Tensor allocated with the
70 bool allocate);
  /external/v8/src/
string-stream.h 21 // Allocate a number of bytes.
22 virtual char* allocate(unsigned bytes) = 0;
23 // Allocate a larger number of bytes and copy the old buffer to the new one.
35 char* allocate(unsigned bytes) override;
48 char* allocate(unsigned bytes) override;
112 buffer_(allocator_->allocate(kInitialCapacity)) {
  /frameworks/av/media/mtp/
MtpPacket.h 48 void allocate(size_t length);
  /frameworks/av/services/oboeservice/
SharedRingBuffer.h 45 aaudio_result_t allocate(android::fifo_frames_t bytesPerFrame, android::fifo_frames_t capacityInFrames);
  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
OrderedDataOutputStream.java 26 private final ByteBuffer mByteBuffer = ByteBuffer.allocate(4);
  /frameworks/base/services/net/java/android/net/dhcp/
DhcpDeclinePacket.java 44 ByteBuffer result = ByteBuffer.allocate(MAX_LENGTH);
DhcpDiscoverPacket.java 43 ByteBuffer result = ByteBuffer.allocate(MAX_LENGTH);
DhcpInformPacket.java 44 ByteBuffer result = ByteBuffer.allocate(MAX_LENGTH);
  /frameworks/compile/mclinker/include/mcld/Support/
GCFactory.h 124 value_type* allocate(size_t N) { function in class:mcld::GCFactoryBase
125 value_type* result = Alloc::allocate(N);
131 value_type* allocate() { function in class:mcld::GCFactoryBase
133 return Alloc::allocate();
  /frameworks/compile/mclinker/lib/LD/
RelocData.cpp 31 RelocData* result = g_RelocDataFactory->allocate();
  /frameworks/compile/mclinker/lib/Script/
FileToken.cpp 34 FileToken* result = g_FileTokenFactory->allocate();
NameSpec.cpp 34 NameSpec* result = g_NameSpecFactory->allocate();
StrToken.cpp 34 StrToken* result = g_StrTokenFactory->allocate();
StringList.cpp 42 StringList* result = g_StringListFactory->allocate();
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/anqp/
IconInfoTest.java 39 IconInfo.parse(ByteBuffer.allocate(0));
  /hardware/google/av/codec2/vndk/bufferpool/vts/
allocator.h 36 ResultStatus allocate(const std::vector<uint8_t> &params,

Completed in 299 milliseconds

1 2 3 4 5 6 78 91011>>