/external/libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.members/ |
D | allocate_hint.pass.cpp | 27 value_type* allocate(std::size_t n) in allocate() function 39 value_type* allocate(std::size_t n) in allocate() function 44 value_type* allocate(std::size_t n, const void* p) in allocate() function
|
D | allocate.pass.cpp | 27 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 77 void allocate(const JacobiSVD<MatrixType, FullPivHouseholderQRPreconditioner>& svd) in allocate() function 122 void allocate(const JacobiSVD<MatrixType, FullPivHouseholderQRPreconditioner>& svd) in allocate() function 161 void allocate(const JacobiSVD<MatrixType, ColPivHouseholderQRPreconditioner>& svd) in allocate() function 214 void allocate(const JacobiSVD<MatrixType, ColPivHouseholderQRPreconditioner>& svd) in allocate() function 261 void allocate(const JacobiSVD<MatrixType, HouseholderQRPreconditioner>& svd) in allocate() function 313 void allocate(const JacobiSVD<MatrixType, HouseholderQRPreconditioner>& svd) in allocate() function
|
/external/eigen/unsupported/Eigen/src/SVD/ |
D | JacobiSVD.h | 55 void allocate(const JacobiSVD<MatrixType, QRPreconditioner>&) {} in allocate() function 77 void allocate(const JacobiSVD<MatrixType, FullPivHouseholderQRPreconditioner>& svd) in allocate() function 122 void allocate(const JacobiSVD<MatrixType, FullPivHouseholderQRPreconditioner>& svd) in allocate() function 161 void allocate(const JacobiSVD<MatrixType, ColPivHouseholderQRPreconditioner>& svd) in allocate() function 214 void allocate(const JacobiSVD<MatrixType, ColPivHouseholderQRPreconditioner>& svd) in allocate() function 261 void allocate(const JacobiSVD<MatrixType, HouseholderQRPreconditioner>& svd) in allocate() function 313 void allocate(const JacobiSVD<MatrixType, HouseholderQRPreconditioner>& svd) in allocate() function
|
D | SVDBase.h | 194 bool SVDBase<MatrixType>::allocate(Index rows, Index cols, unsigned int computationOptions) in allocate() function
|
/external/clang/test/SemaCXX/ |
D | PR12778.cpp | 4 void* allocate(int __n) { in allocate() function
|
/external/skia/src/gpu/gl/debug/ |
D | GrBufferObj.cpp | 11 void GrBufferObj::allocate(GrGLsizeiptr size, const GrGLchar *dataPtr) { in allocate() function in GrBufferObj
|
/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
|
D | ObjectPool.java | 46 protected Object allocate() { in allocate() method in ObjectPool
|
D | DrawableFactory.java | 91 public DrawableBitmap allocate() { in allocate() method in DrawableFactory.DrawableBitmapPool
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_sf_emit.c | 405 void brw_emit_tri_setup(struct brw_sf_compile *c, bool allocate) in brw_emit_tri_setup() 493 void brw_emit_line_setup(struct brw_sf_compile *c, bool allocate) in brw_emit_line_setup() 565 void brw_emit_point_sprite_setup(struct brw_sf_compile *c, bool allocate) in brw_emit_point_sprite_setup() 657 void brw_emit_point_setup(struct brw_sf_compile *c, bool allocate) in brw_emit_point_setup()
|
/external/v8/src/ |
D | hydrogen-escape-analysis.cc | 48 HAllocate* allocate = HAllocate::cast(instr); in CollectCapturedValues() local 162 void HEscapeAnalysisPhase::AnalyzeDataFlow(HInstruction* allocate) { in AnalyzeDataFlow() 296 HAllocate* allocate = HAllocate::cast(captured_.at(i)); in PerformScalarReplacement() local
|
D | ostreams.h | 91 static char* allocate (size_t n) { return new char[n]; } in allocate() function
|
/external/deqp/framework/randomshaders/ |
D | rsgNameAllocator.cpp | 54 std::string NameAllocator::allocate (void) in allocate() function in rsg::NameAllocator
|
D | rsgVariableManager.cpp | 114 Variable* VariableScope::allocate (const VariableType& type, Variable::Storage storage, const char*… in allocate() function in rsg::VariableScope 160 ValueEntry* ValueScope::allocate (const Variable* variable) in allocate() function in rsg::ValueScope 237 Variable* VariableManager::allocate (const VariableType& type) in allocate() function in rsg::VariableManager 242 Variable* VariableManager::allocate (const VariableType& type, Variable::Storage storage, const cha… in allocate() function in rsg::VariableManager
|
/external/compiler-rt/test/asan/TestCases/ |
D | current_allocated_bytes.cc | 13 void* allocate(void *arg) { in allocate() function
|
/external/libcxx/test/support/ |
D | allocators.h | 42 T* allocate(std::size_t n) in allocate() function 98 T* allocate(std::size_t n, const void* hint) in allocate() function
|
D | min_allocator.h | 26 T* allocate(std::size_t n) in allocate() function 273 pointer allocate(std::ptrdiff_t n) in allocate() function
|
/external/jsoncpp/src/lib_json/ |
D | json_batchallocator.h | 56 AllocatedType *allocate() in allocate() function
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
D | standalone_malloc_test.cc | 26 bool allocate = (i % 5) <= 2; // 60% malloc, 40% free in MallocThread() local
|
/external/skia/src/gpu/ |
D | GrMemoryPool.cpp | 41 void* GrMemoryPool::allocate(size_t size) { in allocate() function in GrMemoryPool
|
/external/llvm/include/llvm/Support/ |
D | ArrayRecycler.h | 124 T *allocate(Capacity Cap, AllocatorType &Allocator) { in allocate() function
|
/external/pdfium/third_party/bigint/ |
D | NumberlikeArray.hh | 101 void NumberlikeArray<Blk>::allocate(Index c) { in allocate() function in NumberlikeArray
|
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/prefill/ |
D | BitmapPreFillRunner.java | 88 private boolean allocate() { in allocate() method in BitmapPreFillRunner
|