Home
last modified time | relevance | path

Searched defs:allocate (Results 1 – 25 of 73) sorted by relevance

123

/external/libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.members/
Dallocate_hint.pass.cpp27 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
Dallocate.pass.cpp27 value_type* allocate(std::size_t n) in allocate() function
/external/eigen/Eigen/src/SVD/
DJacobiSVD.h55 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/
DJacobiSVD.h55 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
DSVDBase.h194 bool SVDBase<MatrixType>::allocate(Index rows, Index cols, unsigned int computationOptions) in allocate() function
/external/clang/test/SemaCXX/
DPR12778.cpp4 void* allocate(int __n) { in allocate() function
/external/skia/src/gpu/gl/debug/
DGrBufferObj.cpp11 void GrBufferObj::allocate(GrGLsizeiptr size, const GrGLchar *dataPtr) { in allocate() function in GrBufferObj
/external/replicaisland/src/com/replica/replicaisland/
DTObjectPool.java35 public T allocate() { in allocate() method in TObjectPool
DVectorPool.java42 public Vector2 allocate(Vector2 source) { in allocate() method in VectorPool
DObjectPool.java46 protected Object allocate() { in allocate() method in ObjectPool
DDrawableFactory.java91 public DrawableBitmap allocate() { in allocate() method in DrawableFactory.DrawableBitmapPool
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_sf_emit.c405 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/
Dhydrogen-escape-analysis.cc48 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
Dostreams.h91 static char* allocate (size_t n) { return new char[n]; } in allocate() function
/external/deqp/framework/randomshaders/
DrsgNameAllocator.cpp54 std::string NameAllocator::allocate (void) in allocate() function in rsg::NameAllocator
DrsgVariableManager.cpp114 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/
Dcurrent_allocated_bytes.cc13 void* allocate(void *arg) { in allocate() function
/external/libcxx/test/support/
Dallocators.h42 T* allocate(std::size_t n) in allocate() function
98 T* allocate(std::size_t n, const void* hint) in allocate() function
Dmin_allocator.h26 T* allocate(std::size_t n) in allocate() function
273 pointer allocate(std::ptrdiff_t n) in allocate() function
/external/jsoncpp/src/lib_json/
Djson_batchallocator.h56 AllocatedType *allocate() in allocate() function
/external/compiler-rt/lib/sanitizer_common/tests/
Dstandalone_malloc_test.cc26 bool allocate = (i % 5) <= 2; // 60% malloc, 40% free in MallocThread() local
/external/skia/src/gpu/
DGrMemoryPool.cpp41 void* GrMemoryPool::allocate(size_t size) { in allocate() function in GrMemoryPool
/external/llvm/include/llvm/Support/
DArrayRecycler.h124 T *allocate(Capacity Cap, AllocatorType &Allocator) { in allocate() function
/external/pdfium/third_party/bigint/
DNumberlikeArray.hh101 void NumberlikeArray<Blk>::allocate(Index c) { in allocate() function in NumberlikeArray
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/prefill/
DBitmapPreFillRunner.java88 private boolean allocate() { in allocate() method in BitmapPreFillRunner

123