/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/ |
D | PythonUnitTestResultParserTest.java | 142 mParser.processNewLines(output); in testParseNoTests() 162 mParser.processNewLines(output); in testParseSingleTestPass() 182 mParser.processNewLines(output); in testParsePartialSingleLineMatchSkipped() 201 mParser.processNewLines(output); in testParseSingleTestPassWithExpectedFailure() 222 mParser.processNewLines(output); in testParseMultiTestPass() 243 mParser.processNewLines(output); in testParseMultiTestPassWithOneExpectedFailure() 264 mParser.processNewLines(output); in testParseMultiTestPassWithAllExpectedFailure() 292 mParser.processNewLines(output); in testParseSingleTestFail() 319 mParser.processNewLines(output); in testParseSubtestFailure() 348 mParser.processNewLines(output); in testParseMultiTestFailWithExpectedFailure() [all …]
|
D | GTestResultParserTest.java | 56 resultParser.processNewLines(contents); in testParseSimpleFile() 80 resultParser.processNewLines(contents); in testParseSimpleFileNoTimes() 96 resultParser.processNewLines(contents); in testParseNoTests() 120 resultParser.processNewLines(contents); in testParseLargerFile() 181 resultParser.processNewLines(contents); in testParseWithFailures() 232 resultParser.processNewLines(contents); in testParseWithErrors() 255 resultParser.processNewLines(contents); in testParseNonAlignedTag() 313 resultParser.processNewLines(contents); in testParseSimpleFile_AltFormat() 331 resultParser.processNewLines(contents); in testParseSimpleFile_LinkError() 359 resultParser.processNewLines(contents); in testParseSimpleFile_earlyError() [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 | 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/testtype/rust/ |
D | RustTestResultParserTest.java | 111 mParser.processNewLines(contents); in testParseRealOutput() 130 mParser.processNewLines(contents); in testParseRealOutput2() 146 mParser.processNewLines(contents); in testParseRealOutput3() 164 mParser.processNewLines(Arrays.copyOfRange(contents, 0, 4)); in testParsePartialOutput() 165 mParser.processNewLines(Arrays.copyOfRange(contents, 4, 7)); in testParsePartialOutput() 166 mParser.processNewLines(Arrays.copyOfRange(contents, 4, contents.length)); in testParsePartialOutput()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/device/ |
D | TestDeviceTest.java | 1258 receiver.processNewLines(new String[] {"Success"}); in testInstallPackages() 1422 receiver.processNewLines(new String[] {"Success"}); in testInstallPackage_default_runtimePermissionNotSupported() 1473 receiver.processNewLines(new String[] {"Success"}); in testInstallPackage_default_runtimePermissionSupported() 1504 receiver.processNewLines(new String[] {"Success"}); in testinstallPackageForUser_default_runtimePermissionNotSupported() 1537 receiver.processNewLines(new String[] {"Success"}); in testinstallPackageForUser_default_runtimePermissionSupported() 1589 receiver.processNewLines(new String[] {"Success"}); in testInstallPackage_grant_runtimePermissionSupported() 1616 receiver.processNewLines(new String[] {}); in testInstallPackage_timeout() 1649 receiver.processNewLines(new String[] {"Success"}); in testInstallPackage_noGrant_runtimePermissionSupported() 1697 receiver.processNewLines(new String[] {"Success"}); in testInstallPackageForUser_grant_runtimePermissionSupported() 1731 receiver.processNewLines(new String[] {"Success"}); in testInstallPackageForUser_noGrant_runtimePermissionSupported() [all …]
|
D | DumpsysPackageReceiverTest.java | 37 p.processNewLines(froyoPkgTxt); in testParse_classic() 57 p.processNewLines(pkgTxt); in testParse_future() 79 p.processNewLines(pkgsTxt); in testParse_hidden()
|
/tools/tradefederation/core/src/com/android/tradefed/result/ddmlib/ |
D | InstrumentationResultProtoParser.java | 140 parser.processNewLines(preProcessedLines.toArray(new String[preProcessedLines.size()])); in processTestStatus() 184 parser.processNewLines(preProcessedLines.toArray(new String[preProcessedLines.size()])); in processSessionStatus()
|
/tools/tradefederation/core/src/com/android/tradefed/util/ |
D | SubprocessTestResultsParser.java | 330 processNewLines(listString.toArray(new String[listString.size()])); in parseFile() 336 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 | SubprocessTestResultsParserTest.java | 122 resultParser.processNewLines(contents); in testParse_randomEvents() 164 resultParser.processNewLines(contents); in testParse_invalidEventOrder()
|
D | ListInstrumentationParserTest.java | 75 mParser.processNewLines(pmListOutput); in testSimpleParse()
|
/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 | 219 public void processNewLines(String[] lines) { in processNewLines() method in DumpsysPackageReceiver
|
/tools/tradefederation/core/test_framework/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 | 214 public void processNewLines(String[] lines) { in processNewLines() method in PythonUnitTestResultParser
|
D | InstalledInstrumentationsTest.java | 332 parser.processNewLines(pmListLines); in buildTests()
|
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/rust/ |
D | RustTestResultParser.java | 95 public void processNewLines(String[] lines) { in processNewLines() method in RustTestResultParser
|
D | RustBinaryHostTest.java | 216 parser.processNewLines(lines); in runTestWithFilter()
|
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/python/ |
D | PythonBinaryHostTest.java | 360 pythonParser.processNewLines(testOutput.split("\n")); in runSinglePythonFile()
|