/aosp_15_r20/external/skia/src/gpu/ganesh/vk/ |
H A D | GrVkImage.h | 83 const skgpu::VulkanAlloc& alloc() const { in alloc() function 297 const skgpu::VulkanAlloc& alloc, in Resource() 328 BorrowedResource(const GrVkGpu* gpu, VkImage image, const skgpu::VulkanAlloc& alloc, in BorrowedResource()
|
/aosp_15_r20/external/mesa3d/src/virtio/vulkan/ |
H A D | vn_physical_device.c | 662 const VkAllocationCallbacks *alloc = &instance->base.base.alloc; in vn_physical_device_init_queue_family_properties() local 1144 const VkAllocationCallbacks *alloc = &instance->base.base.alloc; in vn_physical_device_init_renderer_extensions() local 1265 const VkAllocationCallbacks *alloc = in vn_image_format_cache_fini() local 1324 const VkAllocationCallbacks *alloc = &instance->base.base.alloc; in vn_physical_device_init() local 1371 const VkAllocationCallbacks *alloc = &instance->base.base.alloc; in vn_physical_device_fini() local 1405 const VkAllocationCallbacks *alloc = &instance->base.base.alloc; in vn_instance_enumerate_physical_device_groups_locked() local 1498 const VkAllocationCallbacks *alloc = &instance->base.base.alloc; in enumerate_physical_devices() local 1583 const VkAllocationCallbacks *alloc = &instance->base.base.alloc; in vn_instance_enumerate_physical_devices_and_groups() local 2207 const VkAllocationCallbacks *alloc = in vn_image_store_format_in_cache() local
|
H A D | vn_query_pool.c | 28 const VkAllocationCallbacks *alloc = in vn_CreateQueryPool() local 129 const VkAllocationCallbacks *alloc; in vn_DestroyQueryPool() local 281 const VkAllocationCallbacks *alloc = &pool->allocator; in vn_GetQueryPoolResults() local
|
/aosp_15_r20/external/lzma/C/ |
H A D | LzFind.c | 68 static void LzInWindow_Free(CMatchFinder *p, ISzAllocPtr alloc) in LzInWindow_Free() 78 static int LzInWindow_Create2(CMatchFinder *p, UInt32 blockSize, ISzAllocPtr alloc) in LzInWindow_Create2() 260 static void MatchFinder_FreeThisClassMemory(CMatchFinder *p, ISzAllocPtr alloc) in MatchFinder_FreeThisClassMemory() 266 void MatchFinder_Free(CMatchFinder *p, ISzAllocPtr alloc) in MatchFinder_Free() 272 static CLzRef* AllocRefs(size_t num, ISzAllocPtr alloc) in AllocRefs() 378 ISzAllocPtr alloc) in MatchFinder_Create()
|
H A D | Lzma2Dec.c | 71 SRes Lzma2Dec_AllocateProbs(CLzma2Dec *p, Byte prop, ISzAllocPtr alloc) in Lzma2Dec_AllocateProbs() 78 SRes Lzma2Dec_Allocate(CLzma2Dec *p, Byte prop, ISzAllocPtr alloc) in Lzma2Dec_Allocate() 472 Byte prop, ELzmaFinishMode finishMode, ELzmaStatus *status, ISzAllocPtr alloc) in Lzma2Decode()
|
H A 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()
|
/aosp_15_r20/external/aws-sdk-java-v2/http-clients/netty-nio-client/src/test/java/software/amazon/awssdk/http/nio/netty/internal/ |
H A D | Http1TunnelConnectionPoolTest.java | 333 public SSLEngine newEngine(ByteBufAllocator alloc) { in newEngine() 338 public SSLEngine newEngine(ByteBufAllocator alloc, String peerHost, int peerPort) { in newEngine() 348 … public SslHandler newHandler(ByteBufAllocator alloc, String host, int port, boolean startTls) { in newHandler()
|
/aosp_15_r20/external/angle/src/common/ |
H A D | PoolAlloc.cpp | 332 for (auto &alloc : mStack.back()) in pop() local 420 void *alloc = malloc(numBytes + mAlignment - 1); in allocate() local 494 for (const Allocation *alloc = this; alloc != nullptr; alloc = alloc->mPrevAlloc) in checkAllocList() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/pool/example/ |
D | time_pool_alloc.cpp | 37 boost::details::pool::null_mutex> alloc; in timing_test_alloc_larger() typedef 110 boost::details::pool::null_mutex> alloc; in timing_test_alloc() typedef 259 boost::details::pool::null_mutex> alloc; in timing_test_containers() typedef
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/containers/sequences/forwardlist/ |
H A D | get_allocator.pass.cpp | 23 std::allocator<int> alloc; in main() local 28 other_allocator<int> alloc(1); in main() local
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/containers/associative/multiset/ |
H A D | get_allocator.pass.cpp | 23 std::allocator<int> alloc; in main() local 28 other_allocator<int> alloc(1); in main() local
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/containers/sequences/list/ |
H A D | get_allocator.pass.cpp | 23 std::allocator<int> alloc; in main() local 28 other_allocator<int> alloc(1); in main() local
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/containers/unord/unord.multiset/ |
H A D | get_allocator.pass.cpp | 23 std::allocator<int> alloc; in main() local 28 other_allocator<int> alloc(1); in main() local
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/containers/sequences/deque/ |
H A D | get_allocator.pass.cpp | 23 std::allocator<int> alloc; in main() local 28 other_allocator<int> alloc(1); in main() local
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/containers/unord/unord.set/ |
H A D | get_allocator.pass.cpp | 23 std::allocator<int> alloc; in main() local 28 other_allocator<int> alloc(1); in main() local
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/containers/associative/set/ |
H A D | get_allocator.pass.cpp | 23 std::allocator<int> alloc; in main() local 28 other_allocator<int> alloc(1); in main() local
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/containers/sequences/vector/ |
H A D | get_allocator.pass.cpp | 23 std::allocator<int> alloc; in test() local 28 other_allocator<int> alloc(1); in test() local
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/containers/associative/multimap/ |
H A D | get_allocator.pass.cpp | 25 std::allocator<ValueType> alloc; in main() local 30 other_allocator<ValueType> alloc(1); in main() local
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/containers/unord/unord.map/ |
H A D | get_allocator.pass.cpp | 25 std::allocator<ValueType> alloc; in main() local 30 other_allocator<ValueType> alloc(1); in main() local
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/containers/unord/unord.multimap/ |
H A D | get_allocator.pass.cpp | 25 std::allocator<ValueType> alloc; in main() local 30 other_allocator<ValueType> alloc(1); in main() local
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/containers/sequences/vector.bool/ |
H A D | get_allocator.pass.cpp | 23 std::allocator<bool> alloc; in test() local 28 other_allocator<bool> alloc(1); in test() local
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/containers/associative/map/ |
H A D | get_allocator.pass.cpp | 25 std::allocator<ValueType> alloc; in main() local 30 other_allocator<ValueType> alloc(1); in main() local
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/containers/container.adaptors/queue/queue.cons/ |
H A D | ctor_iterators.pass.cpp | 28 struct alloc : test_allocator<T> { struct 33 using other = alloc<U>; argument
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/containers/container.adaptors/stack/stack.cons/ |
H A D | ctor_iterators.pass.cpp | 27 struct alloc : test_allocator<T> { struct 30 using other = alloc<U>; argument
|
/aosp_15_r20/external/clang/test/CodeGenObjC/ |
H A D | next-objc-dispatch.m | 51 + (id)alloc; class 60 +(id) alloc { class
|