Searched refs:stats_rows (Results 1 – 1 of 1) sorted by relevance
/build/make/tools/warn/ |
D | html_writer.py | 201 stats_rows = [] 209 stats_rows.append(one_row) 211 return total_all_projects, stats_rows 214 def emit_row_counts_per_severity(total_by_severity, stats_header, stats_rows, argument 233 stats_rows.append(one_row) 236 emit_const_object_array('StatsRows', stats_rows, writer) 248 total_all_projects, stats_rows = emit_row_counts_per_project( 250 emit_row_counts_per_severity(total_by_severity, stats_header, stats_rows,
|