Home
last modified time | relevance | path

Searched defs:alloc (Results 1 – 25 of 251) sorted by relevance

1234567891011

/external/clang/test/SemaObjC/
Dclass-message-protocol-lookup.m7 + (id)alloc; class
15 + (id)alloc; class
25 + (id)alloc { return 0; } class
Darc-unsafe-assigns.m12 + (id)alloc; class
21 +(id)alloc { return 0; } class
Drelated-result-type-inference.m8 + (id)alloc; class
21 - (id)alloc; method
106 + alloc; // expected-note{{overridden method is part of the 'alloc' method family}} category
114 + (Unrelated *)alloc { // expected-warning{{method is expected to return an instance of its class t… class
Dinstancetype.m8 + (instancetype)alloc; // expected-note {{explicitly declared 'instancetype'}} class
131 + (Subclass4 *)alloc; // okay class
145 + (id)alloc { class
/external/chromium_org/v8/src/
Dlist-inl.h39 void List<T, P>::Add(const T& element, P alloc) { in Add()
49 void List<T, P>::AddAll(const List<T, P>& other, P alloc) { in AddAll()
55 void List<T, P>::AddAll(const Vector<T>& other, P alloc) { in AddAll()
68 void List<T, P>::ResizeAdd(const T& element, P alloc) { in ResizeAdd()
74 void List<T, P>::ResizeAddInternal(const T& element, P alloc) { in ResizeAddInternal()
88 void List<T, P>::Resize(int new_capacity, P alloc) { in Resize()
99 Vector<T> List<T, P>::AddBlock(T value, int count, P alloc) { in AddBlock()
114 void List<T, P>::InsertAt(int index, const T& elm, P alloc) { in InsertAt()
174 void List<T, P>::Trim(P alloc) { in Trim()
/external/chromium_org/third_party/lzma_sdk/
D7zBuf.c14 int Buf_Create(CBuf *p, size_t size, ISzAlloc *alloc) in Buf_Create()
31 void Buf_Free(CBuf *p, ISzAlloc *alloc) in Buf_Free()
DLzma2Dec.h28 #define Lzma2Dec_FreeProbs(p, alloc) LzmaDec_FreeProbs(&(p)->decoder, alloc); argument
29 #define Lzma2Dec_Free(p, alloc) LzmaDec_Free(&(p)->decoder, alloc); argument
D7zIn.c22 void SzCoderInfo_Free(CSzCoderInfo *p, ISzAlloc *alloc) in SzCoderInfo_Free()
42 void SzFolder_Free(CSzFolder *p, ISzAlloc *alloc) in SzFolder_Free()
116 void SzAr_Free(CSzAr *p, ISzAlloc *alloc) in SzAr_Free()
143 void SzArEx_Free(CSzArEx *p, ISzAlloc *alloc) in SzArEx_Free()
176 #define MY_ALLOC(T, p, size, alloc) { if ((size) == 0) p = 0; else \ argument
179 static SRes SzArEx_Fill(CSzArEx *p, ISzAlloc *alloc) in SzArEx_Fill()
431 static SRes SzReadBoolVector(CSzData *sd, size_t numItems, Byte **v, ISzAlloc *alloc) in SzReadBoolVector()
450 static SRes SzReadBoolVector2(CSzData *sd, size_t numItems, Byte **v, ISzAlloc *alloc) in SzReadBoolVector2()
468 ISzAlloc *alloc) in SzReadHashDigests()
488 ISzAlloc *alloc) in SzReadPackInfo()
[all …]
/external/lzma/C/
D7zBuf.c14 int Buf_Create(CBuf *p, size_t size, ISzAlloc *alloc) in Buf_Create()
31 void Buf_Free(CBuf *p, ISzAlloc *alloc) in Buf_Free()
D7zBuf2.c19 int DynBuf_Write(CDynBuf *p, const Byte *buf, size_t size, ISzAlloc *alloc) in DynBuf_Write()
39 void DynBuf_Free(CDynBuf *p, ISzAlloc *alloc) in DynBuf_Free()
DXzDec.c66 void BraState_Free(void *pp, ISzAlloc *alloc) in BraState_Free()
71 SRes BraState_SetProps(void *pp, const Byte *props, size_t propSize, ISzAlloc *alloc) in BraState_SetProps()
198 SRes BraState_SetFromMethod(IStateCoder *p, UInt64 id, ISzAlloc *alloc) in BraState_SetFromMethod()
226 static void SbState_Free(void *pp, ISzAlloc *alloc) in SbState_Free()
233 static SRes SbState_SetProps(void *pp, const Byte *props, size_t propSize, ISzAlloc *alloc) in SbState_SetProps()
256 SRes SbState_SetFromMethod(IStateCoder *p, ISzAlloc *alloc) in SbState_SetFromMethod()
275 static void Lzma2State_Free(void *pp, ISzAlloc *alloc) in Lzma2State_Free()
281 static SRes Lzma2State_SetProps(void *pp, const Byte *props, size_t propSize, ISzAlloc *alloc) in Lzma2State_SetProps()
304 static SRes Lzma2State_SetFromMethod(IStateCoder *p, ISzAlloc *alloc) in Lzma2State_SetFromMethod()
319 void MixCoder_Construct(CMixCoder *p, ISzAlloc *alloc) in MixCoder_Construct()
[all …]
DXzIn.c71 static SRes Xz_ReadIndex2(CXzStream *p, const Byte *buf, size_t size, ISzAlloc *alloc) in Xz_ReadIndex2()
116 static SRes Xz_ReadIndex(CXzStream *p, ILookInStream *stream, UInt64 indexSize, ISzAlloc *alloc) in Xz_ReadIndex()
141 …atic SRes Xz_ReadBackward(CXzStream *p, ILookInStream *stream, Int64 *startOffset, ISzAlloc *alloc) in Xz_ReadBackward()
235 void Xzs_Free(CXzs *p, ISzAlloc *alloc) in Xzs_Free()
274 …d(CXzs *p, ILookInStream *stream, Int64 *startOffset, ICompressProgress *progress, ISzAlloc *alloc) in Xzs_ReadBackward()
DLzma2Dec.h28 #define Lzma2Dec_FreeProbs(p, alloc) LzmaDec_FreeProbs(&(p)->decoder, alloc); argument
29 #define Lzma2Dec_Free(p, alloc) LzmaDec_Free(&(p)->decoder, alloc); argument
D7zIn.c22 void SzCoderInfo_Free(CSzCoderInfo *p, ISzAlloc *alloc) in SzCoderInfo_Free()
42 void SzFolder_Free(CSzFolder *p, ISzAlloc *alloc) in SzFolder_Free()
116 void SzAr_Free(CSzAr *p, ISzAlloc *alloc) in SzAr_Free()
143 void SzArEx_Free(CSzArEx *p, ISzAlloc *alloc) in SzArEx_Free()
176 #define MY_ALLOC(T, p, size, alloc) { if ((size) == 0) p = 0; else \ argument
179 static SRes SzArEx_Fill(CSzArEx *p, ISzAlloc *alloc) in SzArEx_Fill()
431 static SRes SzReadBoolVector(CSzData *sd, size_t numItems, Byte **v, ISzAlloc *alloc) in SzReadBoolVector()
450 static SRes SzReadBoolVector2(CSzData *sd, size_t numItems, Byte **v, ISzAlloc *alloc) in SzReadBoolVector2()
468 ISzAlloc *alloc) in SzReadHashDigests()
488 ISzAlloc *alloc) in SzReadPackInfo()
[all …]
/external/clang/test/CodeGenObjC/
Dnext-objc-dispatch.m51 + (id)alloc; class
60 +(id) alloc { class
Dobjc2-legacy-dispatch.m16 +(id) alloc; class
Dno-vararg-messaging.m6 +(id)alloc; class
/external/clang/test/Index/
Dcomplete-objc-message-id.m5 + (id)alloc; class
30 + (id)alloc { class
/external/clang/test/SemaObjCXX/
Drelated-result-type-inference.mm8 + (id)alloc; class
21 - (id)alloc; method
Dinstancetype.mm8 + (instancetype)alloc; class
131 + (Subclass4 *)alloc; // okay class
145 + (id)alloc { class
/external/libvpx/libvpx/vpx_mem/memory_manager/
Dhmm_alloc.c18 void *U(alloc)(U(descriptor) *desc, U(size_aau) n) { in U() argument
/external/clang/test/Analysis/diagnostics/
Dundef-value-param.m8 +(id)alloc; class
24 + (id)alloc; class
/external/chromium_org/content/common/gpu/
Dgpu_memory_manager_unittest.cc120 virtual void SetMemoryAllocation(const MemoryAllocation& alloc) OVERRIDE { in SetMemoryAllocation()
180 const MemoryAllocation& alloc) { in IsAllocationForegroundForSurfaceYes()
184 const MemoryAllocation& alloc) { in IsAllocationBackgroundForSurfaceYes()
188 const MemoryAllocation& alloc) { in IsAllocationHibernatedForSurfaceYes()
192 const MemoryAllocation& alloc) { in IsAllocationForegroundForSurfaceNo()
197 const MemoryAllocation& alloc) { in IsAllocationBackgroundForSurfaceNo()
202 const MemoryAllocation& alloc) { in IsAllocationHibernatedForSurfaceNo()
/external/clang/test/Driver/
Ddarwin-iphone-defaults.m22 +(id) alloc; class
/external/chromium_org/third_party/skia/src/gpu/
DGrAllocPool.cpp35 void* alloc(size_t bytes) { in alloc() function
79 void* GrAllocPool::alloc(size_t size) { in alloc() function in GrAllocPool

1234567891011