/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_static/ |
D | TestClass.java | 25 public static int test1(int i1){ in test1() argument 26 int i = i1 + 5; in test1() 30 public static int testArgsOrder(int i1, int i2){ in testArgsOrder() argument 33 int i = i1 / i2; in testArgsOrder()
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_static_range/ |
D | TestClass.java | 25 public static int test1(int i1){ in test1() argument 26 int i = i1 + 5; in test1() 30 public static int testArgsOrder(int i1, int i2){ in testArgsOrder() argument 33 int i = i1 / i2; in testArgsOrder()
|
/cts/tests/tests/provider/src/android/provider/cts/ |
D | ContactsContract_PinnedPositionsTest.java | 62 final DatabaseAsserts.ContactIdPair i1 = DatabaseAsserts.assertAndCreateContact(mResolver); in testPinnedPositionsUpdate() local 69 assertValuesForContact(i1.mContactId, in testPinnedPositionsUpdate() 78 assertValuesForRawContact(i1.mRawContactId, newContentValues(RawContacts.PINNED, unpinned)); in testPinnedPositionsUpdate() 85 operations.add(newPinningOperation(i1.mContactId, 1, true)); in testPinnedPositionsUpdate() 90 assertValuesForContact(i1.mContactId, in testPinnedPositionsUpdate() 100 assertValuesForRawContact(i1.mRawContactId, newContentValues(RawContacts.PINNED, 1)); in testPinnedPositionsUpdate() 111 assertValuesForContact(i1.mContactId, in testPinnedPositionsUpdate() 120 assertValuesForRawContact(i1.mRawContactId, in testPinnedPositionsUpdate() 129 ContactUtil.delete(mResolver, i1.mContactId); in testPinnedPositionsUpdate() 140 final DatabaseAsserts.ContactIdPair i1 = DatabaseAsserts.assertAndCreateContact(mResolver); in testPinnedPositionsAfterJoinAndSplit() local [all …]
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | SweepGradientTest.java | 107 int i1 = idx - 1; // index of next lower color and position in checkColors() local 109 double delta = (relPos - positions[i1]) / (positions[i2] - positions[i1]); in checkColors() 110 int alpha = (int) ((1d - delta) * Color.alpha(colors[i1]) + in checkColors() 112 int red = (int) ((1d - delta) * Color.red(colors[i1]) + in checkColors() 114 int green = (int) ((1d - delta) * Color.green(colors[i1]) + in checkColors() 116 int blue = (int) ((1d - delta) * Color.blue(colors[i1]) + in checkColors()
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sget/d/ |
D | T_sget_5.java | 21 public int i1 = 5; field in T_sget_5 23 return i1; in run()
|
D | T_sget_5.d | 19 .field public i1 I 27 iput v2, v3, dot.junit.opcodes.sget.d.T_sget_5.i1 I 34 sget v1, dot.junit.opcodes.sget.d.T_sget_5.i1 I
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sget_boolean/d/ |
D | T_sget_boolean_5.java | 21 public boolean i1 = false; field in T_sget_boolean_5 23 return i1; in run()
|
D | T_sget_boolean_1.java | 20 public static boolean i1 = true; field in T_sget_boolean_1 25 return i1; in run()
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sget_char/d/ |
D | T_sget_char_5.java | 21 public char i1 = 77; field in T_sget_char_5 23 return i1; in run()
|
D | T_sget_char_1.java | 20 public static char i1 = 77; field in T_sget_char_1 25 return i1; in run()
|
D | T_sget_char_5.d | 19 .field public i1 C 27 iput-char v2, v3, dot.junit.opcodes.sget_char.d.T_sget_char_5.i1 C 34 sget-char v1, dot.junit.opcodes.sget_char.d.T_sget_char_5.i1 C
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sget_short/d/ |
D | T_sget_short_5.java | 21 public short i1 = 32000; field in T_sget_short_5 23 return i1; in run()
|
D | T_sget_short_1.java | 20 public static short i1 = 32000; field in T_sget_short_1 25 return i1; in run()
|
D | T_sget_short_5.d | 19 .field public i1 S 27 iput-short v2, v3, dot.junit.opcodes.sget_short.d.T_sget_short_5.i1 S 34 sget-short v1, dot.junit.opcodes.sget_short.d.T_sget_short_5.i1 S
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sget_wide/d/ |
D | T_sget_wide_5.java | 21 public long i1 = 5; field in T_sget_wide_5 23 return i1; in run()
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sget_byte/d/ |
D | T_sget_byte_5.java | 21 public byte i1 = 77; field in T_sget_byte_5 23 return i1; in run()
|
D | T_sget_byte_1.java | 20 public static byte i1 = 77; field in T_sget_byte_1 25 return i1; in run()
|
D | T_sget_byte_5.d | 19 .field public i1 B 27 iput-byte v2, v3, dot.junit.opcodes.sget_byte.d.T_sget_byte_5.i1 B 34 sget-byte v1, dot.junit.opcodes.sget_byte.d.T_sget_byte_5.i1 B
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/iget_boolean/d/ |
D | T_iget_boolean_1.java | 20 public boolean i1 = true; field in T_iget_boolean_1 25 return i1; in run()
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/iget_byte/d/ |
D | T_iget_byte_1.java | 20 public static byte i1 = 77; field in T_iget_byte_1 25 return i1; in run()
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/iget_char/d/ |
D | T_iget_char_1.java | 20 public char i1 = 77; field in T_iget_char_1 25 return i1; in run()
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/iget_short/d/ |
D | T_iget_short_1.java | 20 public short i1 = 32000; field in T_iget_short_1 25 return i1; in run()
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sget_object/d/ |
D | T_sget_object_5.java | 21 public Object i1 = null; field in T_sget_object_5 23 return i1; in run()
|
D | T_sget_object_1.java | 20 public static Object i1 = null; field in T_sget_object_1 25 return i1; in run()
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/iget_object/d/ |
D | T_iget_object_1.java | 20 public Object i1 = null; field in T_iget_object_1 25 return i1; in run()
|