Home
last modified time | relevance | path

Searched refs:LintDepSets (Results 1 – 5 of 5) sorted by relevance

/build/soong/java/
Dlint.go98 depSets LintDepSets
106 LintDepSets() LintDepSets methodSpec
113 type LintDepSets struct { struct
136 func (l LintDepSetsBuilder) Transitive(depSets LintDepSets) LintDepSetsBuilder {
149 func (l LintDepSetsBuilder) Build() LintDepSets {
150 return LintDepSets{
157 func (l *linter) LintDepSets() LintDepSets { func
385 depSetsBuilder.Transitive(depLint.LintDepSets())
468 l.reports = BuildModuleLintReportZips(ctx, l.LintDepSets())
472 func BuildModuleLintReportZips(ctx android.ModuleContext, depSets LintDepSets) android.Paths { argument
Dapp_import.go405 func (a *AndroidAppImport) LintDepSets() LintDepSets { func
406 return LintDepSets{}
Djava.go1240 func (j *Import) LintDepSets() LintDepSets { func
1241 return LintDepSets{}
1594 func (a *DexImport) LintDepSets() LintDepSets { func
1595 return LintDepSets{}
Dsdk_library.go2284 func (module *SdkLibraryImport) LintDepSets() LintDepSets { func
2286 return LintDepSets{}
2288 return module.implLibraryModule.LintDepSets()
/build/soong/apex/
Dapex.go461 lintDepSets java.LintDepSets // only for javalibs and apps
1490 LintDepSets() java.LintDepSets methodSpec
1510 af.lintDepSets = module.LintDepSets()
1525 LintDepSets() java.LintDepSets methodSpec
1540 af.lintDepSets = aapp.LintDepSets()