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

1 2 3 45 6 7 8 91011>>

  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
UnwantedTokenException.js 4 org.antlr.runtime.UnwantedTokenException.superclass.constructor.call(
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
RewriteRuleNodeStream.js 5 org.antlr.runtime.tree.RewriteRuleNodeStream.superclass.constructor.apply(this, arguments);
RewriteRuleTokenStream.js 2 var sup = org.antlr.runtime.tree.RewriteRuleTokenStream.superclass;
  /external/chromium_org/ppapi/cpp/trusted/
file_chooser_trusted.h 29 // Overrides of method in superclass. This shows without requiring a user
  /external/chromium_org/v8/src/
allocation.h 41 // Superclass for classes managed with new & delete.
55 // superclass. The macro prevents the use of new & delete in debug mode.
59 // Superclass for classes with instances allocated inside stack
72 // Superclass for classes only using statics.
  /external/clang/test/CodeGenObjC/
2008-10-3-EhValue.m 15 -superclass;
  /external/clang/test/Index/
complete-objc-message-id.m 9 + (Class)superclass;
12 - (id)superclass;
26 [[b superclass] B_method];
69 // CHECK-SELECTOR-PREF: ObjCClassMethodDecl:{ResultType Class}{TypedText superclass} (35)
  /external/clang/test/Rewriter/
objc-modern-ivar-receiver-1.mm 30 // CHECK: struct _class_t *superclass;
  /external/clang/test/SemaObjC/
class-proto-1.m 28 @interface E3 : U1 @end // expected-error {{attempting to use the forward class 'U1' as superclass of 'E3'}}
method-lookup-4.m 46 // should lookup method in superclass implementation if available
  /external/javassist/src/main/javassist/util/proxy/
ProxyObjectInputStream.java 34 * using class ProxyFactory. the classloader used to resolve proxy superclass and interface names
69 Class superClass = loader.loadClass(name);
84 factory.setSuperclass(superClass);
94 * the loader to use to resolve classes for proxy superclass and interface names read
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
AbstractMediaHeaderBox.java 22 * A common superclass for all MediaInformationHeaderBoxes. E.g.
  /external/oauth/core/src/main/java/net/oauth/
OAuthException.java 19 * Superclass for extensions thrown by the OAuth library.
  /external/proguard/src/proguard/classfile/util/
StringSharer.java 62 Clazz superClass = libraryClass.superClass;
63 if (superClass != null)
65 libraryClass.superClassName = superClass.getName();
  /external/v8/src/
allocation.h 41 // Superclass for classes managed with new & delete.
55 // superclass. The macro prevents the use of new & delete in debug mode.
59 // Superclass for classes with instances allocated inside stack
72 // Superclass for classes only using statics.
  /libcore/luni/src/main/java/java/util/
EventListener.java 21 * EventListener is the superclass of all event listener interfaces.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/CodeWarrior/
__init__.py 42 superclass = eval(superclassname)
43 getbaseclasses(superclass)
44 v._propdict.update(getattr(superclass, '_propdict', {}))
45 v._elemdict.update(getattr(superclass, '_elemdict', {}))
  /frameworks/base/test-runner/src/android/test/mock/
MockPackageManager.java 217 * @hide - to match hiding in superclass
415 * @hide - to match hiding in superclass
430 * @hide - to match hiding in superclass
443 * @hide - to match hiding in superclass
452 * @hide - to match hiding in superclass
461 * @hide - to match hiding in superclass
470 * @hide - to match hiding in superclass
479 * @hide - to match hiding in superclass
530 * @hide - to match hiding in superclass
545 * @hide - to match hiding in superclass
    [all...]
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
t034tokenLabelPropertyRef.html 19 TLexer.superclass.constructor.apply(this, arguments);
29 TParser.superclass.constructor.apply(this, arguments);
t035ruleLabelPropertyRef.html 19 TLexer.superclass.constructor.apply(this, arguments);
29 TParser.superclass.constructor.apply(this, arguments);
t036multipleReturnValues.html 19 TLexer.superclass.constructor.apply(this, arguments);
29 TParser.superclass.constructor.apply(this, arguments);
t037rulePropertyRef.html 19 TLexer.superclass.constructor.apply(this, arguments);
29 TParser.superclass.constructor.apply(this, arguments);
t039labels.html 19 TLexer.superclass.constructor.apply(this, arguments);
29 TParser.superclass.constructor.apply(this, arguments);
t041parameters.html 19 TLexer.superclass.constructor.apply(this, arguments);
29 TParser.superclass.constructor.apply(this, arguments);
t045dfabug.html 19 TLexer.superclass.constructor.apply(this, arguments);
29 TParser.superclass.constructor.apply(this, arguments);

Completed in 1031 milliseconds

1 2 3 45 6 7 8 91011>>