Home
last modified time | relevance | path

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

/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
65 warnings: []string{"overriding commands for target"},
227 for _, warning := range setting.warnings {
/build/make/tools/warn/
Dwarn_common.py237 warnings = {p: {s.value: 0 for s in Severity.levels} for p in project_names}
243 warnings[p][s] += i['projects'][p]
247 p: sum(warnings[p][s.value] for s in Severity.levels)
253 s.value: sum(warnings[p][s.value] for p in project_names)
274 one_row.append(warnings[p][s.value])
/build/soong/cmd/javac_wrapper/
Djavac_wrapper_test.go89 2 warnings
/build/soong/java/
Dlint_defaults.txt4 # Downgrade existing errors to warnings
Ddroiddoc.go1810 `The warnings encountered during nullability annotation validation did\n`+
1811 `not match the checked in file of expected warnings. The diffs are shown\n`+
1814 ` 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.md3 ## COPY_HEADERS usage now produces warnings {#copy_headers}
52 turn these errors into warnings temporarily. I don't expect this to last more
225 There are several new warnings/errors meant to ensure the proper use of
468 (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
/build/soong/cc/
Dpylintrc61 # respectively contain the number of errors / warnings messages and the total