Searched refs:warning_records (Results 1 – 2 of 2) sorted by relevance
/build/make/tools/warn/ |
D | html_writer.py | 373 def dump_csv_with_description(csvwriter, warning_records, warning_messages, argument 377 for record in warning_records: 614 warning_records, warn_patterns, project_names): argument 636 emit_const_object_array('Warnings', warning_records, writer) 836 warning_records, header_str, warn_patterns, project_names): argument 861 warning_records, warn_patterns, project_names) 884 warning_links, warning_records, header_str): argument 888 dump_html(flags, outf, warning_messages, warning_links, warning_records, 893 warning_records, header_str, project_names): argument 902 warning_records, warning_messages, [all …]
|
D | warn_common.py | 588 warning_records = [] 600 warning_records.append([pattern_idx, project_idx, message_idx, 608 return warning_messages, warning_links, warning_records 632 warning_messages, warning_links, warning_records = parallel_classify_warnings( 638 warning_messages, warning_links, warning_records, 641 return warning_messages, warning_links, warning_records, header_str 655 warning_messages, warning_links, warning_records, header_str = process_log( 664 warning_links, warning_records, header_str, 668 return flags, warning_messages, warning_records, warn_patterns
|