Home
last modified time | relevance | path

Searched refs:Owner (Results 1 – 25 of 367) sorted by relevance

12345678910>>...15

/third_party/elfutils/tests/
Drun-readelf-n.sh36 Owner Data size Type
45 Owner Data size Type
50 Owner Data size Type
63 Owner Data size Type
68 Owner Data size Type
79 Owner Data size Type
103 Owner Data size Type
123 Owner Data size Type
187 Owner Data size Type
197 Owner Data size Type
[all …]
Drun-pt_gnu_prop-tests.sh66 Owner Data size Type
71 Owner Data size Type
76 Owner Data size Type
118 Owner Data size Type
123 Owner Data size Type
128 Owner Data size Type
Drun-readelf-A.sh45 Owner Size
70 Owner Size
80 Owner Size
90 Owner Size
Drun-strip-version.sh48 Owner Data size Type
53 Owner Data size Type
/third_party/skia/src/gpu/ops/
DOpsTask.h76 void addOp(GrDrawingManager*, GrOp::Owner, GrTextureResolveManager, const GrCaps&);
78 void addDrawOp(GrDrawingManager*, GrOp::Owner, bool usesMSAA, const GrProcessorSet::Analysis&,
139 void recordOp(GrOp::Owner, bool usesMSAA, GrProcessorSet::Analysis, GrAppliedClip*,
164 OpChain(GrOp::Owner, GrProcessorSet::Analysis, GrAppliedClip*, const GrDstProxyView*);
194 GrOp::Owner appendOp(GrOp::Owner op, GrProcessorSet::Analysis, const GrDstProxyView*,
206 List(GrOp::Owner);
214 GrOp::Owner popHead();
215 GrOp::Owner removeOp(GrOp* op);
216 void pushHead(GrOp::Owner op);
217 void pushTail(GrOp::Owner);
[all …]
DGrOvalOpFactory.h30 static GrOp::Owner MakeCircleOp(GrRecordingContext*,
37 static GrOp::Owner MakeOvalOp(GrRecordingContext*,
44 static GrOp::Owner MakeCircularRRectOp(GrRecordingContext*,
51 static GrOp::Owner MakeRRectOp(GrRecordingContext*,
58 static GrOp::Owner MakeArcOp(GrRecordingContext*,
DGrOp.h72 using Owner = std::unique_ptr<GrOp>;
75 static Owner Make(GrRecordingContext* context, Args&&... args) { in Make()
76 return Owner{new Op(std::forward<Args>(args)...)}; in Make()
80 static Owner MakeWithProcessorSet(
85 static Owner MakeWithExtraMemory( in MakeWithExtraMemory()
88 return Owner{new (bytes) Op(std::forward<Args>(args)...)}; in MakeWithExtraMemory()
238 void chainConcat(GrOp::Owner);
251 GrOp::Owner cutChain();
353 Owner fNextInChain{nullptr};
DFillRectOp.h39 static GrOp::Owner Make(GrRecordingContext*,
49 static GrOp::Owner MakeNonAARect(GrRecordingContext*,
74 static GrOp::Owner MakeOp(GrRecordingContext*,
DGrSimpleMeshDrawOpHelper.h37 static GrOp::Owner FactoryHelper(GrRecordingContext*, GrPaint&&, OpArgs&&...);
198 GrOp::Owner GrOp::MakeWithProcessorSet( in MakeWithProcessorSet()
204 return Owner{new (bytes) Op(processorSet, color, std::forward<Args>(args)...)}; in MakeWithProcessorSet()
208 GrOp::Owner GrSimpleMeshDrawOpHelper::FactoryHelper(GrRecordingContext* context, in FactoryHelper()
DStrokeRectOp.h28 GrOp::Owner Make(GrRecordingContext*,
38 GrOp::Owner MakeNested(GrRecordingContext*,
DOpsTask.cpp78 inline OpsTask::OpChain::List::List(GrOp::Owner op) in List()
93 inline GrOp::Owner OpsTask::OpChain::List::popHead() { in popHead()
104 inline GrOp::Owner OpsTask::OpChain::List::removeOp(GrOp* op) { in removeOp()
126 inline void OpsTask::OpChain::List::pushHead(GrOp::Owner op) { in pushHead()
139 inline void OpsTask::OpChain::List::pushTail(GrOp::Owner op) { in pushTail()
156 OpsTask::OpChain::OpChain(GrOp::Owner op, GrProcessorSet::Analysis processorAnalysis, in OpChain()
238 GrOp::Owner detachedA = chainA.removeOp(a); in DoConcat()
353 GrOp::Owner OpsTask::OpChain::appendOp( in appendOp()
354 GrOp::Owner op, GrProcessorSet::Analysis processorAnalysis, in appendOp()
414 void OpsTask::addOp(GrDrawingManager* drawingMgr, GrOp::Owner op, in addOp()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceStringPool.h83 static StringID createWithoutString(const typename Traits::OwnerType *Owner) { in createWithoutString() argument
84 return StringID(Owner); in createWithoutString()
88 static StringID createWithString(const typename Traits::OwnerType *Owner, in createWithString() argument
90 return StringID(Owner, Value); in createWithString()
133 explicit StringID(const typename Traits::OwnerType *Owner) in StringID() argument
134 : ID(Traits::getStrings(Owner)->getNewID()) {} in StringID()
135 StringID(const typename Traits::OwnerType *Owner, const std::string &Value) in StringID() argument
136 : ID(Traits::getStrings(Owner)->getOrAddString(Value)) { in StringID()
146 static LockedPtr<StringPool> getStrings(const OwnerType *Owner);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DLockFileManager.cpp68 auto Owner = std::make_pair(std::string(Hostname), PID); in readLockFile() local
69 if (processStillExecuting(Owner.first, Owner.second)) in readLockFile()
70 return Owner; in readLockFile()
170 if ((Owner = readLockFile(LockFileName))) in LockFileManager()
236 if ((Owner = readLockFile(LockFileName))) { in LockFileManager()
260 if (Owner) in getState()
325 if (!processStillExecuting((*Owner).first, (*Owner).second)) in waitForUnlock()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Option/
DOption.h78 const OptTable *Owner; variable
81 Option(const OptTable::Info *Info, const OptTable *Owner);
105 assert(Owner && "Must have a valid owner!"); in getGroup()
106 return Owner->getOption(Info->GroupID); in getGroup()
111 assert(Owner && "Must have a valid owner!"); in getAlias()
112 return Owner->getOption(Info->AliasID); in getAlias()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitReader.cpp82 std::unique_ptr<MemoryBuffer> Owner(unwrap(MemBuf)); in LLVMGetBitcodeModuleInContext() local
84 getOwningLazyBitcodeModule(std::move(Owner), Ctx); in LLVMGetBitcodeModuleInContext()
87 (void)Owner.release(); in LLVMGetBitcodeModuleInContext()
109 std::unique_ptr<MemoryBuffer> Owner(unwrap(MemBuf)); in LLVMGetBitcodeModuleInContext2() local
112 Ctx, getOwningLazyBitcodeModule(std::move(Owner), Ctx)); in LLVMGetBitcodeModuleInContext2()
113 Owner.release(); in LLVMGetBitcodeModuleInContext2()
/third_party/selinux/
DREADME.OpenSource7 "Owner": "jiangxiaofeng8@huawei.com",
16 "Owner": "jiangxiaofeng8@huawei.com",
25 "Owner": "jiangxiaofeng8@huawei.com",
34 "Owner": "jiangxiaofeng8@huawei.com",
/third_party/skia/tests/
DTextureOpTest.cpp52 static GrOp::Owner create_op(GrDirectContext* dContext, SkRect rect, in create_op()
104 GrOp::Owner opA = create_op(dContext, kOpARect, proxyViewA, false); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
105 GrOp::Owner opB = create_op(dContext, kOpBRect, proxyViewB, false); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
117 GrOp::Owner opC = create_op(dContext, kOpCRect, proxyViewC, true); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
118 GrOp::Owner opD = create_op(dContext, kOpDRect, proxyViewA, true); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/third_party/skia/tools/gpu/
DTestOps.h26 GrOp::Owner MakeRect(GrRecordingContext*,
36 GrOp::Owner MakeRect(GrRecordingContext*,
46 GrOp::Owner MakeRect(GrRecordingContext*, GrPaint&&, const SkRect& rect);
DTestOps.cpp87 static GrOp::Owner Make(GrRecordingContext*,
145 GrOp::Owner TestRectOp::Make(GrRecordingContext* context, in Make()
226 GrOp::Owner MakeRect(GrRecordingContext* context, in MakeRect()
234 GrOp::Owner MakeRect(GrRecordingContext* context, in MakeRect()
244 GrOp::Owner MakeRect(GrRecordingContext* context, in MakeRect()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DObjectFile.h58 RelocationRef(DataRefImpl RelocationP, const ObjectFile *Owner);
89 SectionRef(DataRefImpl SectionP, const ObjectFile *Owner);
176 SymbolRef(DataRefImpl SymbolP, const ObjectFile *Owner);
374 inline SymbolRef::SymbolRef(DataRefImpl SymbolP, const ObjectFile *Owner) in SymbolRef() argument
375 : BasicSymbolRef(SymbolP, Owner) {} in SymbolRef()
412 const ObjectFile *Owner) in SectionRef() argument
414 , OwningObject(Owner) {} in SectionRef()
520 const ObjectFile *Owner) in RelocationRef() argument
522 , OwningObject(Owner) {} in RelocationRef()
DSymbolicFile.h122 BasicSymbolRef(DataRefImpl SymbolP, const SymbolicFile *Owner);
180 const SymbolicFile *Owner) in BasicSymbolRef() argument
181 : SymbolPimpl(SymbolP), OwningObject(Owner) {} in BasicSymbolRef()
/third_party/musl/
DREADME.OpenSource7 "Owner" : "jianghan2@huawei.com",
16 "Owner" : "fangting12@huawei.com",
25 "Owner" : "fangting12@huawei.com",
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DSymbolTableListTraitsImpl.h65 ItemParentClass *Owner = getListOwner(); in addNodeToList() local
66 V->setParent(Owner); in addNodeToList()
68 if (ValueSymbolTable *ST = getSymTab(Owner)) in addNodeToList()
DMetadata.cpp153 bool MetadataTracking::track(void *Ref, Metadata &MD, OwnerTy Owner) { in track() argument
155 assert((Owner || *static_cast<Metadata **>(Ref) == &MD) && in track()
158 R->addRef(Ref, Owner); in track()
163 assert(!Owner && "Unexpected callback to owner"); in track()
197 void ReplaceableMetadataImpl::addRef(void *Ref, OwnerTy Owner) { in addRef() argument
199 UseMap.insert(std::make_pair(Ref, std::make_pair(Owner, NextIndex))) in addRef()
248 OwnerTy Owner = Pair.second.first; in replaceAllUsesWith() local
249 if (!Owner) { in replaceAllUsesWith()
260 if (Owner.is<MetadataAsValue *>()) { in replaceAllUsesWith()
261 Owner.get<MetadataAsValue *>()->handleChangedMetadata(MD); in replaceAllUsesWith()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DRDFRegisters.h191 const RegisterAggr *Owner; member
207 assert(Owner == I.Owner);
208 (void)Owner;

12345678910>>...15