/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sput_wide/ |
D | Test_sput_wide.java | 40 assertEquals(0, T_sput_wide_1.st_i1); in testN1() 42 assertEquals(778899112233l, T_sput_wide_1.st_i1); in testN1() 50 assertEquals(0.0d, T_sput_wide_5.st_i1); in testN2() 52 assertEquals(0.5d, T_sput_wide_5.st_i1); in testN2() 61 assertEquals(0, T_sput_wide_12.st_i1); in testN3() 63 assertEquals(77, T_sput_wide_12.st_i1); in testN3()
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/iput_wide/ |
D | Test_iput_wide.java | 40 assertEquals(0, t.st_i1); in testN1() 42 assertEquals(778899112233l, t.st_i1); in testN1() 50 assertEquals(0.0d, t.st_i1); in testN2() 52 assertEquals(0.5d, t.st_i1); in testN2() 61 assertEquals(0, t.st_i1); in testN3() 63 assertEquals(77, t.st_i1); in testN3()
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sput_short/ |
D | Test_sput_short.java | 39 assertEquals(0, T_sput_short_1.st_i1); in testN1() 41 assertEquals(77, T_sput_short_1.st_i1); in testN1() 50 assertEquals(0, T_sput_short_12.st_i1); in testN2() 52 assertEquals(77, T_sput_short_12.st_i1); in testN2()
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sput_boolean/ |
D | Test_sput_boolean.java | 41 assertEquals(false, T_sput_boolean_1.st_i1); in testN1() 43 assertEquals(true, T_sput_boolean_1.st_i1); in testN1() 52 assertEquals(false, T_sput_boolean_12.st_i1); in testN2() 54 assertEquals(true, T_sput_boolean_12.st_i1); in testN2()
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sput_char/ |
D | Test_sput_char.java | 39 assertEquals(0, T_sput_char_1.st_i1); in testN1() 41 assertEquals(77, T_sput_char_1.st_i1); in testN1() 50 assertEquals(0, T_sput_char_12.st_i1); in testN2() 52 assertEquals(77, T_sput_char_12.st_i1); in testN2()
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sput_byte/ |
D | Test_sput_byte.java | 39 assertEquals(0, T_sput_byte_1.st_i1); in testN1() 41 assertEquals(77, T_sput_byte_1.st_i1); in testN1() 50 assertEquals(0, T_sput_byte_12.st_i1); in testN2() 52 assertEquals(77, T_sput_byte_12.st_i1); in testN2()
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sput_object/ |
D | Test_sput_object.java | 39 assertEquals(null, T_sput_object_1.st_i1); in testN1() 41 assertEquals(t, T_sput_object_1.st_i1); in testN1() 50 assertEquals(null, T_sput_object_12.st_i1); in testN2() 52 assertEquals(t, T_sput_object_12.st_i1); in testN2()
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/iput_boolean/ |
D | Test_iput_boolean.java | 41 assertEquals(false, t.st_i1); in testN1() 43 assertEquals(true, t.st_i1); in testN1() 52 assertEquals(false, t.st_i1); in testN2() 54 assertEquals(true, t.st_i1); in testN2()
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/iput_char/ |
D | Test_iput_char.java | 39 assertEquals(0, t.st_i1); in testN1() 41 assertEquals(77, t.st_i1); in testN1() 50 assertEquals(0, t.st_i1); in testN2() 52 assertEquals(77, t.st_i1); in testN2()
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/iput_short/ |
D | Test_iput_short.java | 39 assertEquals(0, t.st_i1); in testN1() 41 assertEquals(77, t.st_i1); in testN1() 50 assertEquals(0, t.st_i1); in testN2() 52 assertEquals(77, t.st_i1); in testN2()
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/iput_object/ |
D | Test_iput_object.java | 39 assertEquals(null, t.st_i1); in testN1() 41 assertEquals(t, t.st_i1); in testN1() 50 assertEquals(null, t.st_i1); in testN2() 52 assertEquals(t, t.st_i1); in testN2()
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/iput_byte/ |
D | Test_iput_byte.java | 39 assertEquals(0, t.st_i1); in testN1() 41 assertEquals(77, t.st_i1); in testN1() 50 assertEquals(0, t.st_i1); in testN2() 52 assertEquals(77, t.st_i1); in testN2()
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/iput/ |
D | Test_iput.java | 42 assertEquals(0, t.st_i1); in testN1() 44 assertEquals(1000000, t.st_i1); in testN1() 63 assertEquals(0, t.st_i1); in testN3() 65 assertEquals(1000000, t.st_i1); in testN3()
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sput/ |
D | Test_sput.java | 43 assertEquals(0, T_sput_1.st_i1); in testN1() 45 assertEquals(1000000, T_sput_1.st_i1); in testN1() 64 assertEquals(0, T_sput_12.st_i1); in testN3() 66 assertEquals(1000000, T_sput_12.st_i1); in testN3()
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/iput_wide/d/ |
D | T_iput_wide_5.java | 20 public double st_i1; field in T_iput_wide_5 23 st_i1 = 0.5d; in run()
|
D | T_iput_wide_12.java | 20 public long st_i1; field in T_iput_wide_12 23 st_i1 = 77; in run()
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sput_wide/d/ |
D | T_sput_wide_5.java | 20 public static double st_i1; field in T_sput_wide_5 23 st_i1 = 0.5d; in run()
|
D | T_sput_wide_12.java | 20 public static long st_i1; field in T_sput_wide_12 23 st_i1 = 77; in run()
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/iput_char/d/ |
D | T_iput_char_12.java | 20 public char st_i1; field in T_iput_char_12 23 st_i1 = 77; in run()
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sput/d/ |
D | T_sput_12.java | 20 public static int st_i1; field in T_sput_12 23 st_i1 = 1000000; in run()
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sput_byte/d/ |
D | T_sput_byte_12.java | 20 public static byte st_i1; field in T_sput_byte_12 23 st_i1 = 77; in run()
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/iput/d/ |
D | T_iput_12.java | 20 public int st_i1; field in T_iput_12 23 st_i1 = 1000000; in run()
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sput_boolean/d/ |
D | T_sput_boolean_12.java | 20 public static boolean st_i1; field in T_sput_boolean_12 23 st_i1 = true; in run()
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sput_char/d/ |
D | T_sput_char_12.java | 20 public static char st_i1; field in T_sput_char_12 23 st_i1 = 77; in run()
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/iput_byte/d/ |
D | T_iput_byte_12.java | 20 public byte st_i1; field in T_iput_byte_12 23 st_i1 = 77; in run()
|