Home
last modified time | relevance | path

Searched defs:cmd_result (Results 1 – 3 of 3) sorted by relevance

/tools/tradefederation/core/javatests/com/android/tradefed/testtype/
DGoogleBenchmarkResultParserTest.java98 CommandResult cmd_result = new CommandResult(); in testParseSimpleFile() local
157 CommandResult cmd_result = new CommandResult(); in testParseSimpleFile_twoTests() local
184 CommandResult cmd_result = new CommandResult(); in testParse_contextError() local
199 CommandResult cmd_result = new CommandResult(); in testParse_noBenchmarkResults() local
216 CommandResult cmd_result = new CommandResult(); in testParse_benchmarkError() local
256 CommandResult cmd_result = new CommandResult(); in testParseSimpleFile_withWarning() local
283 CommandResult cmd_result = new CommandResult(); in testParse_ignore() local
315 CommandResult cmd_result = new CommandResult(); in testParse_aborted() local
337 CommandResult cmd_result = new CommandResult(); in testParse_timedout() local
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DGoogleBenchmarkResultParser.java62 public Map<String, String> parse(CommandResult cmd_result) { in parse()
DGoogleBenchmarkTest.java227 CommandResult cmd_result = executeCommand(testDevice, cmd); in doRunAllTestsInSubdirectory() local