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 { func386 depSetsBuilder.Transitive(depLint.LintDepSets())471 l.reports = BuildModuleLintReportZips(ctx, l.LintDepSets())475 func BuildModuleLintReportZips(ctx android.ModuleContext, depSets LintDepSets) android.Paths { argument
428 func (a *AndroidAppImport) LintDepSets() LintDepSets { func429 return LintDepSets{}
1574 func (j *Import) LintDepSets() LintDepSets { func1575 return LintDepSets{}1927 func (a *DexImport) LintDepSets() LintDepSets { func1928 return LintDepSets{}
2387 func (module *SdkLibraryImport) LintDepSets() LintDepSets { func2389 return LintDepSets{}2391 return module.implLibraryModule.LintDepSets()
502 lintDepSets java.LintDepSets // only for javalibs and apps1611 LintDepSets() java.LintDepSets methodSpec1631 af.lintDepSets = module.LintDepSets()1651 LintDepSets() java.LintDepSets methodSpec1686 af.lintDepSets = aapp.LintDepSets()