HomeSort by relevance Sort by last modified time
    Searched refs:allocate (Results 351 - 375 of 1772) sorted by null

<<11121314151617181920>>

  /external/swiftshader/src/Common/
Resource.cpp 29 buffer = allocate(bytes);
  /external/swiftshader/src/OpenGL/common/
NameSpace.hpp 16 // allocate GL object names.
57 GLuint allocate(ObjectType *object = nullptr) function in class:gl::NameSpace
  /external/tpm2/
PCR_fp.h 10 TPM_RC PCRAllocate(TPML_PCR_SELECTION *allocate, // IN: required allocation
  /frameworks/av/media/libaudiohal/
EffectBufferHalLocal.cpp 27 status_t EffectBufferHalInterface::allocate( function in class:android::EffectBufferHalInterface
  /frameworks/av/services/oboeservice/
SharedRingBuffer.cpp 40 aaudio_result_t SharedRingBuffer::allocate(fifo_frames_t bytesPerFrame, function in class:SharedRingBuffer
49 ALOGE("SharedRingBuffer::allocate() ashmem_create_region() failed %d", errno);
52 ALOGV("SharedRingBuffer::allocate() mFileDescriptor = %d\n", mFileDescriptor.get());
56 ALOGE("SharedRingBuffer::allocate() ashmem_set_prot_region() failed %d", errno);
67 ALOGE("SharedRingBuffer::allocate() mmap() failed %d", errno);
  /frameworks/base/core/java/android/ddm/
DdmHandleAppName.java 93 ByteBuffer out = ByteBuffer.allocate(
  /frameworks/base/libs/hwui/
RenderBuffer.h 70 * storage. See allocate() and resize().
80 void allocate() { function in struct:android::uirenderer::RenderBuffer
  /frameworks/base/libs/hwui/utils/
FatVector.h 62 T* allocate(size_t num, const void* = 0) { function in class:android::uirenderer::InlineStdAllocator
  /frameworks/base/services/net/java/android/net/dhcp/
DhcpNakPacket.java 45 ByteBuffer result = ByteBuffer.allocate(MAX_LENGTH);
DhcpRequestPacket.java 47 ByteBuffer result = ByteBuffer.allocate(MAX_LENGTH);
  /frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
FakeGateKeeperService.java 42 ByteBuffer buffer = ByteBuffer.allocate(handle.length);
52 ByteBuffer buffer = ByteBuffer.allocate(1 + Long.BYTES + password.length);
70 ByteBuffer buffer = ByteBuffer.allocate(handle.length);
79 ByteBuffer buffer = ByteBuffer.allocate(1 + Long.BYTES + Long.BYTES);
  /frameworks/compile/mclinker/include/mcld/ADT/
TreeAllocator.h 44 NodeType* result = Alloc::allocate();
  /frameworks/compile/mclinker/lib/LD/
LDSymbol.cpp 51 LDSymbol* result = g_LDSymbolFactory->allocate();
  /frameworks/compile/mclinker/lib/Script/
WildcardPattern.cpp 50 WildcardPattern* result = g_WildcardPatternFactory->allocate();
  /frameworks/compile/mclinker/unittests/
GCFactoryListTraitsTest.h 59 Node* result = allocate();
  /frameworks/native/libs/ui/include/ui/
GraphicBufferAllocator.h 49 status_t allocate(uint32_t w, uint32_t h, PixelFormat format,
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/anqp/
NAIRealmElementTest.java 47 ByteBuffer buffer = ByteBuffer.allocate(dataLength + 2).order(ByteOrder.LITTLE_ENDIAN);
  /hardware/interfaces/graphics/mapper/2.0/vts/functional/
VtsHalGraphicsMapperTestUtils.cpp 81 std::vector<const native_handle_t*> Gralloc::allocate( function in class:android::hardware::graphics::mapper::V2_0::tests::Gralloc
86 mAllocator->allocate(
89 ASSERT_EQ(Error::NONE, tmpError) << "failed to allocate buffers";
114 const native_handle_t* Gralloc::allocate( function in class:android::hardware::graphics::mapper::V2_0::tests::Gralloc
122 auto buffers = allocate(descriptor, 1, import, outStride);
  /libcore/benchmarks/src/benchmarks/regression/
ByteBufferScalarVersusVectorBenchmark.java 40 ByteBuffer src = ByteBuffer.allocate(aligned ? 8192 : 8192 + 1);
  /libcore/luni/src/test/java/libcore/java/nio/charset/
CharsetDecoderTest.java 44 CharBuffer outBuffer = CharBuffer.allocate(arr.length);
60 CharBuffer outBuffer = CharBuffer.allocate(arr.length - offset);
97 CharBuffer cb = CharBuffer.allocate(128);
115 CharBuffer cb = CharBuffer.allocate(128);
  /libcore/ojluni/src/main/java/java/nio/charset/
CharsetEncoder.java 365 CharBuffer cb = CharBuffer.allocate((int)(bb.remaining()
809 ByteBuffer out = ByteBuffer.allocate(n);
824 ByteBuffer o = ByteBuffer.allocate(n)
    [all...]
  /libcore/support/src/test/java/libcore/javax/net/ssl/
TestSSLEnginePair.java 89 ByteBuffer clientToServer = ByteBuffer.allocate(packetBufferSize);
90 ByteBuffer serverToClient = ByteBuffer.allocate(packetBufferSize);
93 ByteBuffer scratch = ByteBuffer.allocate(applicationBufferSize);
203 ByteBuffer emptyByteBuffer = ByteBuffer.allocate(0);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Transforms/IPO/
LowerTypeTests.h 187 /// Allocate BitSize bits in the byte array where Bits contains the bits to
192 void allocate(const std::set<uint64_t> &Bits, uint64_t BitSize,
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Transforms/IPO/
LowerTypeTests.h 187 /// Allocate BitSize bits in the byte array where Bits contains the bits to
192 void allocate(const std::set<uint64_t> &Bits, uint64_t BitSize,
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Transforms/IPO/
LowerTypeTests.h 187 /// Allocate BitSize bits in the byte array where Bits contains the bits to
192 void allocate(const std::set<uint64_t> &Bits, uint64_t BitSize,

Completed in 3408 milliseconds

<<11121314151617181920>>