/tools/test/connectivity/acts/framework/acts/controllers/sl4a_lib/ |
D | error_reporter.py | 77 report = ErrorLogger('%s|%s' % (self.name, ticket)) 79 (self.report_on_adb(sl4a_manager.adb, report) 80 and self.report_device_processes(sl4a_manager.adb, report) and 81 self.report_sl4a_state(rpc_connection, sl4a_manager.adb, report) 82 and self.report_sl4a_session(sl4a_manager, sl4a_session, report)) 88 def report_on_adb(self, adb, report): argument 92 report.info('The adb daemon has an uptime of %s ' 95 report.warning('The adb daemon (on the host machine) is not ' 101 report.warning( 106 report.warning( [all …]
|
/tools/acloud/public/acloud_kernel/ |
D | acloud_kernel.py | 83 report = k_swapper.SwapKernel(args.local_kernel_image) 85 report.Dump(args.report_file) 86 if report.errors: 87 msg = "\n".join(report.errors)
|
D | kernel_swapper.py | 25 from acloud.public import report 86 r = report.Report(command='swap_kernel') 93 r.SetStatus(report.Status.FAIL) 97 r.SetStatus(report.Status.BOOT_FAIL) 100 r.SetStatus(report.Status.SUCCESS)
|
/tools/tradefederation/core/res/jacoco/ |
D | jacocoant.jar | ... java.io.FileOutputStream stream
org.jacoco.report.IMultiReportOutput output
org.jacoco.report.IMultiReportOutput ... |
/tools/acloud/public/ |
D | device_driver.py | 39 from acloud.public import report 298 report_obj.SetStatus(report.Status.FAIL) 385 r = report.Report(command="create") 413 r.SetStatus(report.Status.BOOT_FAIL) 415 r.SetStatus(report.Status.SUCCESS) 432 r.SetStatus(report.Status.FAIL) 446 r = report.Report(command="delete") 457 if r.status == report.Status.UNKNOWN: 458 r.SetStatus(report.Status.SUCCESS) 461 r.SetStatus(report.Status.FAIL) [all …]
|
D | acloud_main.py | 330 report = device_driver.CreateAndroidVirtualDevices( 341 report = device_driver.DeleteAndroidVirtualDevices(cfg, 344 report = device_driver.Cleanup(cfg, args.expiration_mins) 346 report = device_driver.AddSshRsa(cfg, args.user, args.ssh_rsa_path) 351 report.Dump(args.report_file) 352 if report.errors: 353 msg = "\n".join(report.errors)
|
/tools/metalava/src/main/java/com/android/tools/metalava/ |
D | AndroidApiChecks.kt | 172 reporter.report(Errors.TODO, item, "Documentation mentions 'TODO'") in checkTodos() 197 reporter.report( in checkRequiresPermission() 207 reporter.report( in checkRequiresPermission() 229 reporter.report( in checkIntentAction() 235 reporter.report( in checkIntentAction() 244 reporter.report( in checkIntentAction() 275 reporter.report( in checkVariable() 286 reporter.report( in checkVariable()
|
D | AnnotationsDiffer.kt | 134 reporter.report(Errors.IO_ERROR, apiFile, "Cannot open file for write.") in <lambda>()
|
/tools/tradefederation/core/src/com/android/tradefed/util/ |
D | HprofAllocSiteParser.java | 66 private void internalParse(File report, Map<String, String> currentRes) throws IOException { in internalParse() argument 67 try (BufferedReader br = new BufferedReader(new FileReader(report))) { in internalParse()
|
/tools/test/connectivity/tools/lab/reporters/ |
D | reporter.py | 33 def report(self, responses): member in Reporter
|
D | logger_reporter.py | 23 def report(self, metric_responses): member in LoggerReporter
|
D | json_reporter.py | 38 def report(self, metric_responses): member in JsonReporter
|
/tools/test/connectivity/tools/lab/ |
D | runner.py | 63 reporter.report(responses)
|
/tools/test/connectivity/acts/tests/google/tel/config/ |
D | README.md | 5 …report after each failed test. In situations where this is overly time consuming or otherwise not …
|
/tools/repohooks/tools/ |
D | pylintrc | 65 # Enable the message, report, category or checker with the given id(s). You can 70 # Disable the message, report, category or checker with the given id(s). You 112 # Tells whether to display a full report or only the messages 118 # number of statements analyzed. This is used by the global evaluation report 397 # given file (report RP0402 must not be disabled) 400 # Create a graph of external dependencies in the given file (report RP0402 must 404 # Create a graph of internal dependencies in the given file (report RP0402 must
|
/tools/tradefederation/core/src/com/android/tradefed/testtype/ |
D | CodeCoverageTestBase.java | 232 File report = generateCoverageReport(measurements, format); in run() local 234 doLogReport("coverage", format.getLogDataType(), report, listener); in run() 236 FileUtil.recursiveDelete(report); in run()
|
/tools/metalava/src/main/java/com/android/tools/metalava/model/ |
D | Codebase.kt | 179 … reporter.report(Errors.PARSE_ERROR, manifest, "Failed to parse $manifest: ${error.message}") in getPermissionLevel()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/device/ |
D | NativeDeviceTest.java | 1029 Bugreport report = mTestDevice.takeBugreport(); in testTakeBugreport_oldDevice() local 1031 assertNotNull(report); in testTakeBugreport_oldDevice() 1033 assertFalse(report.isZipped()); in testTakeBugreport_oldDevice() 1035 report.close(); in testTakeBugreport_oldDevice() 1057 Bugreport report = mTestDevice.takeBugreport(); in testTakeBugreport() local 1059 assertNotNull(report); in testTakeBugreport() 1060 assertTrue(report.isZipped()); in testTakeBugreport() 1062 report.close(); in testTakeBugreport()
|
/tools/metalava/ |
D | README.md | 411 reporter.report(error, item, "Removing ${Item.describe(item)} is not allowed")
|