Home
last modified time | relevance | path

Searched defs:i2 (Results 1 – 7 of 7) sorted by relevance

/cts/tests/tests/provider/src/android/provider/cts/
DContactsContract_PinnedPositionsTest.java63 final DatabaseAsserts.ContactIdPair i2 = DatabaseAsserts.assertAndCreateContact(mResolver); in testPinnedPositionsUpdate() local
141 final DatabaseAsserts.ContactIdPair i2 = DatabaseAsserts.assertAndCreateContact(mResolver); in testPinnedPositionsAfterJoinAndSplit() local
292 final DatabaseAsserts.ContactIdPair i2 = DatabaseAsserts.assertAndCreateContact(mResolver); in testPinnedPositionsAfterDemoteAndUndemote() local
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_static_range/
DTestClass.java30 public static int testArgsOrder(int i1, int i2){ in testArgsOrder()
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_static/
DTestClass.java30 public static int testArgsOrder(int i1, int i2){ in testArgsOrder()
/cts/tests/tests/graphics/src/android/graphics/cts/
DSweepGradientTest.java108 int i2 = idx; // index of next higher color and position in checkColors() local
/cts/tests/tests/renderscript/src/android/renderscript/cts/
DComputeTest.java129 Int2 i2 = new Int2(); in testJavaVectorTypes() local
793 int i2[] = new int[1]; in testInstance() local
/cts/tests/tests/os/src/android/os/cts/
DBundleTest.java389 final int i2 = 1007; in testGetInt2() local
415 final int i2 = 1007; in testGetIntegerArrayList() local
/cts/apps/CtsVerifier/lib/colorchecker/
Dcolorcheckertest.cpp797 void ColorCheckerTest::findBestMatch(int i1, int i2, int j1, int j2) { in findBestMatch()