Home
last modified time | relevance | path

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

12

/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() {
232 if templatePath.Valid() {
257 if moduleTemplate.Valid() {
/build/soong/android/
Dandroidmk.go111 if path.Valid() {
124 if path.Valid() {
194 if !distFile.Valid() {
197 if distFile.Valid() {
286 if amod.noticeFile.Valid() {
332 if !a.OutputFile.Valid() {
541 if !data.OutputFile.Valid() {
Dproto.go74 if hostTool, ok := dep.(HostToolProvider); !ok || !hostTool.HostToolPath().Valid() {
/build/soong/cc/
Dandroidmk.go197 if library.sAbiOutputFile.Valid() {
200 if library.sAbiDiff.Valid() && !library.static() {
211 if library.sAbiOutputFile.Valid() {
214 if library.sAbiDiff.Valid() && !library.static() {
253 if library.coverageOutputFile.Valid() {
320 if binary.coverageOutputFile.Valid() {
483 if c.tocFile.Valid() {
518 if c.tocFile.Valid() {
Dsdk_test.go64 if toc := m.Toc(); toc.Valid() {
Dpgo.go126 if path.Valid() {
268 if profileFile := pgo.Properties.getPgoProfileFile(ctx); profileFile.Valid() {
Dlibrary.go919 if unexportedSymbols.Valid() {
922 if forceNotWeakSymbols.Valid() {
925 if forceWeakSymbols.Valid() {
929 if unexportedSymbols.Valid() {
933 if forceNotWeakSymbols.Valid() {
937 if forceWeakSymbols.Valid() {
1059 if refAbiDumpTextFile.Valid() {
1060 if refAbiDumpGzipFile.Valid() {
1068 if refAbiDumpGzipFile.Valid() {
Dobject.go108 if lds := android.OptionalPathForModuleSrc(ctx, object.Properties.Linker_script); lds.Valid() {
Dvendor_snapshot.go569 return m.outputFile.Valid() && proptools.BoolDefault(m.VendorProperties.Vendor_available, true)
572 if !m.outputFile.Valid() {
585 return m.outputFile.Valid() && proptools.BoolDefault(m.VendorProperties.Vendor_available, true)
797 if m.NoticeFile().Valid() {
Dbinary.go330 if deps.LinkerFlagsFile.Valid() {
386 if !deps.DynamicLinker.Valid() {
Dlibrary_sdk_member.go398 if outputFile.Valid() {
/build/soong/java/
Dandroidmk_test.go165 …if !with_tag_entries[0].DistFile.Valid() || !strings.Contains(with_tag_entries[0].DistFile.String(…
168 if without_tag_entries[0].DistFile.Valid() {
Dsdk.go346 if (!jarPath.Valid() || !aidlPath.Valid()) && ctx.Config().AllowMissingDependencies() {
353 if !jarPath.Valid() {
358 if !aidlPath.Valid() {
Dsdk_library.go713 if paths.stubsSrcJar.Valid() {
718 if paths.currentApiFilePath.Valid() {
723 if paths.removedApiFilePath.Valid() {
1385 if !jarPath.Valid() {
1499 if !p.Valid() {
1510 if !p.Valid() {
2220 if paths.currentApiFilePath.Valid() {
2223 if paths.removedApiFilePath.Valid() {
Dandroidmk.go400 if app.noticeOutputs.Merged.Valid() {
404 if app.noticeOutputs.TxtOutput.Valid() {
408 if app.noticeOutputs.HtmlOutput.Valid() {
567 if !outputFile.Valid() {
Ddexpreopt_bootjars.go410 if global.DirtyImageObjects.Valid() {
522 } else if path := android.ExistentPathForSource(ctx, defaultProfile); path.Valid() {
574 if path.Valid() {
Dprebuilt_apis.go147 if jar.Valid() {
/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.go128 if fi.module != nil && fi.module.NoticeFile().Valid() {
219 if ccMod.CoverageOutputFile().Valid() {
327 if a.mergedNotices.Merged.Valid() {
/build/soong/python/
Dbinary.go108 if launcherPath.Valid() {
Dbuilder.go113 } else if launcherPath.Valid() {
/build/make/core/tasks/tools/
Dpackage-modules.mk36 …age_name): Invalid value for 'my_module_strict' = '$(my_modules_strict)'. Valid values: 'true', 'f…
/build/soong/sysprop/
Dsysprop_library.go361 if !file.Valid() {
371 if !p.Valid() {
/build/soong/rust/
Dbuilder.go140 if deps.CrtBegin.Valid() {
/build/soong/dexpreopt/
Ddexpreopt.go72 generateProfile := module.ProfileClassListing.Valid() && !global.DisableGenerateProfile
73 generateBootProfile := module.ProfileBootListing.Valid() && !global.DisableGenerateProfile

12