/cts/tests/tests/provider/src/android/provider/cts/contacts/ |
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/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/openglperf/src/android/openglperf/cts/ |
D | Sphere.java | 106 int i1 = i + 1; in Sphere() local 116 indexBuffer[index++] = (short) (i1 * iMax + j); in Sphere() 117 indexBuffer[index++] = (short) (i1 * iMax + j1); in Sphere() 119 indexBuffer[index++] = (short) (i1 * iMax + j1); in Sphere()
|
/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_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()
|
/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()
|
/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.smali | 19 .field public i1:B 27 iput-byte v2, v3, Ldot/junit/opcodes/sget_byte/d/T_sget_byte_5;->i1:B 34 sget-byte v1, Ldot/junit/opcodes/sget_byte/d/T_sget_byte_5;->i1:B
|
/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.smali | 19 .field public i1:I 27 iput v2, v3, Ldot/junit/opcodes/sget/d/T_sget_5;->i1:I 34 sget v1, Ldot/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()
|
D | T_sget_boolean_5.smali | 19 .field public i1:Z 27 iput-boolean v2, v3, Ldot/junit/opcodes/sget_boolean/d/T_sget_boolean_5;->i1:Z 34 sget-boolean v1, Ldot/junit/opcodes/sget_boolean/d/T_sget_boolean_5;->i1:Z
|
/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/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_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_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/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/tests/tests/graphics/src/android/graphics/cts/ |
D | SweepGradientTest.java | 124 int i1 = idx - 1; // index of next lower color and position in verifyColors() local 126 double delta = (relPos - positions[i1]) / (positions[i2] - positions[i1]); in verifyColors() 127 int alpha = (int) ((1d - delta) * Color.alpha(colors[i1]) + in verifyColors() 129 int red = (int) ((1d - delta) * Color.red(colors[i1]) + in verifyColors() 131 int green = (int) ((1d - delta) * Color.green(colors[i1]) + in verifyColors() 133 int blue = (int) ((1d - delta) * Color.blue(colors[i1]) + in verifyColors()
|
/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()
|