Searched defs:X2 (Results 1 - 12 of 12) sorted by relevance

/openjdk7/langtools/test/tools/javac/
H A DInterfaceOverrideCheck.java35 class X2 extends Throwable {} class in inherits:Throwable
44 int f(int i, int j) throws X1,X2;// error: Throws clause conflict.
/openjdk7/langtools/test/tools/javac/cast/6302214/
H A DT6302214a.java34 class X2 extends X<String> {} class in class:T6302214a
37 X2 x2 = (X2)x;
H A DT6302214.java34 m3((X2) m());
36 void m3(X2 i) { }
45 class X2 extends X<String> { } class in class:T6302214
/openjdk7/langtools/test/tools/javac/generics/
H A DInheritanceConflict3.java40 class X2 extends X1 { class in inherits:X1
/openjdk7/langtools/test/tools/javac/multicatch/7005371/
H A DSubTest.java30 static class X2 extends Exception implements Foo {} class in class:SubTest
37 throw new X2();
39 catch (X1 | X2 ex) {}
/openjdk7/langtools/test/tools/javac/multicatch/
H A DPos08.java35 static class X2 extends Exception implements Foo {} class in class:Pos08
42 throw new X2();
44 catch (final X1 | X2 ex) {}
H A DPos08eff_final.java35 static class X2 extends Exception implements Foo {} class in class:Pos08eff_final
42 throw new X2();
44 catch (X1 | X2 ex) {}
/openjdk7/langtools/test/tools/javac/generics/6711619/
H A DT6711619b.java20 static class X2<E extends X2<E>> { class in class:T6711619b
/openjdk7/jdk/src/solaris/native/sun/awt/medialib/
H A Dmlib_v_ImageChannelInsert.c302 const mlib_s32 X2 = 0x1; local
H A Dmlib_v_ImageChannelExtract.c343 const mlib_s32 X2 = 0x1; local
/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DProcessPath.c1370 jint X1, Y1, X2, Y2, X3, Y3, res; local
1405 X2 = (jint)(x2*MDP_MULT);
1408 hnd->pProcessFixedLine(hnd, X1, Y1, X2, Y2, pixelInfo,
1445 X2 = (jint)(x2*MDP_MULT);
1447 hnd->pProcessFixedLine(hnd, X1, Y1, X2, Y2, pixelInfo,
1454 hnd->pProcessFixedLine(hnd, X2, Y2, X3, Y3, pixelInfo,
/openjdk7/jdk/test/java/beans/XMLEncoder/
H A DEnumPrivate.java27 A2,B2,C2,D2,E2,F2,G2,H2,I2,J2,K2,L2,M2,N2,O2,P2,Q2,R2,S2,T2,U2,V2,W2,X2,Y2,Z2, enum constant in enum:EnumPrivate

Completed in 81 milliseconds