Home
last modified time | relevance | path

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

/build/make/tools/warn/
Dhtml_writer.py184 def emit_row_counts_per_project(warnings, total_by_project, total_by_severity, argument
203 if total_by_project[p_name]:
208 one_row.append(total_by_project[p_name])
210 total_all_projects += total_by_project[p_name]
245 total_by_project = get_total_by_project(warnings, project_names)
249 warnings, total_by_project, total_by_severity, project_names)