Lines Matching defs:linter
72 type linter struct { struct
73 name string
74 manifest android.Path
75 mergedManifest android.Path
76 srcs android.Paths
77 srcJars android.Paths
78 resources android.Paths
79 classpath android.Paths
80 classes android.Path
81 extraLintCheckJars android.Paths
82 library bool
83 minSdkVersion int
84 targetSdkVersion int
85 compileSdkVersion int
86 compileSdkKind android.SdkKind
87 javaLanguageLevel string
88 kotlinLanguageLevel string
89 outputs lintOutputs
90 properties LintProperties
91 extraMainlineLintErrors []string
93 reports android.Paths
95 buildModuleReportZip bool
207 func (l *linter) LintDepSets() LintDepSets {
211 func (l *linter) GetStrictUpdatabilityLinting() bool {
215 func (l *linter) SetStrictUpdatabilityLinting(strictLinting bool) {
223 func (l *linter) lintOutputs() *lintOutputs {
227 func (l *linter) enabled() bool {
231 func (l *linter) deps(ctx android.BottomUpMutatorContext) {
260 …ProjectXML(ctx android.ModuleContext, rule *android.RuleBuilder, srcsList android.Path) lintPaths {
348 …nter) generateManifest(ctx android.ModuleContext, rule *android.RuleBuilder) android.WritablePath {
363 func (l *linter) getBaselineFilepath(ctx android.ModuleContext) android.OptionalPath {
376 func (l *linter) lint(ctx android.ModuleContext) {