/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_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/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/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()
|
D | T_iput_byte_1.java | 20 public byte st_i1; field in T_iput_byte_1 25 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()
|
D | T_sput_5.java | 20 public static int st_i1; field in T_sput_5 23 st_i1 = 1000000; in run()
|
D | T_sput_1.java | 20 public static int st_i1; field in T_sput_1 25 st_i1 = 1000000; in run()
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/iput_short/d/ |
D | T_iput_short_12.java | 20 public short st_i1; field in T_iput_short_12 23 st_i1 = 77; in run()
|
D | T_iput_short_1.java | 20 public short st_i1; field in T_iput_short_1 25 st_i1 = 77; in run()
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/iput_boolean/d/ |
D | T_iput_boolean_12.java | 20 public boolean st_i1; field in T_iput_boolean_12 23 st_i1 = true; in run()
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sput_short/d/ |
D | T_sput_short_12.java | 20 public static short st_i1; field in T_sput_short_12 23 st_i1 = 77; in run()
|
D | T_sput_short_1.java | 20 public static short st_i1; field in T_sput_short_1 25 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/iput/d/ |
D | T_iput_12.java | 20 public int st_i1; field in T_iput_12 23 st_i1 = 1000000; in run()
|
D | T_iput_5.java | 20 public int st_i1; field in T_iput_5 23 st_i1 = 1000000; in run()
|
D | T_iput_1.java | 20 public int st_i1; field in T_iput_1 25 st_i1 = 1000000; in run()
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/iput_wide/d/ |
D | T_iput_wide_12.java | 20 public long st_i1; field in T_iput_wide_12 23 st_i1 = 77; in run()
|
D | T_iput_wide_5.java | 20 public double st_i1; field in T_iput_wide_5 23 st_i1 = 0.5d; 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/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_object/d/ |
D | T_sput_object_12.java | 20 public static Object st_i1; field in T_sput_object_12 23 st_i1 = this; in run()
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/iput_object/d/ |
D | T_iput_object_12.java | 20 public Object st_i1; field in T_iput_object_12 23 st_i1 = this; in run()
|