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

12

/external/doclava/src/com/google/doclava/
H A DInheritedTags.java22 InheritedTags inherited(); method in interface:InheritedTags
H A DTagInfo.java89 makeHDF(data, base, tags.tags(), tags.inherited(), 0, 0);
92 private static int makeHDF(Data data, String base, TagInfo[] tags, InheritedTags inherited, argument
96 if (len == 0 && inherited != null) {
97 j = makeHDF(data, base, inherited.tags(), inherited.inherited(), j, depth + 1);
101 if (inherited != null && t.name().equals("@inheritDoc")) {
102 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/mockito/src/test/java/org/mockitousage/spies/
H A DPartialMockingWithSpiesTest.java30 private String inherited = "100$"; field in class:PartialMockingWithSpiesTest.InheritMe
32 return inherited;
/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/python/cpython2/Lib/multiprocessing/
H A Dreduction.py151 address, handle, inherited = pickled_data
152 if inherited:
/external/clang/lib/Sema/
H A DSemaTemplateVariadic.cpp35 inherited; typedef in class:__anon1571::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/doclava/res/assets/templates-sdk/
H A Dpage_info.cs38 <?cs # Set variables about whether there are inherited members; no output ?>
39 <?cs each:cl=class.inherited ?>
H A Dclass.cs364 <?cs # if there are inherited attrs, write the table ?>
370 <?cs each:cl=class.inherited ?>
375 call:expando_trigger("inherited-attrs-"+cl.qualified, "closed") ?><?cs
381 <div id="inherited-attrs-<?cs var:cl.qualified ?>">
382 <div id="inherited-attrs-<?cs var:cl.qualified ?>-list"
385 <div id="inherited-attrs-<?cs var:cl.qualified ?>-summary" style="display: none;">
424 <?cs # if there are inherited constants, write the table ?>
430 <?cs each:cl=class.inherited ?>
435 call:expando_trigger("inherited-constants-"+cl.qualified, "closed") ?><?cs
441 <div id="inherited
[all...]
/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/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/autotest/server/
H A Dsite_linux_system.py21 ['inherited', 'phy', 'if_name', 'if_type'])
101 self._interfaces.append(NetDev(inherited=True,
260 if net_dev.inherited:
469 if_type=phytype, inherited=False)
/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...]

Completed in 634 milliseconds

12