/tools/tradefederation/core/javatests/com/android/tradefed/testtype/mobly/ |
D | MoblyBinaryHostTestTest.java | 136 File testResult = new File(mSpyTest.getLogDirAbsolutePath(), TEST_RESULT_FILE_NAME); in testRun_withPythonBinariesOption() local 178 File testResult = new File(mSpyTest.getLogDirAbsolutePath(), TEST_RESULT_FILE_NAME); in testRun_withParFileNameOption() local 223 File testResult = new File(mSpyTest.getLogDirAbsolutePath(), TEST_RESULT_FILE_NAME); in testRun_withStdLogOption() local 251 File testResult = new File(mSpyTest.getLogDirAbsolutePath(), TEST_RESULT_FILE_NAME); in testRun_testResultIsMissing() local 274 File testResult = new File(mSpyTest.getLogDirAbsolutePath(), TEST_RESULT_FILE_NAME); in testRun_shouldActivateVenvAndCleanUp_whenVenvIsSet() local 320 File testResult = new File(mSpyTest.getLogDirAbsolutePath(), TEST_RESULT_FILE_NAME); in testRun_shouldNotActivateVenv_whenVenvIsNotSet() local 347 File testResult = new File(mSpyTest.getLogDirAbsolutePath(), TEST_RESULT_FILE_NAME); in testRun_exitSuccess_withTestResultFileComplete() local 376 File testResult = new File(mSpyTest.getLogDirAbsolutePath(), TEST_RESULT_FILE_NAME); in testRun_exitSuccess_withTestResultFileIncomplete() local 405 File testResult = new File(mSpyTest.getLogDirAbsolutePath(), TEST_RESULT_FILE_NAME); in testRun_exitFailed_withTestResultFileComplete() local 434 File testResult = new File(mSpyTest.getLogDirAbsolutePath(), TEST_RESULT_FILE_NAME); in testRun_exitFailed_withTestResultFileIncomplete() local [all …]
|
/tools/tradefederation/core/src/com/android/tradefed/result/ |
D | PassingTestFileReporter.java | 39 public void testResult(TestDescription test, TestResult result) { in testResult() method in PassingTestFileReporter
|
D | CountingTestResultListener.java | 29 public void testResult(TestDescription test, TestResult result) { in testResult() method in CountingTestResultListener
|
D | ConsoleResultReporter.java | 89 public void testResult(TestDescription test, TestResult result) { in testResult() method in ConsoleResultReporter 217 static String getTestSummary(String testTag, TestDescription testId, TestResult testResult) { in getTestSummary()
|
D | MetricsXMLResultReporter.java | 138 KXmlSerializer serializer, TestDescription testId, TestResult testResult) in printTestResults()
|
D | TestResultListener.java | 38 public abstract void testResult(TestDescription test, TestResult result); in testResult() method in TestResultListener
|
D | JsonHttpTestResultReporter.java | 224 TestResult testResult = entry.getValue(); in convertMetricsToJson() local
|
D | XmlResultReporter.java | 170 void print(KXmlSerializer serializer, TestDescription testId, TestResult testResult) in print()
|
D | LUCIResultReporter.java | 185 TestResult testResult = entry.getValue(); in convertMetricsToJson() local
|
/tools/tradefederation/core/javatests/com/android/tradefed/result/ |
D | TestRunResultTest.java | 280 Map<TestDescription, TestResult> testResult = result.getTestResults(); in testMergeRetriedRunResults_fullMergeLogicCheck() local 344 TestResult testResult = testRunResult.get(testcase); in testMergeRetriedRunResults_checkMergingStackTraces() local 610 TestResult testResult = testRunResult.get(testcase); in testMergeRetriedRunResults_testCaseStatus() local
|
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/ |
D | GTestResultParser.java | 586 private String getTestClass(TestResult testResult) { in getTestClass() 605 TestResult testResult = getCurrentTestResult(); in processTestStartedTag() local 633 TestResult testResult = getCurrentTestResult(); in doTestEnded() local 749 TestResult testResult = getCurrentTestResult(); in appendTestOutputLine() local
|
D | HostGTest.java | 277 CommandResult testResult = in runTest() local
|
D | ArtRunTest.java | 250 CommandResult testResult = in runArtTest() local
|
/tools/tradefederation/core/src/com/android/tradefed/device/helper/ |
D | TelephonyHelper.java | 118 TestResult testResult = runResult.getTestResults().get(SIM_TEST); in getSimInfo() local
|
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/retry/ |
D | ResultsPlayer.java | 155 Entry<TestDescription, TestResult> testResult) { in addToReplay()
|
/tools/tradefederation/core/javatests/com/android/tradefed/testtype/ |
D | PythonUnitTestRunnerTest.java | 171 private IRunUtil getMockRunUtil(UnitTestResult testResult) { in getMockRunUtil()
|
/tools/test/graphicsbenchmark/performance_tests/hostside/src/com/android/game/qualification/reporter/ |
D | GameQualificationResultReporter.java | 368 private String getTestSummary(TestDescription testId, TestResult testResult) { in getTestSummary()
|
/tools/metalava/metalava-model-testsuite-cli/src/main/java/com/android/tools/metalava/model/testsuite/cli/ |
D | UpdateBaselineCommand.kt | 103 private var testResult: TestResult = TestResult.PASSED variable in com.android.tools.metalava.model.testsuite.cli.UpdateBaselineCommand.FailureCollector
|
/tools/tradefederation/core/javatests/com/android/tradefed/testtype/binary/ |
D | KTapResultParserTest.java | 942 String[] testResult = new String[3]; in checkKTap() local
|
/tools/tradefederation/contrib/src/com/android/regression/tests/ |
D | DetectRegression.java | 197 String testResult = in logResult() local
|
/tools/tradefederation/core/src/com/android/tradefed/result/suite/ |
D | XmlSuiteResultFormatter.java | 398 private void handleTestFailure(XmlSerializer serializer, Entry<String, TestResult> testResult) in handleTestFailure() 448 XmlSerializer serializer, Entry<String, TestResult> testResult) in HandleLoggedFiles()
|
/tools/tradefederation/core/invocation_interfaces/com/android/tradefed/result/ |
D | TestRunResult.java | 304 private void addTestResult(TestDescription test, TestResult testResult) { in addTestResult()
|
/tools/tradefederation/contrib/src/com/android/media/tests/ |
D | CameraPerformanceTest.java | 165 String testResult = metric.getValue(); in parseResult() local
|
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/junit4/ |
D | BaseHostJUnit4Test.java | 907 TestResult testResult = testEntry.getValue(); in printTestResult() local
|