| /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/cronet/third_party/libc++/src/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/ |
| D | alloc_function.pass.cpp | 34 void test_FunctionObject(AllocType& alloc) in test_FunctionObject() 58 void test_FreeFunction(AllocType& alloc) in test_FreeFunction() 80 void test_MemFunClass(AllocType& alloc) in test_MemFunClass() 102 void test_for_alloc(Alloc& alloc) in test_for_alloc() 124 bare_allocator<DummyClass> alloc; in main() local 128 non_default_test_allocator<DummyClass> alloc(42); in main() local
|
| D | alloc_F.pass.cpp | 47 void test_FunctionObject(AllocType& alloc) in test_FunctionObject() 67 void test_FreeFunction(AllocType& alloc) in test_FreeFunction() 86 void test_MemFunClass(AllocType& alloc) in test_MemFunClass() 102 void test_for_alloc(Alloc& alloc) { in test_for_alloc()
|
| /external/skia/src/gpu/vk/ |
| D | VulkanMemory.cpp | 26 VulkanAlloc* alloc) { in AllocBufferMemory() 46 void VulkanMemory::FreeBufferMemory(VulkanMemoryAllocator* allocator, const VulkanAlloc& alloc) { in FreeBufferMemory() 57 VulkanAlloc* alloc) { in AllocImageMemory() 89 const VulkanAlloc& alloc) { in FreeImageMemory() 95 const VulkanAlloc& alloc, in MapAlloc() 108 const VulkanAlloc& alloc) { in UnmapAlloc() 113 void VulkanMemory::GetNonCoherentMappedMemoryRange(const VulkanAlloc& alloc, in GetNonCoherentMappedMemoryRange() 139 const VulkanAlloc& alloc, in FlushMappedAlloc() 153 const VulkanAlloc& alloc, in InvalidateMappedAlloc()
|
| /external/cronet/third_party/libc++/src/test/std/containers/unord/ |
| D | from_range_unordered_containers.h | 140 Alloc alloc; in test_unordered_map_with_input() local 152 Alloc alloc; in test_unordered_map_with_input() local 162 Alloc alloc; in test_unordered_map_with_input() local 233 ThrowingAllocator<ValueType> alloc; in test_map_exception_safety_throwing_allocator() local 340 Alloc alloc; in test_unordered_set_with_input() local 352 Alloc alloc; in test_unordered_set_with_input() local 362 Alloc alloc; in test_unordered_set_with_input() local 423 ThrowingAllocator<T> alloc; in test_set_exception_safety_throwing_allocator() local
|
| /external/mesa3d/src/vulkan/util/ |
| D | vk_alloc.h | 44 vk_alloc(const VkAllocationCallbacks *alloc, in vk_alloc() 52 vk_zalloc(const VkAllocationCallbacks *alloc, in vk_zalloc() 66 vk_realloc(const VkAllocationCallbacks *alloc, in vk_realloc() 74 vk_free(const VkAllocationCallbacks *alloc, void *data) in vk_free() 83 vk_strdup(const VkAllocationCallbacks *alloc, const char *s, in vk_strdup() 100 vk_vasprintf(const VkAllocationCallbacks *alloc, in vk_vasprintf() 113 vk_asprintf(const VkAllocationCallbacks *alloc, in vk_asprintf() 127 const VkAllocationCallbacks *alloc, in vk_alloc2() 139 const VkAllocationCallbacks *alloc, in vk_zalloc2() 154 const VkAllocationCallbacks *alloc, in vk_free2() [all …]
|
| /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/cronet/net/third_party/quiche/src/quiche/common/ |
| D | simple_buffer_allocator_test.cc | 13 SimpleBufferAllocator alloc; in TEST() local 20 SimpleBufferAllocator alloc; in TEST() local 25 SimpleBufferAllocator alloc; in TEST() local 39 SimpleBufferAllocator alloc; in TEST() local 56 SimpleBufferAllocator alloc; in TEST() local
|
| /external/cronet/third_party/libc++/src/test/std/utilities/memory/allocator.traits/allocator.traits.members/ |
| D | construct.pass.cpp | 87 std::allocator<A0> alloc; in test() local 97 std::allocator<A1> alloc; in test() local 107 std::allocator<A2> alloc; in test() local 118 std::allocator<VT> alloc; in test() local 129 std::allocator<A0> alloc; in test() local 142 std::allocator<A1> alloc; in test() local 155 std::allocator<A2> alloc; in test() local
|
| /external/cronet/third_party/libc++/src/test/std/containers/associative/ |
| D | from_range_associative_containers.h | 81 Alloc alloc; in test_associative_map_with_input() local 91 Alloc alloc; in test_associative_map_with_input() local 160 ThrowingAllocator<ValueType> alloc; in test_map_exception_safety_throwing_allocator() local 223 Alloc alloc; in test_associative_set_with_input() local 233 Alloc alloc; in test_associative_set_with_input() local 292 ThrowingAllocator<T> alloc; in test_set_exception_safety_throwing_allocator() 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/pigweed/pw_multibuf/public/pw_multibuf/ |
| D | header_chunk_region_tracker.h | 41 allocator::Allocator& alloc, size_t size) { in AllocateRegionAsChunk() 62 static HeaderChunkRegionTracker* AllocateRegion(allocator::Allocator& alloc, in AllocateRegion() 81 auto alloc = alloc_; in Destroy() local 98 HeaderChunkRegionTracker(ByteSpan region, allocator::Allocator& alloc) in HeaderChunkRegionTracker()
|
| /external/pigweed/pw_multibuf/ |
| D | header_chunk_region_tracker_test.cc | 34 AllocatorForTest<kArbitraryAllocatorSize> alloc; in TEST() local 42 AllocatorForTest<kArbitraryAllocatorSize> alloc; in TEST() local 50 AllocatorForTest<kArbitraryAllocatorSize> alloc; in TEST() local 57 AllocatorForTest<kArbitraryAllocatorSize> alloc; in TEST() local
|
| /external/clang/test/SemaObjC/ |
| D | class-message-protocol-lookup.m | 7 + (id)alloc; class 15 + (id)alloc; class 25 + (id)alloc { return 0; } class
|
| /external/skia/src/core/ |
| D | SkGlyph.cpp | 177 size_t SkGlyph::allocImage(SkArenaAlloc* alloc) { in allocImage() 185 bool SkGlyph::setImage(SkArenaAlloc* alloc, SkScalerContext* scalerContext) { in setImage() 198 bool SkGlyph::setImage(SkArenaAlloc* alloc, const void* image) { in setImage() 207 size_t SkGlyph::setMetricsAndImage(SkArenaAlloc* alloc, const SkGlyph& from) { in setMetricsAndImage() 253 void SkGlyph::installPath(SkArenaAlloc* alloc, const SkPath* path, bool hairline) { in installPath() 266 bool SkGlyph::setPath(SkArenaAlloc* alloc, SkScalerContext* scalerContext) { in setPath() 276 bool SkGlyph::setPath(SkArenaAlloc* alloc, const SkPath* path, bool hairline) { in setPath() 299 void SkGlyph::installDrawable(SkArenaAlloc* alloc, sk_sp<SkDrawable> drawable) { in installDrawable() 310 bool SkGlyph::setDrawable(SkArenaAlloc* alloc, SkScalerContext* scalerContext) { in setDrawable() 319 bool SkGlyph::setDrawable(SkArenaAlloc* alloc, sk_sp<SkDrawable> drawable) { in setDrawable() [all …]
|
| /external/grpc-grpc-java/alts/src/main/java/io/grpc/alts/internal/ |
| D | AltsTsiFrameProtector.java | 46 int maxProtectedFrameBytes, ChannelCrypterNetty crypter, ByteBufAllocator alloc) { in AltsTsiFrameProtector() 83 List<ByteBuf> unprotectedBufs, Consumer<ByteBuf> ctxWrite, ByteBufAllocator alloc) in protectFlush() 89 public void unprotect(ByteBuf in, List<Object> out, ByteBufAllocator alloc) in unprotect() 120 List<ByteBuf> unprotectedBufs, Consumer<ByteBuf> ctxWrite, ByteBufAllocator alloc) in protectFlush() 136 private ByteBuf handleUnprotected(List<ByteBuf> unprotectedBufs, ByteBufAllocator alloc) in handleUnprotected() 205 Unprotector(ChannelCrypterNetty crypter, ByteBufAllocator alloc) { in Unprotector() 220 void unprotect(ByteBuf in, List<Object> out, ByteBufAllocator alloc) in unprotect() 228 private void decodeFrame(ByteBufAllocator alloc, List<Object> out) in decodeFrame() 277 private ByteBuf handlePayload(ByteBufAllocator alloc) throws GeneralSecurityException { in handlePayload()
|
| /external/tensorflow/tensorflow/compiler/mlir/tools/kernel_gen/ir/ |
| D | tf_framework_ops.cc | 89 Optional<Operation *> TFAllocOp::buildDealloc(OpBuilder &builder, Value alloc) { in buildDealloc() 96 Optional<Value> TFAllocOp::buildClone(OpBuilder &builder, Value alloc) { in buildClone() 107 Value alloc) { in buildDealloc() 114 Optional<Value> JITExecuteOp::buildClone(OpBuilder &builder, Value alloc) { in buildClone()
|
| /external/cronet/third_party/libc++/src/test/std/input.output/syncstream/osyncstream/syncstream.osyncstream.cons/ |
| D | cons.ostream.allocator.pass.cpp | 35 const std::allocator<CharT> alloc; in test() local 60 const std::allocator<CharT> alloc; in test() local 85 const test_allocator<CharT> alloc; in test() local
|
| /external/cronet/third_party/libc++/src/test/std/input.output/syncstream/syncbuf/syncstream.syncbuf.cons/ |
| D | cons.pointer.allocator.pass.cpp | 32 const std::allocator<CharT> alloc; in test() local 59 const std::allocator<CharT> alloc; in test() local 86 test_allocator<CharT> alloc{42}; in test() local
|
| /external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/impl/ |
| D | dispatch.hpp | 50 typename associated_allocator<handler_t>::type alloc( in operator ()() local 75 typename associated_allocator<handler_t>::type alloc( in operator ()() local 114 typename associated_allocator<handler_t>::type alloc( in operator ()() local 144 typename associated_allocator<handler_t>::type alloc( in operator ()() local 171 typename associated_allocator<handler_t>::type alloc( in operator ()() local 197 typename associated_allocator<handler_t>::type alloc( in operator ()() local
|
| D | post.hpp | 52 typename associated_allocator<handler_t>::type alloc( in operator ()() local 78 typename associated_allocator<handler_t>::type alloc( in operator ()() local 117 typename associated_allocator<handler_t>::type alloc( in operator ()() local 148 typename associated_allocator<handler_t>::type alloc( in operator ()() local 176 typename associated_allocator<handler_t>::type alloc( in operator ()() local 202 typename associated_allocator<handler_t>::type alloc( in operator ()() local
|
| D | defer.hpp | 52 typename associated_allocator<handler_t>::type alloc( in operator ()() local 78 typename associated_allocator<handler_t>::type alloc( in operator ()() local 117 typename associated_allocator<handler_t>::type alloc( in operator ()() local 148 typename associated_allocator<handler_t>::type alloc( in operator ()() local 176 typename associated_allocator<handler_t>::type alloc( in operator ()() local 202 typename associated_allocator<handler_t>::type alloc( in operator ()() local
|
| /external/mesa3d/src/virtio/vulkan/ |
| D | vn_image.c | 162 const VkAllocationCallbacks *alloc = &dev->base.base.alloc; in vn_image_reqs_cache_fini() local 214 const VkAllocationCallbacks *alloc = &dev->base.base.alloc; in vn_image_store_reqs_in_cache() local 312 const VkAllocationCallbacks *alloc) in vn_image_deferred_info_init() 386 const VkAllocationCallbacks *alloc) in vn_image_deferred_info_fini() 435 const VkAllocationCallbacks *alloc, in vn_image_create() 469 const VkAllocationCallbacks *alloc, in vn_image_create_deferred() 557 const VkAllocationCallbacks *alloc = in vn_CreateImage() local 644 const VkAllocationCallbacks *alloc = in vn_DestroyImage() local 747 const VkAllocationCallbacks *alloc = &dev->base.base.alloc; in vn_BindImageMemory2() local 882 const VkAllocationCallbacks *alloc = in vn_CreateImageView() local [all …]
|
| /external/pigweed/pw_channel/ |
| D | loopback_channel_test.cc | 70 SimpleAllocatorForTest alloc; in TEST() local 90 SimpleAllocatorForTest alloc; in TEST() local 111 SimpleAllocatorForTest alloc; in TEST() local 131 SimpleAllocatorForTest alloc; in TEST() local
|