Searched refs:emit_const_string_array (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/build/make/tools/warn/ |
H A D | html_writer.py | 242 emit_const_string_array('StatsHeader', stats_header, writer) 590 def emit_const_string_array(name, array, writer): function 621 emit_const_string_array('SeverityColors', [s.color for s in Severity.levels], 623 emit_const_string_array('SeverityHeaders', 625 emit_const_string_array('SeverityColumnHeaders', 627 emit_const_string_array('ProjectNames', project_names, writer)
|