HomeSort by relevance Sort by last modified time
    Searched full:superclass (Results 326 - 350 of 1078) sorted by null

<<11121314151617181920>>

  /dalvik/vm/oo/
Class.cpp 42 The basic way to retrieve a class is to load it, make sure its superclass
    [all...]
  /external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/
ClassDefinition.java 135 TypeIdItem superClass = classDefItem.getSuperclass();
136 if (superClass != null) {
138 writer.write(superClass.getTypeDescriptor());
  /frameworks/base/core/java/android/transition/
Fade.java 237 // TODO: add automatic facility to Visibility superclass for keeping views around
247 // TODO: add automatic facility to Visibility superclass for keeping views around
287 // TODO: add automatic facility to Visibility superclass for keeping views around
  /frameworks/base/docs/html/training/basics/activity-lifecycle/
stopping.jd 99 super.onStop(); // Always call the superclass method first
160 super.onStart(); // Always call the superclass method first
177 super.onRestart(); // Always call the superclass method first
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
InputPort.java 319 Class<?> superClass = clazz.getSuperclass();
320 if (superClass != null) {
321 field = findFieldNamed(fieldName, superClass);
  /art/test/086-null-super/src/
Main.java 122 * Attempt to find the class with the superclass we refuse to
  /cts/tools/signature-tools/src/signature/model/
IClassDefinition.java 72 * null} if this class definition does not have any superclass. This is the
  /cts/tools/signature-tools/templates/
ClassOverviewPage.st 31 $if(class_delta.superClassDelta)$ $SingleSubDelta(desc="Superclass Changed", delta=class_delta.superClassDelta)$ $endif$
  /dalvik/tests/086-null-super/src/
Main.java 122 * Attempt to find the class with the superclass we refuse to
  /dalvik/vm/hprof/
HprofClass.cpp 78 /* Someone's probably looking up the superclass
  /development/samples/MySampleRss/src/com/example/codelab/rssexample/
MyRssReader.java 61 // Always call the superclass implementation to
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
ParserRuleReturnScope.cs 55 * satisfy the superclass interface.
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
ParserRuleReturnScope.cs 56 * satisfy the superclass interface.
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
TokenRewriteStream.js 54 var sup = org.antlr.runtime.TokenRewriteStream.superclass;
109 trs.InsertBeforeOp.superclass.constructor.call(this, index, text);
122 trs.ReplaceOp.superclass.constructor.call(this, from, text);
135 trs.DeleteOp.superclass.constructor.call(this, from, to);
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
CommonTree.js 24 org.antlr.runtime.tree.CommonTree.superclass.constructor.call(this, node);
  /external/chromium/chrome/browser/ui/gtk/
gtk_chrome_button.cc 98 // We have the superclass handle this expose when we aren't using custom
  /external/chromium_org/chrome/browser/resources/options/chromeos/
internet_detail_ip_address_field.js 81 * Overrides superclass to mutate the input during a successful commit. For
  /external/chromium_org/chrome/browser/ui/gtk/
gtk_chrome_button.cc 98 // We have the superclass handle this expose when we aren't using custom
  /external/chromium_org/chrome/test/base/
v8_unit_test.h 16 // A superclass for unit tests that involve running JavaScript. This class
  /external/chromium_org/third_party/WebKit/Source/wtf/
Float32Array.h 66 // Make constructor visible to superclass.
Float64Array.h 66 // Make constructor visible to superclass.
Int16Array.h 60 // Make constructor visible to superclass.
Int32Array.h 59 // Make constructor visible to superclass.
Int8Array.h 61 // Make constructor visible to superclass.
Uint16Array.h 61 // Make constructor visible to superclass.

Completed in 937 milliseconds

<<11121314151617181920>>