Lines Matching defs:linter
66 type linter struct { struct
67 name string
68 manifest android.Path
69 mergedManifest android.Path
70 srcs android.Paths
71 srcJars android.Paths
72 resources android.Paths
73 classpath android.Paths
74 classes android.Path
75 extraLintCheckJars android.Paths
76 test bool
77 library bool
78 minSdkVersion android.ApiLevel
79 targetSdkVersion android.ApiLevel
80 compileSdkVersion android.ApiLevel
81 compileSdkKind android.SdkKind
82 javaLanguageLevel string
83 kotlinLanguageLevel string
84 outputs lintOutputs
85 properties LintProperties
86 extraMainlineLintErrors []string
88 reports android.Paths
90 buildModuleReportZip bool
157 func (l *linter) LintDepSets() LintDepSets {
161 func (l *linter) GetStrictUpdatabilityLinting() bool {
165 func (l *linter) SetStrictUpdatabilityLinting(strictLinting bool) {
173 func (l *linter) lintOutputs() *lintOutputs {
177 func (l *linter) enabled() bool {
181 func (l *linter) deps(ctx android.BottomUpMutatorContext) {
212 …c (l *linter) writeLintProjectXML(ctx android.ModuleContext, rule *android.RuleBuilder) lintPaths {
295 …nter) generateManifest(ctx android.ModuleContext, rule *android.RuleBuilder) android.WritablePath {
310 func (l *linter) getBaselineFilepath(ctx android.ModuleContext) android.OptionalPath {
323 func (l *linter) lint(ctx android.ModuleContext) {