Home
last modified time | relevance | path

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

12345

/external/libcxx/test/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/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
/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/clang/test/SemaCXX/
DPR12778.cpp4 void* allocate(int __n) { in allocate() function
/external/chromium-trace/trace-viewer/src/base/
Dguid.js11 allocate: function() { method
/external/chromium_org/third_party/skia/src/gpu/gl/debug/
DGrBufferObj.cpp11 void GrBufferObj::allocate(GrGLsizeiptr size, const GrGLchar *dataPtr) { in allocate() function in GrBufferObj
/external/skia/src/gpu/gl/debug/
DGrBufferObj.cpp11 void GrBufferObj::allocate(GrGLsizeiptr size, const GrGLchar *dataPtr) { in allocate() function in GrBufferObj
/external/chromium_org/third_party/angle/src/compiler/translator/
DPoolAlloc.h267 void* allocate(size_type n) { in allocate() function
270 void* allocate(size_type n, const void*) { in allocate() function
275 pointer allocate(size_type n) { in allocate() function
278 pointer allocate(size_type n, const void*) { in allocate() function
/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
/external/chromium_org/third_party/WebKit/Source/platform/
DPODArena.h67 virtual void* allocate(size_t size) OVERRIDE { return fastMalloc(size); } in allocate() function
171 void* allocate(size_t size) in allocate() function
/external/chromium_org/third_party/angle/src/libGLESv2/
DHandleAllocator.cpp32 GLuint HandleAllocator::allocate() in allocate() function in gl::HandleAllocator
/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/stlport/stlport/stl/
D_alloc.c38 void * _STLP_CALL __debug_alloc<_Alloc>::allocate(size_t __n) { in allocate() function
/external/chromium_org/third_party/WebKit/Source/platform/testing/
DArenaTestHelpers.h47 virtual void* allocate(size_t size) OVERRIDE in allocate() function
/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/chromium_org/third_party/mesa/src/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/compiler-rt/test/asan/TestCases/
Dcurrent_allocated_bytes.cc13 void* allocate(void *arg) { in allocate() function
/external/chromium_org/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
/external/chromium_org/third_party/WebKit/Source/platform/text/
DLineEnding.cpp55 virtual char* allocate(size_t size) OVERRIDE in allocate() function in __anond21ebc860111::FINAL
81 virtual char* allocate(size_t size) OVERRIDE in allocate() function in __anond21ebc860111::FINAL
/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
/external/jsoncpp/src/lib_json/
Djson_batchallocator.h56 AllocatedType *allocate() in allocate() function

12345