Searched refs:stats_rows (Results 1 – 1 of 1) sorted by relevance
/build/make/tools/warn/ |
D | html_writer.py | 202 stats_rows = [] 210 stats_rows.append(one_row) 212 return total_all_projects, stats_rows 215 def emit_row_counts_per_severity(total_by_severity, stats_header, stats_rows, argument 234 stats_rows.append(one_row) 237 emit_const_object_array('StatsRows', stats_rows, writer) 249 total_all_projects, stats_rows = \ 251 emit_row_counts_per_severity(total_by_severity, stats_header, stats_rows,
|