Searched refs:processLines (Results 1 – 2 of 2) sorted by relevance
44 String processLines[] = psOutput.split(LINE_SEPARATOR); in getProcesses() local51 if (processLines[0].equals(BAD_PID)) { in getProcesses()63 for (int lineCount = startLineNum; lineCount < processLines.length; lineCount++) { in getProcesses()64 String processInfoStr[] = processLines[lineCount].split(PROCESS_INFO_SEPARATOR); in getProcesses()
163 processLines(root, lineIterator); in processResultsFileContent()167 private void processLines(TestResult currentTest, Iterator<String> lineIterator) { in processLines() method in KTapResultParser186 processLines(subtest, lineIterator); in processLines()201 processLines(subtest, lineIterator); in processLines()274 processLines(currentTest, lineIterator); in processLines()