Searched refs:levels (Results 1 – 9 of 9) sorted by relevance
/build/make/tools/warn/ |
D | severity.py | 55 levels = [ variable in Severity 60 levels = sorted(levels, key=lambda severity: severity.value) variable in Severity
|
D | html_writer.py | 154 warnings = {p: {s.value: 0 for s in Severity.levels} for p in project_names} 165 p: sum(warnings[p][s.value] for s in Severity.levels) 174 for s in Severity.levels 182 for severity in Severity.levels: 212 for severity in Severity.levels: 235 for severity in Severity.levels: 367 for severity in Severity.levels: 621 emit_const_string_array('SeverityColors', [s.color for s in Severity.levels], 624 [s.header for s in Severity.levels], writer) 626 [s.column_header for s in Severity.levels], writer)
|
/build/make/tools/finalization/ |
D | build_soong_java_droidstubs.go.revert_hack.diff | 24 cmd.FlagWithInput("--apply-api-levels ", apiVersions)
|
D | build_soong_java_droidstubs.go.apply_hack.diff | 28 cmd.FlagWithInput("--apply-api-levels ", apiVersions)
|
/build/soong/android/ |
D | config.go | 913 var levels []ApiLevel 915 levels = append(levels, uncheckedFinalApiLevel(i)) 917 return levels 921 var levels []ApiLevel 928 levels = append(levels, ApiLevel{ 935 return levels 949 var levels []ApiLevel 950 levels = append(levels, c.FinalApiLevels()...) 951 return append(levels, c.PreviewApiLevels()...)
|
/build/bazel/rules/common/ |
D | api.bzl | 24 _PREVIEW_API_LEVEL_BASE = 9000 # Base constant for preview API levels. 159 around api levels, e.g. for parsing them from user input and for
|
/build/make/tools/releasetools/ |
D | pylintrc | 47 # Only show warnings with the listed confidence levels. Leave empty to show 48 # all. Valid levels: HIGH, INFERENCE, INFERENCE_FAILURE, UNDEFINED
|
/build/soong/docs/ |
D | map_files.md | 100 `ndk_library` will dictate which API levels stubs are generated for. If the
|
/build/bazel/rules/cc/ |
D | cc_library_common.bzl | 265 "an integer and/or is not a recognized codename. Valid api levels are:" +
|