Home
last modified time | relevance | path

Searched refs:inherited (Results 1 – 25 of 522) sorted by relevance

12345678910>>...21

/external/fonttools/Doc/source/ttLib/
Dtables.rst104 :inherited-members:
112 :inherited-members:
120 :inherited-members:
128 :inherited-members:
136 :inherited-members:
144 :inherited-members:
152 :inherited-members:
160 :inherited-members:
168 :inherited-members:
176 :inherited-members:
[all …]
/external/tensorflow/tensorflow/lite/swift/TensorFlowLite.tulsiproj/Configs/
DTensorFlowLite.tulsigen12 "p" : "$(inherited)"
15 "p" : "$(inherited)"
18 "p" : "$(inherited)"
21 "p" : "$(inherited)"
24 "p" : "$(inherited)"
27 "p" : "$(inherited)"
33 "p" : "$(inherited)"
36 "p" : "$(inherited)"
39 "p" : "$(inherited)"
42 "p" : "$(inherited)"
[all …]
/external/tensorflow/tensorflow/lite/objc/TensorFlowLite.tulsiproj/Configs/
DTensorFlowLite.tulsigen24 "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)"
51 "p" : "$(inherited)"
[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()
/external/fonttools/Doc/source/
DvoltLib.rst6 :inherited-members:
14 :inherited-members:
22 :inherited-members:
30 :inherited-members:
38 :inherited-members:
/external/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/
DPseudoLocalesTest.java34 CldrPath inherited = in testExpansion() local
43 .addLocaleData("en_001", value(inherited, "UTC")) in testExpansion()
62 value(inherited, "[ÛŢÇ one]")); in testExpansion()
75 CldrPath inherited = in testBidi() local
82 .addLocaleData("en_001", value(inherited, "UTC")) in testBidi()
100 value(inherited, "\u061C\u202EUTC\u202C\u061C")); in testBidi()
/external/grpc-grpc/src/objective-c/tests/Tests.xcodeproj/
Dproject.pbxproj1484 "$(inherited)",
1520 "$(inherited)",
1524 "$(inherited)",
1528 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
1541 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
1554 "$(inherited)",
1556 "$(inherited)",
1562 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
1575 "$(inherited)",
1577 "$(inherited)",
[all …]
/external/ImageMagick/PerlMagick/
DMakefile.nt137 my $inherited = shift->SUPER::test(@_);
167 $inherited =~ s:^TEST_FILES =.*:TEST_FILES = ${delegate_tests}:m;
168 $inherited;
/external/llvm-project/clang/test/SemaObjC/
Dproperty-inherited.m29 …{property type 'id<FooDelegate>' is incompatible with type 'id<BarDelegate>' inherited from 'Foo'}}
45 …rning{{property type 'NSData *' is incompatible with type 'NSMutableData *' inherited from 'Base'}}
68 …ected-warning {{property type 'char' is incompatible with type 'void *' inherited from 'MKAnnotati…
69 …// expected-warning {{property type 'char' is incompatible with type 'void *' inherited from 'P2'}}
70 …xpected-warning {{property type 'char' is incompatible with type 'void *' inherited from 'Parent'}}
Dprotocol-implementation-inherited.m11 // Interface conforms to inherited protocol
20 // protocol is inherited, and extended methods are implemented.
34 // alternate inherited protocol.
Dproperty-3.m12 …adwrite' of property inherited from 'I'}} expected-warning {{'copy' attribute on property 'd1' doe…
32 …ribute on property 'allowNonatomicProperty' does not match the property inherited from 'EKProtocol…
/external/clang/test/SemaObjC/
Dproperty-inherited.m29 …{property type 'id<FooDelegate>' is incompatible with type 'id<BarDelegate>' inherited from 'Foo'}}
45 …rning{{property type 'NSData *' is incompatible with type 'NSMutableData *' inherited from 'Base'}}
68 …ected-warning {{property type 'char' is incompatible with type 'void *' inherited from 'MKAnnotati…
69 …// expected-warning {{property type 'char' is incompatible with type 'void *' inherited from 'P2'}}
70 …xpected-warning {{property type 'char' is incompatible with type 'void *' inherited from 'Parent'}}
Dprotocol-implementation-inherited.m11 // Interface conforms to inherited protocol
20 // protocol is inherited, and extended methods are implemented.
34 // alternate inherited protocol.
Dproperty-3.m12 …adwrite' of property inherited from 'I'}} expected-warning {{'copy' attribute on property 'd1' doe…
32 …ribute on property 'allowNonatomicProperty' does not match the property inherited from 'EKProtocol…
Dproperty-category-3.m15 …X; // expected-warning {{property type 'float' is incompatible with type 'int' inherited from 'P'}}
19 …ected-warning {{'copy' attribute on property 'ID' does not match the property inherited from 'P1'}}
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_decorations.cpp163 const LayoutConstraints& inherited, in getBaseAlignment() argument
179 componentId, roundUp, inherited, constraints, vstate); in getBaseAlignment()
186 if (inherited.majorness == kColumnMajor) { in getBaseAlignment()
187 baseAlignment = getBaseAlignment(column_type, roundUp, inherited, in getBaseAlignment()
196 component_id, roundUp, inherited, constraints, vstate); in getBaseAlignment()
204 getBaseAlignment(words[2], roundUp, inherited, constraints, vstate); in getBaseAlignment()
272 uint32_t getSize(uint32_t member_id, const LayoutConstraints& inherited, in getSize() argument
284 getSize(componentId, inherited, constraints, vstate); in getSize()
295 getSize(elem_type, inherited, constraints, vstate); in getSize()
306 if (inherited.majorness == kColumnMajor) { in getSize()
[all …]
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_decorations.cpp163 const LayoutConstraints& inherited, in getBaseAlignment() argument
179 componentId, roundUp, inherited, constraints, vstate); in getBaseAlignment()
186 if (inherited.majorness == kColumnMajor) { in getBaseAlignment()
187 baseAlignment = getBaseAlignment(column_type, roundUp, inherited, in getBaseAlignment()
196 component_id, roundUp, inherited, constraints, vstate); in getBaseAlignment()
204 getBaseAlignment(words[2], roundUp, inherited, constraints, vstate); in getBaseAlignment()
272 uint32_t getSize(uint32_t member_id, const LayoutConstraints& inherited, in getSize() argument
284 getSize(componentId, inherited, constraints, vstate); in getSize()
295 getSize(elem_type, inherited, constraints, vstate); in getSize()
306 if (inherited.majorness == kColumnMajor) { in getSize()
[all …]
/external/libabigail/tests/data/test-diff-filter/
Dtest29-finer-redundancy-marking-v0.cc9 struct inherited : public base struct
23 foo(inherited*) in foo() argument
Dtest29-finer-redundancy-marking-v1.cc10 struct inherited : public base struct
24 foo(inherited*) in foo() argument
/external/python/cpython3/Doc/c-api/
Dtypeobj.rst176 X - type slot is inherited via *PyType_Ready* if defined with a *NULL* value
177 % - the slots of the sub-struct are inherited individually
178 G - inherited, but only in combination with other slots; see the slot's description
181 Note that some slots are effectively inherited through the normal
497 These fields are not inherited by subtypes.
510 This field is not inherited by subtypes.
533 This field is inherited by subtypes.
546 This field is not inherited by subtypes.
588 This field is not inherited by subtypes.
631 These fields are inherited separately by subtypes. If the base type has a
[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/llvm-project/clang/lib/Sema/
DSemaTemplateVariadic.cpp34 inherited; typedef in __anonfe876ce40111::CollectUnexpandedParameterPacksVisitor
108 return inherited::TraverseTemplateName(Template); in TraverseTemplateName()
136 return inherited::TraverseStmt(S); in TraverseStmt()
145 return inherited::TraverseType(T); in TraverseType()
156 return inherited::TraverseTypeLoc(TL); in TraverseTypeLoc()
169 return inherited::TraverseDecl(D); in TraverseDecl()
177 return inherited::TraverseAttr(A); in TraverseAttr()
194 return inherited::TraverseUnresolvedUsingValueDecl(D); in TraverseUnresolvedUsingValueDecl()
202 return inherited::TraverseUnresolvedUsingTypenameDecl(D); in TraverseUnresolvedUsingTypenameDecl()
210 return inherited::TraverseTemplateArgument(Arg); in TraverseTemplateArgument()
[all …]
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
Dexample-tuple.cpp61 typedef tuple<Tail...> inherited; typedef in tuple
70 : m_head(v), inherited(vtail...) { } in tuple()
74 : m_head(other.head()), inherited(other.tail()) { } in tuple()
85 inherited& tail() { return *this; } in tail()
86 const inherited& tail() const { return *this; } in tail()
/external/llvm-project/clang/test/CXX/temp/temp.decls/temp.variadic/
Dexample-tuple.cpp61 typedef tuple<Tail...> inherited; typedef in tuple
70 : m_head(v), inherited(vtail...) { } in tuple()
74 : m_head(other.head()), inherited(other.tail()) { } in tuple()
85 inherited& tail() { return *this; } in tail()
86 const inherited& tail() const { return *this; } in tail()
/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/
DInvokableTypeImpl.java225 List<ReferenceType> inherited = new ArrayList<>(); in inheritedTypes() local
227 inherited.add(0, superclass()); /* insert at front */ in inheritedTypes()
230 inherited.add(rt); in inheritedTypes()
232 return inherited; in inheritedTypes()

12345678910>>...21