HomeSort by relevance Sort by last modified time
    Searched full:inherited (Results 101 - 125 of 832) sorted by null

1 2 3 45 6 7 8 91011>>

  /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...]
  /dalvik/libcore/luni/src/main/java/java/lang/reflect/
Member.java 31 * inherited members).
39 * inherited members).
  /external/skia/src/animator/
SkDrawGroup.h 70 typedef SkDrawable INHERITED;
77 typedef SkGroup INHERITED;
SkDrawSaveLayer.cpp 58 bool result = INHERITED::draw(maker);
83 INHERITED::onEndElement(maker);
SkDrawTextBox.cpp 70 return this->INHERITED::getProperty(index, value);
75 return this->INHERITED::setProperty(index, scriptValue);
  /external/skia/src/utils/
SkDumpCanvas.cpp 189 return this->INHERITED::save(flags);
195 return this->INHERITED::saveLayer(bounds, paint, flags);
199 this->INHERITED::restore();
206 return this->INHERITED::translate(dx, dy);
212 return this->INHERITED::scale(sx, sy);
217 return this->INHERITED::rotate(degrees);
223 return this->INHERITED::skew(sx, sy);
230 return this->INHERITED::concat(matrix);
237 this->INHERITED::setMatrix(matrix);
246 return this->INHERITED::clipRect(rect, op)
    [all...]
  /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/skia/src/core/
SkPictureRecord.cpp 35 return this->INHERITED::save(flags);
54 return this->INHERITED::save(flags);
75 return this->INHERITED::restore();
83 return this->INHERITED::translate(dx, dy);
91 return this->INHERITED::scale(sx, sy);
98 return this->INHERITED::rotate(degrees);
106 return this->INHERITED::skew(sx, sy);
114 return this->INHERITED::concat(matrix);
122 this->INHERITED::setMatrix(matrix);
135 return this->INHERITED::clipRect(rect, op)
    [all...]
SkShader.cpp 26 : INHERITED(buffer), fLocalMatrix(NULL) {
51 this->INHERITED::flatten(buffer);
212 SkColorShader::SkColorShader(SkFlattenableReadBuffer& b) : INHERITED(b) {
222 this->INHERITED::flatten(buffer);
236 if (!this->INHERITED::setContext(device, paint, matrix)) {
SkSpriteBlitter_ARGB32.cpp 30 Sprite_D32_S32(const SkBitmap& src, U8CPU alpha) : INHERITED(src) {
66 typedef SkSpriteBlitter INHERITED;
104 this->INHERITED::setup(device, left, top, paint);
123 typedef SkSpriteBlitter INHERITED;
163 typedef Sprite_D32_XferFilter INHERITED;
209 typedef Sprite_D32_XferFilter INHERITED;
  /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...]
StyleVisualData.h 56 short counterReset; // can't go to inherited, since these are not inherited
  /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...]
  /external/skia/include/core/
SkColorFilter.h 89 SkColorFilter(SkFlattenableReadBuffer& rb) : INHERITED(rb) {}
92 typedef SkFlattenable INHERITED;
121 typedef SkShader INHERITED;
SkDrawLooper.h 58 SkDrawLooper(SkFlattenableReadBuffer& buffer) : INHERITED(buffer) {}
61 typedef SkFlattenable INHERITED;
  /external/skia/include/utils/
SkDumpCanvas.h 114 typedef SkCanvas INHERITED;
133 typedef SkDumpCanvas::Dumper INHERITED;
143 typedef SkFormatDumper INHERITED;
  /dalvik/libcore/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
SQLPermissionTest.java 33 * methods are inherited. This testcase explicitly tets the constructors but also
34 * implicitly tests some of the inherited query methods.
  /external/skia/include/effects/
Sk1DPathEffect.h 44 typedef SkPathEffect INHERITED;
89 typedef Sk1DPathEffect INHERITED;
  /external/skia/include/views/
SkViewInflate.h 48 Call the inherited version for nodes you don't recognize.
56 the inherited version.
  /external/skia/src/effects/
SkLayerDrawLooper.cpp 72 this->INHERITED::flatten(buffer);
98 : INHERITED(buffer) {
  /external/skia/src/views/
SkWidgets.cpp 124 this->INHERITED::onInflate(dom, node);
172 this->INHERITED::onInflate(dom, node);
197 this->INHERITED::onInflate(dom, node);
213 return this->INHERITED::onEvent(evt);
256 this->INHERITED::onDraw(canvas);
445 this->INHERITED::onDraw(canvas);
460 this->INHERITED::onInflate(dom, node);
546 this->INHERITED::onInflate(dom, node);
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_2/RegExp/
regexp-enumerate-001.js 9 had not been enumerated. ie, the object inherited properties
13 objects, since the inherited properties of most core JavaScript
  /external/webkit/JavaScriptCore/tests/mozilla/js1_3/inherit/
proto_9.js 25 Description: Local versus Inherited Values
43 var TITLE = "Local versus Inherited Values";
  /device/htc/common/
common.mk 30 # Override - we don't want to use any inherited value
  /device/htc/dream/
full_dream.mk 27 # Discard inherited values and use our own instead.

Completed in 57 milliseconds

1 2 3 45 6 7 8 91011>>