/cts/tools/vm-tests-tf/src/dot/junit/opcodes/iput_boolean/d/ |
D | T_iput_boolean_14.java | 25 public boolean getProtectedField(){ in getProtectedField() method in T_iput_boolean_14
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/iput_byte/d/ |
D | T_iput_byte_14.java | 25 public byte getProtectedField(){ in getProtectedField() method in T_iput_byte_14
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/iput_char/d/ |
D | T_iput_char_14.java | 25 public char getProtectedField(){ in getProtectedField() method in T_iput_char_14
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/iput_short/d/ |
D | T_iput_short_14.java | 25 public short getProtectedField(){ in getProtectedField() method in T_iput_short_14
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/iput_wide/d/ |
D | T_iput_wide_14.java | 25 public long getProtectedField(){ in getProtectedField() method in T_iput_wide_14
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/iput/d/ |
D | T_iput_14.java | 25 public int getProtectedField(){ in getProtectedField() method in T_iput_14
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/iput_object/d/ |
D | T_iput_object_14.java | 25 public Object getProtectedField(){ in getProtectedField() method in T_iput_object_14
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sput_boolean/d/ |
D | T_sput_boolean_14.java | 25 public static boolean getProtectedField(){ in getProtectedField() method in T_sput_boolean_14
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sput_short/d/ |
D | T_sput_short_14.java | 25 public static short getProtectedField(){ in getProtectedField() method in T_sput_short_14
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sput_wide/d/ |
D | T_sput_wide_14.java | 25 public static long getProtectedField(){ in getProtectedField() method in T_sput_wide_14
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sput_char/d/ |
D | T_sput_char_14.java | 25 public static char getProtectedField(){ in getProtectedField() method in T_sput_char_14
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sput/d/ |
D | T_sput_14.java | 25 public static int getProtectedField(){ in getProtectedField() method in T_sput_14
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sput_byte/d/ |
D | T_sput_byte_14.java | 25 public static byte getProtectedField(){ in getProtectedField() method in T_sput_byte_14
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sput_short/ |
D | Test_sput_short.java | 62 assertEquals(0, T_sput_short_14.getProtectedField()); in testN4() 64 assertEquals(77, T_sput_short_14.getProtectedField()); in testN4()
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sput_char/ |
D | Test_sput_char.java | 62 assertEquals(0, T_sput_char_14.getProtectedField()); in testN4() 64 assertEquals(77, T_sput_char_14.getProtectedField()); in testN4()
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sput_boolean/ |
D | Test_sput_boolean.java | 64 assertEquals(false, T_sput_boolean_14.getProtectedField()); in testN4() 66 assertEquals(true, T_sput_boolean_14.getProtectedField()); in testN4()
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sput_byte/ |
D | Test_sput_byte.java | 62 assertEquals(0, T_sput_byte_14.getProtectedField()); in testN4() 64 assertEquals(77, T_sput_byte_14.getProtectedField()); in testN4()
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sput_object/d/ |
D | T_sput_object_14.java | 25 public static Object getProtectedField(){ in getProtectedField() method in T_sput_object_14
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sput_object/ |
D | Test_sput_object.java | 62 assertEquals(null, T_sput_object_14.getProtectedField()); in testN4() 64 assertEquals(t, T_sput_object_14.getProtectedField()); in testN4()
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/iput_boolean/ |
D | Test_iput_boolean.java | 64 assertEquals(false, t.getProtectedField()); in testN4() 66 assertEquals(true, t.getProtectedField()); in testN4()
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/iput_byte/ |
D | Test_iput_byte.java | 62 assertEquals(0, t.getProtectedField()); in testN4() 64 assertEquals(77, t.getProtectedField()); in testN4()
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/iput_char/ |
D | Test_iput_char.java | 62 assertEquals(0, t.getProtectedField()); in testN4() 64 assertEquals(77, t.getProtectedField()); in testN4()
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/iput_object/ |
D | Test_iput_object.java | 62 assertEquals(null, t.getProtectedField()); in testN4() 64 assertEquals(t, t.getProtectedField()); in testN4()
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/iput_short/ |
D | Test_iput_short.java | 62 assertEquals(0, t.getProtectedField()); in testN4() 64 assertEquals(77, t.getProtectedField()); in testN4()
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sput/ |
D | Test_sput.java | 76 assertEquals(0, T_sput_14.getProtectedField()); in testN4() 78 assertEquals(1000000, T_sput_14.getProtectedField()); in testN4()
|