/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/ |
D | PythonUnitTestResultParserTest.java | 133 mParser.processNewLines(output); in testParseNoTests() 153 mParser.processNewLines(output); in testParseSingleTestPass() 173 mParser.processNewLines(output); in testParseSingleTestPassWithExpectedFailure() 194 mParser.processNewLines(output); in testParseMultiTestPass() 215 mParser.processNewLines(output); in testParseMultiTestPassWithOneExpectedFailure() 236 mParser.processNewLines(output); in testParseMultiTestPassWithAllExpectedFailure() 264 mParser.processNewLines(output); in testParseSingleTestFail() 293 mParser.processNewLines(output); in testParseMultiTestFailWithExpectedFailure() 313 mParser.processNewLines(output); in testParseSingleTestUnexpectedSuccess() 334 mParser.processNewLines(output); in testParseSingleTestSkipped() [all …]
|
D | NativeStressTestParserTest.java | 43 mParser.processNewLines(new String[] {}); in testParse_empty() 54 mParser.processNewLines(new String[] {"blah blah", "more blah"}); in testParse_garbage() 65 mParser.processNewLines(new String[] {"==== Completed pass: 0"}); in testParse_oneIteration() 76 mParser.processNewLines(new String[] {"====Completedpass:0succeeded", in testParse_whitespace() 86 mParser.processNewLines(new String[] {"==== Completed pass: 0", "==== Completed pass: 1", in testParse_invalidIterationValue() 96 mParser.processNewLines(new String[] {"==== Completed pass: 0", "==== pass: 1 failed"}); in testParse_failedIteration()
|
D | GTestResultParserTest.java | 53 resultParser.processNewLines(contents); in testParseSimpleFile() 78 resultParser.processNewLines(contents); in testParseSimpleFileNoTimes() 94 resultParser.processNewLines(contents); in testParseNoTests() 119 resultParser.processNewLines(contents); in testParseLargerFile() 181 resultParser.processNewLines(contents); in testParseWithFailures() 233 resultParser.processNewLines(contents); in testParseWithErrors() 257 resultParser.processNewLines(contents); in testParseNonAlignedTag() 316 resultParser.processNewLines(contents); in testParseSimpleFile_AltFormat() 336 resultParser.processNewLines(contents); in testParseSimpleFile_LinkError() 358 resultParser.processNewLines(contents); in testParseSimpleFile_earlyError() [all …]
|
D | GTestListTestParserTest.java | 58 parser.processNewLines(contents); in testParseSimpleList() 83 parser.processNewLines(contents); in testParseMultiClassList() 97 parser.processNewLines(contents); in testParseMalformedList() 132 parser.processNewLines(contents); in testParseSimpleList_withSpecialChar() 160 parser.processNewLines(contents); in testParseParameterized()
|
D | NativeBenchmarkTestParserTest.java | 39 mParser.processNewLines(new String[] {"Time per iteration min: 5 avg: 55 max: 35"}); in testParse_allInts() 51 mParser.processNewLines(new String[] { in testParse_allFloats() 64 mParser.processNewLines(new String[] { in testParse_scientific()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/device/ |
D | DumpsysPackageReceiverTest.java | 37 p.processNewLines(froyoPkgTxt); in testParse_classic() 57 p.processNewLines(pkgTxt); in testParse_future() 79 p.processNewLines(pkgsTxt); in testParse_hidden()
|
D | CpuStatsCollectorTest.java | 154 mCollector.getReceiver().processNewLines(SINGLE_OUTPUT); in testCpuStatsParser_single() 231 mCollector.getReceiver().processNewLines(SINGLE_NON_AGGREGATE_OUTPUT); in testCpuStatsParser_single_non_aggregate() 271 mCollector.getReceiver().processNewLines(MULTI_OUTPUT); in testCpuStatsParser_multi() 314 mCollector.getReceiver().processNewLines(MULTI_NON_AGGREGATE_OUTPUT); in testCpuStatsParser_multi_non_aggregate()
|
D | TopHelperTest.java | 55 mTop.getReceiver().processNewLines(lines.split("\r\n")); in testTopParser_parse() 90 mTop.getReceiver().processNewLines(lines.split("\r\n")); in testTopParser_stats()
|
D | TestDeviceTest.java | 1244 receiver.processNewLines(new String[] {"Success"}); in testInstallPackages() 1391 receiver.processNewLines(new String[] {"Success"}); in testInstallPackage_default_runtimePermissionNotSupported() 1440 receiver.processNewLines(new String[] {"Success"}); in testInstallPackage_default_runtimePermissionSupported() 1470 receiver.processNewLines(new String[] {"Success"}); in testinstallPackageForUser_default_runtimePermissionNotSupported() 1502 receiver.processNewLines(new String[] {"Success"}); in testinstallPackageForUser_default_runtimePermissionSupported() 1553 receiver.processNewLines(new String[] {"Success"}); in testInstallPackage_grant_runtimePermissionSupported() 1579 receiver.processNewLines(new String[] {}); in testInstallPackage_timeout() 1611 receiver.processNewLines(new String[] {"Success"}); in testInstallPackage_noGrant_runtimePermissionSupported() 1658 receiver.processNewLines(new String[] {"Success"}); in testInstallPackageForUser_grant_runtimePermissionSupported() 1691 receiver.processNewLines(new String[] {"Success"}); in testInstallPackageForUser_noGrant_runtimePermissionSupported() [all …]
|
/tools/tradefederation/core/src/com/android/tradefed/testtype/ |
D | NativeStressTestParser.java | 64 public void processNewLines(String[] lines) { in processNewLines() method in NativeStressTestParser
|
D | NativeBenchmarkTestParser.java | 66 public void processNewLines(String[] lines) { in processNewLines() method in NativeBenchmarkTestParser
|
D | GTestListTestParser.java | 82 public void processNewLines(String[] lines) { in processNewLines() method in GTestListTestParser
|
D | PythonUnitTestRunner.java | 218 parser.processNewLines(c.getStderr().split("\n")); in doRunTest()
|
D | PythonUnitTestResultParser.java | 192 public void processNewLines(String[] lines) { in processNewLines() method in PythonUnitTestResultParser
|
D | InstalledInstrumentationsTest.java | 286 parser.processNewLines(pmListLines); in buildTests()
|
/tools/tradefederation/core/src/com/android/tradefed/device/ |
D | BatteryTemperature.java | 55 public void processNewLines(String[] lines) { in processNewLines() method in BatteryTemperature.DumpsysBatteryTemperatureReceiver
|
D | DumpsysPackageReceiver.java | 217 public void processNewLines(String[] lines) { in processNewLines() method in DumpsysPackageReceiver
|
D | TopHelper.java | 110 public void processNewLines(String[] lines) { in processNewLines() method in TopHelper.TopReceiver
|
D | CpuStatsCollector.java | 230 public void processNewLines(String[] lines) { in processNewLines() method in CpuStatsCollector.CpuStatsReceiver
|
/tools/tradefederation/core/src/com/android/tradefed/util/ |
D | SubprocessTestResultsParser.java | 290 processNewLines(listString.toArray(new String[listString.size()])); in parseFile() 296 public void processNewLines(String[] lines) { in processNewLines() method in SubprocessTestResultsParser
|
D | ListInstrumentationParser.java | 136 public void processNewLines(String[] lines) { in processNewLines() method in ListInstrumentationParser
|
D | LogcatEventParser.java | 109 public void processNewLines(String[] strings) { in processNewLines() method in LogcatEventParser.EventReceiver
|
/tools/tradefederation/core/tests/src/com/android/tradefed/util/ |
D | ListInstrumentationParserTest.java | 75 mParser.processNewLines(pmListOutput); in testSimpleParse()
|
D | SubprocessTestResultsParserTest.java | 117 resultParser.processNewLines(contents); in testParse_randomEvents() 155 resultParser.processNewLines(contents); in testParse_invalidEventOrder()
|
/tools/tradefederation/core/src/com/android/tradefed/testtype/python/ |
D | PythonBinaryHostTest.java | 238 pythonParser.processNewLines(result.getStderr().split("\n")); in runSinglePythonFile()
|