/external/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/ |
D | alloc_function.pass.cpp | 28 void test_FunctionObject(AllocType& alloc) in test_FunctionObject() 52 void test_FreeFunction(AllocType& alloc) in test_FreeFunction() 74 void test_MemFunClass(AllocType& alloc) in test_MemFunClass() 96 void test_for_alloc(Alloc& alloc) in test_for_alloc() 117 bare_allocator<DummyClass> alloc; in main() local 121 non_default_test_allocator<DummyClass> alloc(42); in main() local
|
D | alloc_F.pass.cpp | 27 void test_FunctionObject(AllocType& alloc) in test_FunctionObject() 47 void test_FreeFunction(AllocType& alloc) in test_FreeFunction() 64 void test_MemFunClass(AllocType& alloc) in test_MemFunClass() 80 void test_for_alloc(Alloc& alloc) { in test_for_alloc()
|
/external/v8/src/ |
D | list-inl.h | 18 void List<T, P>::Add(const T& element, P alloc) { in Add() 28 void List<T, P>::AddAll(const List<T, P>& other, P alloc) { in AddAll() 34 void List<T, P>::AddAll(const Vector<T>& other, P alloc) { in AddAll() 49 void List<T, P>::ResizeAdd(const T& element, P alloc) { in ResizeAdd() 55 void List<T, P>::ResizeAddInternal(const T& element, P alloc) { in ResizeAddInternal() 69 void List<T, P>::Resize(int new_capacity, P alloc) { in Resize() 80 Vector<T> List<T, P>::AddBlock(T value, int count, P alloc) { in AddBlock() 95 void List<T, P>::InsertAt(int index, const T& elm, P alloc) { in InsertAt() 162 void List<T, P>::Trim(P alloc) { in Trim()
|
/external/clang/test/SemaObjC/ |
D | class-message-protocol-lookup.m | 7 + (id)alloc; class 15 + (id)alloc; class 25 + (id)alloc { return 0; } class
|
D | arc-unsafe-assigns.m | 12 + (id)alloc; class 21 +(id)alloc { return 0; } class
|
D | related-result-type-inference.m | 8 + (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
|
D | instancetype.m | 8 + (instancetype)alloc; // expected-note {{explicitly declared 'instancetype'}} class 131 + (Subclass4 *)alloc; // okay class 145 + (id)alloc { class
|
/external/lzma/C/ |
D | XzDec.c | 69 void BraState_Free(void *pp, ISzAlloc *alloc) in BraState_Free() 74 SRes BraState_SetProps(void *pp, const Byte *props, size_t propSize, ISzAlloc *alloc) in BraState_SetProps() 200 SRes BraState_SetFromMethod(IStateCoder *p, UInt64 id, int encodeMode, ISzAlloc *alloc) in BraState_SetFromMethod() 229 static void SbState_Free(void *pp, ISzAlloc *alloc) in SbState_Free() 236 static SRes SbState_SetProps(void *pp, const Byte *props, size_t propSize, ISzAlloc *alloc) in SbState_SetProps() 267 SRes SbState_SetFromMethod(IStateCoder *p, ISzAlloc *alloc) in SbState_SetFromMethod() 287 static void Lzma2State_Free(void *pp, ISzAlloc *alloc) in Lzma2State_Free() 293 static SRes Lzma2State_SetProps(void *pp, const Byte *props, size_t propSize, ISzAlloc *alloc) in Lzma2State_SetProps() 316 static SRes Lzma2State_SetFromMethod(IStateCoder *p, ISzAlloc *alloc) in Lzma2State_SetFromMethod() 331 void MixCoder_Construct(CMixCoder *p, ISzAlloc *alloc) in MixCoder_Construct() [all …]
|
D | 7zBuf.c | 14 int Buf_Create(CBuf *p, size_t size, ISzAlloc *alloc) in Buf_Create() 31 void Buf_Free(CBuf *p, ISzAlloc *alloc) in Buf_Free()
|
D | XzIn.c | 73 static SRes Xz_ReadIndex2(CXzStream *p, const Byte *buf, size_t size, ISzAlloc *alloc) in Xz_ReadIndex2() 117 static SRes Xz_ReadIndex(CXzStream *p, ILookInStream *stream, UInt64 indexSize, ISzAlloc *alloc) in Xz_ReadIndex() 142 …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()
|
D | 7zBuf2.c | 22 int DynBuf_Write(CDynBuf *p, const Byte *buf, size_t size, ISzAlloc *alloc) in DynBuf_Write() 42 void DynBuf_Free(CDynBuf *p, ISzAlloc *alloc) in DynBuf_Free()
|
D | Lzma2Dec.h | 26 #define Lzma2Dec_FreeProbs(p, alloc) LzmaDec_FreeProbs(&(p)->decoder, alloc); argument 27 #define Lzma2Dec_Free(p, alloc) LzmaDec_Free(&(p)->decoder, alloc); argument
|
D | 7zArcIn.c | 13 #define MY_ALLOC(T, p, size, alloc) { if ((size) == 0) p = 0; else \ argument 69 static SRes SzBitUi32s_Alloc(CSzBitUi32s *p, size_t num, ISzAlloc *alloc) in SzBitUi32s_Alloc() 76 void SzBitUi32s_Free(CSzBitUi32s *p, ISzAlloc *alloc) in SzBitUi32s_Free() 84 void SzBitUi64s_Free(CSzBitUi64s *p, ISzAlloc *alloc) in SzBitUi64s_Free() 106 static void SzAr_Free(CSzAr *p, ISzAlloc *alloc) in SzAr_Free() 147 void SzArEx_Free(CSzArEx *p, ISzAlloc *alloc) in SzArEx_Free() 367 static MY_NO_INLINE SRes ReadBitVector(CSzData *sd, UInt32 numItems, Byte **v, ISzAlloc *alloc) in ReadBitVector() 395 …atic MY_NO_INLINE SRes ReadUi32s(CSzData *sd2, UInt32 numItems, CSzBitUi32s *crcs, ISzAlloc *alloc) in ReadUi32s() 416 static SRes ReadBitUi32s(CSzData *sd, UInt32 numItems, CSzBitUi32s *crcs, ISzAlloc *alloc) in ReadBitUi32s() 442 static SRes ReadPackInfo(CSzAr *p, CSzData *sd, ISzAlloc *alloc) in ReadPackInfo() [all …]
|
/external/clang/test/CodeGenObjC/ |
D | next-objc-dispatch.m | 51 + (id)alloc; class 60 +(id) alloc { class
|
/external/libcxx/test/std/containers/sequences/vector.bool/ |
D | construct_iter_iter_alloc.pass.cpp | 38 std::allocator<bool> alloc; in main() local 47 min_allocator<bool> alloc; in main() local
|
/external/skia/src/gpu/ |
D | GrTessellator.cpp | 88 #define ALLOC_NEW(Type, args, alloc) new (alloc.allocThrow(sizeof(Type))) Type args argument 456 Poly* new_poly(Poly** head, Vertex* v, int winding, SkChunkAlloc& alloc) { in new_poly() 465 SkChunkAlloc& alloc) { in append_point_to_contour() 487 SkChunkAlloc& alloc) { in generate_quadratic_points() 513 SkChunkAlloc& alloc) { in generate_cubic_points() 539 Vertex** contours, SkChunkAlloc& alloc, bool *isLinear) { in path_to_contours() 638 Edge* new_edge(Vertex* prev, Vertex* next, SkChunkAlloc& alloc, Comparator& c) { in new_edge() 850 void cleanup_active_edges(Edge* edge, EdgeList* activeEdges, Comparator& c, SkChunkAlloc& alloc) { in cleanup_active_edges() 884 void split_edge(Edge* edge, Vertex* v, EdgeList* activeEdges, Comparator& c, SkChunkAlloc& alloc) { in split_edge() 903 void merge_vertices(Vertex* src, Vertex* dst, Vertex** head, Comparator& c, SkChunkAlloc& alloc) { in merge_vertices() [all …]
|
/external/libcxx/test/std/containers/sequences/vector/vector.cons/ |
D | construct_iter_iter_alloc.pass.cpp | 51 std::allocator<int> alloc; in main() local 62 min_allocator<int> alloc; in main() local
|
/external/clang/test/Index/ |
D | complete-objc-message-id.m | 5 + (id)alloc; class 30 + (id)alloc { class
|
/external/skia/tests/ |
D | MemsetTest.cpp | 12 static void check_alloc(skiatest::Reporter* reporter, const SkChunkAlloc& alloc, in check_alloc() 19 static void* simple_alloc(skiatest::Reporter* reporter, SkChunkAlloc* alloc, size_t size) { in simple_alloc() 28 SkChunkAlloc alloc(kMin); in test_chunkalloc() local
|
D | SmallAllocatorTest.cpp | 32 SkSmallAllocator<kMaxObjects, kBytes> alloc; in test_allocator() local 78 SkSmallAllocator<1, 8> alloc; in DEF_TEST() local
|
/external/libcxx/test/libcxx/experimental/containers/sequences/dynarray/dynarray.cons/ |
D | alloc.pass.cpp | 39 void check_allocator ( const dynarray<T> &dyn, const Allocator &alloc ) { in check_allocator() 45 void test ( const std::initializer_list<T> &vals, const Allocator &alloc ) { in test()
|
/external/clang/test/SemaObjCXX/ |
D | related-result-type-inference.mm | 8 + (id)alloc; class 21 - (id)alloc; method
|
D | instancetype.mm | 8 + (instancetype)alloc; class 131 + (Subclass4 *)alloc; // okay class 145 + (id)alloc { class
|
/external/clang/test/Analysis/diagnostics/ |
D | undef-value-param.m | 8 +(id)alloc; class 24 + (id)alloc; class
|
/external/skia/src/gpu/vk/ |
D | GrVkBuffer.h | 28 VkDeviceMemory alloc() const { return fResource->fAlloc; } in alloc() function 56 Resource(VkBuffer buf, VkDeviceMemory alloc) : INHERITED(), fBuffer(buf), fAlloc(alloc) {} in Resource()
|