Lines Matching refs:report_dict
207 def GenerateWaterfallReport(report_dict, fail_dict, waterfall_type, date, argument
214 date_list = report_dict['date']
226 report_list = report_dict.keys()
247 if builder not in report_dict:
251 build_dict = report_dict[builder]
333 def UpdateReport(report_dict, builder, test, report_date, build_link, argument
337 if 'date' not in report_dict:
338 report_dict['date'] = [report_date]
339 elif report_date not in report_dict['date']:
342 report_dict['date'].append(report_date)
352 if build_key not in report_dict.keys():
355 build_dict = report_dict[build_key]
388 report_dict[build_key] = build_dict