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

1 2 3

  /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...]
  /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/chromium_org/v8/test/mjsunit/
array-pop.js 64 // 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/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyle.cpp 107 , inherited(defaultStyle()->inherited)
134 inherited.init();
146 , inherited(o.inherited)
209 inherited = inheritParent->inherited;
254 && inherited == o.inherited
327 || inherited != other->inherite
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSProperty.h 36 StylePropertyMetadata(CSSPropertyID propertyID, bool isSetFromShorthand, int indexInShorthandsVector, bool important, bool implicit, bool inherited)
42 , m_inherited(inherited)
  /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 21 <?cs # are there inherited members ?>
22 <?cs each:cl=class.inherited ?>
50 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#inhattrs">Inherited XML Attrs</a>
62 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#inhconstants">Inherited Constants</a>
70 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#inhfields">Inherited Fields</a>
90 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#inhmethods">Inherited Methods</a>
320 <?cs # if there are inherited attrs, write the table ?>
326 <div style="clear:left;">Inherited XML Attributes</div></th></tr>
327 <?cs each:cl=class.inherited ?>
331 <?cs call:expando_trigger("inherited-attrs-"+cl.qualified, "closed") ?>From <?cs var:cl.kind ?
    [all...]
  /build/tools/droiddoc/templates-sdk-dyn/
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/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
  /external/clang/lib/Sema/
SemaTemplateVariadic.cpp 35 inherited; typedef in class:__anon22724::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);
    [all...]
  /device/asus/grouper/
full_grouper.mk 28 # Discard inherited values and use our own instead.
  /device/asus/tilapia/
full_tilapia.mk 28 # Discard inherited values and use our own instead.
  /external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
type.pxd 46 # responsible for adding inherited slots from a type's base
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/elements/
StylesSidebarPane.js 501 resultStyles.inherited = matchedResult.inherited;
713 // Walk the node structure and identify styles with inherited properties.
723 for (var parentOrdinal = 0; parentOrdinal < styles.inherited.length; ++parentOrdinal) {
724 var parentStyles = styles.inherited[parentOrdinal];
775 // Do not pick non-inherited properties from inherited styles.
    [all...]
  /external/chromium_org/third_party/cython/src/Cython/Compiler/
TypeSlots.py 166 # is_inherited Is inherited by subtypes (see PyType_Ready())
171 def __init__(self, slot_name, dynamic=False, inherited=False,
175 self.is_inherited = inherited
202 # set inherited slots here, but only in PyPy since CPython
274 py3=True, py2=True, ifdef=None, inherited=True):
276 ifdef=ifdef, inherited=inherited)
758 MethodSlot(hashfunc, "tp_hash", "__hash__", inherited=False), # Py3 checks for __richcmp__
774 MethodSlot(richcmpfunc, "tp_richcompare", "__richcmp__", inherited=False), # Py3 checks for __hash__
    [all...]
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-reference.js 319 /* TOGGLE INHERITED MEMBERS */
321 /* Toggle an inherited class (arrow toggle)
348 /* Toggle all inherited classes in a single table (e.g. all inherited methods)
371 /* Toggle all inherited members in the class (link in the class title)
390 /* Expand all inherited members in the class. Used when initiating page search */
401 * - Listen for Ctrl+F (Cmd on Mac) and expand all inherited members (to aid page search)
  /external/chromium_org/tools/gn/
ninja_binary_target_writer.cc 378 const UniqueVector<const Target*>& inherited = local
388 // Inherited libraries.
389 for (size_t i = 0; i < inherited.size(); i++) {
390 ClassifyDependency(inherited[i], extra_object_files,
  /external/doclava/res/assets/templates/assets/
doclava-developer-reference.js 300 /* TOGGLE INHERITED MEMBERS */
302 /* Toggle an inherited class (arrow toggle)
329 /* Toggle all inherited classes in a single table (e.g. all inherited methods)
352 /* Toggle all inherited members in the class (link in the class title)
371 /* Expand all inherited members in the class. Used when initiating page search */
382 * - Listen for Ctrl+F (Cmd on Mac) and expand all inherited members (to aid page search)
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
functional.rb 157 def self.inherited( klass ) singleton method in class:ANTLR3.Test.Functional
  /external/chromium_org/third_party/skia/src/animator/
SkMemberInfo.cpp 487 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);

Completed in 1043 milliseconds

1 2 3