/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/internal/ |
D | OnDemandAllocatingPoolLincheckTest.kt | 22 fun allocate(): Boolean = pool.allocate() in allocate() method 32 fun allocate() = if (closed) { in allocate() method
|
/external/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_memorypool.cpp | 70 MemoryPool::allocate(size_t size) in allocate() function in r600::MemoryPool 77 MemoryPool::allocate(size_t size, size_t align) in allocate() function in r600::MemoryPool 125 MemoryBacking::allocate(size_t size) in allocate() function in r600::MemoryBacking 133 MemoryBacking::allocate(size_t size, size_t align) in allocate() function in r600::MemoryBacking
|
/external/libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.members/ |
D | allocate_hint.pass.cpp | 31 value_type* allocate(std::size_t n) in allocate() function 43 value_type* allocate(std::size_t n) in allocate() function 48 value_type* allocate(std::size_t n, const void* p) in allocate() function
|
D | allocate.fail.cpp | 33 value_type* allocate(std::size_t n) in allocate() function 38 value_type* allocate(std::size_t n, const void* p) in allocate() function
|
/external/sdv/vsomeip/third_party/boost/range/include/boost/range/detail/ |
D | any_iterator_buffer.hpp | 36 void* allocate(std::size_t bytes) in allocate() function in boost::any_iterator_buffer 78 void* allocate(std::size_t bytes) in allocate() function in boost::any_iterator_heap_only_buffer 100 void* allocate(std::size_t bytes) in allocate() function in boost::any_iterator_stack_only_buffer
|
/external/angle/src/compiler/translator/ |
D | PoolAlloc.h | 75 void *allocate(size_type n) { return getAllocator().allocate(n); } in allocate() function 76 void *allocate(size_type n, const void *) { return getAllocator().allocate(n); } in allocate() function 79 pointer allocate(size_type n) in allocate() function 83 pointer allocate(size_type n, const void *) in allocate() function
|
/external/eigen/Eigen/src/SVD/ |
D | JacobiSVD.h | 55 void allocate(const JacobiSVD<MatrixType, QRPreconditioner>&) {} in allocate() function 76 void allocate(const JacobiSVD<MatrixType, FullPivHouseholderQRPreconditioner>& svd) in allocate() function 122 void allocate(const JacobiSVD<MatrixType, FullPivHouseholderQRPreconditioner>& svd) in allocate() function 159 void allocate(const JacobiSVD<MatrixType, ColPivHouseholderQRPreconditioner>& svd) in allocate() function 212 void allocate(const JacobiSVD<MatrixType, ColPivHouseholderQRPreconditioner>& svd) in allocate() function 257 void allocate(const JacobiSVD<MatrixType, HouseholderQRPreconditioner>& svd) in allocate() function 309 void allocate(const JacobiSVD<MatrixType, HouseholderQRPreconditioner>& svd) in allocate() function
|
/external/rust/android-crates-io/extra_versions/crates/hashbrown/src/raw/ |
D | alloc.rs | 20 fn allocate(&self, layout: Layout) -> Result<NonNull<[u8]>, core::alloc::AllocError> { in allocate() method 38 fn allocate(&self, layout: Layout) -> Result<NonNull<u8>, ()>; in allocate() method 46 fn allocate(&self, layout: Layout) -> Result<NonNull<u8>, ()> { in allocate() method 68 fn allocate(&self, layout: Layout) -> Result<NonNull<u8>, ()> { in allocate() method
|
/external/cronet/tot/third_party/libc++/src/test/support/ |
D | min_allocator.h | 35 T* allocate(std::size_t n) in allocate() function 73 T* allocate(std::size_t n) in allocate() function 124 T* allocate(std::size_t n) in allocate() function 397 TEST_CONSTEXPR_CXX20 pointer allocate(std::ptrdiff_t n) in allocate() function 422 TEST_CONSTEXPR_CXX20 T* allocate(std::size_t n) in allocate() function 447 …TEST_CONSTEXPR_CXX20 T* allocate(std::size_t n) { return std::allocator<T>().allocate(n + 1) + 1; } in allocate() function 465 TEST_CONSTEXPR_CXX20 T* allocate(std::size_t n) { in allocate() function
|
D | test_std_memory_resource.h | 108 void* allocate(std::size_t, size_t) { in allocate() function 124 void* allocate(std::size_t s, size_t) { return ::operator new(s); } in allocate() function 140 void* allocate(std::size_t s, size_t a) { in allocate() function
|
/external/cronet/stable/third_party/libc++/src/test/support/ |
D | min_allocator.h | 35 T* allocate(std::size_t n) in allocate() function 73 T* allocate(std::size_t n) in allocate() function 124 T* allocate(std::size_t n) in allocate() function 397 TEST_CONSTEXPR_CXX20 pointer allocate(std::ptrdiff_t n) in allocate() function 422 TEST_CONSTEXPR_CXX20 T* allocate(std::size_t n) in allocate() function 447 …TEST_CONSTEXPR_CXX20 T* allocate(std::size_t n) { return std::allocator<T>().allocate(n + 1) + 1; } in allocate() function 465 TEST_CONSTEXPR_CXX20 T* allocate(std::size_t n) { in allocate() function
|
D | test_std_memory_resource.h | 108 void* allocate(std::size_t, size_t) { in allocate() function 124 void* allocate(std::size_t s, size_t) { return ::operator new(s); } in allocate() function 140 void* allocate(std::size_t s, size_t a) { in allocate() function
|
/external/sdv/vsomeip/third_party/boost/pool/include/boost/pool/ |
D | pool_alloc.hpp | 238 static pointer allocate(const size_type n) in allocate() function in boost::pool_allocator 252 static pointer allocate(const size_type n, const void * const) in allocate() function in boost::pool_allocator 435 static pointer allocate(const size_type n) in allocate() function in boost::fast_pool_allocator 448 static pointer allocate(const size_type n, const void * const) in allocate() function in boost::fast_pool_allocator 452 static pointer allocate() in allocate() function in boost::fast_pool_allocator
|
/external/minigbm/cros_gralloc/gralloc4/ |
D | CrosGralloc4Allocator.cc | 33 Error CrosGralloc4Allocator::allocate(const BufferDescriptorInfo& descriptor, uint32_t* outStride, in allocate() function in CrosGralloc4Allocator 72 Return<void> CrosGralloc4Allocator::allocate(const hidl_vec<uint8_t>& descriptor, uint32_t count, in allocate() function in CrosGralloc4Allocator
|
/external/cronet/tot/third_party/libc++/src/test/std/utilities/memory/allocator.traits/allocator.traits.members/ |
D | allocate_hint.pass.cpp | 32 TEST_CONSTEXPR_CXX20 value_type* allocate(std::size_t n) in allocate() function 46 TEST_CONSTEXPR_CXX20 value_type* allocate(std::size_t n, const void* p) in allocate() function
|
D | allocate_at_least.pass.cpp | 30 constexpr T* allocate(std::size_t) { return &t; } in allocate() function 40 constexpr T* allocate(std::size_t) { return &t1; } in allocate() function
|
/external/cronet/stable/third_party/libc++/src/test/std/utilities/memory/allocator.traits/allocator.traits.members/ |
D | allocate_hint.pass.cpp | 32 TEST_CONSTEXPR_CXX20 value_type* allocate(std::size_t n) in allocate() function 46 TEST_CONSTEXPR_CXX20 value_type* allocate(std::size_t n, const void* p) in allocate() function
|
D | allocate_at_least.pass.cpp | 30 constexpr T* allocate(std::size_t) { return &t; } in allocate() function 40 constexpr T* allocate(std::size_t) { return &t1; } in allocate() function
|
/external/grpc-grpc-java/api/src/main/java/io/grpc/ |
D | InternalLogId.java | 43 public static InternalLogId allocate(Class<?> type, @Nullable String details) { in allocate() method in InternalLogId 54 public static InternalLogId allocate(String typeName, @Nullable String details) { in allocate() method in InternalLogId
|
/external/sdv/vsomeip/third_party/boost/core/test/ |
D | allocator_allocate_hint_test.cpp | 23 T* allocate(std::size_t n, const void*) { in allocate() function 36 T* allocate(std::size_t n) { in allocate() function
|
/external/rust/android-crates-io/crates/hashbrown/src/raw/ |
D | alloc.rs | 58 fn allocate(&self, layout: Layout) -> Result<NonNull<u8>, ()>; in allocate() method 67 fn allocate(&self, layout: Layout) -> Result<NonNull<u8>, ()> { in allocate() method
|
/external/libcxx/test/support/ |
D | min_allocator.h | 32 T* allocate(std::size_t n) in allocate() function 70 T* allocate(std::size_t n) in allocate() function 119 T* allocate(std::size_t n) in allocate() function 421 pointer allocate(std::ptrdiff_t n) in allocate() function 446 T* allocate(std::size_t n) in allocate() function
|
/external/cronet/stable/third_party/libc++/src/test/libcxx/utilities/memory/util.smartptr/util.smartptr.shared/ |
D | libcxx.control_block_layout.pass.cpp | 156 T* allocate(std::size_t) { return nullptr; } in allocate() function 167 T* allocate(std::size_t) { return nullptr; } in allocate() function 177 T* allocate(std::size_t) { return nullptr; } in allocate() function 188 T* allocate(std::size_t) { return nullptr; } in allocate() function
|
/external/cronet/tot/third_party/libc++/src/test/libcxx/utilities/memory/util.smartptr/util.smartptr.shared/ |
D | libcxx.control_block_layout.pass.cpp | 156 T* allocate(std::size_t) { return nullptr; } in allocate() function 167 T* allocate(std::size_t) { return nullptr; } in allocate() function 177 T* allocate(std::size_t) { return nullptr; } in allocate() function 188 T* allocate(std::size_t) { return nullptr; } in allocate() function
|
/external/clang/test/SemaCXX/ |
D | PR12778.cpp | 4 void* allocate(int __n) { in allocate() function
|