/third_party/elfutils/tests/ |
D | run-readelf-n.sh | 36 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 …]
|
D | run-pt_gnu_prop-tests.sh | 66 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
|
D | run-readelf-A.sh | 45 Owner Size 70 Owner Size 80 Owner Size 90 Owner Size
|
/third_party/skia/src/gpu/ops/ |
D | OpsTask.h | 76 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 …]
|
D | GrOvalOpFactory.h | 30 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*,
|
D | GrOp.h | 72 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};
|
D | FillRectOp.h | 39 static GrOp::Owner Make(GrRecordingContext*, 49 static GrOp::Owner MakeNonAARect(GrRecordingContext*, 74 static GrOp::Owner MakeOp(GrRecordingContext*,
|
D | GrSimpleMeshDrawOpHelper.h | 37 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()
|
D | StrokeRectOp.h | 28 GrOp::Owner Make(GrRecordingContext*, 38 GrOp::Owner MakeNested(GrRecordingContext*,
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceStringPool.h | 83 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/flutter/ |
D | README.OpenSource | 7 "Owner": "sunbingxin@huawei.com", 16 "Owner": "sunbingxin@huawei.com", 25 "Owner": "sunbingxin@huawei.com", 34 "Owner": "sunbingxin@huawei.com", 43 "Owner": "sunbingxin@huawei.com", 52 "Owner": "sunbingxin@huawei.com", 61 "Owner": "sunbingxin@huawei.com", 70 "Owner": "sunbingxin@huawei.com", 79 "Owner": "sunbingxin@huawei.com", 88 "Owner": "sunbingxin@huawei.com", [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Option/ |
D | Option.h | 78 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/Support/ |
D | LockFileManager.cpp | 68 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/lib/Bitcode/Reader/ |
D | BitReader.cpp | 82 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/gstreamer/ |
D | README.OpenSource | 6 "Owner": "taojun13@huawei.com", 15 "Owner": "taojun13@huawei.com", 24 "Owner": "taojun13@huawei.com", 33 "Owner": "taojun13@huawei.com", 42 "Owner": "taojun13@huawei.com",
|
/third_party/selinux/ |
D | README.OpenSource | 7 "Owner": "jiangxiaofeng8@huawei.com", 16 "Owner": "jiangxiaofeng8@huawei.com", 25 "Owner": "jiangxiaofeng8@huawei.com", 34 "Owner": "jiangxiaofeng8@huawei.com",
|
/third_party/skia/tools/gpu/ |
D | TestOps.h | 26 GrOp::Owner MakeRect(GrRecordingContext*, 36 GrOp::Owner MakeRect(GrRecordingContext*, 46 GrOp::Owner MakeRect(GrRecordingContext*, GrPaint&&, const SkRect& rect);
|
D | TestOps.cpp | 87 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/tests/ |
D | TextureOpTest.cpp | 52 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/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
D | ObjectFile.h | 58 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()
|
/third_party/libxml2/result/ |
D | dav5.sax | 33 SAX.startElement(Z:Copyright-Owner) 34 SAX.endElement(Z:Copyright-Owner) 49 SAX.characters( Copyright Owner can not be de, 47)
|
D | dav5.rdr | 30 3 1 Z:Copyright-Owner 1 0 45 2 3 #text 0 1 Copyright Owner can not be deleted or
|
D | dav5.rde | 30 3 1 Z:Copyright-Owner 1 0 45 2 3 #text 0 1 Copyright Owner can not be deleted or
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | SymbolTableListTraitsImpl.h | 65 ItemParentClass *Owner = getListOwner(); in addNodeToList() local 66 V->setParent(Owner); in addNodeToList() 68 if (ValueSymbolTable *ST = getSymTab(Owner)) in addNodeToList()
|
/third_party/libxml2/win32/wince/ |
D | libxml2.vcw | 6 Project: "libxml2"=.\libxml2.vcp - Package Owner=<4> 18 Project: "ppcTest"=.\ppcTest\ppcTest.vcp - Package Owner=<4>
|