Searched defs:inherited (Results 1 - 18 of 18) sorted by relevance

/external/doclava/src/com/google/doclava/
H A DInheritedTags.java22 InheritedTags inherited(); method in interface:InheritedTags
H A DTagInfo.java65 makeHDF(data, base, tags.tags(), tags.inherited(), 0, 0);
68 private static int makeHDF(Data data, String base, TagInfo[] tags, InheritedTags inherited, argument
72 if (len == 0 && inherited != null) {
73 j = makeHDF(data, base, inherited.tags(), inherited.inherited(), j, depth + 1);
77 if (inherited != null && t.name().equals("@inheritDoc")) {
78 j = makeHDF(data, base, inherited.tags(), inherited.inherited(),
[all...]
H A DMethodInfo.java36 public InheritedTags inherited() { method in class:MethodInfo.InlineTags
181 public InheritedTags inherited() { method in class:MethodInfo.FirstSentenceTags
196 public InheritedTags inherited() { method in class:MethodInfo.ReturnTags
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
H A Dfunctional.rb157 def self.inherited( klass ) singleton method in class:ANTLR3.Test.Functional
/external/clang/test/Index/
H A Dannotate-nested-name-specifier.cpp134 typedef X8 inherited; typedef in struct:X9
136 inherited::f();
464 // CHECK: Identifier: "inherited" [136:5 - 136:14] TypeRef=inherited:134:14
/external/skia/src/animator/
H A DSkDisplayType.cpp551 const SkMemberInfo* inherited = info->getInherited(); local
555 if (match == inherited)
H A DSkDisplayXMLParser.cpp276 const SkMemberInfo* inherited = info->getInherited(); local
277 const SkMemberInfo* result = searchContainer(inherited, info->fCount);
H A DSkMemberInfo.cpp487 const SkMemberInfo* inherited = (SkMemberInfo*) info->fName; local
488 const SkMemberInfo* result = SkMemberInfo::Find(inherited, info->fCount, index);
508 const SkMemberInfo* inherited = (SkMemberInfo*) info->fName; local
509 const SkMemberInfo* result = SkMemberInfo::Find(inherited, info->fCount, matchPtr);
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dexample-tuple.cpp60 typedef tuple<Tail...> inherited; typedef in class:tuple
69 : m_head(v), inherited(vtail...) { }
73 : m_head(other.head()), inherited(other.tail()) { }
84 inherited& tail() { return *this; }
85 const inherited& tail() const { return *this; }
H A Dexample-bind.cpp60 typedef tuple<Tail...> inherited; typedef in class:tuple
69 : m_head(v), inherited(vtail...) { }
73 : m_head(other.head()), inherited(other.tail()) { }
84 inherited& tail() { return *this; }
85 const inherited& tail() const { return *this; }
/external/clang/lib/Sema/
H A DSemaTemplateVariadic.cpp33 inherited; typedef in class:__anon3343::CollectUnexpandedParameterPacksVisitor
84 return inherited::TraverseTemplateName(Template);
112 return inherited::TraverseStmt(E);
121 return inherited::TraverseType(T);
131 return inherited::TraverseTypeLoc(TL);
140 return inherited::TraverseDecl(D);
150 return inherited::TraverseTemplateArgument(Arg);
158 return inherited::TraverseTemplateArgumentLoc(ArgLoc);
H A DSemaTemplateInstantiate.cpp690 typedef TreeTransform<TemplateInstantiator> inherited; typedef in class:__anon3341::TemplateInstantiator
696 : inherited(SemaRef), TemplateArgs(TemplateArgs), Loc(Loc),
964 VarDecl *Var = inherited::RebuildExceptionDecl(ExceptionDecl, Declarator,
974 VarDecl *Var = inherited::RebuildObjCExceptionDecl(ExceptionDecl, TSInfo, T);
1073 return inherited::TransformTemplateName(SS, Name, NameLoc, ObjectType,
1248 return inherited::TransformFunctionProtoType(TLB, TL);
1257 return inherited::TransformFunctionProtoType(TLB, TL, ThisContext,
2444 // including members inherited from base classes) that has not
H A DSemaTemplate.cpp3194 typedef TypeVisitor<UnnamedLocalNoLinkageFinder, bool> inherited; typedef in class:__anon3338::UnnamedLocalNoLinkageFinder
3200 return inherited::Visit(T.getTypePtr());
6993 typedef TreeTransform<CurrentInstantiationRebuilder> inherited; typedef in class:__anon3339::CurrentInstantiationRebuilder
/external/webkit/Source/WebCore/rendering/style/
H A DRenderStyle.h140 // non-inherited attributes
147 // inherited attributes
149 DataRef<StyleInheritedData> inherited; member in class:WebCore::RenderStyle
201 // non CSS2 inherited
477 const Font& font() const { return inherited->font; }
478 const FontMetrics& fontMetrics() const { return inherited->font.fontMetrics(); }
479 const FontDescription& fontDescription() const { return inherited->font.fontDescription(); }
480 int fontSize() const { return inherited->font.pixelSize(); }
487 int wordSpacing() const { return inherited->font.wordSpacing(); }
488 int letterSpacing() const { return inherited
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 1510 milliseconds