Home
last modified time | relevance | path

Searched defs:Owner (Results 1 – 25 of 101) sorted by relevance

12345

/external/webrtc/rtc_base/task_utils/
Dpending_task_safety_flag_unittest.cc35 class Owner { in TEST() class
54 struct Owner { in TEST() struct
55 ScopedTaskSafety safety; in TEST()
68 class Owner { in TEST() class
70 Owner() : tq_main_(TaskQueueBase::Current()) { RTC_DCHECK(tq_main_); } in TEST() function in webrtc::TEST::Owner
116 class Owner { in TEST() class
118 explicit Owner(bool* stuff_done) in TEST() function in webrtc::TEST::Owner
/external/swiftshader/third_party/subzero/src/
DIceStringPool.h83 static StringID createWithoutString(const typename Traits::OwnerType *Owner) { in createWithoutString()
88 static StringID createWithString(const typename Traits::OwnerType *Owner, in createWithString()
133 explicit StringID(const typename Traits::OwnerType *Owner) in StringID()
135 StringID(const typename Traits::OwnerType *Owner, const std::string &Value) in StringID()
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/decoder/
DOutputBuffer.java24 public interface Owner<S extends OutputBuffer> { interface in OutputBuffer
/external/llvm/include/llvm/Object/
DObjectFile.h308 inline SymbolRef::SymbolRef(DataRefImpl SymbolP, const ObjectFile *Owner) in SymbolRef()
347 const ObjectFile *Owner) in SectionRef()
433 const ObjectFile *Owner) in RelocationRef()
/external/llvm-project/llvm/lib/Bitcode/Reader/
DBitReader.cpp82 std::unique_ptr<MemoryBuffer> Owner(unwrap(MemBuf)); in LLVMGetBitcodeModuleInContext() local
109 std::unique_ptr<MemoryBuffer> Owner(unwrap(MemBuf)); in LLVMGetBitcodeModuleInContext2() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitReader.cpp82 std::unique_ptr<MemoryBuffer> Owner(unwrap(MemBuf)); in LLVMGetBitcodeModuleInContext() local
109 std::unique_ptr<MemoryBuffer> Owner(unwrap(MemBuf)); in LLVMGetBitcodeModuleInContext2() local
/external/llvm/lib/Bitcode/Reader/
DBitReader.cpp101 std::unique_ptr<MemoryBuffer> Owner(unwrap(MemBuf)); in LLVMGetBitcodeModuleInContext() local
124 std::unique_ptr<MemoryBuffer> Owner(unwrap(MemBuf)); in LLVMGetBitcodeModuleInContext2() local
/external/clang/test/Analysis/inlining/
Dpath-notes.cpp225 struct Owner { struct
233 void Owner::testGetDerefExprOnMemberExprWithADot() { in testGetDerefExprOnMemberExprWithADot() argument
/external/llvm-project/clang/test/Analysis/inlining/
Dpath-notes.cpp225 struct Owner { struct
233 void Owner::testGetDerefExprOnMemberExprWithADot() { in testGetDerefExprOnMemberExprWithADot() argument
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DObjectFile.h374 inline SymbolRef::SymbolRef(DataRefImpl SymbolP, const ObjectFile *Owner) in SymbolRef()
412 const ObjectFile *Owner) in SectionRef()
520 const ObjectFile *Owner) in RelocationRef()
/external/llvm-project/llvm/examples/HowToUseJIT/
DHowToUseJIT.cpp66 std::unique_ptr<Module> Owner = std::make_unique<Module>("test", Context); in main() local
/external/llvm/examples/HowToUseJIT/
DHowToUseJIT.cpp67 std::unique_ptr<Module> Owner = make_unique<Module>("test", Context); in main() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DLockFileManager.h57 Optional<std::pair<std::string, int> > Owner; variable
/external/llvm/include/llvm/Support/
DLockFileManager.h58 Optional<std::pair<std::string, int> > Owner; variable
/external/llvm-project/llvm/include/llvm/Support/
DLockFileManager.h57 Optional<std::pair<std::string, int> > Owner; variable
/external/llvm-project/llvm/include/llvm/Object/
DObjectFile.h383 inline SymbolRef::SymbolRef(DataRefImpl SymbolP, const ObjectFile *Owner) in SymbolRef()
421 const ObjectFile *Owner) in SectionRef()
533 const ObjectFile *Owner) in RelocationRef()
/external/llvm-project/clang/include/clang/Rewrite/Frontend/
DFixItRewriter.h75 std::unique_ptr<DiagnosticConsumer> Owner; variable
/external/clang/include/clang/Rewrite/Frontend/
DFixItRewriter.h73 std::unique_ptr<DiagnosticConsumer> Owner; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DSymbolTableListTraitsImpl.h65 ItemParentClass *Owner = getListOwner(); in addNodeToList() local
/external/llvm/lib/IR/
DSymbolTableListTraitsImpl.h66 ItemParentClass *Owner = getListOwner(); in addNodeToList() local
/external/llvm/examples/Fibonacci/
Dfibonacci.cpp111 std::unique_ptr<Module> Owner(new Module("test", Context)); in main() local
/external/llvm-project/llvm/examples/Fibonacci/
Dfibonacci.cpp110 std::unique_ptr<Module> Owner(new Module("test", Context)); in main() local
/external/llvm-project/llvm/lib/IR/
DSymbolTableListTraitsImpl.h70 ItemParentClass *Owner = getListOwner(); in addNodeToList() local
/external/llvm/unittests/ExecutionEngine/
DExecutionEngineTest.cpp31 auto Owner = make_unique<Module>("<main>", Context); in ExecutionEngineTest() local
/external/llvm-project/llvm/unittests/ExecutionEngine/
DExecutionEngineTest.cpp30 auto Owner = std::make_unique<Module>("<main>", Context); in ExecutionEngineTest() local

12345