Home
last modified time | relevance | path

Searched refs:Report (Results 1 – 13 of 13) sorted by relevance

/tools/acloud/public/
Dreport_test.py28 test_report = report.Report("create")
42 test_report = report.Report("create")
49 test_report = report.Report("create")
65 test_report = report.Report("create")
79 test_report = report.Report("create")
Ddevice_driver.py372 r = report.Report(command="create")
452 r = default_report if default_report else report.Report(command="delete")
Dreport.py100 class Report(object): class
/tools/test/graphicsbenchmark/performance_tests/hostside/src/com/android/game/qualification/reporter/
DGameQualificationResultReporter.java225 Report performanceReport = createPerformanceReport(); in getInvocationSummary()
286 private static class Report { class in GameQualificationResultReporter
290 public Report(boolean success, String text) { in Report() method in GameQualificationResultReporter.Report
301 private Report createPerformanceReport() { in createPerformanceReport()
362 return new Report(success, text.toString()); in createPerformanceReport()
/tools/acloud/delete/
Ddelete_test.py36 delete_report = report.Report(command="delete")
61 delete_report = report.Report(command="delete")
89 delete_report = report.Report(command="delete")
Ddelete.py61 delete_report = report.Report(command="delete")
195 delete_report = report.Report(command="delete")
229 delete_report = report.Report(command="delete")
/tools/acloud/create/
Dlocal_image_local_instance.py97 result_report = report.Report(command="create")
113 result_report = report.Report(command="create")
Dgoldfish_local_image_local_instance.py167 result_report = report.Report(command="create")
210 result_report = report.Report(command="create")
/tools/metalava/src/test/java/com/android/tools/metalava/
DUnhideApisTest.kt25 fun `Report hidden API access rather than opening up access`() { in Report hidden API access rather than opening up access()
/tools/acloud/public/acloud_kernel/
Dkernel_swapper.py79 reboot_image = report.Report(command='swap_kernel')
/tools/acloud/pull/
Dpull.py68 return report.Report(command="pull")
/tools/acloud/reconnect/
Dreconnect.py248 reconnect_report = report.Report(command="reconnect")
/tools/acloud/public/actions/
Dcommon_operations.py210 reporter = report.Report(command=command)