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

1 2 3 4 5 6 78 91011>>

  /external/skia/tests/
Test.h 67 typedef SkRefCnt INHERITED;
  /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/css/
CSSPageRule.h 52 // Inherited from CSSRule
  /frameworks/base/core/java/android/text/
TextPaint.java 46 * fields inherited from Paint.
  /frameworks/base/media/tests/omxjpegdecoder/
SkOmxPixelRef.h 47 typedef SkPixelRef INHERITED;
  /external/skia/include/views/
SkWidgetViews.h 96 Be sure to call your INHERITED method as well, so that all classes in the hierarchy get a shot
108 typedef SkView INHERITED;
156 typedef SkWidgetView INHERITED;
206 typedef SkView INHERITED;
292 typedef SkWidgetView INHERITED;
  /external/skia/src/core/
SkBitmapProcShader.cpp 28 : INHERITED(buffer) {
36 this->INHERITED::beginSession();
44 this->INHERITED::endSession();
63 this->INHERITED::flatten(buffer);
79 if (!this->INHERITED::setContext(device, paint, matrix)) {
  /external/jdiff/src/jdiff/
XMLToAPI.java 90 // Add the inherited methods and fields to each class
96 * Add the inherited methods and fields to each class in turn.
105 // Look up any inherited classes or interfaces
125 * Add all the inherited methods and fields in the second class to
126 * the first class, marking them as inherited from the second class.
131 * a private element, which is never inherited.
175 // Look up any inherited classes or interfaces
263 * Add an inherited interface to the current class. Called by the XML
266 * @param name The name of the inherited interface.
  /dalvik/libcore/dom/src/test/java/org/w3c/domts/level1/core/
entitygetentityname.java 31 * The nodeName attribute that is inherited from Node
35 * invoking the "getNodeName()" method inherited from
  /external/skia/bench/
RectBench.cpp 18 RectBench(void* param, int shift) : INHERITED(param), fShift(shift) {
57 typedef SkBenchmark INHERITED;
RepeatTileBench.cpp 84 RepeatTileBench(void* param, SkBitmap::Config c) : INHERITED(param) {
127 typedef SkBenchmark INHERITED;
TextBench.cpp 28 bool posText) : INHERITED(param) {
96 typedef SkBenchmark INHERITED;
  /external/skia/src/animator/
SkAnimateField.cpp 45 INHERITED::dump(maker); //from animateBase
86 INHERITED::onEndElement(maker);
  /external/skia/src/effects/
SkBlurMaskFilter.cpp 45 typedef SkMaskFilter INHERITED;
122 this->INHERITED::flatten(buffer);
SkKernel33MaskFilter.cpp 73 this->INHERITED::flatten(wb);
104 this->INHERITED::flatten(wb);
SkTableMaskFilter.cpp 66 this->INHERITED::flatten(wb);
71 : INHERITED(rb) {
SkTransparentShader.cpp 28 return this->INHERITED::setContext(device, paint, matrix);
33 uint32_t flags = this->INHERITED::getFlags();
  /external/skia/src/images/
SkFlipPixelRef.cpp 57 this->INHERITED::flatten(buffer);
65 : INHERITED(buffer, NULL) {
SkImageRef.cpp 162 : INHERITED(buffer, &gImageRefMutex), fErrorInDecoding(false) {
176 this->INHERITED::flatten(buffer);
  /build/target/product/
full.mk 20 # in inherited configurations.
  /dalvik/libcore/luni/src/test/java/tests/api/java/lang/reflect/
AccessibleObjectTest.java 27 import java.lang.annotation.Inherited;
75 @Inherited
182 //test inherited on method has no effect
184 assertNull("Inherited Annotations should have no effect", ir);
  /external/skia/gm/
filltypes.cpp 74 typedef GM INHERITED;
  /external/skia/include/core/
SkComposeShader.h 63 typedef SkShader INHERITED;
  /external/skia/include/effects/
SkDashPathEffect.h 61 typedef SkPathEffect INHERITED;
SkTableMaskFilter.h 72 typedef SkMaskFilter INHERITED;

Completed in 73 milliseconds

1 2 3 4 5 6 78 91011>>