Lines Matching refs:report
660 def ReportEvaluator(report): argument
669 if report is None or report.errors:
671 result_message=report.errors)
957 def LaunchVNCFromReport(report, avd_spec, no_prompts=False): argument
965 for device in report.data.get("devices", []):
976 def LaunchBrowserFromReport(report): argument
987 for device in report.data.get("devices", []):
1055 def PrintDeviceSummary(report): argument
1069 for device in report.data.get("devices", []):
1083 if report.errors:
1084 error_msg = "\n".join(report.errors)