Searched defs:I3 (Results 1 - 11 of 11) sorted by relevance

/openjdk7/langtools/test/com/sun/javadoc/testOverridenMethods/pkg3/
H A DI3.java26 public interface I3 extends I4 { interface in inherits:I4
/openjdk7/langtools/test/tools/javac/generics/rawOverride/
H A DWarn2.java35 interface I3 { interface
39 class C3 implements I3 {
/openjdk7/langtools/test/tools/javac/generics/wildcards/pos/
H A DInstanceOf.java40 static interface I3<T> extends I2<T> { } interface in class:InstanceOf
46 b = inv instanceof I3; // <<pass>>
47 b = cov instanceof I3; // <<pass>>
48 b = con instanceof I3; // <<pass>>
/openjdk7/langtools/test/tools/javac/generics/6294779/
H A DT6294779b.java44 interface I3<E> { interface in class:T6294779b
48 interface I4<E> extends I1<E>, I2<E>, I3<E> {}
H A DT6294779c.java48 interface I3 { interface in class:T6294779c
52 interface I4 extends I1, I2, I3 {}
/openjdk7/langtools/test/tools/javac/miranda/
H A DT4528315.java43 interface I3 extends I1, I2 { interface in inherits:I1,I2
47 public void foo(I3 i3) {
/openjdk7/jdk/test/java/lang/reflect/Generics/
H A DTestC2.java54 interface I1<X1, X2> extends I3 {
66 interface I3 { interface
75 implements I1<T1, T2>, I2<T1, T3, T2>, I3
217 t == I3.class :
218 "Third superinterface of C2 is I3";
225 "I3 has two formal type parameters";
241 sis[0] == I3.class :
242 "Superinterface of I1 is I3";
247 "I3 has three formal type parameters";
262 tvs = I3
[all...]
/openjdk7/langtools/test/tools/apt/mirror/type/
H A DInterfaceTyp.java62 private I3<T1> f6;
124 "I3<T1>"
201 interface I3<T> { interface
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/
H A DSPARCRegisters.java58 public static final SPARCRegister I3; field in class:SPARCRegisters
96 I3 = new SPARCRegister(27);
121 registerNames[I3.getNumber()] = "%i3";
137 L4, L5, L6, L7, I0, I1, I2, I3, I4, I5,
160 public static final SPARCRegister IdispatchAddress = I3; // Register which saves the dispatch address for each bytecode
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dregister_sparc.hpp149 CONSTANT_REGISTER_DECLARATION(Register, I3 , (RegisterImpl::ibase + 3));
204 #define I3 ((Register)(I3_RegisterEnumValue)) macro
/openjdk7/jdk/test/java/beans/XMLEncoder/
H A DEnumPrivate.java28 A3,B3,C3,D3,E3,F3,G3,H3,I3,J3,K3,L3,M3,N3,O3,P3,Q3,R3,S3,T3,U3,V3,W3,X3,Y3,Z3, enum constant in enum:EnumPrivate

Completed in 70 milliseconds