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.py185 def emit_row_counts_per_project(warnings, total_by_project, total_by_severity, argument
204 if total_by_project[p]:
209 one_row.append(total_by_project[p])
211 total_all_projects += total_by_project[p]
246 total_by_project = get_total_by_project(warnings, project_names)
250 emit_row_counts_per_project(warnings, total_by_project, total_by_severity, project_names)