Home
last modified time | relevance | path

Searched defs:reportLogFile (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/result/suite/
H A DTestMetricsJsonResultReporterTest.java128 File reportLogFile = in testReportLogFileNotGenerated() local
149 File reportLogFile = in testReportLogFileIsGenerated_Default_File_Name() local
172 File reportLogFile = in testReportLogFileIsGenerated_Custom_File_Name() local
198 File reportLogFile = in testReportLogValidateContent_No_Test_Name_Mapping() local
225 File reportLogFile = in testReportLogValidateContent_Test_Name_Mapping_Provided() local
249 File reportLogFile = in testReportLogValidateContent_Report_All_Metrics() local
279 File reportLogFile = in testReportLogValidateContent_Report_Metrics_For_Given_Keys() local
312 File reportLogFile = in testReportLogValidateContent_Missing_Keys() local
353 File reportLogFile = in testReportLogValidateContent_Multiple_Tests() local
/aosp_15_r20/art/tools/dexfuzz/src/dexfuzz/
H A DOptions.java58 public static String reportLogFile = "report.log"; field in Options