Home
last modified time | relevance | path

Searched full:inherited (Results 1 – 25 of 3701) sorted by relevance

12345678910>>...149

/external/snakeyaml/
Dpom.yaml40 inherited: true, version: '3.4'}
46 inherited: true
55 inherited: true
61 inherited: true
72 inherited: true
76 inherited: true
83 inherited: true
88 inherited: true
94 inherited: true
98 inherited: true
[all …]
/external/skia/tools/debugger/
DSkDrawCommand.h127 typedef SkDrawCommand INHERITED; typedef
139 typedef SkDrawCommand INHERITED; typedef
154 typedef SkDrawCommand INHERITED; typedef
167 typedef SkDrawCommand INHERITED; typedef
181 typedef SkDrawCommand INHERITED; typedef
196 typedef SkDrawCommand INHERITED; typedef
208 typedef SkDrawCommand INHERITED; typedef
222 typedef SkDrawCommand INHERITED; typedef
239 typedef SkDrawCommand INHERITED; typedef
256 typedef SkDrawCommand INHERITED; typedef
[all …]
DSkDrawCommand.cpp1055 SkClearCommand::SkClearCommand(SkColor color) : INHERITED(kClear_OpType) { in SkClearCommand()
1064 INHERITED::toJSON(writer, urlDataManager); in toJSON()
1070 : INHERITED(kClipPath_OpType) { in SkClipPathCommand()
1086 INHERITED::toJSON(writer, urlDataManager); in toJSON()
1093 : INHERITED(kClipRegion_OpType) { in SkClipRegionCommand()
1103 INHERITED::toJSON(writer, urlDataManager); in toJSON()
1109 : INHERITED(kClipRect_OpType) { in SkClipRectCommand()
1120 INHERITED::toJSON(writer, urlDataManager); in toJSON()
1130 : INHERITED(kClipRRect_OpType) { in SkClipRRectCommand()
1146 INHERITED::toJSON(writer, urlDataManager); in toJSON()
[all …]
/external/skqp/tools/debugger/
DSkDrawCommand.h127 typedef SkDrawCommand INHERITED; typedef
139 typedef SkDrawCommand INHERITED; typedef
154 typedef SkDrawCommand INHERITED; typedef
167 typedef SkDrawCommand INHERITED; typedef
181 typedef SkDrawCommand INHERITED; typedef
196 typedef SkDrawCommand INHERITED; typedef
208 typedef SkDrawCommand INHERITED; typedef
222 typedef SkDrawCommand INHERITED; typedef
239 typedef SkDrawCommand INHERITED; typedef
256 typedef SkDrawCommand INHERITED; typedef
[all …]
DSkDrawCommand.cpp1054 SkClearCommand::SkClearCommand(SkColor color) : INHERITED(kClear_OpType) { in SkClearCommand()
1063 INHERITED::toJSON(writer, urlDataManager); in toJSON()
1069 : INHERITED(kClipPath_OpType) { in SkClipPathCommand()
1085 INHERITED::toJSON(writer, urlDataManager); in toJSON()
1092 : INHERITED(kClipRegion_OpType) { in SkClipRegionCommand()
1102 INHERITED::toJSON(writer, urlDataManager); in toJSON()
1108 : INHERITED(kClipRect_OpType) { in SkClipRectCommand()
1119 INHERITED::toJSON(writer, urlDataManager); in toJSON()
1129 : INHERITED(kClipRRect_OpType) { in SkClipRRectCommand()
1145 INHERITED::toJSON(writer, urlDataManager); in toJSON()
[all …]
/external/tensorflow/tensorflow/lite/experimental/swift/TensorFlowLite.tulsiproj/Configs/
DTensorFlowLite.tulsigen18 "p" : "$(inherited)"
21 "p" : "$(inherited)"
24 "p" : "$(inherited)"
27 "p" : "$(inherited)"
30 "p" : "$(inherited)"
33 "p" : "$(inherited)"
36 "p" : "$(inherited)"
39 "p" : "$(inherited)"
42 "p" : "$(inherited)"
45 "p" : "$(inherited)"
[all …]
/external/tensorflow/tensorflow/lite/experimental/objc/TensorFlowLite.tulsiproj/Configs/
DTensorFlowLite.tulsigen21 "p" : "$(inherited)"
24 "p" : "$(inherited)"
27 "p" : "$(inherited)"
30 "p" : "$(inherited)"
33 "p" : "$(inherited)"
36 "p" : "$(inherited)"
39 "p" : "$(inherited)"
42 "p" : "$(inherited)"
45 "p" : "$(inherited)"
48 "p" : "$(inherited)"
[all …]
/external/skia/bench/
DMatrix44Bench.cpp40 typedef Benchmark INHERITED; typedef in Matrix44Bench
46 : INHERITED("equals") in EqualsMatrix44Bench()
61 typedef Matrix44Bench INHERITED; typedef in EqualsMatrix44Bench
67 : INHERITED("setidentity") in SetIdentityMatrix44Bench()
84 typedef Matrix44Bench INHERITED; typedef in SetIdentityMatrix44Bench
90 : INHERITED("prescale") in PreScaleMatrix44Bench()
104 typedef Matrix44Bench INHERITED; typedef in PreScaleMatrix44Bench
110 : INHERITED("invert") in InvertMatrix44Bench()
137 typedef Matrix44Bench INHERITED; typedef in InvertMatrix44Bench
143 : INHERITED("invertaffine") in InvertAffineMatrix44Bench()
[all …]
DColorFilterBench.cpp60 typedef Benchmark INHERITED; typedef in ColorFilterBaseBench
66 ColorFilterDimBrightBench(bool small) : INHERITED(small) { } in ColorFilterDimBrightBench()
88 typedef ColorFilterBaseBench INHERITED; typedef in ColorFilterDimBrightBench
94 ColorFilterBrightGrayBench(bool small) : INHERITED(small) { } in ColorFilterBrightGrayBench()
113 typedef ColorFilterBaseBench INHERITED; typedef in ColorFilterBrightGrayBench
119 ColorFilterGrayBrightBench(bool small) : INHERITED(small) { } in ColorFilterGrayBrightBench()
138 typedef ColorFilterBaseBench INHERITED; typedef in ColorFilterGrayBrightBench
144 ColorFilterBlueBrightBench(bool small) : INHERITED(small) { } in ColorFilterBlueBrightBench()
163 typedef ColorFilterBaseBench INHERITED; typedef in ColorFilterBlueBrightBench
169 ColorFilterBrightBlueBench(bool small) : INHERITED(small) { } in ColorFilterBrightBlueBench()
[all …]
DLightingBench.cpp95 typedef Benchmark INHERITED; typedef in LightingBaseBench
100 LightingPointLitDiffuseBench(bool small) : INHERITED(small) { } in LightingPointLitDiffuseBench()
116 typedef LightingBaseBench INHERITED; typedef in LightingPointLitDiffuseBench
121 LightingDistantLitDiffuseBench(bool small) : INHERITED(small) { } in LightingDistantLitDiffuseBench()
137 typedef LightingBaseBench INHERITED; typedef in LightingDistantLitDiffuseBench
142 LightingSpotLitDiffuseBench(bool small) : INHERITED(small) { } in LightingSpotLitDiffuseBench()
161 typedef LightingBaseBench INHERITED; typedef in LightingSpotLitDiffuseBench
166 LightingPointLitSpecularBench(bool small) : INHERITED(small) { } in LightingPointLitSpecularBench()
183 typedef LightingBaseBench INHERITED; typedef in LightingPointLitSpecularBench
188 LightingDistantLitSpecularBench(bool small) : INHERITED(small) { } in LightingDistantLitSpecularBench()
[all …]
DRectBench.cpp105 this->INHERITED::setupPaint(paint); in setupPaint()
111 typedef Benchmark INHERITED; typedef in RectBench
116 SrcModeRectBench() : INHERITED(1, 0) { in SrcModeRectBench()
122 this->INHERITED::setupPaint(paint); in setupPaint()
129 fName.set(this->INHERITED::onGetName()); in onGetName()
138 typedef RectBench INHERITED; typedef in SrcModeRectBench
143 TransparentRectBench() : INHERITED(1, 0) {} in TransparentRectBench()
147 this->INHERITED::setupPaint(paint); in setupPaint()
153 fName.set(this->INHERITED::onGetName()); in onGetName()
160 typedef RectBench INHERITED; typedef in TransparentRectBench
[all …]
DPathBench.cpp71 typedef Benchmark INHERITED; typedef in PathBench
76 TrianglePathBench(Flags flags) : INHERITED(flags) {} in TrianglePathBench()
91 typedef PathBench INHERITED; typedef in TrianglePathBench
96 RectPathBench(Flags flags) : INHERITED(flags) {} in RectPathBench()
106 typedef PathBench INHERITED; typedef in RectPathBench
111 RotatedRectBench(Flags flags, bool aa, int degrees) : INHERITED(flags) { in RotatedRectBench()
135 typedef PathBench INHERITED; typedef in RotatedRectBench
142 OvalPathBench(Flags flags) : INHERITED(flags) {} in OvalPathBench()
152 typedef PathBench INHERITED; typedef in OvalPathBench
157 CirclePathBench(Flags flags) : INHERITED(flags) {} in CirclePathBench()
[all …]
DInterpBench.cpp54 typedef Benchmark INHERITED; typedef in InterpBench
59 Fixed16D16Interp() : INHERITED("16.16") {} in Fixed16D16Interp()
73 typedef InterpBench INHERITED; typedef in Fixed16D16Interp
78 Fixed32D32Interp() : INHERITED("32.32") {} in Fixed32D32Interp()
104 typedef InterpBench INHERITED; typedef in Fixed32D32Interp
109 Fixed16D48Interp() : INHERITED("16.48") {} in Fixed16D48Interp()
124 typedef InterpBench INHERITED; typedef in Fixed16D48Interp
129 FloatInterp() : INHERITED("float") {} in FloatInterp()
142 typedef InterpBench INHERITED; typedef in FloatInterp
147 DoubleInterp() : INHERITED("double") {} in DoubleInterp()
[all …]
/external/skqp/bench/
DMatrix44Bench.cpp40 typedef Benchmark INHERITED; typedef in Matrix44Bench
46 : INHERITED("equals") in EqualsMatrix44Bench()
61 typedef Matrix44Bench INHERITED; typedef in EqualsMatrix44Bench
67 : INHERITED("setidentity") in SetIdentityMatrix44Bench()
84 typedef Matrix44Bench INHERITED; typedef in SetIdentityMatrix44Bench
90 : INHERITED("prescale") in PreScaleMatrix44Bench()
104 typedef Matrix44Bench INHERITED; typedef in PreScaleMatrix44Bench
110 : INHERITED("invert") in InvertMatrix44Bench()
137 typedef Matrix44Bench INHERITED; typedef in InvertMatrix44Bench
143 : INHERITED("invertaffine") in InvertAffineMatrix44Bench()
[all …]
DColorFilterBench.cpp60 typedef Benchmark INHERITED; typedef in ColorFilterBaseBench
66 ColorFilterDimBrightBench(bool small) : INHERITED(small) { } in ColorFilterDimBrightBench()
88 typedef ColorFilterBaseBench INHERITED; typedef in ColorFilterDimBrightBench
94 ColorFilterBrightGrayBench(bool small) : INHERITED(small) { } in ColorFilterBrightGrayBench()
113 typedef ColorFilterBaseBench INHERITED; typedef in ColorFilterBrightGrayBench
119 ColorFilterGrayBrightBench(bool small) : INHERITED(small) { } in ColorFilterGrayBrightBench()
138 typedef ColorFilterBaseBench INHERITED; typedef in ColorFilterGrayBrightBench
144 ColorFilterBlueBrightBench(bool small) : INHERITED(small) { } in ColorFilterBlueBrightBench()
163 typedef ColorFilterBaseBench INHERITED; typedef in ColorFilterBlueBrightBench
169 ColorFilterBrightBlueBench(bool small) : INHERITED(small) { } in ColorFilterBrightBlueBench()
[all …]
DLightingBench.cpp95 typedef Benchmark INHERITED; typedef in LightingBaseBench
100 LightingPointLitDiffuseBench(bool small) : INHERITED(small) { } in LightingPointLitDiffuseBench()
116 typedef LightingBaseBench INHERITED; typedef in LightingPointLitDiffuseBench
121 LightingDistantLitDiffuseBench(bool small) : INHERITED(small) { } in LightingDistantLitDiffuseBench()
137 typedef LightingBaseBench INHERITED; typedef in LightingDistantLitDiffuseBench
142 LightingSpotLitDiffuseBench(bool small) : INHERITED(small) { } in LightingSpotLitDiffuseBench()
161 typedef LightingBaseBench INHERITED; typedef in LightingSpotLitDiffuseBench
166 LightingPointLitSpecularBench(bool small) : INHERITED(small) { } in LightingPointLitSpecularBench()
183 typedef LightingBaseBench INHERITED; typedef in LightingPointLitSpecularBench
188 LightingDistantLitSpecularBench(bool small) : INHERITED(small) { } in LightingDistantLitSpecularBench()
[all …]
DRectBench.cpp105 this->INHERITED::setupPaint(paint); in setupPaint()
111 typedef Benchmark INHERITED; typedef in RectBench
116 SrcModeRectBench() : INHERITED(1, 0) { in SrcModeRectBench()
122 this->INHERITED::setupPaint(paint); in setupPaint()
129 fName.set(this->INHERITED::onGetName()); in onGetName()
138 typedef RectBench INHERITED; typedef in SrcModeRectBench
143 TransparentRectBench() : INHERITED(1, 0) {} in TransparentRectBench()
147 this->INHERITED::setupPaint(paint); in setupPaint()
153 fName.set(this->INHERITED::onGetName()); in onGetName()
160 typedef RectBench INHERITED; typedef in TransparentRectBench
[all …]
DPathBench.cpp71 typedef Benchmark INHERITED; typedef in PathBench
76 TrianglePathBench(Flags flags) : INHERITED(flags) {} in TrianglePathBench()
91 typedef PathBench INHERITED; typedef in TrianglePathBench
96 RectPathBench(Flags flags) : INHERITED(flags) {} in RectPathBench()
106 typedef PathBench INHERITED; typedef in RectPathBench
111 RotatedRectBench(Flags flags, bool aa, int degrees) : INHERITED(flags) { in RotatedRectBench()
135 typedef PathBench INHERITED; typedef in RotatedRectBench
142 OvalPathBench(Flags flags) : INHERITED(flags) {} in OvalPathBench()
152 typedef PathBench INHERITED; typedef in OvalPathBench
157 CirclePathBench(Flags flags) : INHERITED(flags) {} in CirclePathBench()
[all …]
DInterpBench.cpp54 typedef Benchmark INHERITED; typedef in InterpBench
59 Fixed16D16Interp() : INHERITED("16.16") {} in Fixed16D16Interp()
73 typedef InterpBench INHERITED; typedef in Fixed16D16Interp
78 Fixed32D32Interp() : INHERITED("32.32") {} in Fixed32D32Interp()
104 typedef InterpBench INHERITED; typedef in Fixed32D32Interp
109 Fixed16D48Interp() : INHERITED("16.48") {} in Fixed16D48Interp()
124 typedef InterpBench INHERITED; typedef in Fixed16D48Interp
129 FloatInterp() : INHERITED("float") {} in FloatInterp()
142 typedef InterpBench INHERITED; typedef in FloatInterp
147 DoubleInterp() : INHERITED("double") {} in DoubleInterp()
[all …]
/external/doclava/src/com/google/doclava/
DTagInfo.java89 makeHDF(data, base, tags.tags(), tags.inherited(), 0, 0); in makeHDF()
92 private static int makeHDF(Data data, String base, TagInfo[] tags, InheritedTags inherited, in makeHDF() argument
96 if (len == 0 && inherited != null) { in makeHDF()
97 j = makeHDF(data, base, inherited.tags(), inherited.inherited(), j, depth + 1); in makeHDF()
101 if (inherited != null && t.name().equals("@inheritDoc")) { in makeHDF()
102 j = makeHDF(data, base, inherited.tags(), inherited.inherited(), j, depth + 1); in makeHDF()
106 "@inheritDoc on class/method that is not inherited"); in makeHDF()
/external/python/cpython3/Doc/c-api/
Dtypeobj.rst54 These fields are not inherited by subtypes.
65 This field is not inherited by subtypes.
86 This field is inherited by subtypes.
94 This field is not inherited by subtypes.
122 This field is not inherited by subtypes.
154 These fields are inherited separately by subtypes. If the base type has a
188 This field is inherited by subtypes.
206 … This field is inherited by subtypes together with :c:member:`~PyTypeObject.tp_getattro`: a subtype
222 … This field is inherited by subtypes together with :c:member:`~PyTypeObject.tp_setattro`: a subtype
255 This field is inherited by subtypes.
[all …]
/external/python/cpython2/Doc/c-api/
Dtypeobj.rst54 These fields are not inherited by subtypes.
65 This field is not inherited by subtypes.
91 In Python 2.2, this field is not inherited by subtypes. In 2.2.1, and in 2.3
92 and beyond, it is inherited by subtypes.
100 This field is not inherited by subtypes.
128 This field is not inherited by subtypes.
161 These fields are inherited separately by subtypes. If the base type has a
195 This field is inherited by subtypes.
224 This field is inherited by subtypes.
237 … This field is inherited by subtypes together with :c:member:`~PyTypeObject.tp_getattro`: a subtype
[all …]
/external/skia/src/utils/
DSkLuaCanvas.cpp21 AutoCallLua(lua_State* L, const char func[], const char verb[]) : INHERITED(L) { in AutoCallLua()
43 typedef SkLua INHERITED; typedef in AutoCallLua
77 : INHERITED(width, height) in SkLuaCanvas()
86 this->INHERITED::willSave(); in willSave()
98 (void)this->INHERITED::getSaveLayerStrategy(rec); in getSaveLayerStrategy()
110 this->INHERITED::willRestore(); in willRestore()
136 this->INHERITED::didConcat(matrix); in didConcat()
140 this->INHERITED::didSetMatrix(matrix); in didSetMatrix()
147 this->INHERITED::onClipRect(r, op, edgeStyle); in onClipRect()
154 this->INHERITED::onClipRRect(rrect, op, edgeStyle); in onClipRRect()
[all …]
/external/skqp/src/utils/
DSkLuaCanvas.cpp21 AutoCallLua(lua_State* L, const char func[], const char verb[]) : INHERITED(L) { in AutoCallLua()
43 typedef SkLua INHERITED; typedef in AutoCallLua
77 : INHERITED(width, height) in SkLuaCanvas()
86 this->INHERITED::willSave(); in willSave()
98 (void)this->INHERITED::getSaveLayerStrategy(rec); in getSaveLayerStrategy()
110 this->INHERITED::willRestore(); in willRestore()
136 this->INHERITED::didConcat(matrix); in didConcat()
140 this->INHERITED::didSetMatrix(matrix); in didSetMatrix()
147 this->INHERITED::onClipRect(r, op, edgeStyle); in onClipRect()
154 this->INHERITED::onClipRRect(rrect, op, edgeStyle); in onClipRRect()
[all …]
/external/skqp/include/private/
DGrResourceKey.h188 typedef GrResourceKey INHERITED; typedef
203 using INHERITED::reset;
205 using INHERITED::isValid;
210 this->INHERITED::operator=(that);
214 bool operator==(const GrScratchKey& that) const { return this->INHERITED::operator==(that); }
217 class Builder : public INHERITED::Builder {
220 : INHERITED::Builder(key, type, data32Count) {} in Builder()
240 typedef GrResourceKey INHERITED; typedef
253 using INHERITED::reset;
255 using INHERITED::isValid;
[all …]

12345678910>>...149