Searched refs:SimplePerfResult (Results 1 – 5 of 5) sorted by relevance
91 public static SimplePerfResult parseRawOutput(String output) { in parseRawOutput()92 SimplePerfResult result = new SimplePerfResult(); in parseRawOutput()
28 public class SimplePerfResult { class39 public SimplePerfResult() { in SimplePerfResult() method in SimplePerfResult
93 public SimplePerfResult executeCommand(String command) throws DeviceNotAvailableException { in executeCommand()
90 SimplePerfResult result = SimplePerfStatResultParser.parseRawOutput(nullString); in testParseRawOutputWithNullString()96 SimplePerfResult result = SimplePerfStatResultParser.parseRawOutput(emptyString); in testParseRawOutputWithEmptyString()113 SimplePerfResult result = SimplePerfStatResultParser.parseRawOutput(validString); in testParseRawOutputWithValidString()
29 import com.android.tradefed.util.SimplePerfResult;252 SimplePerfResult spResult = null; in runDdIteration()283 SimplePerfResult spResult = null; in runRandomIteration()306 private void simpleperfResultAggregation(SimplePerfResult spResult, in simpleperfResultAggregation()