Searched refs:loopIndex (Results 1 – 2 of 2) sorted by relevance
90 for (int loopIndex = 0; loopIndex < loopCount; loopIndex++) { in testOpenPlayClose() local94 if ((loopIndex & 1) == 0) { in testOpenPlayClose()115 argParser.getDurationSeconds(), (loopIndex + 1), loopCount); in testOpenPlayClose()144 if ((loopIndex & 2) == 0) { in testOpenPlayClose()
194 for (int loopIndex = 0; loopIndex < one.numLoops(); loopIndex++) { in s2PolygonEquals()195 S2Loop oneLoop = one.loop(loopIndex); in s2PolygonEquals()196 S2Loop twoLoop = two.loop(loopIndex); in s2PolygonEquals()243 for (int loopIndex = 0; loopIndex < s2Polygon.numLoops(); loopIndex++) { in store()244 S2Loop s2Loop = s2Polygon.loop(loopIndex); in store()