Home
last modified time | relevance | path

Searched refs:Valid (Results 1 – 25 of 60) sorted by relevance

123

/build/soong/tradefed/
Dautogen.go34 if p := ctx.ExpandOptionalSource(prop, "test_config"); p.Valid() {
36 } else if p := android.ExistentPathForSource(ctx, ctx.ModuleDir(), "AndroidTest.xml"); p.Valid() {
146 if templatePath.Valid() {
165 if templatePath.Valid() {
180 if templatePath.Valid() {
195 if templatePath.Valid() {
219 if templatePath.Valid() {
234 if templatePath.Valid() {
253 if templatePath.Valid() {
272 if templatePath.Valid() {
[all …]
/build/soong/android/
Dsdk_version.go91 func (s SdkSpec) Valid() bool { func
97 return s.Valid() && s.Kind != SdkPrivate
174 if !s.Valid() {
195 if !s.Valid() {
Dninja_deps_test.go28 if ExistentPathForSource(ctx, "test_ninja_deps/does_not_exist").Valid() {
Dwritedocs.go56 if dexpreoptConfigPath.Valid() {
Dandroidmk.go189 if path.Valid() {
205 if path.Valid() {
337 if _, ok := availableTaggedDists[DefaultDistTag]; !ok && a.OutputFile.Valid() {
624 if !a.OutputFile.Valid() {
867 if !data.OutputFile.Valid() {
Dproto.go74 if hostTool, ok := dep.(HostToolProvider); !ok || !hostTool.HostToolPath().Valid() {
/build/soong/rust/
Ddoc.go38 if m.docTimestampFile.Valid() {
Dandroidmk.go91 if binary.distFile.Valid() {
141 if library.distFile.Valid() {
150 if procMacro.distFile.Valid() {
189 } else if compiler.strippedOutputFile.Valid() {
Drust.go177 if mod.OutputFile().Valid() {
608 if mod.compiler != nil && mod.compiler.strippedOutputFilePath().Valid() {
628 return mod.OutputFile().Valid() && !mod.Properties.PreventInstall
990 if !linkFile.Valid() {
1017 if !linkObject.Valid() {
1106 if dep.Toc().Valid() {
/build/soong/java/
Dsdk.go65 if !sdkVersion.Valid() {
89 if (!jarPath.Valid() || !aidlPath.Valid()) && ctx.Config().AllowMissingDependencies() {
96 if !jarPath.Valid() {
101 if !aidlPath.Valid() {
Dkotlin.go92 if commonSrcsList.Valid() {
174 if commonSrcsList.Valid() {
Ddroidstubs.go278 if stubsDir.Valid() {
502 if newSince.Valid() {
577 if baselineFile.Valid() {
638 if baselineFile.Valid() {
Dandroidmk.go414 if app.noticeOutputs.Merged.Valid() {
418 if app.noticeOutputs.TxtOutput.Valid() {
422 if app.noticeOutputs.HtmlOutput.Valid() {
546 if !outputFile.Valid() {
/build/soong/cc/
Dandroidmk.go225 if library.sAbiDiff.Valid() && !library.static() {
232 if library.sAbiDiff.Valid() && !library.static() {
270 if library.coverageOutputFile.Valid() {
339 if binary.coverageOutputFile.Valid() {
504 if c.tocFile.Valid() {
545 if c.tocFile.Valid() {
Dsdk_test.go64 if toc := m.Toc(); toc.Valid() {
Dvendor_snapshot.go206 return sanitizable.OutputFile().Valid() && !image.private(m)
209 if !sanitizable.OutputFile().Valid() {
224 return m.OutputFile().Valid()
Dpgo.go121 if path.Valid() {
267 if profileFile := pgo.Properties.getPgoProfileFile(ctx); profileFile.Valid() {
Dbinary.go349 if deps.LinkerFlagsFile.Valid() {
409 if !deps.DynamicLinker.Valid() {
522 if preferredArchSymlinkPath.Valid() {
/build/soong/apex/
Dkey.go80 if !android.ExistentPathForSource(ctx, m.publicKeyFile.String()).Valid() {
89 if !android.ExistentPathForSource(ctx, m.privateKeyFile.String()).Valid() {
Dapex_singleton.go95 if !allowedDepsSource.Valid() {
/build/soong/bloaty/
Dbloaty.go69 if !p.Valid() {
/build/soong/tradefed/suite_harness/
Dtradefed_binary.go147 if dynamicConfig.Valid() {
/build/soong/python/
Dbuilder.go113 } else if launcherPath.Valid() {
/build/soong/dexpreopt/
Ddexpreopt.go72 generateProfile := module.ProfileClassListing.Valid() && !global.DisableGenerateProfile
73 generateBootProfile := module.ProfileBootListing.Valid() && !global.DisableGenerateProfile
282 if module.ManifestPath.Valid() {
/build/make/core/tasks/tools/
Dpackage-modules.mk47 …age_name): Invalid value for 'my_module_strict' = '$(my_modules_strict)'. Valid values: 'true', 'f…

123