Home
last modified time | relevance | path

Searched refs:getResultDir (Results 1 – 18 of 18) sorted by relevance

/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/result/suite/
DTestMetricsJsonResultReporterTest.java127 File reportLogDir = new File(mBuildHelper.getResultDir(), DESTINATION_DIR); in testReportLogFileNotGenerated()
148 File reportLogDir = new File(mBuildHelper.getResultDir(), DESTINATION_DIR); in testReportLogFileIsGenerated_Default_File_Name()
171 File reportLogDir = new File(mBuildHelper.getResultDir(), DESTINATION_DIR); in testReportLogFileIsGenerated_Custom_File_Name()
197 File reportLogDir = new File(mBuildHelper.getResultDir(), DESTINATION_DIR); in testReportLogValidateContent_No_Test_Name_Mapping()
224 File reportLogDir = new File(mBuildHelper.getResultDir(), DESTINATION_DIR); in testReportLogValidateContent_Test_Name_Mapping_Provided()
248 File reportLogDir = new File(mBuildHelper.getResultDir(), DESTINATION_DIR); in testReportLogValidateContent_Report_All_Metrics()
278 File reportLogDir = new File(mBuildHelper.getResultDir(), DESTINATION_DIR); in testReportLogValidateContent_Report_Metrics_For_Given_Keys()
311 File reportLogDir = new File(mBuildHelper.getResultDir(), DESTINATION_DIR); in testReportLogValidateContent_Missing_Keys()
352 File reportLogDir = new File(mBuildHelper.getResultDir(), DESTINATION_DIR); in testReportLogValidateContent_Multiple_Tests()
DCertificationSuiteResultReporterTest.java109 File reportFile = new File(mBuildHelper.getResultDir(), "test_result.xml"); in testSuiteVariant()
135 File reportFile = new File(mBuildHelper.getResultDir(), "test_result.xml"); in testSuiteVariantGSI()
165 File reportFile = new File(mBuildHelper.getResultDir(), "test_result.xml"); in testSuiteVariantGSI_R_Compatibility()
197 File reportFile = new File(mBuildHelper.getResultDir(), "test_result.xml"); in testSuiteVariantGSI_R_Compatibility_ATS()
DPreviousResultLoaderTest.java214 new CompatibilityBuildHelper(build).getResultDir().mkdirs(); in createFakeBuild()
216 File testResult = new File(new CompatibilityBuildHelper(build).getResultDir(), in createFakeBuild()
222 new CompatibilityBuildHelper(build).getResultDir(), in createFakeBuild()
DPreviousSessionFileCopierTest.java55 public File getResultDir() throws FileNotFoundException { in setUp()
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/
DReportLogCollector.java65 File resultDir = buildHelper.getResultDir(); in prepareReportLogContainers()
94 File resultDir = buildHelper.getResultDir(); in tearDown()
DDeviceFileCollector.java93 File resultDir = buildHelper.getResultDir(); in createResultDir()
DInteractiveResultCollector.java147 File resultDir = new CompatibilityBuildHelper(testInfo.getBuildInfo()).getResultDir(); in getHostResultDir()
DIncrementalDeqpPreparer.java156 new File(buildHelper.getResultDir(), DeviceInfo.RESULT_DIR_NAME); in runIncrementalDeqp()
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/build/
DCompatibilityBuildHelper.java249 public File getResultDir() throws FileNotFoundException { in getResultDir() method in CompatibilityBuildHelper
377 return new File(getResultDir(), "invocation_failure.txt"); in getInvocationFailureFile()
384 return new File(getResultDir(), "test_runs.txt"); in getTestRunsFile()
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/suite/
DCompatibilityProtoResultReporter.java63 File resultDir = buildHelper.getResultDir(); in getProtoResultDirectory()
DPreviousSessionFileCopier.java120 resultDir = mBuildHelper.getResultDir(); in getResultDirectory()
DTestMetricsJsonResultReporter.java250 File resultDir = mBuildHelper.getResultDir(); in copyGeneratedReportToResultsDirectory()
DCertificationReportCreator.java140 resultDir = mBuildHelper.getResultDir(); in invocationEnded()
DCertificationSuiteResultReporter.java280 mResultDir = mBuildHelper.getResultDir(); in initializeResultDirectories()
/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/targetprep/
DIncrementalDeqpPreparerTest.java78 public File getResultDir() { in testSkipPreparerWhenReportExists()
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/
DMetadataReporter.java81 mMetadataDir = new File(mBuildHelper.getResultDir(), METADATA_DIR); in invocationStarted()
/test/catbox/report/src/com/android/catbox/result/
DJsonResultReporter.java284 File resultDir = mBuildHelper.getResultDir(); in copyGeneratedReportToResultsDirectory()
DResultReportCollector.java225 destinationFile = buildHelper.getResultDir(); in getDestinationFile()