Home
last modified time | relevance | path

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

123

/build/soong/rust/
Dandroidmk.go95 if binary.distFile.Valid() {
146 if library.distFile.Valid() {
151 if library.tocFile.Valid() {
161 if procMacro.distFile.Valid() {
195 if compiler.strippedOutputFile.Valid() {
Ddoc.go46 if m.docTimestampFile.Valid() {
Dtest.go152 if linkableDep.OutputFile().Valid() {
171 if linkableDep.OutputFile().Valid() {
/build/soong/snapshot/
Dhost_fake_snapshot.go127 if path.Valid() && path.String() != "" {
153 if !c.zipFile.Valid() {
/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() {
177 if templatePath.Valid() {
214 if moduleTemplate.Valid() {
/build/soong/sdk/
Dsdk.go199 if !s.snapshotFile.Valid() != !s.infoFile.Valid() {
201 } else if !s.snapshotFile.Valid() {
228 if s.snapshotFile.Valid() {
/build/soong/android/
Dsdk_version.go141 func (s SdkSpec) Valid() bool { func
147 return s.Valid() && s.Kind != SdkPrivate
236 if !s.Valid() {
250 if !s.Valid() {
Dplugin.go83 if path := ExistentPathForSource(ctx, internalPluginsPath); path.Valid() {
Dproto.go78 if hostTool, ok := dep.(HostToolProvider); !ok || !hostTool.HostToolPath().Valid() {
/build/soong/java/
Dsdk.go106 if !sdkVersion.Valid() {
130 if (!jarPath.Valid() || !aidlPath.Valid()) && ctx.Config().AllowMissingDependencies() {
137 if !jarPath.Valid() {
142 if !aidlPath.Valid() {
Dkotlin.go99 if commonSrcsList.Valid() {
185 if commonSrcsList.Valid() {
Ddexpreopt_bootjars.go1038 if dirtyImagePath.Valid() {
1069 if preloadedClassesPath.Valid() {
1194 } else if path := android.ExistentPathForSource(ctx, defaultProfile); path.Valid() {
1202 if path := android.ExistentPathForSource(ctx, extraProfile); path.Valid() {
1347 if profileInstallInfo.profileLicenseMetadataFile.Valid() {
1375 if variant.licenseMetadataFile.Valid() {
/build/soong/apex/
Dkey.go74 if !android.ExistentPathForSource(ctx, m.publicKeyFile.String()).Valid() {
83 if !android.ExistentPathForSource(ctx, m.privateKeyFile.String()).Valid() {
Dapex_singleton.go101 if !allowedDepsSource.Valid() {
/build/soong/cc/
Dlibrary_headers_test.go54 android.AssertBoolEquals(t, "AndroidMkEntries.OutputFile.Valid()", true, e.OutputFile.Valid())
Dsdk_test.go64 if toc := m.Toc(); toc.Valid() {
Dandroidmk.go246 if entries.OutputFile.Valid() {
251 if library.coverageOutputFile.Valid() {
319 if binary.coverageOutputFile.Valid() {
447 if c.tocFile.Valid() {
Dbinary.go350 if ctx.Darwin() && deps.DarwinSecondArchOutput.Valid() {
406 if !deps.DynamicLinker.Valid() {
533 if preferredArchSymlinkPath.Valid() {
Dndk_library.go381 if !prebuiltAbiDump.Valid() {
406 if !this.apiLevel.IsCurrent() && prebuiltAbiDump.Valid() {
418 if !nextAbiDump.Valid() {
Dlibrary.go1027 if unexportedSymbols.Valid() {
1030 if forceNotWeakSymbols.Valid() {
1033 if forceWeakSymbols.Valid() {
1037 if unexportedSymbols.Valid() {
1041 if forceNotWeakSymbols.Valid() {
1045 if forceWeakSymbols.Valid() {
1050 if library.versionScriptPath.Valid() {
1070 if ctx.Darwin() && deps.DarwinSecondArchOutput.Valid() {
1310 if versionedDumpDir.Valid() {
1490 if prevDumpFile.Valid() {
[all …]
/build/soong/bloaty/
Dbloaty.go69 if !p.Valid() {
/build/soong/tradefed/suite_harness/
Dtradefed_binary.go155 if dynamicConfig.Valid() {
/build/soong/python/
Dbuilder.go116 } else if launcherPath.Valid() {
/build/soong/dexpreopt/
Ddexpreopt.go73 generateProfile := module.ProfileClassListing.Valid() && !global.DisableGenerateProfile
74 generateBootProfile := module.ProfileBootListing.Valid() && !global.DisableGenerateProfile
327 if module.ManifestPath.Valid() {
/build/make/core/tasks/tools/
Dpackage-modules.mk49 …age_name): Invalid value for 'my_module_strict' = '$(my_modules_strict)'. Valid values: 'true', 'f…

123