Searched refs:inherited (Results 1 - 25 of 43) sorted by relevance

12

/external/doclava/src/com/google/doclava/
H A DInheritedTags.java22 InheritedTags inherited(); method in interface:InheritedTags
H A DTagInfo.java75 makeHDF(data, base, tags.tags(), tags.inherited(), 0, 0);
78 private static int makeHDF(Data data, String base, TagInfo[] tags, InheritedTags inherited, argument
82 if (len == 0 && inherited != null) {
83 j = makeHDF(data, base, inherited.tags(), inherited.inherited(), j, depth + 1);
87 if (inherited != null && t.name().equals("@inheritDoc")) {
88 j = makeHDF(data, base, inherited.tags(), inherited.inherited(),
[all...]
H A DTodoFile.java32 tags = tags.inherited();
/external/valgrind/none/tests/
H A Dfdleak_creat.stderr.exp8 <inherited from parent>
11 <inherited from parent>
14 <inherited from parent>
H A Dfdleak_dup.stderr.exp11 <inherited from parent>
14 <inherited from parent>
17 <inherited from parent>
H A Dfdleak_dup2.stderr.exp14 <inherited from parent>
17 <inherited from parent>
20 <inherited from parent>
H A Dfdleak_fcntl.stderr.exp11 <inherited from parent>
14 <inherited from parent>
17 <inherited from parent>
H A Dfdleak_open.stderr.exp8 <inherited from parent>
11 <inherited from parent>
14 <inherited from parent>
H A Dfdleak_pipe.stderr.exp11 <inherited from parent>
14 <inherited from parent>
17 <inherited from parent>
H A Dfdleak_socketpair.stderr.exp11 <inherited from parent>
14 <inherited from parent>
17 <inherited from parent>
H A Dfdleak_cmsg.stderr.exp17 <inherited from parent>
20 <inherited from parent>
23 <inherited from parent>
38 <inherited from parent>
41 <inherited from parent>
44 <inherited from parent>
H A Dfdleak_ipv4.stderr.exp11 <inherited from parent>
14 <inherited from parent>
17 <inherited from parent>
26 <inherited from parent>
29 <inherited from parent>
32 <inherited from parent>
/external/v8/test/mjsunit/
H A Darray-pop.js64 // Check that pop works on inherited properties.
77 var inherited = Array.prototype.hasOwnProperty(j);
81 assertEquals(inherited, Array.prototype.hasOwnProperty(j),
82 "inherit-not-deleted-inherited" + j);
87 // Check that pop works on inherited properties for
103 var inherited = array_proto.hasOwnProperty(j);
107 assertEquals(inherited, array_proto.hasOwnProperty(j),
108 "array_proto-inherit-not-deleted-inherited" + j);
112 // Check that pop works on inherited properties for
/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/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dexample-tuple.cpp61 typedef tuple<Tail...> inherited; typedef in class:tuple
70 : m_head(v), inherited(vtail...) { }
74 : m_head(other.head()), inherited(other.tail()) { }
85 inherited& tail() { return *this; }
86 const inherited& tail() const { return *this; }
H A Dexample-bind.cpp61 typedef tuple<Tail...> inherited; typedef in class:tuple
70 : m_head(v), inherited(vtail...) { }
74 : m_head(other.head()), inherited(other.tail()) { }
85 inherited& tail() { return *this; }
86 const inherited& tail() const { return *this; }
/external/clang/lib/Sema/
H A DSemaTemplateVariadic.cpp35 inherited; typedef in class:__anon1238::CollectUnexpandedParameterPacksVisitor
88 return inherited::TraverseTemplateName(Template);
116 return inherited::TraverseStmt(S);
125 return inherited::TraverseType(T);
136 return inherited::TraverseTypeLoc(TL);
145 return inherited::TraverseDecl(D);
155 return inherited::TraverseTemplateArgument(Arg);
163 return inherited::TraverseTemplateArgumentLoc(ArgLoc);
192 inherited::TraverseLambdaExpr(Lambda);
/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/skia/src/animator/
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);
H A DSkDisplayXMLParser.cpp276 const SkMemberInfo* inherited = info->getInherited(); local
277 const SkMemberInfo* result = searchContainer(inherited, info->fCount);
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Tools.pas442 inherited Create;
470 Result := inherited Capacity;
475 Result := inherited Count;
480 Result := inherited Items[Index];
485 Result := inherited OnNotify;
519 inherited Capacity := Value;
524 inherited Count := Value;
529 inherited Items[Index] := Value;
534 inherited OnNotify := Value;
709 inherited Creat
[all...]
/external/zlib/src/contrib/delphi/
H A DZLib.pas391 inherited Create;
412 inherited Create(Dest);
436 inherited Destroy;
485 inherited Create(Source);
495 inherited Destroy;
/external/doclava/res/assets/templates/
H A Dclass.cs12 <?cs # are there inherited members ?>
13 <?cs each:cl=class.inherited ?>
294 <?cs # if there are inherited attrs, write the table ?>
301 <?cs each:cl=class.inherited ?>
305 <?cs call:expando_trigger("inherited-attrs-"+cl.qualified, "closed") ?>From <?cs var:cl.kind ?>
307 <div id="inherited-attrs-<?cs var:cl.qualified ?>">
308 <div id="inherited-attrs-<?cs var:cl.qualified ?>-list"
311 <div id="inherited-attrs-<?cs var:cl.qualified ?>-summary" style="display: none;">
345 <?cs # if there are inherited constants, write the table ?>
352 <?cs each:cl=class.inherited
[all...]
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/main/
H A Dmain-scripts.rb207 B : 'b' ; // defines B from inherited token space
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMDefaultBase.java1290 SuballocatedIntVector inherited =
1293 if (inherited!=null) {
1297 int isize=inherited.size();
1300 // size of the inherited list - but within reason!
1306 nsList.addElement(inherited.elementAt(i));
1315 // Handle overwriting inherited.

Completed in 1661 milliseconds

12