Home
last modified time | relevance | path

Searched refs:Valid (Results 1 – 25 of 53) 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() {
144 if templatePath.Valid() {
163 if templatePath.Valid() {
178 if templatePath.Valid() {
193 if templatePath.Valid() {
213 if templatePath.Valid() {
228 if templatePath.Valid() {
247 if templatePath.Valid() {
273 if moduleTemplate.Valid() {
/build/soong/rust/
Dandroidmk.go92 if binary.distFile.Valid() {
99 if binary.coverageOutputZipFile.Valid() {
136 if library.distFile.Valid() {
144 if library.coverageOutputZipFile.Valid() {
155 if procMacro.distFile.Valid() {
Dbindgen.go127 if !wrapperFile.Valid() {
/build/soong/cc/
Dandroidmk.go209 if library.sAbiOutputFile.Valid() {
212 if library.sAbiDiff.Valid() && !library.static() {
223 if library.sAbiOutputFile.Valid() {
226 if library.sAbiDiff.Valid() && !library.static() {
268 if library.coverageOutputFile.Valid() {
335 if binary.coverageOutputFile.Valid() {
504 if c.tocFile.Valid() {
539 if c.tocFile.Valid() {
Dsdk_test.go64 if toc := m.Toc(); toc.Valid() {
Dpgo.go126 if path.Valid() {
270 if profileFile := pgo.Properties.getPgoProfileFile(ctx); profileFile.Valid() {
Dlibrary.go923 if unexportedSymbols.Valid() {
926 if forceNotWeakSymbols.Valid() {
929 if forceWeakSymbols.Valid() {
933 if unexportedSymbols.Valid() {
937 if forceNotWeakSymbols.Valid() {
941 if forceWeakSymbols.Valid() {
1063 if refAbiDumpTextFile.Valid() {
1064 if refAbiDumpGzipFile.Valid() {
1072 if refAbiDumpGzipFile.Valid() {
Dobject.go108 if lds := android.OptionalPathForModuleSrc(ctx, object.Properties.Linker_script); lds.Valid() {
Dbinary.go330 if deps.LinkerFlagsFile.Valid() {
386 if !deps.DynamicLinker.Valid() {
Dvendor_snapshot.go576 return m.outputFile.Valid() && proptools.BoolDefault(m.VendorProperties.Vendor_available, true)
579 if !m.outputFile.Valid() {
592 return m.outputFile.Valid() && proptools.BoolDefault(m.VendorProperties.Vendor_available, true)
/build/soong/apex/
Dkey.go76 if !android.ExistentPathForSource(ctx, m.public_key_file.String()).Valid() {
85 if !android.ExistentPathForSource(ctx, m.private_key_file.String()).Valid() {
Dandroidmk.go227 if ccMod.CoverageOutputFile().Valid() {
352 if a.mergedNotices.Merged.Valid() {
/build/soong/android/
Dandroidmk.go111 if path.Valid() {
124 if path.Valid() {
190 } else if a.OutputFile.Valid() {
388 if !a.OutputFile.Valid() {
593 if !data.OutputFile.Valid() {
Dproto.go74 if hostTool, ok := dep.(HostToolProvider); !ok || !hostTool.HostToolPath().Valid() {
/build/soong/java/
Dsdk.go371 if (!jarPath.Valid() || !aidlPath.Valid()) && ctx.Config().AllowMissingDependencies() {
378 if !jarPath.Valid() {
383 if !aidlPath.Valid() {
Dkotlin.go89 if commonSrcsList.Valid() {
171 if commonSrcsList.Valid() {
Dsdk_library.go715 if paths.stubsSrcJar.Valid() {
720 if paths.currentApiFilePath.Valid() {
725 if paths.removedApiFilePath.Valid() {
1373 if !jarPath.Valid() {
1487 if !p.Valid() {
1498 if !p.Valid() {
2210 if paths.currentApiFilePath.Valid() {
2213 if paths.removedApiFilePath.Valid() {
Dandroidmk.go400 if app.noticeOutputs.Merged.Valid() {
404 if app.noticeOutputs.TxtOutput.Valid() {
408 if app.noticeOutputs.HtmlOutput.Valid() {
565 if !outputFile.Valid() {
Dprebuilt_apis.go146 if jar.Valid() {
Ddexpreopt_bootjars.go409 if global.DirtyImageObjects.Valid() {
524 } else if path := android.ExistentPathForSource(ctx, defaultProfile); path.Valid() {
576 if path.Valid() {
/build/soong/python/
Dbinary.go108 if launcherPath.Valid() {
Dbuilder.go113 } else if launcherPath.Valid() {
/build/make/core/tasks/tools/
Dpackage-modules.mk45 …age_name): Invalid value for 'my_module_strict' = '$(my_modules_strict)'. Valid values: 'true', 'f…
/build/soong/sysprop/
Dsysprop_library.go383 if !file.Valid() {
393 if !p.Valid() {
/build/soong/dexpreopt/
Ddexpreopt.go73 generateProfile := module.ProfileClassListing.Valid() && !global.DisableGenerateProfile
74 generateBootProfile := module.ProfileBootListing.Valid() && !global.DisableGenerateProfile

123