| /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/llvm-project/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/ |
| D | alloc_function.pass.cpp | 31 void test_FunctionObject(AllocType& alloc) in test_FunctionObject() 55 void test_FreeFunction(AllocType& alloc) in test_FreeFunction() 77 void test_MemFunClass(AllocType& alloc) in test_MemFunClass() 99 void test_for_alloc(Alloc& alloc) in test_for_alloc() 121 bare_allocator<DummyClass> alloc; in main() local 125 non_default_test_allocator<DummyClass> alloc(42); in main() local
|
| D | alloc_F.pass.cpp | 43 void test_FunctionObject(AllocType& alloc) in test_FunctionObject() 63 void test_FreeFunction(AllocType& alloc) in test_FreeFunction() 82 void test_MemFunClass(AllocType& alloc) in test_MemFunClass() 98 void test_for_alloc(Alloc& alloc) { in test_for_alloc()
|
| /external/mesa3d/src/vulkan/util/ |
| D | vk_alloc.h | 32 vk_alloc(const VkAllocationCallbacks *alloc, in vk_alloc() 40 vk_zalloc(const VkAllocationCallbacks *alloc, in vk_zalloc() 54 vk_realloc(const VkAllocationCallbacks *alloc, in vk_realloc() 62 vk_free(const VkAllocationCallbacks *alloc, void *data) in vk_free() 71 vk_strdup(const VkAllocationCallbacks *alloc, const char *s, in vk_strdup() 89 const VkAllocationCallbacks *alloc, in vk_alloc2() 101 const VkAllocationCallbacks *alloc, in vk_zalloc2() 116 const VkAllocationCallbacks *alloc, in vk_free2()
|
| /external/skia/src/gpu/vk/ |
| D | GrVkMemory.cpp | 19 GrVkAlloc* alloc) { in AllocAndBindBufferMemory() 52 void GrVkMemory::FreeBufferMemory(const GrVkGpu* gpu, const GrVkAlloc& alloc) { in FreeBufferMemory() 61 GrVkAlloc* alloc) { in AllocAndBindImageMemory() 104 const GrVkAlloc& alloc) { in FreeImageMemory() 110 void* GrVkMemory::MapAlloc(GrVkGpu* gpu, const GrVkAlloc& alloc) { in MapAlloc() 122 void GrVkMemory::UnmapAlloc(const GrVkGpu* gpu, const GrVkAlloc& alloc) { in UnmapAlloc() 128 void GrVkMemory::GetNonCoherentMappedMemoryRange(const GrVkAlloc& alloc, VkDeviceSize offset, in GetNonCoherentMappedMemoryRange() 151 void GrVkMemory::FlushMappedAlloc(GrVkGpu* gpu, const GrVkAlloc& alloc, VkDeviceSize offset, in FlushMappedAlloc() 163 void GrVkMemory::InvalidateMappedAlloc(GrVkGpu* gpu, const GrVkAlloc& alloc, in InvalidateMappedAlloc()
|
| /external/skqp/src/gpu/vk/ |
| D | GrVkMemory.cpp | 38 GrVkAlloc* alloc) { in AllocAndBindBufferMemory() 78 const GrVkAlloc& alloc) { in FreeBufferMemory() 92 GrVkAlloc* alloc) { in AllocAndBindImageMemory() 124 const GrVkAlloc& alloc) { in FreeImageMemory() 133 void* GrVkMemory::MapAlloc(const GrVkGpu* gpu, const GrVkAlloc& alloc) { in MapAlloc() 157 void GrVkMemory::UnmapAlloc(const GrVkGpu* gpu, const GrVkAlloc& alloc) { in UnmapAlloc() 166 void GrVkMemory::GetNonCoherentMappedMemoryRange(const GrVkAlloc& alloc, VkDeviceSize offset, in GetNonCoherentMappedMemoryRange() 189 void GrVkMemory::FlushMappedAlloc(const GrVkGpu* gpu, const GrVkAlloc& alloc, VkDeviceSize offset, in FlushMappedAlloc() 208 void GrVkMemory::InvalidateMappedAlloc(const GrVkGpu* gpu, const GrVkAlloc& alloc, in InvalidateMappedAlloc()
|
| /external/grpc-grpc-java/alts/src/test/java/io/grpc/alts/internal/ |
| D | AltsTsiFrameProtectorTest.java | 77 ByteBufAllocator alloc = ByteBufAllocator.DEFAULT; in parserHeader_frameLengthNegativeFails() local 97 ByteBufAllocator alloc = ByteBufAllocator.DEFAULT; in parserHeader_frameTooSmall() local 119 ByteBufAllocator alloc = ByteBufAllocator.DEFAULT; in parserHeader_frameTooLarge() local 144 ByteBufAllocator alloc = ByteBufAllocator.DEFAULT; in parserHeader_frameTypeInvalid() local 166 ByteBufAllocator alloc = ByteBufAllocator.DEFAULT; in parserHeader_frameZeroOk() local 185 ByteBufAllocator alloc = ByteBufAllocator.DEFAULT; in parserHeader_EmptyUnprotectNoRetain() local 200 ByteBufAllocator alloc = ByteBufAllocator.DEFAULT; in parserHeader_frameMaxOk() local 221 ByteBufAllocator alloc = ByteBufAllocator.DEFAULT; in parserHeader_frameOkFragment() local 245 ByteBufAllocator alloc = ByteBufAllocator.DEFAULT; in parseHeader_frameFailFragment() local 276 ByteBufAllocator alloc = ByteBufAllocator.DEFAULT; in parseFrame_oneFrameNoFragment() local [all …]
|
| /external/llvm-project/libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.members/ |
| D | construct.pass.cpp | 89 std::allocator<A0> alloc; in test() local 99 std::allocator<A1> alloc; in test() local 109 std::allocator<A2> alloc; in test() local 120 std::allocator<VT> alloc; in test() local 131 std::allocator<A0> alloc; in test() local 144 std::allocator<A1> alloc; in test() local 157 std::allocator<A2> alloc; in test() local
|
| /external/igt-gpu-tools/tests/i915/ |
| D | gem_shrink.c | 41 static void get_pages(int fd, uint64_t alloc) in get_pages() 48 static void get_pages_dirty(int fd, uint64_t alloc) in get_pages_dirty() 55 static void pwrite_(int fd, uint64_t alloc) in pwrite_() 64 static void pread_(int fd, uint64_t alloc) in pread_() 73 static void mmap_gtt(int fd, uint64_t alloc) in mmap_gtt() 83 static void mmap_cpu(int fd, uint64_t alloc) in mmap_cpu() 93 static void execbuf1(int fd, uint64_t alloc) in execbuf1() 134 static void execbufN(int fd, uint64_t alloc) in execbufN() 162 static void execbufX(int fd, uint64_t alloc) in execbufX() 195 static void hang(int fd, uint64_t alloc) in hang() [all …]
|
| /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/grpc-grpc-java/alts/src/main/java/io/grpc/alts/internal/ |
| D | AltsTsiFrameProtector.java | 45 int maxProtectedFrameBytes, ChannelCrypterNetty crypter, ByteBufAllocator alloc) { in AltsTsiFrameProtector() 78 List<ByteBuf> unprotectedBufs, Consumer<ByteBuf> ctxWrite, ByteBufAllocator alloc) in protectFlush() 84 public void unprotect(ByteBuf in, List<Object> out, ByteBufAllocator alloc) in unprotect() 115 List<ByteBuf> unprotectedBufs, Consumer<ByteBuf> ctxWrite, ByteBufAllocator alloc) in protectFlush() 132 private ByteBuf handleUnprotected(List<ByteBuf> unprotectedBufs, ByteBufAllocator alloc) in handleUnprotected() 201 Unprotector(ChannelCrypterNetty crypter, ByteBufAllocator alloc) { in Unprotector() 216 void unprotect(ByteBuf in, List<Object> out, ByteBufAllocator alloc) in unprotect() 224 private void decodeFrame(ByteBufAllocator alloc, List<Object> out) in decodeFrame() 274 private ByteBuf handlePayload(ByteBufAllocator alloc) throws GeneralSecurityException { in handlePayload()
|
| /external/skia/src/core/ |
| D | SkGlyph.cpp | 72 size_t SkGlyph::allocImage(SkArenaAlloc* alloc) { in allocImage() 80 bool SkGlyph::setImage(SkArenaAlloc* alloc, SkScalerContext* scalerContext) { in setImage() 93 bool SkGlyph::setImage(SkArenaAlloc* alloc, const void* image) { in setImage() 102 size_t SkGlyph::setMetricsAndImage(SkArenaAlloc* alloc, const SkGlyph& from) { in setMetricsAndImage() 146 void SkGlyph::installPath(SkArenaAlloc* alloc, const SkPath* path) { in installPath() 158 bool SkGlyph::setPath(SkArenaAlloc* alloc, SkScalerContext* scalerContext) { in setPath() 172 bool SkGlyph::setPath(SkArenaAlloc* alloc, const SkPath* path) { in setPath() 291 SkScalar* array, int* count, SkArenaAlloc* alloc) { in ensureIntercepts()
|
| D | SkDrawLooper.cpp | 35 SkSTArenaAlloc<48> alloc; in canComputeFastBounds() local 57 SkSTArenaAlloc<48> alloc; in computeFastBounds() local 88 SkSTArenaAlloc<256> alloc; in apply() local
|
| /external/llvm-project/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/perfetto/src/profiling/memory/ |
| D | bookkeeping.cc | 57 Allocation& alloc = it->second; in RecordMalloc() local 152 const CallstackAllocations& alloc = it->second; in GetSizeForTesting() local 170 const CallstackAllocations& alloc = it->second; in GetMaxForTesting() local 188 const CallstackAllocations& alloc = it->second; in GetMaxCountForTesting() local
|
| /external/skqp/src/core/ |
| D | SkGlyph.cpp | 64 size_t SkGlyph::allocImage(SkArenaAlloc* alloc) { in allocImage() 90 size_t SkGlyph::copyImageData(const SkGlyph& from, SkArenaAlloc* alloc) { in copyImageData() 109 SkPath* SkGlyph::addPath(SkScalerContext* scalerContext, SkArenaAlloc* alloc) { in addPath()
|
| /external/lzma/C/ |
| D | 7zBuf.c | 14 int Buf_Create(CBuf *p, size_t size, ISzAllocPtr alloc) in Buf_Create() 31 void Buf_Free(CBuf *p, ISzAllocPtr alloc) in Buf_Free()
|
| /external/clang/test/CodeGenObjC/ |
| D | next-objc-dispatch.m | 51 + (id)alloc; class 60 +(id) alloc { class
|
| /external/llvm-project/clang/test/CodeGenObjC/ |
| D | next-objc-dispatch.m | 51 + (id)alloc; class 60 +(id) alloc { class
|
| D | convert-messages-to-runtime-calls.m | 14 + (id)alloc; class 69 + (A*) alloc; class 71 - (A*) alloc; method 154 + (instancetype)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/llvm-project/libcxx/test/std/containers/sequences/vector.bool/ |
| D | construct_iter_iter_alloc.pass.cpp | 39 std::allocator<bool> alloc; in main() local 48 min_allocator<bool> alloc; in main() local
|