Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tools/lint/
DREADME1 This directory contains configuration files for lint, which is run
4 lint.xml contains checks that are turned on or off, or whitelisted /
8 baseline.xml contains the list of existing "grandfathered" lint
9 errors in the codebase. It is generated using ./tools/lint/update_baseline.sh
11 When you hit a lint error that should not be triggered, there are 3
14 for cases where the lint violation is intended, so that reviewers
16 2. Use tools/lint.xml to ignore a lint check which we don't care
19 3. If there are lint errors that should be fixed, but cannot be done
25 - https://developer.android.com/studio/write/lint.html
26 - http://tools.android.com/tips/lint-checks
Dupdate_baseline.sh9 echo '' > tools/lint/baseline.xml
11 lint . -Werror --exitcode --config tools/lint/lint.xml --html /tmp/lint_output.html \
12 --baseline tools/lint/baseline.xml --remove-fixed &
16 rm tools/lint/baseline.xml
Drun_lint.sh32 ${REPO_ROOT}/prebuilts/devtools/tools/lint \
36 --config ${REPO_ROOT}/frameworks/base/packages/SystemUI/tools/lint/lint.xml \
38 --baseline ${REPO_ROOT}/frameworks/base/packages/SystemUI/tools/lint/baseline.xml \
47 for cases where the lint violation is intended, so that reviewers
49 2. Use tools/lint.xml to ignore a lint check which we don't care
/frameworks/base/tools/stringslint/
Dstringslint.py113 def lint(path): function
223 before = lint(sys.argv[2])
226 after = lint(sys.argv[1])
/frameworks/opt/setupwizard/library/
Dself.gradle80 // Run lint for all variants
82 variant.assemble.dependsOn(tasks.findByName('lint'))
/frameworks/opt/setupwizard/tools/gradle/
Dandroid.properties13 // There are so many lint errors at the time being (even in the support libs)
/frameworks/base/
DStubLibraries.bp121 baseline_file: "api/lint-baseline.txt",
180 baseline_file: "api/system-lint-baseline.txt",
204 baseline_file: "non-updatable-api/system-lint-baseline.txt",
223 baseline_file: "api/test-lint-baseline.txt",
262 baseline_file: "api/module-lib-lint-baseline.txt",
DAndroid.bp1219 "--api-lint-ignore-prefix android.icu. " +
1220 "--api-lint-ignore-prefix java. " +
1221 "--api-lint-ignore-prefix junit. " +
1222 "--api-lint-ignore-prefix org. "
/frameworks/base/data/fonts/
DAndroid.mk122 @echo Running fontchain lint
/frameworks/base/services/
DAndroid.bp146 baseline_file: "api/lint-baseline.txt",
/frameworks/base/apex/
DAndroid.bp79 // Enable api lint. This will eventually become the default for java_sdk_library
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...