Home
last modified time | relevance | path

Searched refs:nextIndex (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/webkit/src/android/webkit/cts/
DDateSorterTest.java69 int nextIndex = i + 1; in testGetIndex() local
73 assertEquals(nextIndex, dateSorter.getIndex(boundary)); in testGetIndex()
74 assertEquals(nextIndex, dateSorter.getIndex(boundary-1)); in testGetIndex()
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/utils/
DGestureUtils.java346 final int nextIndex = tapIndex * fingerCount + i;
348 strokes[nextIndex] = startingAt(nextStartTime, click(pointers[i]));
395 final int nextIndex = tapIndex * fingerCount + i;
399 strokes[nextIndex] = startingAt(nextStartTime, longClick(pointers[i]));
401 strokes[nextIndex] = startingAt(nextStartTime, click(pointers[i]));
/cts/tests/tests/graphics/jni/
DVulkanPreTransformTestHelpers.cpp841 uint32_t nextIndex; in drawFrame() local
843 mSemaphore, VK_NULL_HANDLE, &nextIndex)); in drawFrame()
855 .pCommandBuffers = &mCommandBuffers[nextIndex], in drawFrame()
871 .pImageIndices = &nextIndex, in drawFrame()