Home
last modified time | relevance | path

Searched refs:setAllocator (Results 1 – 12 of 12) sorted by relevance

/external/swiftshader/third_party/marl/src/
Dmarl_test.h58 cfg.setAllocator(allocator); in SetUp()
Dscheduler_test.cpp42 cfg.setAllocator(allocator).setWorkerThreadCount(10); in TEST_F()
/external/llvm-project/lld/lib/ReaderWriter/MachO/
DDebugInfo.h32 void setAllocator(std::unique_ptr<llvm::BumpPtrAllocator> allocator) { in setAllocator() function
DMachONormalizedFileToAtoms.cpp820 file.debugInfo()->setAllocator(std::move(allocator)); in parseStabs()
985 file.debugInfo()->setAllocator(std::move(allocator)); in parseDebugInfo()
/external/swiftshader/third_party/marl/include/marl/
Dscheduler.h85 MARL_NO_EXPORT inline Config& setAllocator(Allocator*);
518 Scheduler::Config& Scheduler::Config::setAllocator(Allocator* alloc) { in setAllocator() function
/external/exoplayer/tree/library/core/src/test/java/com/google/android/exoplayer2/
DDefaultLoadControlTest.java207 builder.setAllocator(allocator).setTargetBufferBytes(TARGET_BUFFER_BYTES); in createDefaultLoadControl()
/external/swiftshader/src/OpenGL/compiler/
DPoolAlloc.h307 void setAllocator(TPoolAllocator *a) { allocator = a; } in setAllocator() function
/external/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
DRubyDescriptor.java248 klass.setAllocator(allocator); in buildClassFromDescriptor()
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/
DDefaultLoadControl.java127 public Builder setAllocator(DefaultAllocator allocator) { in setAllocator() method in DefaultLoadControl.Builder
/external/llvm-project/clang/include/clang/AST/
DOpenMPClause.h279 void setAllocator(Expr *A) { Allocator = A; } in setAllocator() function
371 void setAllocator(Expr *A) { Allocator = A; } in setAllocator() function
/external/llvm-project/clang/lib/Serialization/
DASTReader.cpp12146 C->setAllocator(Record.readExpr()); in VisitOMPAllocatorClause()
12639 C->setAllocator(Record.readSubExpr()); in VisitOMPAllocateClause()
/external/llvm-project/clang/lib/Sema/
DSemaOpenMP.cpp325 void setAllocator(OMPAllocateDeclAttr::AllocatorTypeTy AllocatorKind, in setAllocator() function in __anon0bb9e2bb0111::DSAStackTy
12906 Stack->setAllocator(AllocatorKind, Res.get()); in findOMPAllocatorHandleT()