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

1 2

  /cts/tools/dx-tests/src/dxc/junit/opcodes/aastore/jm/
TestStubs.java 20 interface SuperInterface{
28 class SuperClass implements SuperInterface{
T_aastore_11.j 51 anewarray dxc/junit/opcodes/aastore/jm/SuperInterface
52 astore 6 ; SuperInterface[]
68 ; (SubClass -> SuperInterface[])
109 ; !(SubClass[] -> SuperInterface[])
  /cts/tools/dx-tests/src/dxc/junit/opcodes/checkcast/jm/
TestStubs.java 27 interface SuperInterface{
35 class SuperClass implements SuperInterface{
T_checkcast_2.j 51 ; (SubClass instanceof SuperInterface)
55 checkcast dxc/junit/opcodes/checkcast/jm/SuperInterface
89 ; !(SubClass[] instanceof SuperInterface)
94 checkcast dxc/junit/opcodes/checkcast/jm/SuperInterface
  /cts/tools/dx-tests/src/dxc/junit/opcodes/opc_instanceof/jm/
TestStubs.java 26 interface SuperInterface{
34 class SuperClass implements SuperInterface{
T_opc_instanceof_2.j 49 ; (SubClass instanceof SuperInterface)
53 instanceof dxc/junit/opcodes/opc_instanceof/jm/SuperInterface
69 ; !(SubClass[] instanceof SuperInterface)
72 instanceof dxc/junit/opcodes/opc_instanceof/jm/SuperInterface
  /cts/tools/vm-tests/src/dot/junit/opcodes/aput_object/d/
T_aput_object_3.d 16 .interface abstract dot.junit.opcodes.aput_object.d.SuperInterface
24 .implements dot.junit.opcodes.aput_object.d.SuperInterface
75 ; v6 = SuperInterface[]
76 new-array v6, v0, [Ldot/junit/opcodes/aput_object/d/SuperInterface;
89 ; (SubClass -> SuperInterface[])
114 ; !(SubClass[] -> SuperInterface[])
  /external/emma/core/java12/com/vladium/jcd/cls/
IInterfaceCollection.java 32 * constant pool index for offset'th direct superinterface.
34 * @param offset superinterface number [must be in [0, size()) range]
58 * Appends a new superinterface pointer to the collection. No duplicate checks are made.
67 * Replaces superinterface pointer number 'offset' with new value 'interface_index'.
72 * @param offset offset of the superinterface pointer to replace [must be in [0, size()) range]
  /cts/tools/vm-tests/src/dot/junit/opcodes/check_cast/d/
T_check_cast_2.d 16 .interface public dot.junit.opcodes.check_cast.d.T_check_cast_2.SuperInterface
24 .implements dot/junit/opcodes/check_cast/d/T_check_cast_2/SuperInterface
77 ; (SubClass instanceof SuperInterface)
80 check-cast v10, dot/junit/opcodes/check_cast/d/T_check_cast_2/SuperInterface
107 ; !(SubClass[] instanceof SuperInterface)
111 check-cast v10, dot/junit/opcodes/check_cast/d/T_check_cast_2/SuperInterface
  /cts/tools/vm-tests/src/dot/junit/opcodes/instance_of/d/
T_instance_of_2.d 16 .interface public dot.junit.opcodes.instance_of.d.T_instance_of_2.SuperInterface
24 .implements dot/junit/opcodes/instance_of/d/T_instance_of_2/SuperInterface
79 ; (SubClass instanceof SuperInterface)
82 instance-of v15, v10, dot/junit/opcodes/instance_of/d/T_instance_of_2/SuperInterface
97 ; !(SubClass[] instanceof SuperInterface)
99 instance-of v15, v10, dot/junit/opcodes/instance_of/d/T_instance_of_2/SuperInterface
  /external/srec/portable/include/
PFileImpl.h 58 * Initializes variables declared in the superinterface.
PANSIFileImpl.h 37 * Superinterface.
PANSIFileSystemImpl.h 36 * Superinterface.
PANSIFileSystem.h 50 * Superinterface.
PFileSystemImpl.h 36 * Superinterface.
  /cts/tools/dx-tests/src/dxc/junit/opcodes/checkcast/
Test_checkcast.java 51 // @uses dxc.junit.opcodes.checkcast.jm.SuperInterface
  /cts/tools/dx-tests/src/dxc/junit/opcodes/opc_instanceof/
Test_opc_instanceof.java 58 // @uses dxc.junit.opcodes.opc_instanceof.jm.SuperInterface
  /cts/tools/dx-tests/src/dxc/junit/opcodes/aastore/
Test_aastore.java 68 // @uses dxc.junit.opcodes.aastore.jm.SuperInterface
  /external/srec/portable/src/
PFileImpl.c 33 * Initializes variables declared in the superinterface.
  /build/tools/apicheck/src/com/android/apicheck/
ClassInfo.java 114 // Find a superinterface declaration of the given method.
  /libcore/luni/src/main/java/java/util/concurrent/
FutureTask.java 131 // superinterface or superclass
  /dalvik/vm/native/
java_lang_Class.c 430 * superinterface of, the class specified in the "cls" parameter.
  /dalvik/vm/oo/
Object.h 469 * superinterface. This will be null if neither we nor our superclass
Resolve.c 328 * superinterface method on an interface reference. The class in the
Class.c     [all...]

Completed in 522 milliseconds

1 2