Searched refs:emit_const_string_array (Results 1 – 1 of 1) sorted by relevance
/build/make/tools/warn/ |
D | html_writer.py | 236 emit_const_string_array('StatsHeader', stats_header, writer) 555 def emit_const_string_array(name, array, writer): function 587 emit_const_string_array('SeverityColors', [s.color for s in Severity.levels], 589 emit_const_string_array('SeverityHeaders', 591 emit_const_string_array('SeverityColumnHeaders', 593 emit_const_string_array('ProjectNames', project_names, writer)
|