/aosp_15_r20/external/mesa3d/src/gfxstream/guest/vulkan_enc/ |
H A D | goldfish_vk_deepcopy_guest.cpp | 47 void deepcopy_VkExtent2D(Allocator* alloc, VkStructureType rootType, const VkExtent2D* from, in deepcopy_VkExtent2D() 54 void deepcopy_VkExtent3D(Allocator* alloc, VkStructureType rootType, const VkExtent3D* from, in deepcopy_VkExtent3D() 61 void deepcopy_VkOffset2D(Allocator* alloc, VkStructureType rootType, const VkOffset2D* from, in deepcopy_VkOffset2D() 68 void deepcopy_VkOffset3D(Allocator* alloc, VkStructureType rootType, const VkOffset3D* from, in deepcopy_VkOffset3D() 75 void deepcopy_VkRect2D(Allocator* alloc, VkStructureType rootType, const VkRect2D* from, in deepcopy_VkRect2D() 84 void deepcopy_VkBaseInStructure(Allocator* alloc, VkStructureType rootType, in deepcopy_VkBaseInStructure() 105 void deepcopy_VkBaseOutStructure(Allocator* alloc, VkStructureType rootType, in deepcopy_VkBaseOutStructure() 126 void deepcopy_VkBufferMemoryBarrier(Allocator* alloc, VkStructureType rootType, in deepcopy_VkBufferMemoryBarrier() 147 void deepcopy_VkDispatchIndirectCommand(Allocator* alloc, VkStructureType rootType, in deepcopy_VkDispatchIndirectCommand() 155 void deepcopy_VkDrawIndexedIndirectCommand(Allocator* alloc, VkStructureType rootType, in deepcopy_VkDrawIndexedIndirectCommand() [all …]
|
/aosp_15_r20/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_deepcopy.cpp | 49 void deepcopy_VkExtent2D(Allocator* alloc, VkStructureType rootType, const VkExtent2D* from, in deepcopy_VkExtent2D() 56 void deepcopy_VkExtent3D(Allocator* alloc, VkStructureType rootType, const VkExtent3D* from, in deepcopy_VkExtent3D() 63 void deepcopy_VkOffset2D(Allocator* alloc, VkStructureType rootType, const VkOffset2D* from, in deepcopy_VkOffset2D() 70 void deepcopy_VkOffset3D(Allocator* alloc, VkStructureType rootType, const VkOffset3D* from, in deepcopy_VkOffset3D() 77 void deepcopy_VkRect2D(Allocator* alloc, VkStructureType rootType, const VkRect2D* from, in deepcopy_VkRect2D() 86 void deepcopy_VkBaseInStructure(Allocator* alloc, VkStructureType rootType, in deepcopy_VkBaseInStructure() 107 void deepcopy_VkBaseOutStructure(Allocator* alloc, VkStructureType rootType, in deepcopy_VkBaseOutStructure() 128 void deepcopy_VkBufferMemoryBarrier(Allocator* alloc, VkStructureType rootType, in deepcopy_VkBufferMemoryBarrier() 149 void deepcopy_VkDispatchIndirectCommand(Allocator* alloc, VkStructureType rootType, in deepcopy_VkDispatchIndirectCommand() 157 void deepcopy_VkDrawIndexedIndirectCommand(Allocator* alloc, VkStructureType rootType, in deepcopy_VkDrawIndexedIndirectCommand() [all …]
|
/aosp_15_r20/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
H A D | AllocationCopyPaddedTest.java | 36 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); in test_AllocationPadded_Byte3_1D() local 65 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); in test_AllocationPadded_Byte3_2D() local 95 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); in test_AllocationPadded_Byte3_3D() local 126 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); in test_AllocationPadded_Short3_1D_Helper() local 163 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); in test_AllocationPadded_Short3_2D_Helper() local 201 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); in test_AllocationPadded_Short3_3D_Helper() local 237 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); in test_AllocationPadded_Int3_1D() local 269 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); in test_AllocationPadded_Int3_2D() local 302 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); in test_AllocationPadded_Int3_3D() local 333 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); in test_AllocationPadded_Float3_1D() local [all …]
|
/aosp_15_r20/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
H A D | UT_alloc_copyPadded.java | 94 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); in testAllocation_Byte3_1D() local 126 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); in testAllocation_Byte3_2D() local 159 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); in testAllocation_Byte3_3D() local 193 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); in testAllocation_Short3_1D() local 228 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); in testAllocation_Short3_2D() local 264 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); in testAllocation_Short3_3D() local 298 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); in testAllocation_Int3_1D() local 333 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); in testAllocation_Int3_2D() local 369 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); in testAllocation_Int3_3D() local 403 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); in testAllocation_Float3_1D() local [all …]
|
H A D | UT_alloc_copy.java | 70 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); in allocation_copy1DRangeTo_Byte() local 112 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); in allocation_copy1DRangeTo_Short() local 154 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); in allocation_copy1DRangeTo_Int() local 196 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); in allocation_copy1DRangeTo_Float() local 238 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); in allocation_copy1DRangeTo_Long() local 282 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); in allocation_copy2DRangeTo_Byte() local 320 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); in allocation_copy2DRangeTo_Short() local 358 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); in allocation_copy2DRangeTo_Int() local 396 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); in allocation_copy2DRangeTo_Float() local 434 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); in allocation_copy2DRangeTo_Long() local [all …]
|
/aosp_15_r20/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/ |
H A D | UT_alloc_copyPadded.java | 96 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); in testAllocation_Byte3_1D() local 128 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); in testAllocation_Byte3_2D() local 161 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); in testAllocation_Byte3_3D() local 195 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); in testAllocation_Short3_1D() local 230 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); in testAllocation_Short3_2D() local 266 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); in testAllocation_Short3_3D() local 300 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); in testAllocation_Int3_1D() local 335 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); in testAllocation_Int3_2D() local 371 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); in testAllocation_Int3_3D() local 405 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); in testAllocation_Float3_1D() local [all …]
|
H A D | UT_alloc_copy.java | 72 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); in allocation_copy1DRangeTo_Byte() local 114 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); in allocation_copy1DRangeTo_Short() local 156 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); in allocation_copy1DRangeTo_Int() local 198 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); in allocation_copy1DRangeTo_Float() local 240 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); in allocation_copy1DRangeTo_Long() local 284 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); in allocation_copy2DRangeTo_Byte() local 322 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); in allocation_copy2DRangeTo_Short() local 360 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); in allocation_copy2DRangeTo_Int() local 398 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); in allocation_copy2DRangeTo_Float() local 436 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); in allocation_copy2DRangeTo_Long() local [all …]
|
/aosp_15_r20/frameworks/rs/driver/ |
H A D | rsdAllocation.cpp | 87 uint8_t *GetOffsetPtr(const android::renderscript::Allocation *alloc, in GetOffsetPtr() 99 static void Update2DTexture(const Context *rsc, const Allocation *alloc, const void *ptr, in Update2DTexture() 118 static void Upload2DTexture(const Context *rsc, const Allocation *alloc, bool isFirstUpload) { in Upload2DTexture() 160 static void UploadToTexture(const Context *rsc, const Allocation *alloc) { in UploadToTexture() 198 static void AllocateRenderTarget(const Context *rsc, const Allocation *alloc) { in AllocateRenderTarget() 223 static void UploadToBufferObject(const Context *rsc, const Allocation *alloc) { in UploadToBufferObject() 299 static size_t AllocationBuildPointerTable(const Context *rsc, const Allocation *alloc, in AllocationBuildPointerTable() 355 static size_t AllocationBuildPointerTable(const Context *rsc, const Allocation *alloc, in AllocationBuildPointerTable() 372 bool rsdAllocationInitStrided(const Context *rsc, Allocation *alloc, bool forceZero, size_t require… in rsdAllocationInitStrided() 495 bool rsdAllocationInit(const Context *rsc, Allocation *alloc, bool forceZero) { in rsdAllocationInit() [all …]
|
/aosp_15_r20/external/mesa3d/src/vulkan/util/ |
H A 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 …]
|
/aosp_15_r20/frameworks/rs/driver/runtime/ |
H A D | rs_allocation.c | 7 Allocation_t *alloc = (Allocation_t *)a.p; in rsAllocationGetDimX() local 13 Allocation_t *alloc = (Allocation_t *)a.p; in rsAllocationGetDimY() local 19 Allocation_t *alloc = (Allocation_t *)a.p; in rsAllocationGetDimZ() local 25 Allocation_t *alloc = (Allocation_t *)a.p; in rsAllocationGetDimLOD() local 31 Allocation_t *alloc = (Allocation_t *)a.p; in rsAllocationGetDimFaces() local 38 Allocation_t *alloc = (Allocation_t *)a.p; in rsAllocationGetElement() local 67 Allocation_t *alloc = (Allocation_t *)a.p; in rsOffset() local 78 Allocation_t *alloc = (Allocation_t *)a.p; in rsOffsetNs() local 193 Allocation_t *alloc = (Allocation_t *)a.p; in rsGetElementAt() local 201 Allocation_t *alloc = (Allocation_t *)a.p; in rsGetElementAt() local [all …]
|
/aosp_15_r20/external/grpc-grpc-java/alts/src/test/java/io/grpc/alts/internal/ |
H A 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 …]
|
/aosp_15_r20/external/igt-gpu-tools/tests/i915/ |
H A 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 …]
|
/aosp_15_r20/external/skia/src/core/ |
H A D | SkGlyph.cpp | 171 size_t SkGlyph::allocImage(SkArenaAlloc* alloc) { in allocImage() 179 bool SkGlyph::setImage(SkArenaAlloc* alloc, SkScalerContext* scalerContext) { in setImage() 192 bool SkGlyph::setImage(SkArenaAlloc* alloc, const void* image) { in setImage() 201 size_t SkGlyph::setMetricsAndImage(SkArenaAlloc* alloc, const SkGlyph& from) { in setMetricsAndImage() 247 void SkGlyph::installPath(SkArenaAlloc* alloc, const SkPath* path, bool hairline, bool modified) { in installPath() 261 bool SkGlyph::setPath(SkArenaAlloc* alloc, SkScalerContext* scalerContext) { in setPath() 271 bool SkGlyph::setPath(SkArenaAlloc* alloc, const SkPath* path, bool hairline, bool modified) { in setPath() 300 void SkGlyph::installDrawable(SkArenaAlloc* alloc, sk_sp<SkDrawable> drawable) { in installDrawable() 311 bool SkGlyph::setDrawable(SkArenaAlloc* alloc, SkScalerContext* scalerContext) { in setDrawable() 320 bool SkGlyph::setDrawable(SkArenaAlloc* alloc, sk_sp<SkDrawable> drawable) { in setDrawable() [all …]
|
/aosp_15_r20/external/skia/src/gpu/vk/ |
H A D | VulkanMemory.cpp | 27 VulkanAlloc* alloc) { in AllocBufferMemory() 51 void VulkanMemory::FreeBufferMemory(VulkanMemoryAllocator* allocator, const VulkanAlloc& alloc) { in FreeBufferMemory() 62 VulkanAlloc* alloc) { in AllocImageMemory() 94 const VulkanAlloc& alloc) { in FreeImageMemory() 100 const VulkanAlloc& alloc, in MapAlloc() 113 const VulkanAlloc& alloc) { in UnmapAlloc() 118 void VulkanMemory::GetNonCoherentMappedMemoryRange(const VulkanAlloc& alloc, in GetNonCoherentMappedMemoryRange() 144 const VulkanAlloc& alloc, in FlushMappedAlloc() 158 const VulkanAlloc& alloc, in InvalidateMappedAlloc()
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/containers/unord/ |
H A 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
|
/aosp_15_r20/external/skia/tests/ |
H A D | SkRasterPipelineTest.cpp | 56 SkArenaAllocWithReset alloc(storage.data(), storage.size(), 500); in DEF_TEST() local 89 SkArenaAllocWithReset alloc(storage.data(), storage.size(), 500); in DEF_TEST() local 366 SkArenaAlloc alloc(/*firstHeapAllocation=*/256); in DEF_TEST() local 470 SkArenaAlloc alloc(/*firstHeapAllocation=*/256); in DEF_TEST() local 546 SkArenaAlloc alloc(/*firstHeapAllocation=*/256); in DEF_TEST() local 619 SkArenaAlloc alloc(/*firstHeapAllocation=*/256); in DEF_TEST() local 701 SkArenaAlloc alloc(/*firstHeapAllocation=*/256); in DEF_TEST() local 831 SkArenaAlloc alloc(/*firstHeapAllocation=*/256); in DEF_TEST() local 946 SkArenaAlloc alloc(/*firstHeapAllocation=*/256); in DEF_TEST() local 1019 SkArenaAlloc alloc(/*firstHeapAllocation=*/256); in DEF_TEST() local [all …]
|
/aosp_15_r20/external/mesa3d/src/virtio/vulkan/ |
H A D | vn_image.c | 203 const VkAllocationCallbacks *alloc = &dev->base.base.alloc; in vn_image_reqs_cache_fini() local 280 const VkAllocationCallbacks *alloc = &dev->base.base.alloc; in vn_image_store_reqs_in_cache() local 378 const VkAllocationCallbacks *alloc) in vn_image_deferred_info_init() 455 const VkAllocationCallbacks *alloc) in vn_image_deferred_info_fini() 504 const VkAllocationCallbacks *alloc, in vn_image_create() 538 const VkAllocationCallbacks *alloc, in vn_image_create_deferred() 626 const VkAllocationCallbacks *alloc = in vn_CreateImage() local 717 const VkAllocationCallbacks *alloc = in vn_DestroyImage() local 913 const VkAllocationCallbacks *alloc = in vn_CreateImageView() local 952 const VkAllocationCallbacks *alloc = in vn_DestroyImageView() local [all …]
|
/aosp_15_r20/external/grpc-grpc-java/alts/src/main/java/io/grpc/alts/internal/ |
H A 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()
|
/aosp_15_r20/external/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/ |
H A 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
|
/aosp_15_r20/external/robolectric/integration_tests/nativegraphics/src/test/java/org/robolectric/shadows/ |
H A D | ShadowNativeBitmapTest.java | 778 int alloc = bitmap.getAllocationByteCount(); in testGetAllocationByteCount() local 779 assertEquals(bitmap.getByteCount(), alloc); in testGetAllocationByteCount() local 783 assertEquals(bitmap.getByteCount(), alloc); in testGetAllocationByteCount() local 784 assertEquals(bitmap.getAllocationByteCount(), alloc); in testGetAllocationByteCount() local 789 assertEquals(bitmap.getAllocationByteCount(), alloc); in testGetAllocationByteCount() local 892 int alloc = bitmap.getAllocationByteCount(); in testReconfigure() local 896 assertEquals(bitmap.getAllocationByteCount(), alloc); in testReconfigure() local 897 assertEquals(bitmap.getByteCount() * 8, alloc); in testReconfigure() local 1151 int alloc = bitmap.getAllocationByteCount(); in testSetConfig() local 1155 assertEquals(bitmap.getAllocationByteCount(), alloc); in testSetConfig() local [all …]
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/ |
H A 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
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/memory/allocator.traits/allocator.traits.members/ |
H A 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
|
/aosp_15_r20/prebuilts/module_sdk/art/13/common_os/include/art/libartbase/base/ |
D | dchecked_vector.h | 60 explicit dchecked_vector(const allocator_type& alloc) in dchecked_vector() 63 : Base(n, alloc) { } in Base() argument 67 : Base(n, value, alloc) { } in Base() argument 72 : Base(first, last, alloc) { } in Base() argument 75 dchecked_vector(const dchecked_vector& src, const allocator_type& alloc) in dchecked_vector() 79 dchecked_vector(dchecked_vector&& src, const allocator_type& alloc) noexcept in dchecked_vector() 83 : Base(il, alloc) { } in Base() argument
|
/aosp_15_r20/prebuilts/module_sdk/art/7/common_os/include/art/libartbase/base/ |
D | dchecked_vector.h | 60 explicit dchecked_vector(const allocator_type& alloc) in dchecked_vector() 63 : Base(n, alloc) { } in Base() argument 67 : Base(n, value, alloc) { } in Base() argument 72 : Base(first, last, alloc) { } in Base() argument 75 dchecked_vector(const dchecked_vector& src, const allocator_type& alloc) in dchecked_vector() 79 dchecked_vector(dchecked_vector&& src, const allocator_type& alloc) noexcept in dchecked_vector() 83 : Base(il, alloc) { } in Base() argument
|
/aosp_15_r20/prebuilts/module_sdk/art/13/include/art/libartbase/base/ |
D | dchecked_vector.h | 60 explicit dchecked_vector(const allocator_type& alloc) in dchecked_vector() 63 : Base(n, alloc) { } in Base() argument 67 : Base(n, value, alloc) { } in Base() argument 72 : Base(first, last, alloc) { } in Base() argument 75 dchecked_vector(const dchecked_vector& src, const allocator_type& alloc) in dchecked_vector() 79 dchecked_vector(dchecked_vector&& src, const allocator_type& alloc) noexcept in dchecked_vector() 83 : Base(il, alloc) { } in Base() argument
|