Searched refs:LintDepSets (Results 1 – 4 of 4) sorted by relevance
82 depSets LintDepSets90 LintDepSets() LintDepSets methodSpec93 type LintDepSets struct { struct116 func (l LintDepSetsBuilder) Transitive(depSets LintDepSets) LintDepSetsBuilder {129 func (l LintDepSetsBuilder) Build() LintDepSets {130 return LintDepSets{137 func (l *linter) LintDepSets() LintDepSets { func304 depSetsBuilder.Transitive(depLint.LintDepSets())361 l.reports = BuildModuleLintReportZips(ctx, l.LintDepSets())365 func BuildModuleLintReportZips(ctx android.ModuleContext, depSets LintDepSets) android.Paths { argument
2014 func (module *SdkLibraryImport) LintDepSets() LintDepSets { func2016 return LintDepSets{}2018 return module.implLibraryModule.LintDepSets()
2725 func (a *DexImport) LintDepSets() LintDepSets { func2726 return LintDepSets{}
1268 lintDepSets java.LintDepSets // only for javalibs and apps1756 LintDepSets() java.LintDepSets methodSpec1773 af.lintDepSets = lib.LintDepSets()