Home
last modified time | relevance | path

Searched refs:linter (Results 1 – 7 of 7) sorted by relevance

/build/soong/java/
Dlint.go52 type linter struct { struct
137 func (l *linter) LintDepSets() LintDepSets { argument
141 var _ lintDepSetsIntf = (*linter)(nil)
143 var _ lintOutputsIntf = (*linter)(nil)
145 func (l *linter) lintOutputs() *lintOutputs { argument
149 func (l *linter) enabled() bool { argument
153 func (l *linter) deps(ctx android.BottomUpMutatorContext) { argument
170 func (l *linter) writeLintProjectXML(ctx android.ModuleContext, argument
257 func (l *linter) generateManifest(ctx android.ModuleContext, rule *android.RuleBuilder) android.Pat… argument
272 func (l *linter) lint(ctx android.ModuleContext) { argument
Djava.go488 linter anonMember
511 &j.linter.properties,
724 j.linter.deps(ctx)
1714 j.linter.name = ctx.ModuleName()
1715 j.linter.srcs = srcFiles
1716 j.linter.srcJars = srcJars
1717 …j.linter.classpath = append(append(android.Paths(nil), flags.bootClasspath...), flags.classpath...)
1718 j.linter.classes = j.implementationJarFile
1719 j.linter.minSdkVersion = lintSDKVersionString(j.minSdkVersion())
1720 j.linter.targetSdkVersion = lintSDKVersionString(j.targetSdkVersion())
[all …]
Daar.go478 a.linter.mergedManifest = a.aapt.mergedManifestFile
479 a.linter.manifest = a.aapt.manifestPath
480 a.linter.resources = a.aapt.resourceFiles
521 module.Module.linter.library = true
Dapp.go776 a.linter.mergedManifest = a.aapt.mergedManifestFile
777 a.linter.manifest = a.aapt.manifestPath
778 a.linter.resources = a.aapt.resourceFiles
779 a.linter.buildModuleReportZip = ctx.Config().UnbundledBuildApps()
1120 module.Module.linter.test = true
1170 module.Module.linter.test = true
Dandroidmk.go135 entries.SetOptionalPaths("LOCAL_SOONG_LINT_REPORTS", library.linter.reports)
395 entries.SetOptionalPaths("LOCAL_SOONG_LINT_REPORTS", app.linter.reports)
Drobolectric.go321 module.Module.linter.test = true
Dsdk_library.go1116 &module.linter.properties,