Home
last modified time | relevance | path

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

1234567

/external/doclava/src/com/google/doclava/
DTagInfo.java75 makeHDF(data, base, tags.tags(), tags.inherited(), 0, 0); in makeHDF()
78 private static int makeHDF(Data data, String base, TagInfo[] tags, InheritedTags inherited, in makeHDF() argument
82 if (len == 0 && inherited != null) { in makeHDF()
83 j = makeHDF(data, base, inherited.tags(), inherited.inherited(), j, depth + 1); in makeHDF()
87 if (inherited != null && t.name().equals("@inheritDoc")) { in makeHDF()
88 j = makeHDF(data, base, inherited.tags(), inherited.inherited(), j, depth + 1); in makeHDF()
DInheritedTags.java22 InheritedTags inherited(); in inherited() method
/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'}}
Dproperty-atomic-redecl.m42 …{{'atomic' attribute on property 'property' does not match the property inherited from 'AtomicInhe…
55 …g{{atomic' attribute on property 'property' does not match the property inherited from 'AtomicInhe…
Dproperty-ownership-attr.m17 …xpected-warning {{'copy' attribute on property 'z' does not match the property inherited from 'P'}}
Dproperty-4.m27 …copy' attribute on property 'MayCauseError' does not match the property inherited from 'ProtocolOb…
Dsuper-dealloc-attribute.m29 - (void) AnnotMyDeallocMeth; // Annotated in root but not here. Annotation is inherited though
60 - (void) AnnotMyDeallocMethCAT; // Annotated in root but not here. Annotation is inherited though
Dproperty-and-ivar-use.m3 // Do not issue error if 'ivar' used previously belongs to the inherited class
/external/v8/test/mjsunit/
Darray-pop.js77 var inherited = Array.prototype.hasOwnProperty(j);
81 assertEquals(inherited, Array.prototype.hasOwnProperty(j),
103 var inherited = array_proto.hasOwnProperty(j);
107 assertEquals(inherited, array_proto.hasOwnProperty(j),
/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/skia/experimental/GLFWTest/GLFWTest.xcodeproj/
Dproject.pbxproj258 "$(inherited)",
272 "$(inherited)",
317 "$(inherited)",
336 "$(inherited)",
341 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
343 "$(inherited)",
362 "$(inherited)",
371 "$(inherited)",
376 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
378 "$(inherited)",
/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/clang/lib/Sema/
DSemaTemplateVariadic.cpp35 inherited; typedef in __anona042009b0111::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/clang/test/CodeGenObjC/
Ddefault-property-synthesis.m30 …ted-warning {{property 'P2' 'copy' attribute does not match the property inherited from 'Super'}} \
31 …ted-warning {{property 'P2' 'atomic' attribute does not match the property inherited from 'Super'}}
/external/clang/test/Index/
Dannotate-nested-name-specifier.cpp134 typedef X8 inherited; typedef
136 inherited::f(); in f()
/external/chromium-trace/catapult/third_party/gsutil/third_party/rsa/doc/
Dreference.rst26 :inherited-members:
30 :inherited-members:
/external/llvm/utils/lit/tests/Inputs/discovery/subdir/
Dlit.local.cfg3 # Check that the arbitrary config values in our parent was inherited.
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
Dt052importM1.g7 B : 'b' ; // defines B from inherited token space
Dt052importM2.g7 B : 'b' ; // defines B from inherited token space
/external/eigen/doc/
DB01_Experimental.dox39 \li Matrix : full API stability (except for experimental stuff inherited from MatrixBase)
40 \li Map : full API stability (except for experimental stuff inherited from MatrixBase)
/external/skia/src/animator/
DSkMemberInfo.cpp487 const SkMemberInfo* inherited = (SkMemberInfo*) info->fName; in Find() local
488 const SkMemberInfo* result = SkMemberInfo::Find(inherited, info->fCount, index); in Find()
508 const SkMemberInfo* inherited = (SkMemberInfo*) info->fName; in Find() local
509 const SkMemberInfo* result = SkMemberInfo::Find(inherited, info->fCount, matchPtr); in Find()

1234567