Lines Matching refs:linter
76 type linter struct { struct
212 func (l *linter) LintDepSets() LintDepSets { argument
216 func (l *linter) GetStrictUpdatabilityLinting() bool { argument
220 func (l *linter) SetStrictUpdatabilityLinting(strictLinting bool) { argument
224 var _ LintDepSetsIntf = (*linter)(nil)
226 var _ lintOutputsIntf = (*linter)(nil)
228 func (l *linter) lintOutputs() *lintOutputs { argument
232 func (l *linter) enabled() bool { argument
236 func (l *linter) deps(ctx android.BottomUpMutatorContext) { argument
265 func (l *linter) writeLintProjectXML(ctx android.ModuleContext, rule *android.RuleBuilder, srcsList… argument
347 func (l *linter) generateManifest(ctx android.ModuleContext, rule *android.RuleBuilder) android.Wri… argument
362 func (l *linter) lint(ctx android.ModuleContext) { argument