Searched refs:linter (Results 1 – 10 of 10) sorted by relevance
/build/soong/java/ |
D | lint.go | 76 type linter struct { struct 212 func (l *linter) LintDepSets() LintDepSets { argument 216 func (l *linter) GetStrictUpdatabilityLinting() bool { argument 220 func (l *linter) SetStrictUpdatabilityLinting(strictLinting bool) { argument 224 var _ LintDepSetsIntf = (*linter)(nil) 226 var _ lintOutputsIntf = (*linter)(nil) 228 func (l *linter) lintOutputs() *lintOutputs { argument 232 func (l *linter) enabled() bool { argument 236 func (l *linter) deps(ctx android.BottomUpMutatorContext) { argument 265 func (l *linter) writeLintProjectXML(ctx android.ModuleContext, rule *android.RuleBuilder, srcsList… argument [all …]
|
D | base.go | 520 linter anonMember 634 &j.linter.properties, 670 if j.linter.outputs.xml != nil { 671 return android.Paths{j.linter.outputs.xml}, nil 791 j.linter.deps(ctx) 1730 j.linter.name = ctx.ModuleName() 1731 j.linter.srcs = append(srcFiles, nonGeneratedSrcJars...) 1732 j.linter.srcJars, _ = android.FilterPathList(srcJars, nonGeneratedSrcJars) 1733 …j.linter.classpath = append(append(android.Paths(nil), flags.bootClasspath...), flags.classpath...) 1734 j.linter.classes = j.implementationJarFile [all …]
|
D | fuzz.go | 66 module.Module.linter.properties.Lint.Test = proptools.BoolPtr(true)
|
D | aar.go | 860 a.linter.mergedManifest = a.aapt.mergedManifestFile 861 a.linter.manifest = a.aapt.manifestPath 862 a.linter.resources = a.aapt.resourceFiles 938 module.Module.linter.library = true
|
D | ravenwood.go | 77 module.Module.linter.properties.Lint.Test = proptools.BoolPtr(true)
|
D | app.go | 851 a.linter.mergedManifest = a.aapt.mergedManifestFile 852 a.linter.manifest = a.aapt.manifestPath 853 a.linter.resources = a.aapt.resourceFiles 854 a.linter.buildModuleReportZip = ctx.Config().UnbundledBuildApps() 1458 module.Module.linter.properties.Lint.Test = proptools.BoolPtr(true) 1514 module.Module.linter.properties.Lint.Test = proptools.BoolPtr(true)
|
D | androidmk.go | 121 entries.SetOptionalPaths("LOCAL_SOONG_LINT_REPORTS", library.linter.reports) 437 entries.SetOptionalPaths("LOCAL_SOONG_LINT_REPORTS", app.linter.reports)
|
D | robolectric.go | 407 module.Module.linter.properties.Lint.Test = proptools.BoolPtr(true)
|
D | sdk_library.go | 1681 module.linter.reports = module.implLibraryModule.linter.reports 1871 &module.linter.properties,
|
D | java.go | 1666 module.Module.linter.properties.Lint.Test = proptools.BoolPtr(true) 1683 module.Module.linter.properties.Lint.Test = proptools.BoolPtr(true)
|