/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,
|
http_pipeline_view.js | 13 var superClass = DivView; 21 // Call superclass's constructor. 22 superClass.call(this, HttpPipelineView.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,
|
top_bar_view.js | 14 var superClass = DivView; 23 superClass.call(this, TopBarView.BOX_ID); 40 // Inherit the superclass's methods. 41 __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.
|
/art/test/032-concrete-sub/ |
info.txt | 2 where a concrete class and its abstract superclass were compiled with
|
/dalvik/tests/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);
|
/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.
|
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/ |
IndexOutOfBoundsExceptions.js | 2 org.antlr.runtime.IndexOutOfBoundsException.superclass.constructor.call(this, m);
|
/external/clang/test/CodeGenObjC/ |
default-property-synthesis.m | 4 // Superclass declares property. Subclass redeclares the same property. 6 // Superclass declares a property. Subclass declares a different property with the same name 8 // Superclass conforms to a protocol that declares a property. Subclass redeclares the 10 // Superclass conforms to a protocol that declares a property. Subclass conforms to the
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Explorer/ |
__init__.py | 50 superclass = eval(superclassname) 51 getbaseclasses(superclass) 52 v._propdict.update(getattr(superclass, '_propdict', {})) 53 v._elemdict.update(getattr(superclass, '_elemdict', {}))
|