Searched refs:currentIndex (Results 1 – 3 of 3) sorted by relevance
512 int currentIndex = 0; in isStillRunning() local516 String remoteFilePath = mRemoteTradefedDir + PROTO_RESULT_NAME + currentIndex; in isStillRunning()523 currentIndex++; in isStillRunning()592 String remoteFilePath = mRemoteTradefedDir + PROTO_RESULT_NAME + currentIndex; in isStillRunning()599 currentIndex++; in isStillRunning()
2499 private int moveToNextIndexMatchingRegex(String regex, String[] lines, int currentIndex) { in moveToNextIndexMatchingRegex() argument2500 while (currentIndex < lines.length && !lines[currentIndex].matches(regex)) { in moveToNextIndexMatchingRegex()2501 currentIndex++; in moveToNextIndexMatchingRegex()2504 if (currentIndex >= lines.length) { in moveToNextIndexMatchingRegex()2511 return currentIndex; in moveToNextIndexMatchingRegex()
167547 .local v0, "currentIndex", int