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
386 depSetsBuilder.Transitive(depLint.LintDepSets())
471 l.reports = BuildModuleLintReportZips(ctx, l.LintDepSets())
475 func BuildModuleLintReportZips(ctx android.ModuleContext, depSets LintDepSets) android.Paths { argument
Dapp_import.go428 func (a *AndroidAppImport) LintDepSets() LintDepSets { func
429 return LintDepSets{}
Djava.go1574 func (j *Import) LintDepSets() LintDepSets { func
1575 return LintDepSets{}
1927 func (a *DexImport) LintDepSets() LintDepSets { func
1928 return LintDepSets{}
Dsdk_library.go2387 func (module *SdkLibraryImport) LintDepSets() LintDepSets { func
2389 return LintDepSets{}
2391 return module.implLibraryModule.LintDepSets()
/build/soong/apex/
Dapex.go502 lintDepSets java.LintDepSets // only for javalibs and apps
1611 LintDepSets() java.LintDepSets methodSpec
1631 af.lintDepSets = module.LintDepSets()
1651 LintDepSets() java.LintDepSets methodSpec
1686 af.lintDepSets = aapp.LintDepSets()