Searched refs:emit_const_string_array (Results 1 – 1 of 1) sorted by relevance
/build/make/tools/warn/ |
D | html_writer.py | 235 emit_const_string_array('StatsHeader', stats_header, writer) 574 def emit_const_string_array(name, array, writer): function 603 emit_const_string_array('SeverityColors', [s.color for s in Severity.levels], 605 emit_const_string_array('SeverityHeaders', 607 emit_const_string_array('SeverityColumnHeaders', 609 emit_const_string_array('ProjectNames', project_names, writer)
|