Home
last modified time | relevance | path

Searched refs:i1 (Results 1 – 25 of 243) sorted by relevance

12345678910

/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_static/
DTestClass.java25 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/
DTestClass.java25 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/contacts/
DContactsContract_PinnedPositionsTest.java62 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/sget/d/
DT_sget_5.java21 public int i1 = 5; field in T_sget_5
23 return i1; in run()
DT_sget_5.d19 .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_wide/d/
DT_sget_wide_5.java21 public long i1 = 5; field in T_sget_wide_5
23 return i1; in run()
DT_sget_wide_5.d19 .field public i1 J
27 iput-wide v0, v3, dot.junit.opcodes.sget_wide.d.T_sget_wide_5.i1 J
34 sget-wide v1, dot.junit.opcodes.sget_wide.d.T_sget_wide_5.i1 J
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sget_char/d/
DT_sget_char_5.java21 public char i1 = 77; field in T_sget_char_5
23 return i1; in run()
DT_sget_char_1.java20 public static char i1 = 77; field in T_sget_char_1
25 return i1; in run()
DT_sget_char_5.d19 .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_byte/d/
DT_sget_byte_5.java21 public byte i1 = 77; field in T_sget_byte_5
23 return i1; in run()
DT_sget_byte_1.java20 public static byte i1 = 77; field in T_sget_byte_1
25 return i1; in run()
DT_sget_byte_5.d19 .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/sget_short/d/
DT_sget_short_5.java21 public short i1 = 32000; field in T_sget_short_5
23 return i1; in run()
DT_sget_short_1.java20 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_boolean/d/
DT_sget_boolean_5.java21 public boolean i1 = false; field in T_sget_boolean_5
23 return i1; in run()
DT_sget_boolean_1.java20 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/iget_char/d/
DT_iget_char_1.java20 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_boolean/d/
DT_iget_boolean_1.java20 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/
DT_iget_byte_1.java20 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_short/d/
DT_iget_short_1.java20 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/
DT_sget_object_5.java21 public Object i1 = null; field in T_sget_object_5
23 return i1; in run()
DT_sget_object_1.java20 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/
DT_iget_object_1.java20 public Object i1 = null; field in T_iget_object_1
25 return i1; in run()
/cts/tests/tests/graphics/src/android/graphics/cts/
DSweepGradientTest.java119 int i1 = idx - 1; // index of next lower color and position in verifyColors() local
121 double delta = (relPos - positions[i1]) / (positions[i2] - positions[i1]); in verifyColors()
122 int alpha = (int) ((1d - delta) * Color.alpha(colors[i1]) + in verifyColors()
124 int red = (int) ((1d - delta) * Color.red(colors[i1]) + in verifyColors()
126 int green = (int) ((1d - delta) * Color.green(colors[i1]) + in verifyColors()
128 int blue = (int) ((1d - delta) * Color.blue(colors[i1]) + in verifyColors()

12345678910