Searched refs:i2 (Results 1 - 25 of 111) sorted by relevance

12345

/openjdk7/langtools/test/tools/javac/ForwardReference/
H A DT6676362b.java34 static final int i1 = T6676362b.i2; //legal - usage is not via simple name
35 static final int i2 = i1; field in class:T6676362b
/openjdk7/langtools/test/tools/javac/conditional/6500343/
H A DT6500343b.java35 final static int i2 = 1; field in class:T6500343b
41 case (i1 == i2 ? 2 : 3):
/openjdk7/langtools/test/tools/javac/diags/examples/
H A DInapplicableSymbols.java30 void m(int i1, int i2) {} argument
/openjdk7/hotspot/test/compiler/5091921/
H A DTest6196102.java36 int i2 = Integer.MAX_VALUE;
40 if (i1 > i2) {
/openjdk7/hotspot/test/compiler/6916644/
H A DTest6916644.java36 static int i2; field in class:Test6916644
39 result = (d <= 0.0D) ? i1 : i2;
/openjdk7/langtools/test/tools/javac/DefiniteAssignment/7003744/
H A DT7003744b.java37 for (int i1 = 0, i2 = 2; i1 < i2; i1++) {
/openjdk7/hotspot/test/compiler/6885584/
H A DTest6885584.java37 static private int i2; field in class:Test6885584
48 i1 = i2;
53 if(i2 > i3)i1 = k;
/openjdk7/hotspot/test/runtime/6888954/
H A Dvmerrors.sh45 i2=$i
46 [ $i -lt 10 ] && i2=0$i
49 -XX:ErrorHandlerTest=${i} -version > ${i2}.out 2>&1
55 mv hs_err_pid*.log ${i2}.log || exit $rc
57 for f in ${i2}.log ${i2}.out
/openjdk7/jdk/src/share/classes/sun/audio/
H A DContinuousAudioDataStream.java75 int i2 = super.read(ab, i1 + k, j - k);
76 if (i2 >= 0) k += i2;
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DInstructionComparator.java76 public boolean equals(Instruction i1, Instruction i2) {
77 if(i1.opcode == i2.opcode) {
80 InstructionHandle[] t2 = ((Select)i2).getTargets();
93 ((BranchInstruction)i2).target;
96 equals(((ConstantPushInstruction)i2).getValue());
99 ((IndexedInstruction)i2).getIndex();
101 return ((NEWARRAY)i1).getTypecode() == ((NEWARRAY)i2).getTypecode();
111 public boolean equals(Instruction i1, Instruction i2); argument
/openjdk7/hotspot/test/compiler/8007294/
H A DTest8007294.java35 int i2; field in class:Test8007294
37 Test8007294(int i1, int i2) { argument
39 this.i2 = i2;
51 int v2 = obj.i2;
52 obj.i2 = v3;
78 if (obj.i1 != 100 || obj.i2 != 10) {
79 System.out.println("FAILED test1 obj.i1 = " + obj.i1 +", obj.i2 = " + obj.i2);
/openjdk7/langtools/test/tools/javac/generics/inference/5034571/
H A DT5034571.java41 void i2(); method in interface:T5034571.I2
50 g1.get().i2();
/openjdk7/langtools/test/tools/javac/meth/
H A DXlintWarn.java38 int i2 = (int)mh.invoke();
44 int i2 = (int)(mh.invoke());
50 int i2 = (int)((mh.invoke()));
/openjdk7/langtools/test/tools/javac/overload/
H A DT5090220.java32 static void foo(int i1, Integer i2) { argument
/openjdk7/jdk/test/javax/swing/text/Utilities/
H A Dbug7045593.java73 private static void assertEquals(int i1, int i2) { argument
74 if (i1 != i2) {
75 throw new RuntimeException("Test failed, " + i1 + " != " + i2);
/openjdk7/langtools/test/tools/javac/7024568/
H A DT7024568.java37 public void test(int i1, int i2, int i3, int i4, int i5, int i6, int i7, int i8, String str); argument
38 public void test(int i1, int i2, int i3, int i4, int i5, int i6, int i7, int i8, long l); argument
/openjdk7/langtools/test/tools/javac/
H A DT6227617.java14 int i2 = (int) i1; // warn
34 static final int i2 = (int) 1L; field in class:Foo
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/utils/
H A DLocaleUtility.java55 int i2 = lang.indexOf(IETF_SEPARATOR, i1);
56 if (i2 < 0) {
59 country = lang.substring(i1, i2);
60 variant = lang.substring(i2+1);
/openjdk7/langtools/test/tools/javac/ClassModifiers/
H A DInterfaceAndInnerClsCtor.java50 public final static Inner i2 = new Inner(7); field in interface:InterfaceAndInnerClsCtor
/openjdk7/jdk/test/java/lang/invoke/
H A DClassValueTest.java124 for (int i2 = 0; i2 < CVN_COUNT2; i2++) {
125 int n = i1*CVN_COUNT2 + i2;
130 boolean doremove = (((i1 + i2) & 3) == 0);
149 if (i1 > i2 && i1 < i2+5) continue eachClass; // leave diagonal gap
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/parse/compact/
H A DCompactSyntaxTokenManager.java1067 int i2 = (curChar & 0xff) >> 6;
1074 if (jjCanMove_0(hiByte, i1, i2, l1, l2))
1079 if (jjCanMove_1(hiByte, i1, i2, l1, l2))
1087 if (jjCanMove_2(hiByte, i1, i2, l1, l2))
1093 if (jjCanMove_2(hiByte, i1, i2, l1, l2))
1095 if (jjCanMove_2(hiByte, i1, i2, l1, l2))
1099 if (!jjCanMove_0(hiByte, i1, i2, l1, l2))
1106 if (!jjCanMove_0(hiByte, i1, i2, l1, l2))
1113 if (!jjCanMove_1(hiByte, i1, i2, l1, l2))
1120 if (!jjCanMove_2(hiByte, i1, i2, l
1499 jjCanMove_0(int hiByte, int i1, int i2, long l1, long l2) argument
1511 jjCanMove_1(int hiByte, int i1, int i2, long l1, long l2) argument
1567 jjCanMove_2(int hiByte, int i1, int i2, long l1, long l2) argument
[all...]
/openjdk7/hotspot/test/compiler/7048332/
H A DTest7048332.java40 static int test(int i1, int i2, int i3, int i4, int i5, int i6) { argument
/openjdk7/langtools/test/tools/javadoc/6964914/
H A DTestStdDoclet.java94 private void checkEqual(String l1, int i1, String l2, int i2) throws Exception { argument
95 if (i1 != i2)
97 + l2 + " warn count, " + i2);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/scd/
H A DSCDParserTokenManager.java2105 int i2 = (curChar & 0xff) >> 6;
2113 if (!jjCanMove_1(hiByte, i1, i2, l1, l2))
2120 if (!jjCanMove_1(hiByte, i1, i2, l1, l2))
2127 if (!jjCanMove_1(hiByte, i1, i2, l1, l2))
2134 if (!jjCanMove_1(hiByte, i1, i2, l1, l2))
2141 if (!jjCanMove_1(hiByte, i1, i2, l1, l2))
2148 if (!jjCanMove_1(hiByte, i1, i2, l1, l2))
2155 if (!jjCanMove_0(hiByte, i1, i2, l1, l2))
2162 if (!jjCanMove_1(hiByte, i1, i2, l1, l2))
2169 if (!jjCanMove_1(hiByte, i1, i2, l
2195 jjCanMove_0(int hiByte, int i1, int i2, long l1, long l2) argument
2251 jjCanMove_1(int hiByte, int i1, int i2, long l1, long l2) argument
[all...]
/openjdk7/jdk/test/demo/jvmti/hprof/
H A DUseAllBytecodes.java41 public int i1, i2; field in class:UseAllBytecodes
93 i2 = 12345678; /* This puts a CONSTANT_Integer into the CP */
101 i2 = p2;
115 i2 = p2;
116 return i2 + 1;

Completed in 585 milliseconds

12345