| /external/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/ |
| D | alloc_function.pass.cpp | 29 void test_FunctionObject(AllocType& alloc) in test_FunctionObject() 53 void test_FreeFunction(AllocType& alloc) in test_FreeFunction() 75 void test_MemFunClass(AllocType& alloc) in test_MemFunClass() 97 void test_for_alloc(Alloc& alloc) in test_for_alloc() 118 bare_allocator<DummyClass> alloc; in main() local 122 non_default_test_allocator<DummyClass> alloc(42); in main() local
|
| D | alloc_F.pass.cpp | 41 void test_FunctionObject(AllocType& alloc) in test_FunctionObject() 61 void test_FreeFunction(AllocType& alloc) in test_FreeFunction() 78 void test_MemFunClass(AllocType& alloc) in test_MemFunClass() 94 void test_for_alloc(Alloc& alloc) { in test_for_alloc()
|
| /external/mesa3d/src/util/ |
| D | vk_alloc.h | 32 vk_alloc(const VkAllocationCallbacks *alloc, in vk_alloc() 40 vk_realloc(const VkAllocationCallbacks *alloc, in vk_realloc() 48 vk_free(const VkAllocationCallbacks *alloc, void *data) in vk_free() 58 const VkAllocationCallbacks *alloc, in vk_alloc2() 70 const VkAllocationCallbacks *alloc, in vk_zalloc2() 85 const VkAllocationCallbacks *alloc, in vk_free2()
|
| /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
|
| /external/skia/src/gpu/vk/ |
| D | GrVkMemory.cpp | 61 GrVkAlloc* alloc) { in AllocAndBindBufferMemory() 125 const GrVkAlloc& alloc) { in FreeBufferMemory() 145 GrVkAlloc* alloc) { in AllocAndBindImageMemory() 218 const GrVkAlloc& alloc) { in FreeImageMemory() 289 void GrVkMemory::FlushMappedAlloc(const GrVkGpu* gpu, const GrVkAlloc& alloc) { in FlushMappedAlloc() 302 void GrVkMemory::InvalidateMappedAlloc(const GrVkGpu* gpu, const GrVkAlloc& alloc) { in InvalidateMappedAlloc() 315 bool GrVkFreeListAlloc::alloc(VkDeviceSize requestedSize, in alloc() function in GrVkFreeListAlloc 502 bool GrVkSubHeap::alloc(VkDeviceSize size, GrVkAlloc* alloc) { in alloc() function in GrVkSubHeap 507 void GrVkSubHeap::free(const GrVkAlloc& alloc) { in free() 514 uint32_t memoryTypeIndex, uint32_t heapIndex, GrVkAlloc* alloc) { in subAlloc() [all …]
|
| /external/v8/src/ |
| D | list-inl.h | 19 void List<T, P>::Add(const T& element, P alloc) { in Add() 29 void List<T, P>::AddAll(const List<T, P>& other, P alloc) { in AddAll() 35 void List<T, P>::AddAll(const Vector<T>& other, P alloc) { in AddAll() 50 void List<T, P>::ResizeAdd(const T& element, P alloc) { in ResizeAdd() 56 void List<T, P>::ResizeAddInternal(const T& element, P alloc) { in ResizeAddInternal() 70 void List<T, P>::Resize(int new_capacity, P alloc) { in Resize() 81 Vector<T> List<T, P>::AddBlock(T value, int count, P alloc) { in AddBlock() 96 void List<T, P>::InsertAt(int index, const T& elm, P alloc) { in InsertAt() 163 void List<T, P>::Trim(P alloc) { in Trim()
|
| /external/lzma/C/ |
| 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 | 7zBuf2.c | 22 int DynBuf_Write(CDynBuf *p, const Byte *buf, size_t size, ISzAlloc *alloc) in DynBuf_Write() 45 void DynBuf_Free(CDynBuf *p, ISzAlloc *alloc) in DynBuf_Free()
|
| D | XzDec.c | 69 static void BraState_Free(void *pp, ISzAlloc *alloc) in BraState_Free() 74 static 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 | XzIn.c | 73 static SRes Xz_ReadIndex2(CXzStream *p, const Byte *buf, size_t size, ISzAlloc *alloc) in Xz_ReadIndex2() 118 static SRes Xz_ReadIndex(CXzStream *p, ILookInStream *stream, UInt64 indexSize, ISzAlloc *alloc) in Xz_ReadIndex() 145 …atic SRes Xz_ReadBackward(CXzStream *p, ILookInStream *stream, Int64 *startOffset, ISzAlloc *alloc) in Xz_ReadBackward() 241 void Xzs_Free(CXzs *p, ISzAlloc *alloc) in Xzs_Free() 280 …d(CXzs *p, ILookInStream *stream, Int64 *startOffset, ICompressProgress *progress, ISzAlloc *alloc) in Xzs_ReadBackward()
|
| 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
|
| /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 | 40 std::allocator<bool> alloc; in main() local 49 min_allocator<bool> alloc; in main() local
|
| /external/skia/src/core/ |
| D | SkDrawLooper.cpp | 17 SkSTArenaAlloc<48> alloc; in canComputeFastBounds() local 40 SkSTArenaAlloc<48> alloc; in computeFastBounds() local
|
| D | SkRasterPipeline.cpp | 11 SkRasterPipeline::SkRasterPipeline(SkArenaAlloc* alloc) : fAlloc(alloc) { in SkRasterPipeline() 79 void SkRasterPipeline::append_uniform_color(SkArenaAlloc* alloc, const SkPM4f& c) { in append_uniform_color() 126 void SkRasterPipeline::append_matrix(SkArenaAlloc* alloc, const SkMatrix& matrix) { in append_matrix()
|
| /external/libcxx/test/std/containers/sequences/vector/vector.cons/ |
| D | construct_iter_iter_alloc.pass.cpp | 56 std::allocator<int> alloc; in main() local 67 min_allocator<int> alloc; in main() local
|
| /external/mesa3d/src/intel/vulkan/ |
| D | anv_wsi_x11.c | 68 const VkAllocationCallbacks *alloc; in anv_CreateXcbSurfaceKHR() local 86 const VkAllocationCallbacks *alloc; in anv_CreateXlibSurfaceKHR() local
|
| /external/mesa3d/src/amd/vulkan/ |
| D | radv_wsi_x11.c | 72 const VkAllocationCallbacks *alloc; in radv_CreateXcbSurfaceKHR() local 90 const VkAllocationCallbacks *alloc; in radv_CreateXlibSurfaceKHR() local
|
| /external/clang/test/Index/ |
| D | complete-objc-message-id.m | 5 + (id)alloc; class 30 + (id)alloc { class
|
| /external/skia/tests/ |
| D | LayerDrawLooperTest.cpp | 61 SkArenaAlloc alloc{48}; in test_frontToBack() local 100 SkArenaAlloc alloc{48}; in test_backToFront() local 139 SkArenaAlloc alloc{48}; in test_mixed() local
|
| /external/libcxx/test/libcxx/experimental/containers/sequences/dynarray/dynarray.cons/ |
| D | alloc.pass.cpp | 38 void check_allocator ( const dynarray<T> &dyn, const Allocator &alloc ) { in check_allocator() 44 void test ( const std::initializer_list<T> &vals, const Allocator &alloc ) { in test()
|
| /external/clang/test/ARCMT/whitelisted/ |
| D | objcmt-with-whitelist.m | 8 + (id)alloc; class
|
| /external/clang/test/SemaObjCXX/ |
| D | related-result-type-inference.mm | 8 + (id)alloc; class 21 - (id)alloc; method
|
| /external/clang/test/Analysis/diagnostics/ |
| D | undef-value-param.m | 8 +(id)alloc; class 24 + (id)alloc; class
|