Searched refs:LintDepSets (Results 1 – 5 of 5) sorted by relevance
98 depSets LintDepSets106 LintDepSets() LintDepSets methodSpec113 type LintDepSets struct { struct136 func (l LintDepSetsBuilder) Transitive(depSets LintDepSets) LintDepSetsBuilder {149 func (l LintDepSetsBuilder) Build() LintDepSets {150 return LintDepSets{157 func (l *linter) LintDepSets() LintDepSets { func385 depSetsBuilder.Transitive(depLint.LintDepSets())468 l.reports = BuildModuleLintReportZips(ctx, l.LintDepSets())472 func BuildModuleLintReportZips(ctx android.ModuleContext, depSets LintDepSets) android.Paths { argument
405 func (a *AndroidAppImport) LintDepSets() LintDepSets { func406 return LintDepSets{}
1240 func (j *Import) LintDepSets() LintDepSets { func1241 return LintDepSets{}1594 func (a *DexImport) LintDepSets() LintDepSets { func1595 return LintDepSets{}
2284 func (module *SdkLibraryImport) LintDepSets() LintDepSets { func2286 return LintDepSets{}2288 return module.implLibraryModule.LintDepSets()
461 lintDepSets java.LintDepSets // only for javalibs and apps1490 LintDepSets() java.LintDepSets methodSpec1510 af.lintDepSets = module.LintDepSets()1525 LintDepSets() java.LintDepSets methodSpec1540 af.lintDepSets = aapp.LintDepSets()