Searched refs:lint (Results 1 – 6 of 6) sorted by relevance
/build/soong/scripts/ |
D | Android.bp | 153 name: "lint-project-xml", 154 main: "lint-project-xml.py", 155 srcs: ["lint-project-xml.py"],
|
/build/soong/java/ |
D | Android.bp | 40 "lint.go",
|
D | lint_defaults.txt | 77 # TODO(b/158390965): remove this when lint doesn't crash
|
D | lint.go | 272 func (l *linter) lint(ctx android.ModuleContext) { func
|
D | java.go | 1670 j.linter.lint(ctx)
|
/build/make/core/ |
D | main.mk | 1515 .PHONY: lint-check 1516 lint-check: $(foreach f, $(apps_only_lint_report_files), $(call word-colon,1,$(f))) 1517 $(call dist-for-goals,lint-check, $(apps_only_lint_report_files))
|