Home
last modified time | relevance | path

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

123456

/external/webrtc/api/task_queue/
Dpending_task_safety_flag_unittest.cc27 class Owner { in TEST() class
46 struct Owner { in TEST() struct
47 ScopedTaskSafety safety; in TEST()
60 class Owner { in TEST() class
62 Owner() : tq_main_(TaskQueueBase::Current()) { RTC_DCHECK(tq_main_); } in TEST() function in webrtc::TEST::Owner
105 class Owner { in TEST() class
107 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/rust/android-crates-io/crates/protobuf/src/
Downing_ref.rs8 enum Owner<A: 'static> { enum
13 impl<A: 'static> Deref for Owner<A> { implementation
41 impl<A: 'static> Clone for Owner<A> { implementation
/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/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/decoder/src/main/java/com/google/android/exoplayer2/decoder/
DDecoderOutputBuffer.java22 public interface Owner<S extends DecoderOutputBuffer> { interface in DecoderOutputBuffer
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/decoder/src/main/java/com/google/android/exoplayer2/decoder/
DDecoderOutputBuffer.java22 public interface Owner<S extends DecoderOutputBuffer> { interface in DecoderOutputBuffer
/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/swiftshader/third_party/llvm-16.0/llvm/lib/Bitcode/Reader/
DBitReader.cpp81 std::unique_ptr<MemoryBuffer> Owner(unwrap(MemBuf)); in LLVMGetBitcodeModuleInContext() local
108 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/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/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Object/
DObjectFile.h400 inline SymbolRef::SymbolRef(DataRefImpl SymbolP, const ObjectFile *Owner) in SymbolRef()
438 const ObjectFile *Owner) in SectionRef()
551 const ObjectFile *Owner) in RelocationRef()
/external/llvm/examples/HowToUseJIT/
DHowToUseJIT.cpp67 std::unique_ptr<Module> Owner = make_unique<Module>("test", Context); in main() local
/external/llvm/include/llvm/Support/
DLockFileManager.h58 Optional<std::pair<std::string, int> > Owner; variable
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
DLockFileManager.h57 std::optional<std::pair<std::string, int>> Owner; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DLockFileManager.h57 Optional<std::pair<std::string, int> > Owner; variable
/external/coreboot/src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/Ppi/
DVectorHandoffInfo.h59 EFI_GUID Owner; member
/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202005/MdePkg/Include/Ppi/
DVectorHandoffInfo.h53 EFI_GUID Owner; member
/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202302/MdePkg/Include/Ppi/
DVectorHandoffInfo.h53 EFI_GUID Owner; member
/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202111/MdePkg/Include/Ppi/
DVectorHandoffInfo.h53 EFI_GUID Owner; member
/external/clang/include/clang/Rewrite/Frontend/
DFixItRewriter.h73 std::unique_ptr<DiagnosticConsumer> Owner; variable
/external/pdfium/core/fxcrt/
Dmaybe_owned_unittest.cpp202 class Owner { class
204 explicit Owner(std::unique_ptr<Thing> thing) : thing_(std::move(thing)) {} in Owner() function in fxcrt::__anon49d33a030211::Owner
/external/llvm/lib/IR/
DSymbolTableListTraitsImpl.h66 ItemParentClass *Owner = getListOwner(); in addNodeToList() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DSymbolTableListTraitsImpl.h65 ItemParentClass *Owner = getListOwner(); in addNodeToList() local
/external/llvm/examples/Fibonacci/
Dfibonacci.cpp111 std::unique_ptr<Module> Owner(new Module("test", Context)); in main() local

123456