Home
last modified time | relevance | path

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

/build/make/tools/warn/
Dhtml_writer.py147 warnings = {p: {s.value: 0 for s in Severity.levels} for p in project_names}
151 warnings[project][value] += pattern['projects'][project]
152 return warnings
155 def get_total_by_project(warnings, project_names): argument
158 p: sum(warnings[p][s.value] for s in Severity.levels)
163 def get_total_by_severity(warnings, project_names): argument
166 s.value: sum(warnings[p][s.value] for p in project_names)
184 def emit_row_counts_per_project(warnings, total_by_project, total_by_severity, argument
207 one_row.append(warnings[p_name][severity.value])
244 warnings = create_warnings(warn_patterns, project_names)
[all …]
/build/make/tools/
Dmerge-event-log-tags.py39 warnings = [] variable
132 warnings.extend(tagfile.warnings)
139 if warnings:
140 for fn, ln, msg in warnings:
Devent_log_tags.py41 self.warnings.append((self.filename, linenum, msg))
48 self.warnings = []
/build/soong/scripts/
Dbuild_broken_logs.go60 warnings []string member
67 warnings: []string{"overriding commands for target"},
76 warnings: []string{
230 warnings: []string{mtype + " has been deprecated"},
240 warnings: []string{mtype + " has been deprecated"},
299 for _, warning := range setting.warnings {
/build/soong/cmd/javac_wrapper/
Djavac_wrapper_test.go89 2 warnings
/build/soong/java/
Dlint_defaults.txt4 # Downgrade existing errors to warnings
Ddroidstubs.go718 `The warnings encountered during nullability annotation validation did\n`+
719 `not match the checked in file of expected warnings. The diffs are shown\n`+
722 ` 2. Update the file of expected warnings by running:\n`+
/build/make/core/
Dproguard_basic_keeps.flags60 # DO NOT USE THIS: We figured it's dangerous to blindly ignore all support library warnings.
/build/make/
DDeprecation.md45 * Any devices that still have warnings will have
DChanges.md157 ## COPY_HEADERS usage now produces warnings {#copy_headers}
206 turn these errors into warnings temporarily. I don't expect this to last more
379 There are several new warnings/errors meant to ensure the proper use of
622 (or written) inside Kati. Once all the warnings have been removed for a
/build/make/tools/releasetools/
Dpylintrc47 # Only show warnings with the listed confidence levels. Leave empty to show
85 # respectively contain the number of errors / warnings messages and the total