Searched refs:allocate (Results 1 - 25 of 92) sorted by relevance

1234

/frameworks/compile/mclinker/unittests/
H A DLinearAllocatorTest.cpp43 Data* pointer = m_pTestee->allocate(10);
49 TEST_F( LinearAllocatorTest, allocate ) {
50 Data* pointer = m_pTestee->allocate();
57 Data* pointer = m_pTestee->allocate(CHUNK_SIZE+1);
64 Data* pointer = m_pTestee->allocate();
73 Data* pointer = m_pTestee->allocate();
84 Data* pointer = m_pTestee->allocate(10);
93 Data* pointer = m_pTestee->allocate(10);
105 Data* pointer = m_pTestee->allocate();
122 Data* pointer = m_pTestee->allocate(1
[all...]
H A DRTLinearAllocatorTest.cpp44 Data* pointer = m_pTestee->allocate(10);
50 TEST_F(RTLinearAllocatorTest, allocate ) {
51 Data* pointer = m_pTestee->allocate();
58 Data* pointer = m_pTestee->allocate(CHUNK_SIZE+1);
65 Data* pointer = m_pTestee->allocate();
74 Data* pointer = m_pTestee->allocate();
85 Data* pointer = m_pTestee->allocate(10);
94 Data* pointer = m_pTestee->allocate(10);
106 Data* pointer = m_pTestee->allocate();
123 Data* pointer = m_pTestee->allocate(1
[all...]
/frameworks/compile/mclinker/lib/MC/
H A DContextFactory.cpp29 result = UniqueGCFactoryBase<sys::fs::Path, LDContext, 0>::allocate();
38 LDContext* result = allocate();
H A DInputFactory.cpp39 Input* result = Alloc::allocate();
/frameworks/compile/mclinker/lib/Support/
H A DRegionFactory.cpp22 MemoryRegion* result = Alloc::allocate();
H A DMemoryAreaFactory.cpp47 MemoryArea* result = allocate();
71 MemoryArea* result = allocate();
84 MemoryArea* result = allocate();
95 MemoryArea* result = allocate();
/frameworks/rs/cpu_ref/linkloader/include/impl/
H A DELFSectionNoBits.hxx33 if (!result->chunk.allocate(sh->getSize())) {
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/java/
H A DCharsets.java53 CharBuffer cb = CharBuffer.allocate(length);
63 CharBuffer cb = CharBuffer.allocate(length);
73 CharBuffer cb = CharBuffer.allocate(length);
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DNativeBuffer.java40 allocate(count * getElementSize());
50 throw new RuntimeException("Unable to allocate a copy of " + getClass() + "! Make " +
126 private native boolean allocate(int size); method in class:NativeBuffer
H A DNativeProgram.java38 allocate();
155 private native boolean allocate(); method in class:NativeProgram
/frameworks/base/tests/AccessoryDisplay/common/src/com/android/accessorydisplay/common/
H A DBufferPool.java48 return ByteBuffer.allocate(chooseCapacity(mInitialBufferSize, needed));
72 buffer = ByteBuffer.allocate(capacity);
/frameworks/compile/mclinker/lib/LD/
H A DRelocationFactory.cpp74 Relocation* result = allocate();
81 Relocation* result = allocate();
H A DRelocData.cpp33 RelocData* result = g_RelocDataFactory->allocate();
H A DSectionData.cpp35 SectionData* result = g_SectDataFactory->allocate();
/frameworks/av/media/mtp/
H A DMtpPacket.h44 void allocate(int length);
H A DMtpPacket.cpp50 allocate(MTP_CONTAINER_HEADER_SIZE);
55 void MtpPacket::allocate(int length) { function in class:android::MtpPacket
89 allocate(length);
/frameworks/base/core/java/android/net/dhcp/
H A DDhcpDeclinePacket.java44 ByteBuffer result = ByteBuffer.allocate(MAX_LENGTH);
H A DDhcpDiscoverPacket.java45 ByteBuffer result = ByteBuffer.allocate(MAX_LENGTH);
H A DDhcpInformPacket.java44 ByteBuffer result = ByteBuffer.allocate(MAX_LENGTH);
H A DDhcpNakPacket.java46 ByteBuffer result = ByteBuffer.allocate(MAX_LENGTH);
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
H A DOrderedDataOutputStream.java26 private final ByteBuffer mByteBuffer = ByteBuffer.allocate(4);
/frameworks/native/include/binder/
H A DMemoryDealer.h39 virtual sp<IMemory> allocate(size_t size);
/frameworks/rs/cpu_ref/linkloader/include/
H A DMemChunk.h43 bool allocate(size_t size);
/frameworks/compile/mclinker/include/mcld/Support/
H A DUniqueGCFactory.h66 DataType* data = Alloc::allocate();
79 DataType* data = Alloc::allocate();
/frameworks/base/core/java/android/ddm/
H A DDdmHandleAppName.java93 ByteBuffer out = ByteBuffer.allocate(

Completed in 633 milliseconds

1234