Home
last modified time | relevance | path

Searched refs:unique_warnings (Results 1 – 1 of 1) sorted by relevance

/aosp12/build/make/tools/warn/
H A Dwarn_common.py310 unique_warnings = dict()
314 if normalized_line not in unique_warnings:
332 return unique_warnings, header_str
338 if normalized_line not in unique_warnings:
341 return unique_warnings
369 unique_warnings = dict()
378 line, flags, android_root, unique_warnings)
393 line, flags, android_root, unique_warnings)
414 for warning_line in unique_warnings:
419 unique_warnings = new_unique_warnings
[all …]