/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
|
D | allocate.pass.cpp | 30 value_type* allocate(std::size_t n) 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 213 void allocate(const JacobiSVD<MatrixType, ColPivHouseholderQRPreconditioner>& svd) in allocate() function 258 void allocate(const JacobiSVD<MatrixType, HouseholderQRPreconditioner>& svd) in allocate() function 309 void allocate(const JacobiSVD<MatrixType, HouseholderQRPreconditioner>& svd) in allocate() function
|
/external/clang/test/SemaCXX/ |
D | PR12778.cpp | 4 void* allocate(int __n) { in allocate() function
|
/external/tensorflow/tensorflow/compiler/tf2tensorrt/utils/ |
D | trt_allocator.cc | 61 void* TRTCudaAllocator::allocate(uint64_t size, uint64_t alignment, in allocate() function in tensorflow::tensorrt::TRTCudaAllocator 71 void* TRTDeviceAllocator::allocate(uint64_t size, uint64_t alignment, in allocate() function in tensorflow::tensorrt::TRTDeviceAllocator
|
/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/ |
D | WritableBufferAllocator.java | 29 WritableBuffer allocate(int capacityHint); in allocate() method
|
/external/swiftshader/src/Vulkan/ |
D | VkMemory.h | 28 T* allocate(size_t count, const VkAllocationCallbacks* pAllocator) in allocate() function
|
D | VkMemory.cpp | 25 void* allocate(size_t count, size_t alignment, const VkAllocationCallbacks* pAllocator, VkSystemAll… in allocate() function
|
/external/grpc-grpc-java/cronet/src/main/java/io/grpc/cronet/ |
D | CronetWritableBufferAllocator.java | 37 public WritableBuffer allocate(int capacityHint) { in allocate() method in CronetWritableBufferAllocator
|
/external/swiftshader/src/OpenGL/compiler/ |
D | PoolAlloc.h | 281 void* allocate(size_type n) { in allocate() function 284 void* allocate(size_type n, const void*) { in allocate() function 289 pointer allocate(size_type n) { in allocate() function 292 pointer allocate(size_type n, const void*) { in allocate() function
|
/external/grpc-grpc-java/okhttp/src/main/java/io/grpc/okhttp/ |
D | OkHttpWritableBufferAllocator.java | 47 public WritableBuffer allocate(int capacityHint) { in allocate() method in OkHttpWritableBufferAllocator
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | TObjectPool.java | 35 public T allocate() { in allocate() method in TObjectPool
|
D | VectorPool.java | 42 public Vector2 allocate(Vector2 source) { in allocate() method in VectorPool
|
/external/google-fruit/include/fruit/impl/data_structures/ |
D | memory_pool.defn.h | 55 FRUIT_ALWAYS_INLINE inline T* MemoryPool::allocate(std::size_t n) { in allocate() function
|
D | arena_allocator.defn.h | 33 inline T* ArenaAllocator<T>::allocate(std::size_t n) { in allocate() function
|
/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
|
D | test_memory_resource.hpp | 117 void* allocate(size_t, size_t) { return nullptr; } in allocate() function 126 void* allocate(size_t s, size_t) { return ::operator new(s); } in allocate() function 141 void* allocate(size_t s, size_t a) { in allocate() function
|
/external/mesa3d/src/intel/compiler/ |
D | brw_ir_allocator.h | 48 allocate(unsigned size) in allocate() function
|
/external/grpc-grpc-java/netty/src/main/java/io/grpc/netty/ |
D | NettyWritableBufferAllocator.java | 49 public WritableBuffer allocate(int capacityHint) { in allocate() method in NettyWritableBufferAllocator
|
/external/parameter-framework/asio-1.10.6/include/asio/detail/ |
D | handler_alloc_helpers.hpp | 28 inline void* allocate(std::size_t s, Handler& h) in allocate() function
|
/external/deqp/framework/randomshaders/ |
D | rsgNameAllocator.cpp | 54 std::string NameAllocator::allocate (void) in allocate() function in rsg::NameAllocator
|
/external/compiler-rt/test/asan/TestCases/Posix/ |
D | current_allocated_bytes.cc | 13 void* allocate(void *arg) { in allocate() function
|
/external/grpc-grpc-java/core/src/main/java/io/grpc/ |
D | InternalLogId.java | 34 public static InternalLogId allocate(String tag) { in allocate() method in InternalLogId
|
/external/skia/src/gpu/ |
D | GrMemoryPool.h | 138 std::unique_ptr<Op> allocate(OpArgs&&... opArgs) { in allocate() function 143 void* allocate(size_t size) { in allocate() function
|