Searched refs:timeEnd (Results 1 – 2 of 2) sorted by relevance
190 final int timeEnd = rawLine.indexOf(':', taskPid.length()); in TraceMarkLine() local191 if (timeEnd < 0) { in TraceMarkLine()194 final int timeBegin = rawLine.lastIndexOf(' ', timeEnd); in TraceMarkLine()198 timestamp = parseMicroseconds(rawLine.substring(timeBegin, timeEnd)); in TraceMarkLine()
6843 final long timeEnd = timeStart + 100 * 1000; in requestCopyPreoptedFiles() local6852 if (timeNow > timeEnd) { in requestCopyPreoptedFiles()