Searched refs:warnings (Results 1 – 11 of 11) sorted by relevance
/build/make/tools/warn/ |
D | html_writer.py | 146 warnings = {p: {s.value: 0 for s in Severity.levels} for p in project_names} 150 warnings[p][s] += i['projects'][p] 151 return warnings 154 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 167 s.value: sum(warnings[p][s.value] for p in project_names) 185 def emit_row_counts_per_project(warnings, total_by_project, total_by_severity, argument 208 one_row.append(warnings[p][s.value]) 245 warnings = create_warnings(warn_patterns, project_names) [all …]
|
/build/make/tools/ |
D | merge-event-log-tags.py | 39 warnings = [] variable 132 warnings.extend(tagfile.warnings) 139 if warnings: 140 for fn, ln, msg in warnings:
|
D | event_log_tags.py | 41 self.warnings.append((self.filename, linenum, msg)) 48 self.warnings = []
|
/build/soong/scripts/ |
D | build_broken_logs.go | 60 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/ |
D | javac_wrapper_test.go | 89 2 warnings
|
/build/soong/java/ |
D | lint_defaults.txt | 4 # Downgrade existing errors to warnings
|
D | droiddoc.go | 1816 `The warnings encountered during nullability annotation validation did\n`+ 1817 `not match the checked in file of expected warnings. The diffs are shown\n`+ 1820 ` 2. Update the file of expected warnings by running:\n`+
|
/build/make/ |
D | Deprecation.md | 45 * Any devices that still have warnings will have
|
D | Changes.md | 103 ## COPY_HEADERS usage now produces warnings {#copy_headers} 152 turn these errors into warnings temporarily. I don't expect this to last more 325 There are several new warnings/errors meant to ensure the proper use of 568 (or written) inside Kati. Once all the warnings have been removed for a
|
/build/make/core/ |
D | proguard_basic_keeps.flags | 60 # DO NOT USE THIS: We figured it's dangerous to blindly ignore all support library warnings.
|
/build/make/tools/releasetools/ |
D | pylintrc | 47 # Only show warnings with the listed confidence levels. Leave empty to show 85 # respectively contain the number of errors / warnings messages and the total
|