Home
last modified time | relevance | path

Searched refs:reportPath (Results 1 – 5 of 5) sorted by relevance

/cts/hostsidetests/media/bitstreams/src/android/media/cts/bitstreams/
DReportProcessor.java71 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()
DMediaBitstreamsTest.java322 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()
DSupportedBitstreamsProcessor.java83 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/
DReportExporter.java64 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/
Dget_csv_report.py193 reportPath = os.path.abspath(argv[1])
196 (reportInfo, reportTests) = parseReports(reportPath)