Home
last modified time | relevance | path

Searched refs:Report (Results 1 – 17 of 17) 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")
66 test_report = report.Report("create")
74 test_report = report.Report("create")
82 test_report = report.Report("create")
96 test_report = report.Report("create")
113 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.py101 class Report(): class
Dacloud_main.py417 reporter = report.Report(command=args.which)
/tools/acloud/delete/
Ddelete_test.py39 delete_report = report.Report(command="delete")
63 delete_report = report.Report(command="delete")
84 delete_report = report.Report(command="delete")
114 delete_report = report.Report(command="delete")
129 delete_report = report.Report(command="delete")
148 delete_report = report.Report(command="delete")
Ddelete.py56 delete_report = report.Report(command="delete")
236 delete_report = report.Report(command="delete")
270 delete_report = report.Report(command="delete")
/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/restart/
Drestart.py61 report.Report(command="reconnect"),
63 return report.Report(command="restart")
/tools/acloud/create/
Dlocal_image_local_instance.py139 result_report = report.Report(command="create")
148 result_report = report.Report(command="create")
242 result_report = report.Report(command="create")
Dgoldfish_local_image_local_instance.py103 result_report = report.Report(command="create")
110 result_report = report.Report(command="create")
201 result_report = report.Report(command="create")
Dremote_image_remote_instance.py93 reporter = report.Report(command="create_cf")
/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/powerwash/
Dpowerwash.py53 return report.Report(command="powerwash")
/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.py252 reconnect_report = report.Report(command="reconnect")
/tools/acloud/public/actions/
Dcommon_operations.py245 reporter = report.Report(command=command)