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

1 2 3

  /art/test/972-iface-super-multidex/
expected.txt 0 SuperInterface default method called
  /art/test/972-iface-super-multidex/smali-multidex/
superinterface.smali 20 # public interface SuperInterface {
22 # return "SuperInterface default method called";
29 const-string v0, "SuperInterface default method called"
  /cts/tools/vm-tests-tf/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]
  /external/guava/guava/src/com/google/common/collect/
SortedMultisetBridge.java 22 * Superinterface of {@link SortedMultiset} to introduce a bridge method for
  /art/test/972-iface-super-multidex/smali/
concreteclass.smali 22 # public class ConcreteClass implements SuperInterface, ConflictInterface {
24 # return SuperInterface.super.runDefault();
  /cts/tools/vm-tests-tf/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-tf/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
  /libcore/ojluni/src/main/java/java/lang/reflect/
Type.java 29 * Type is the common superinterface for all types in the Java
TypeVariable.java 29 * TypeVariable is the common superinterface for type variables of kinds.
InvocationHandler.java 54 * the method was declared in, which may be a superinterface of the
Proxy.java 198 * superinterface) in the proxy class's list of interfaces is passed to
    [all...]
  /art/test/450-checker-types/src/
Main.java 17 interface SuperInterface {
21 interface OtherInterface extends SuperInterface {
24 interface Interface extends SuperInterface {
587 /// CHECK-START: SuperInterface Main.getWiderType(boolean, Interface, OtherInterface) builder (after)
590 private SuperInterface getWiderType(boolean cond, Interface a, OtherInterface b) {
595 /// CHECK: <<Invoke:l\d+>> InvokeStaticOrDirect klass:SuperInterface
596 /// CHECK: <<NullCheck:l\d+>> NullCheck [<<Invoke>>] klass:SuperInterface exact:false
601 /// CHECK: <<NullCheck:l\d+>> NullCheck [<<Phi>>] klass:SuperInterface exact:false
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
ClassProto.java 147 for (String superInterface: interfaceProto.getInterfaces().keySet()) {
148 if (!interfaces.containsKey(superInterface)) {
149 interfaces.put(superInterface, interfaceProto.getInterfaces().get(superInterface));
    [all...]
  /external/guice/extensions/throwingproviders/src/com/google/inject/throwingproviders/
ThrowingProviderBinder.java 458 // a default method on the interface w/ the superinterface type that
  /libcore/ojluni/src/main/java/java/lang/
Class.java 149 * indirectly via a superinterface. This will be null if neither we nor our superclass
505 * superinterface of, the class or interface represented by the specified
    [all...]
  /art/runtime/mirror/
class.cc 585 // Handle JLS soft errors, a default method from another superinterface tree can
586 // "override" an abstract method(s) from another superinterface tree(s). To do this,
    [all...]
class.h     [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xstutil/include/
d3d1xstutil.h 175 * and that you only call interface functions for the superinterface of IBar
  /external/doclava/src/com/google/doclava/
ClassInfo.java     [all...]
  /prebuilts/tools/common/m2/repository/org/antlr/stringtemplate/3.2.1/
stringtemplate-3.2.1.jar 
  /prebuilts/devtools/tools/lib/
ecj-4.4.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.4/
ecj-4.4.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.4.2/
ecj-4.4.2.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.5.1/
ecj-4.5.1.jar 

Completed in 653 milliseconds

1 2 3