HomeSort by relevance Sort by last modified time
    Searched full:superclass (Results 1 - 25 of 1115) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/fonttools/Lib/fontTools/ttLib/tables/
_p_r_e_p.py 3 superclass = ttLib.getTableClass("fpgm") variable
5 class table__p_r_e_p(superclass):
T_S_I__2.py 3 superclass = ttLib.getTableClass("TSI0") variable
5 class table_T_S_I__2(superclass):
_v_m_t_x.py 3 superclass = ttLib.getTableClass("hmtx") variable
5 class table__v_m_t_x(superclass):
T_S_I__3.py 3 superclass = ttLib.getTableClass("TSI1") variable
5 class table_T_S_I__3(superclass):
  /external/qemu/distrib/sdl-1.2.15/src/main/macosx/SDLMain.nib/
classes.nib 3 {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
8 SUPERCLASS = NSObject;
  /external/chromium_org/chrome/browser/resources/net_internals/
halted_status_view.js 12 var superClass = DivView;
15 superClass.call(this, HaltedStatusView.MAIN_BOX_ID);
21 // Inherit the superclass's methods.
22 __proto__: superClass.prototype
loaded_status_view.js 12 var superClass = DivView;
15 superClass.call(this, LoadedStatusView.MAIN_BOX_ID);
22 // Inherit the superclass's methods.
23 __proto__: superClass.prototype,
http_cache_view.js 12 var superClass = DivView;
20 // Call superclass's constructor.
21 superClass.call(this, HttpCacheView.MAIN_BOX_ID);
40 // Inherit the superclass's methods.
41 __proto__: superClass.prototype,
prerender_view.js 12 var superClass = DivView;
20 // Call superclass's constructor.
21 superClass.call(this, PrerenderView.MAIN_BOX_ID);
40 // Inherit the superclass's methods.
41 __proto__: superClass.prototype,
quic_view.js 13 var superClass = DivView;
21 // Call superclass's constructor.
22 superClass.call(this, QuicView.MAIN_BOX_ID);
37 // Inherit the superclass's methods.
38 __proto__: superClass.prototype,
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL Cocoa Application/English.lproj/SDLMain.nib/
classes.nib 3 {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
15 SUPERCLASS = NSObject;
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL Cocoa Application/English.lproj/SDLMain.nib/
classes.nib 3 {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
15 SUPERCLASS = NSObject;
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL Cocoa Application/English.lproj/SDLMain.nib/
classes.nib 3 {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
15 SUPERCLASS = NSObject;
  /external/clang/test/SemaObjC/
duplicate-ivar-in-class-extension.m 5 @interface SuperClass : Root
11 @interface SubClass : SuperClass {
18 @interface SuperClass () {
property-and-class-extension.m 5 and treat ivars in a superclass extension the same as ivars in the superclass @interface.
7 extension but ignore any ivars in superclass class extensions.
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/beans/
BeanGenerator.java 35 public Object newInstance(String superclass, Map props);
38 private Class superclass; field in class:BeanGenerator
50 * @param superclass class to extend, or null to extend Object
52 public void setSuperclass(Class superclass) {
53 if (superclass != null && superclass.equals(Object.class)) {
54 superclass = null;
56 this.superclass = superclass;
67 if (superclass != null)
    [all...]
  /art/test/032-concrete-sub/
info.txt 2 where a concrete class and its abstract superclass were compiled with
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
t053heteroTP.g 10 VX.superclass.constructor.apply(this, arguments);
14 return VX.superclass.toString.call(this) + "<V>";
t053heteroTP13.g 9 V.superclass.constructor.apply(this, arguments);
18 W.superclass.constructor.apply(this, arguments);
t053heteroTP14.g 9 V.superclass.constructor.apply(this, arguments);
18 W.superclass.constructor.apply(this, arguments);
t053heteroTP18.g 11 V18.superclass.constructor.call(this, new org.antlr.runtime.CommonToken(ttype));
13 V18.superclass.constructor.call(this, tree);
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/
SuperClassTest.java 39 * JDWP unit test for ClassType.SuperClass command.
49 checkReplyPacket(reply, "ClassType.Superclass command", errorExpected);
58 // for superclass of Object expectedSignature is null
60 ("ClassType::Superclass command returned invalid expectedSignature that must be null",
65 assertString("ClassType::Superclass command returned invalid signature,",
71 * This testcase exercises ClassType.Superclass command.
74 * <BR>&nbsp;&nbsp; - superclass for java.lang.String is java.lang.Object;
75 * <BR>&nbsp;&nbsp; - superclass for array of Objects is java.lang.Object;
76 * <BR>&nbsp;&nbsp; - superclass for primitive array is java.lang.Object;
77 * <BR>&nbsp;&nbsp; - superclass for <A HREF="ClassTypeDebuggee.html">ClassTypeDebuggee</A
    [all...]
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/aput_object/d/
T_aput_object_3.d 22 .class public dot.junit.opcodes.aput_object.d.SuperClass
34 .super dot.junit.opcodes.aput_object.d.SuperClass
38 invoke-direct {v0}, dot/junit/opcodes/aput_object/d/SuperClass/<init>()V
64 ; v3 = SuperClass[]
65 new-array v3, v0, [Ldot/junit/opcodes/aput_object/d/SuperClass;
71 ; v5 = SuperClass
72 new-instance v5, dot/junit/opcodes/aput_object/d/SuperClass
73 invoke-direct {v5}, dot/junit/opcodes/aput_object/d/SuperClass/<init>()V
86 ; (SubClass -> SuperClass[])
95 ; !(SuperClass -> SubClass[])
    [all...]
  /dalvik/dx/tests/007-no-superclass/
info.txt 6 has no superclass.
  /dalvik/dx/tests/059-dex-call-super/
info.txt 2 a couple cases of superclass virtual method invocation work properly.

Completed in 1129 milliseconds

1 2 3 4 5 6 7 8 91011>>