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

1 2 3 4 5 6 7 8 91011>>

  /external/qemu/distrib/sdl-1.2.12/src/main/macosx/SDLMain.nib/
classes.nib 3 {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
8 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.
unimplemented-protocol-prop.m 30 @interface superclass
34 @interface childclass : superclass <PROTOCOL1>
  /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);
t053heteroT1.g 8 V.superclass.constructor.apply(this, arguments);
t053heteroT10.g 8 V.superclass.constructor.apply(this, arguments);
t053heteroT11.g 8 V.superclass.constructor.apply(this, arguments);
  /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);
MismatchedNotSetException.js 2 org.antlr.runtime.MismatchedNotSetException.superclass.constructor.call(this, expecting, input);
MismatchedSetException.js 2 org.antlr.runtime.MismatchedSetException.superclass.constructor.call(
MismatchedTreeNodeException.js 3 org.antlr.runtime.MismatchedTreeNodeException.superclass.constructor.call(
Parser.js 5 org.antlr.runtime.Parser.superclass.constructor.call(this, state);
12 org.antlr.runtime.Parser.superclass.reset.call(this);
63 org.antlr.runtime.Parser.superclass.traceIn.call(
68 org.antlr.runtime.Parser.superclass.traceOut.call(
  /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
  /sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/
ApiClass.java 95 ApiClass superClass = info.getClass(superClassPair.getFirst());
96 if (superClass != null) {
97 i = superClass.getField(name, info);
109 ApiClass superClass = info.getClass(superClassPair.getFirst());
110 if (superClass != null) {
111 i = superClass.getField(name, info);
152 ApiClass superClass = info.getClass(superClassPair.getFirst());
153 if (superClass != null) {
154 i = superClass.getMethod(methodSignature, info);
192 public void addSuperClass(String superClass, int since)
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/test/unit/sample-input/
template-group 5 class <%= @name %><% if @superclass %> < <%= @superclass %><% end %>
  /external/doclava/src/com/google/doclava/apicheck/
ApiInfo.java 82 protected void mapClassToSuper(ClassInfo classInfo, String superclass) {
83 mClassToSuper.put(classInfo, superclass);
105 // java.lang.Object has no superclass
111 ClassInfo superclass = mAllClasses.get(scName); local
112 if (superclass == null) {
113 // Superclass not provided by this codebase. Inject a stub.
114 superclass = new ClassInfo(scName);
116 cl.setSuperClass(superclass);
  /external/jsr305/ri/src/main/java/javax/annotation/
ParametersAreNonnullByDefault.java 15 * <li>The method overrides a method in a superclass (in which case the
16 * annotation of the corresponding parameter in the superclass applies)

Completed in 711 milliseconds

1 2 3 4 5 6 7 8 91011>>