HomeSort by relevance Sort by last modified time
    Searched defs:inherited (Results 1 - 12 of 12) sorted by null

  /build/tools/droiddoc/src/
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
  /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...]
definitions.mk     [all...]
  /libcore/luni/src/main/java/java/security/
AccessControlContext.java 53 // An AccessControlContext inherited by the current thread from its parent
54 private AccessControlContext inherited; field in class:AccessControlContext
132 * @param inherited - inherited context, which may be null
135 AccessControlContext inherited) {
137 this.inherited = inherited;
174 * If inherited methods are on the call stack, the protection domains of the
196 if (inherited != null) {
197 inherited.checkPermission(perm)
    [all...]
  /external/skia/src/animator/
SkDisplayType.cpp 559 const SkMemberInfo* inherited = info->getInherited(); local
563 if (match == inherited)
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);
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);
  /libcore/luni/src/main/java/org/apache/xml/dtm/ref/
DTMDefaultBase.java 1290 SuballocatedIntVector inherited = local
    [all...]
  /external/webkit/WebCore/rendering/style/
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...]
  /prebuilt/common/ecj/
ecj.jar 
  /prebuilt/common/ant/
ant.jar 

Completed in 408 milliseconds