Searched refs:currentIndex (Results 1 – 3 of 3) sorted by relevance
422 int currentIndex = 0; in isStillRunning() local432 mRemoteTradefedDir + PROTO_RESULT_NAME + currentIndex); in isStillRunning()434 currentIndex++; in isStillRunning()508 mRemoteTradefedDir + PROTO_RESULT_NAME + currentIndex); in isStillRunning()510 currentIndex++; in isStillRunning()
1820 private int moveToNextIndexMatchingRegex(String regex, String[] lines, int currentIndex) { in moveToNextIndexMatchingRegex() argument1821 while (currentIndex < lines.length && !lines[currentIndex].matches(regex)) { in moveToNextIndexMatchingRegex()1822 currentIndex++; in moveToNextIndexMatchingRegex()1825 if (currentIndex >= lines.length) { in moveToNextIndexMatchingRegex()1832 return currentIndex; in moveToNextIndexMatchingRegex()
META-INF/ META-INF/MANIFEST.MF jline/ jline/CompletionHandler.class CompletionHandler ...