Home
last modified time | relevance | path

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

12345678910>>...14

/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/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/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/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/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()
267 uint32_t getSize(uint32_t member_id, const LayoutConstraints& inherited, in getSize() argument
279 getSize(componentId, inherited, constraints, vstate); in getSize()
290 getSize(elem_type, inherited, constraints, vstate); in getSize()
301 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/ImageMagick/PerlMagick/
DMakefile.nt137 my $inherited = shift->SUPER::test(@_);
167 $inherited =~ s:^TEST_FILES =.*:TEST_FILES = ${delegate_tests}:m;
168 $inherited;
/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/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/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()
Dexample-bind.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()
/external/protobuf/src/google/protobuf/
Dapi.proto120 // and options are inherited as follows:
123 // string of the redeclared method is empty, it will be inherited
128 // inherited.
130 // - If an http annotation is inherited, the path pattern will be
178 // relative path under which inherited HTTP paths are placed. Example:
186 // This implies the following inherited HTTP annotation:
199 // If non-empty specifies a path under which inherited HTTP paths
/external/grpc-grpc/src/objective-c/tests/
DPodfile95 'HEADER_SEARCH_PATHS' => '"$(inherited)" "$(GRPC_SRC_ROOT)/include"',
121 … config.build_settings['GCC_PREPROCESSOR_DEFINITIONS'] = '$(inherited) COCOAPODS=1 GRPC_CFSTREAM=1'
123 …config.build_settings['GCC_PREPROCESSOR_DEFINITIONS'] = '$(inherited) COCOAPODS=1 GRPC_CRONET_WITH…
135 …config.build_settings['GCC_PREPROCESSOR_DEFINITIONS'] = '$(inherited) COCOAPODS=1 GRPC_COMPILE_WIT…
137 …config.build_settings['GCC_PREPROCESSOR_DEFINITIONS'] = '$(inherited) COCOAPODS=1 GRPC_TEST_OBJC=1'
/external/google-breakpad/src/tools/mac/dump_syms/dump_syms.xcodeproj/
Dproject.pbxproj1244 $inherited,
1258 $inherited,
1272 $inherited,
1279 "$(inherited)",
1291 $inherited,
1298 "$(inherited)",
1325 $inherited,
1340 $inherited,
1354 $inherited,
1368 $inherited,
[all …]
/external/cldr/tools/java/org/unicode/cldr/tool/
DGenerateCoverageLevels.java75 actual, inherited enumConstant
107 … Inheritance inherited = !source.equals(locale) ? Inheritance.inherited : Inheritance.actual; in showEnglish() local
112 items.add(Row.of(level, path, inherited)); in showEnglish()
177 Inheritance inherited = null; in add() local
182 inherited = next.get2(); in add()
198 lastInheritance = inherited; in add()
560 Inheritance inherited = !source.equals(locale) || skipUnconfirmed(path) in getMainData() local
561 ? Inheritance.inherited in getMainData()
566 if (inherited == Inheritance.actual) { in getMainData()
/external/capstone/xcode/Capstone.xcodeproj/
Dproject.pbxproj1516 "$(inherited)",
1526 "$(inherited)",
1567 "$(inherited)",
1602 "$(inherited)",
1612 "$(inherited)",
1653 "$(inherited)",
1688 "$(inherited)",
1698 "$(inherited)",
1739 "$(inherited)",
1774 "$(inherited)",
[all …]
/external/clang/lib/Sema/
DSemaTemplateVariadic.cpp35 inherited; typedef in __anon2c7db49f0111::CollectUnexpandedParameterPacksVisitor
88 return inherited::TraverseTemplateName(Template); in TraverseTemplateName()
116 return inherited::TraverseStmt(S); in TraverseStmt()
125 return inherited::TraverseType(T); in TraverseType()
136 return inherited::TraverseTypeLoc(TL); in TraverseTypeLoc()
145 return inherited::TraverseDecl(D); in TraverseDecl()
155 return inherited::TraverseTemplateArgument(Arg); in TraverseTemplateArgument()
163 return inherited::TraverseTemplateArgumentLoc(ArgLoc); in TraverseTemplateArgumentLoc()
192 inherited::TraverseLambdaExpr(Lambda); in TraverseLambdaExpr()
/external/tensorflow/tensorflow/lite/examples/ios/simple/simple.xcodeproj/
Dproject.pbxproj283 "$(inherited)",
350 "$(inherited)",
354 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
356 OTHER_LDFLAGS = "$(inherited)";
376 "$(inherited)",
380 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
383 OTHER_LDFLAGS = "$(inherited)";
/external/tensorflow/tensorflow/examples/ios/simple/tf_simple_example.xcodeproj/
Dproject.pbxproj279 "$(inherited)",
344 HEADER_SEARCH_PATHS = "$(inherited)";
347 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
350 OTHER_LDFLAGS = "$(inherited)";
366 HEADER_SEARCH_PATHS = "$(inherited)";
369 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
373 OTHER_LDFLAGS = "$(inherited)";
/external/tensorflow/tensorflow/examples/ios/benchmark/tf_benchmark_example.xcodeproj/
Dproject.pbxproj249 HEADER_SEARCH_PATHS = "$(inherited)";
252 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
254 OTHER_LDFLAGS = "$(inherited)";
266 HEADER_SEARCH_PATHS = "$(inherited)";
269 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
272 OTHER_LDFLAGS = "$(inherited)";
308 "$(inherited)",

12345678910>>...14