Searched refs:reportPath (Results 1 – 5 of 5) sorted by relevance
/cts/hostsidetests/media/bitstreams/src/android/media/cts/bitstreams/ |
D | ReportProcessor.java | 71 void process(ITestDevice device, String reportPath) in process() argument 83 boolean recover(ITestDevice device, String reportPath) in recover() argument 93 void cleanup(ITestDevice device, String reportPath) { in cleanup() argument 95 device.executeShellCommand(String.format("rm %s", reportPath)); in cleanup() 107 static String[] getReportLines(ITestDevice device, String reportPath) in getReportLines() argument 109 File reportFile = device.pullFile(reportPath); in getReportLines()
|
D | MediaBitstreamsTest.java | 322 void process(ITestDevice device, String reportPath) in process() argument 325 device.pullFile(reportPath, dynamicConfigFile); in process() 398 private void parse(ITestDevice device, String reportPath) in parse() argument 400 String[] lines = getReportLines(device, reportPath); in parse() 443 void process(ITestDevice device, String reportPath) in process() argument 445 parse(device, reportPath); in process() 449 boolean recover(ITestDevice device, String reportPath) in recover() argument 452 parse(device, reportPath); in recover() 457 File hostFile = reportPath == null ? null : device.pullFile(reportPath); in recover()
|
D | SupportedBitstreamsProcessor.java | 83 void process(ITestDevice device, String reportPath) throws DeviceNotAvailableException { in process() argument 85 String[] lines = getReportLines(device, reportPath); in process()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/ |
D | ReportExporter.java | 64 File reportPath = new File(storagePath, REPORT_DIRECTORY); in doInBackground() local 65 reportPath.mkdirs(); in doInBackground() 68 File reportFile = new File(reportPath, baseName + ".zip"); in doInBackground()
|
/cts/suite/cts/utils/ |
D | get_csv_report.py | 193 reportPath = os.path.abspath(argv[1]) 196 (reportInfo, reportTests) = parseReports(reportPath)
|