Searched refs:Alloc (Results 1 - 20 of 20) sorted by relevance

/frameworks/compile/mclinker/include/mcld/ADT/
H A DTreeAllocator.h34 typedef GCFactory<Node<DataType>, 64> Alloc; typedef in class:mcld::NodeFactory
38 typedef typename Alloc::iterator iterator;
39 typedef typename Alloc::const_iterator const_iterator;
44 NodeType* result = Alloc::allocate();
45 Alloc::construct(result);
59 if (Alloc::empty()) {
72 void renounce() { Alloc::reset(); }
76 Alloc::m_pRoot = pClient.Alloc::m_pRoot;
77 Alloc
[all...]
H A Dilist_sort.h21 template <typename T, typename Alloc, typename Comparator>
22 void sort(llvm::iplist<T, Alloc>& xs, size_t size, Comparator is_less_than) {
23 typedef llvm::iplist<T, Alloc> iplist;
76 template <typename T, typename Alloc, typename Comparator = std::less<T> >
77 void sort(llvm::iplist<T, Alloc>& list,
/frameworks/compile/mclinker/include/mcld/Support/
H A DGCFactory.h102 template <typename Alloc>
103 class GCFactoryBase : public Alloc {
105 typedef DataIterator<typename Alloc::chunk_type,
106 NonConstTraits<typename Alloc::value_type> > iterator;
107 typedef DataIterator<typename Alloc::chunk_type,
108 ConstTraits<typename Alloc::value_type> > const_iterator;
110 typedef typename Alloc::value_type value_type;
111 typedef typename Alloc::pointer pointer;
112 typedef typename Alloc::reference reference;
113 typedef typename Alloc
[all...]
H A DUniqueGCFactory.h27 typedef GCFactoryBase<LinearAllocator<DataType, ChunkSize> > Alloc; typedef in class:mcld::UniqueGCFactoryBase
60 DataType* data = Alloc::allocate();
73 DataType* data = Alloc::allocate();
/frameworks/compile/mclinker/lib/MC/
H A DInputFactory.cpp37 Input* result = Alloc::allocate();
46 Input* result = Alloc::allocate();
/frameworks/compile/mclinker/unittests/
H A DLinearAllocatorTest.h65 typedef mcld::LinearAllocator<Data, CHUNK_SIZE> Alloc; typedef in class:mcldtest::LinearAllocatorTest
68 Alloc* m_pTestee;
/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Dmemalign.c50 ret = pMemop->Alloc(CodecID, &MemInfo);
65 ret = pMemop->Alloc(CodecID, &MemInfo);
H A Daacenc.c62 voMemoprator.Alloc = cmnMemAlloc;
131 hAacEnc->voMemoprator.Alloc = cmnMemAlloc;
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
H A Dmem_align.c50 ret = pMemop->Alloc(CodecID, &MemInfo);
65 ret = pMemop->Alloc(CodecID, &MemInfo);
H A DvoAMRWBEnc.c1618 voMemoprator.Alloc = cmnMemAlloc;
1676 st->voMemoprator.Alloc = cmnMemAlloc;
/frameworks/av/media/libstagefright/codecs/common/include/
H A DvoMem.h43 VO_U32 (VO_API * Alloc) (VO_S32 uID, VO_MEM_INFO * pMemInfo); member in struct:VO_MEM_OPERATOR
56 (pMemOP)->Alloc(ID, &voMemInfo); \
/frameworks/compile/mclinker/include/mcld/MC/
H A DInputFactory.h31 typedef GCFactory<Input, 0> Alloc; typedef in class:mcld::InputFactory
/frameworks/native/libs/vr/libbufferhub/include/private/dvr/
H A Dion_buffer.h34 int Alloc(uint32_t width, uint32_t height, uint32_t layer_count,
/frameworks/native/libs/vr/libbufferhub/
H A Dion_buffer.cpp23 Alloc(width, height, kDefaultGraphicBufferLayerCount, format, usage);
74 int IonBuffer::Alloc(uint32_t width, uint32_t height, uint32_t layer_count, function in class:android::dvr::IonBuffer
77 "IonBuffer::Alloc: width=%u height=%u layer_count=%u format=%u "
/frameworks/av/media/libstagefright/codecs/aacenc/SampleCode/
H A DAAC_E_SAMPLES.c183 moper.Alloc = cmnMemAlloc;
/frameworks/av/media/libstagefright/codecs/amrwbenc/SampleCode/
H A DAMRWB_E_SAMPLE.c123 moper.Alloc = cmnMemAlloc;
/frameworks/av/media/libstagefright/codecs/aacenc/
H A DAACEncoder.cpp62 mMemOperator->Alloc = cmnMemAlloc;
H A DSoftAACEncoder.cpp129 mMemOperator->Alloc = cmnMemAlloc;
/frameworks/native/services/vr/bufferhubd/
H A Dproducer_channel.cpp37 const int ret = buffer_.Alloc(width, height, layer_count, format, usage);
/frameworks/av/media/libstagefright/codecs/amrwbenc/
H A DSoftAMRWBEncoder.cpp123 mMemOperator->Alloc = cmnMemAlloc;

Completed in 1285 milliseconds