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

1 2

  /build/tools/droiddoc/src/
TagInfo.java 72 makeHDF(data, base, tags.tags(), tags.inherited(), 0, 0);
76 InheritedTags inherited, int j, int depth)
80 if (len == 0 && inherited != null) {
81 j = makeHDF(data, base, inherited.tags(), inherited.inherited(), j, depth+1);
85 if (inherited != null && t.name().equals("@inheritDoc")) {
86 j = makeHDF(data, base, inherited.tags(),
87 inherited.inherited(), j, depth+1)
    [all...]
InheritedTags.java 25 InheritedTags inherited(); method in interface:InheritedTags
MethodInfo.java 35 public InheritedTags inherited() method in class:MethodInfo.InlineTags
192 public InheritedTags inherited() method in class:MethodInfo.FirstSentenceTags
207 public InheritedTags inherited() { method in class:MethodInfo.ReturnTags
TodoFile.java 31 tags = tags.inherited();
  /build/core/
node_fns.mk 123 # $(call get-inherited-nodes,PREFIX,A B)
130 define get-inherited-nodes
140 # get list of inherited words; if not empty:
142 # replace the first occurrence with (prefix + inherited + var)
149 define _expand-inherited-values
170 $(eval ### "If we just inherited ourselves, it's a cycle.") \
199 $(eval $(1).$(2).inherited := \
200 $(call get-inherited-nodes,$(1).$(2),$(3)))
201 $(call _import-nodes-inner,$(1),$($(1).$(2).inherited),$(3))
203 $(call _expand-inherited-values,$(1),$(2),$(3)
    [all...]
package.mk 33 package_overridden := $(call set-inherited-package-variables)
  /dalvik/libcore/security-kernel/src/main/java/java/security/
AccessControlContext.java 54 // An AccessControlContext inherited by the current thread from its parent
55 private AccessControlContext inherited; field in class:AccessControlContext
135 * @param inherited - inherited context, which may be null
138 AccessControlContext inherited) {
140 this.inherited = inherited;
177 * If inherited methods are on the call stack, the protection domains of the
200 if (inherited != null) {
201 inherited.checkPermission(perm)
    [all...]
  /external/webkit/WebCore/rendering/style/
RenderStyle.cpp 80 , inherited(defaultStyle()->inherited)
115 inherited.init();
143 , inherited(o.inherited)
155 inherited = inheritParent->inherited;
178 inherited == o.inherited
238 inherited != other->inherited |
    [all...]
RenderStyle.h 138 // non-inherited attributes
145 // inherited attributes
147 DataRef<StyleInheritedData> inherited; member in class:WebCore::RenderStyle
199 // non CSS2 inherited
443 const Font& font() const { return inherited->font; }
444 const FontDescription& fontDescription() const { return inherited->font.fontDescription(); }
445 int fontSize() const { return inherited->font.pixelSize(); }
447 const Color& color() const { return inherited->color; }
448 Length textIndent() const { return inherited->indent; }
453 int wordSpacing() const { return inherited->font.wordSpacing();
    [all...]
  /build/tools/droiddoc/templates/
class.cs 12 <?cs # are there inherited members ?>
13 <?cs each:cl=class.inherited ?>
39 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#inhattrs">Inherited XML Attrs</a>
51 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#inhconstants">Inherited Constants</a>
59 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#inhfields">Inherited Fields</a>
79 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#inhmethods">Inherited Methods</a>
275 <?cs # if there are inherited attrs, write the table ?>
281 <div style="clear:left;">Inherited XML Attributes</div></th></tr>
282 <?cs each:cl=class.inherited ?>
286 <?cs call:expando_trigger("inherited-attrs-"+cl.qualified, "closed") ?>From <?cs var:cl.kind ?
    [all...]
  /device/htc/dream/
full_dream.mk 27 # Discard inherited values and use our own instead.
generic_dream.mk 26 # Discard inherited values and use our own instead.
  /device/htc/passion/
full_passion.mk 27 # Discard inherited values and use our own instead.
generic_passion.mk 26 # Discard inherited values and use our own instead.
  /device/htc/sapphire/
full_sapphire.mk 27 # Discard inherited values and use our own instead.
generic_sapphire.mk 26 # Discard inherited values and use our own instead.
  /build/tools/droiddoc/templates/assets/
android-developer-reference.js 298 /* TOGGLE INHERITED MEMBERS */
300 /* Toggle an inherited class (arrow toggle)
327 /* Toggle all inherited classes in a single table (e.g. all inherited methods)
350 /* Toggle all inherited members in the class (link in the class title)
369 /* Expand all inherited members in the class. Used when initiating page search */
380 * - Listen for Ctrl+F (Cmd on Mac) and expand all inherited members (to aid page search)
  /external/v8/test/mjsunit/
undeletable-functions.js 133 assertTrue(type.hasOwnProperty(prop), "inherited: " + prop);
146 assertTrue(type.hasOwnProperty(prop), "inherited: " + prop);
161 assertTrue(type.hasOwnProperty(prop), "inherited: " + prop);
173 assertTrue(type.hasOwnProperty(prop), "inherited: " + prop);
  /external/webkit/WebCore/inspector/front-end/
StylesSidebarPane.js 405 this.element.addStyleClass("show-inherited");
416 computedStyleSection.element.addStyleClass("show-inherited");
418 computedStyleSection.element.removeStyleClass("show-inherited");
425 showInheritedLabel.appendChild(document.createTextNode(WebInspector.UIString("Show inherited")));
574 var inherited = this.isPropertyInherited(name);
577 var item = new WebInspector.StylePropertyTreeElement(this.styleRule, style, name, isShorthand, inherited, overloaded, disabled);
778 WebInspector.StylePropertyTreeElement = function(styleRule, style, name, shorthand, inherited, overloaded, disabled)
784 this._inherited = inherited;
793 get inherited()
798 set inherited(x
    [all...]
  /external/skia/src/animator/
SkMemberInfo.cpp 494 const SkMemberInfo* inherited = (SkMemberInfo*) info->fName; local
495 const SkMemberInfo* result = SkMemberInfo::Find(inherited, info->fCount, index);
515 const SkMemberInfo* inherited = (SkMemberInfo*) info->fName; local
516 const SkMemberInfo* result = SkMemberInfo::Find(inherited, info->fCount, matchPtr);
SkDisplayXMLParser.cpp 66 INHERITED::getErrorString(str);
81 : INHERITED(&maker.fError), fMaker(maker), fInInclude(maker.fInInclude),
276 const SkMemberInfo* inherited = info->getInherited(); local
277 const SkMemberInfo* result = searchContainer(inherited, info->fCount);
SkDisplayType.cpp 559 const SkMemberInfo* inherited = info->getInherited(); local
563 if (match == inherited)
  /external/zlib/contrib/delphi/
ZLib.pas 391 inherited Create;
412 inherited Create(Dest);
436 inherited Destroy;
485 inherited Create(Source);
495 inherited Destroy;
  /cts/tools/spec-progress/src/
SpecProgressDoclet.java 81 * undocumented, resulting in the inherited documentation being used. If such a
545 boolean inherited = false;
556 inherited = method.overriddenMethod() != null ||
558 documented = inherited;
566 if (!inherited) {
585 int status = getStatus(documented, reviewed || inherited, comments);
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ref/
DTMDefaultBase.java 1290 SuballocatedIntVector inherited = local
    [all...]

Completed in 312 milliseconds

1 2