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

1 2 3 45 6 7 8 91011>>

  /dalvik/hit/src/com/android/hit/
Heap.java 163 ClassObj superClass = mClassesById.get(theClass.mSuperclassId);
165 if (superClass != null) {
166 superclassName = superClass.mClassName;
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
t047treeparser.html 19 TLexer.superclass.constructor.apply(this, arguments);
28 TParser.superclass.constructor.apply(this, arguments);
37 TWalker.superclass.constructor.apply(this, arguments);
rhino-python.prog 39 MyLexer.superclass.constructor.apply(this, arguments);
46 return MyLexer.superclass.nextToken.call(this);
t044trace.html 18 TLexer.superclass.constructor.apply(this, arguments);
35 TParser.superclass.constructor.apply(this, arguments);
t023scopes.html 19 TParser.superclass.constructor.apply(this, arguments);
t024finally.html 19 TParser.superclass.constructor.apply(this, arguments);
t033backtracking.html 20 TParser.superclass.constructor.apply(this, arguments);
t038lexerRuleLabel.html 17 TLexer.superclass.constructor.apply(this, arguments);
t040bug80.html 17 TLexer.superclass.constructor.apply(this, arguments);
t053heteroT9.g 25 V2.superclass.constructor.call(this, token);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/descriptors/
ClassAttributeDescriptor.java 33 /** Superclass of the class value. */
45 * @param superClassName the fully qualified name of the superclass of the class represented
69 * @param superClassName the fully qualified name of the superclass of the class represented
  /external/jmonkeyengine/engine/src/core/com/jme3/export/
SavableClassUtil.java 91 Class superclass = clazz; local
93 versionList.add(getSavableVersion(superclass));
94 superclass = superclass.getSuperclass();
95 } while (superclass != null && SavableClassUtil.isImplementingSavable(superclass));
  /external/doclava/src/com/google/doclava/
Resolution.java 29 * (such as superclass, interfaceImplemented, etc) that we could not resolve.
34 * contains "superclass" as its variable and "Dialog" as its value.
  /external/icu4c/test/letest/
PortableFontInstance.h 93 // We really want to inherit this method from the superclass, but some compilers
97 // We really want to inherit this method from the superclass, but some compilers
SimpleFontInstance.cpp 89 // We really want to inherit this method from the superclass, but some compilers
96 // We really want to inherit this method from the superclass, but some compilers
  /external/javassist/src/main/javassist/util/proxy/
ProxyObjectOutputStream.java 50 Class superClass = cl.getSuperclass();
53 String name = superClass.getName();
  /packages/apps/Contacts/src/com/android/contacts/list/
ContactTilePhoneFrequentView.java 29 * for frequently called contacts. Slightly different behavior from superclass...
67 // Copy "superclass" implementation
  /dalvik/tests/032-concrete-sub/src/
ConcreteSub.java 20 * Test insertion of an abstract method in a superclass.
Main.java 18 * Test insertion of an abstract method in a superclass.
  /dalvik/vm/oo/
Object.cpp 54 * Find a matching field, in this class or a superclass.
111 * Find a matching field, in this class or a superclass.
129 * inherited from the superclass yet.
132 * the superclass; see notes in createIftable.)
153 * Find a matching field, in this class or a superclass.
183 * inherited from the superclass yet.
464 * Does not chase into the superclass.
485 * Does not chase into the superclass.
507 * Does not chase into the superclass.
520 * superclass. Does not examine interfaces
    [all...]
  /external/antlr/antlr-3.4/antlr3-maven-archetype/src/main/resources/archetype-resources/src/main/java/
AbstractTLexer.java 16 * a superclass like this and place all the support methods and
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
FailedPredicateException.js 13 org.antlr.runtime.FailedPredicateException.superclass.constructor.call(this, input);
ParserRuleReturnScope.js 17 * satisfy the superclass interface.
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
ProcessorStylesheetDoc.java 25 * moment, it defers all methods to it's superclass.
  /external/chromium/chrome/browser/ui/cocoa/
objc_method_swizzle.mm 32 // inherited from a superclass.

Completed in 261 milliseconds

1 2 3 45 6 7 8 91011>>