HomeSort by relevance Sort by last modified time
    Searched refs:inherited (Results 1 - 25 of 85) sorted by null

1 2 3 4

  /external/doclava/src/com/google/doclava/
InheritedTags.java 22 InheritedTags inherited(); method in interface:InheritedTags
TagInfo.java 69 makeHDF(data, base, tags.tags(), tags.inherited(), 0, 0);
72 private static int makeHDF(Data data, String base, TagInfo[] tags, InheritedTags inherited,
76 if (len == 0 && inherited != null) {
77 j = makeHDF(data, base, inherited.tags(), inherited.inherited(), j, depth + 1);
81 if (inherited != null && t.name().equals("@inheritDoc")) {
82 j = makeHDF(data, base, inherited.tags(), inherited.inherited(), j, depth + 1)
    [all...]
  /external/valgrind/main/none/tests/
fdleak_creat.stderr.exp 8 <inherited from parent>
11 <inherited from parent>
14 <inherited from parent>
fdleak_dup.stderr.exp 11 <inherited from parent>
14 <inherited from parent>
17 <inherited from parent>
fdleak_dup2.stderr.exp 14 <inherited from parent>
17 <inherited from parent>
20 <inherited from parent>
fdleak_fcntl.stderr.exp 11 <inherited from parent>
14 <inherited from parent>
17 <inherited from parent>
fdleak_open.stderr.exp 8 <inherited from parent>
11 <inherited from parent>
14 <inherited from parent>
fdleak_pipe.stderr.exp 11 <inherited from parent>
14 <inherited from parent>
17 <inherited from parent>
fdleak_socketpair.stderr.exp 11 <inherited from parent>
14 <inherited from parent>
17 <inherited from parent>
fdleak_cmsg.stderr.exp 17 <inherited from parent>
20 <inherited from parent>
23 <inherited from parent>
38 <inherited from parent>
41 <inherited from parent>
44 <inherited from parent>
fdleak_ipv4.stderr.exp 11 <inherited from parent>
14 <inherited from parent>
17 <inherited from parent>
26 <inherited from parent>
29 <inherited from parent>
32 <inherited from parent>
  /build/core/
node_fns.mk 121 # $(call get-inherited-nodes,PREFIX,A B)
128 define get-inherited-nodes
138 # get list of inherited words; if not empty:
140 # replace the first occurrence with (prefix + inherited + var)
147 define _expand-inherited-values
168 $(eval ### "If we just inherited ourselves, it's a cycle.") \
197 $(eval $(1).$(2).inherited := \
198 $(call get-inherited-nodes,$(1).$(2),$(3)))
199 $(call _import-nodes-inner,$(1),$($(1).$(2).inherited),$(3))
201 $(call _expand-inherited-values,$(1),$(2),$(3)
    [all...]
  /external/v8/test/mjsunit/
array-pop.js 62 // Check that pop works on inherited properties.
75 var inherited = Array.prototype.hasOwnProperty(j);
79 assertEquals(inherited, Array.prototype.hasOwnProperty(j),
80 "inherit-not-deleted-inherited" + j);
85 // Check that pop works on inherited properties for
101 var inherited = array_proto.hasOwnProperty(j);
105 assertEquals(inherited, array_proto.hasOwnProperty(j),
106 "array_proto-inherit-not-deleted-inherited" + j);
110 // Check that pop works on inherited properties for
  /external/clang/test/CXX/temp/temp.decls/temp.variadic/
example-tuple.cpp 61 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; }
example-bind.cpp 61 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; }
  /build/tools/droiddoc/templates-ds/
class.cs 18 <?cs # are there inherited members ?>
19 <?cs each:cl=class.inherited ?>
47 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#inhattrs">Inherited XML Attrs</a>
59 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#inhconstants">Inherited Constants</a>
67 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#inhfields">Inherited Fields</a>
87 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#inhmethods">Inherited Methods</a>
301 <?cs # if there are inherited attrs, write the table ?>
307 <div style="clear:left;">Inherited XML Attributes</div></th></tr>
308 <?cs each:cl=class.inherited ?>
312 <?cs call:expando_trigger("inherited-attrs-"+cl.qualified, "closed") ?>From <?cs var:cl.kind ?
    [all...]
  /build/tools/droiddoc/templates-sac/
class.cs 18 <?cs # are there inherited members ?>
19 <?cs each:cl=class.inherited ?>
47 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#inhattrs">Inherited XML Attrs</a>
59 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#inhconstants">Inherited Constants</a>
67 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#inhfields">Inherited Fields</a>
87 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#inhmethods">Inherited Methods</a>
301 <?cs # if there are inherited attrs, write the table ?>
307 <div style="clear:left;">Inherited XML Attributes</div></th></tr>
308 <?cs each:cl=class.inherited ?>
312 <?cs call:expando_trigger("inherited-attrs-"+cl.qualified, "closed") ?>From <?cs var:cl.kind ?
    [all...]
  /build/tools/droiddoc/templates-sdk/
class.cs 18 <?cs # are there inherited members ?>
19 <?cs each:cl=class.inherited ?>
47 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#inhattrs">Inherited XML Attrs</a>
59 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#inhconstants">Inherited Constants</a>
67 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#inhfields">Inherited Fields</a>
87 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#inhmethods">Inherited Methods</a>
301 <?cs # if there are inherited attrs, write the table ?>
307 <div style="clear:left;">Inherited XML Attributes</div></th></tr>
308 <?cs each:cl=class.inherited ?>
312 <?cs call:expando_trigger("inherited-attrs-"+cl.qualified, "closed") ?>From <?cs var:cl.kind ?
    [all...]
  /external/doclava/res/assets/templates/
class.cs 12 <?cs # are there inherited members ?>
13 <?cs each:cl=class.inherited ?>
41 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#inhattrs">Inherited XML Attrs</a>
53 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#inhconstants">Inherited Constants</a>
61 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#inhfields">Inherited Fields</a>
81 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#inhmethods">Inherited Methods</a>
291 <?cs # if there are inherited attrs, write the table ?>
297 <div style="clear:left;">Inherited XML Attributes</div></th></tr>
298 <?cs each:cl=class.inherited ?>
302 <?cs call:expando_trigger("inherited-attrs-"+cl.qualified, "closed") ?>From <?cs var:cl.kind ?
    [all...]
  /external/webkit/Source/WebCore/rendering/style/
RenderStyle.cpp 91 , inherited(defaultStyle()->inherited)
125 inherited.init();
152 , inherited(o.inherited)
164 inherited = inheritParent->inherited;
187 && inherited == o.inherited
276 || inherited != other->inherite
    [all...]
RenderStyle.h 140 // 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->font.letterSpacing();
    [all...]
  /external/clang/test/Index/
annotate-nested-name-specifier.cpp 134 typedef X8 inherited; typedef in struct:X9
136 inherited::f();
464 // CHECK: Identifier: "inherited" [136:5 - 136:14] TypeRef=inherited:134:14
  /frameworks/base/data/keyboards/
keyboards.mk 15 # Warning: this is actually a product definition, to be inherited from
  /external/clang/lib/Sema/
SemaTemplateVariadic.cpp 34 inherited; typedef in class:__anon5910::CollectUnexpandedParameterPacksVisitor
87 return inherited::TraverseTemplateName(Template);
115 return inherited::TraverseStmt(S);
124 return inherited::TraverseType(T);
135 return inherited::TraverseTypeLoc(TL);
144 return inherited::TraverseDecl(D);
154 return inherited::TraverseTemplateArgument(Arg);
162 return inherited::TraverseTemplateArgumentLoc(ArgLoc);
187 inherited::TraverseLambdaExpr(Lambda);
  /device/asus/tilapia/
full_tilapia.mk 28 # Discard inherited values and use our own instead.

Completed in 1021 milliseconds

1 2 3 4