Searched refs:Valid (Results 1 – 25 of 71) sorted by relevance
123
/build/soong/rust/ |
D | androidmk.go | 95 if binary.distFile.Valid() { 146 if library.distFile.Valid() { 151 if library.tocFile.Valid() { 161 if procMacro.distFile.Valid() { 195 if compiler.strippedOutputFile.Valid() {
|
D | doc.go | 46 if m.docTimestampFile.Valid() {
|
D | test.go | 152 if linkableDep.OutputFile().Valid() { 171 if linkableDep.OutputFile().Valid() {
|
/build/soong/snapshot/ |
D | host_fake_snapshot.go | 127 if path.Valid() && path.String() != "" { 153 if !c.zipFile.Valid() {
|
/build/soong/tradefed/ |
D | autogen.go | 34 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/ |
D | sdk.go | 199 if !s.snapshotFile.Valid() != !s.infoFile.Valid() { 201 } else if !s.snapshotFile.Valid() { 228 if s.snapshotFile.Valid() {
|
/build/soong/android/ |
D | sdk_version.go | 141 func (s SdkSpec) Valid() bool { func 147 return s.Valid() && s.Kind != SdkPrivate 236 if !s.Valid() { 250 if !s.Valid() {
|
D | plugin.go | 83 if path := ExistentPathForSource(ctx, internalPluginsPath); path.Valid() {
|
D | proto.go | 78 if hostTool, ok := dep.(HostToolProvider); !ok || !hostTool.HostToolPath().Valid() {
|
/build/soong/java/ |
D | sdk.go | 106 if !sdkVersion.Valid() { 130 if (!jarPath.Valid() || !aidlPath.Valid()) && ctx.Config().AllowMissingDependencies() { 137 if !jarPath.Valid() { 142 if !aidlPath.Valid() {
|
D | kotlin.go | 99 if commonSrcsList.Valid() { 185 if commonSrcsList.Valid() {
|
D | dexpreopt_bootjars.go | 1038 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/ |
D | key.go | 74 if !android.ExistentPathForSource(ctx, m.publicKeyFile.String()).Valid() { 83 if !android.ExistentPathForSource(ctx, m.privateKeyFile.String()).Valid() {
|
D | apex_singleton.go | 101 if !allowedDepsSource.Valid() {
|
/build/soong/cc/ |
D | library_headers_test.go | 54 android.AssertBoolEquals(t, "AndroidMkEntries.OutputFile.Valid()", true, e.OutputFile.Valid())
|
D | sdk_test.go | 64 if toc := m.Toc(); toc.Valid() {
|
D | androidmk.go | 246 if entries.OutputFile.Valid() { 251 if library.coverageOutputFile.Valid() { 319 if binary.coverageOutputFile.Valid() { 447 if c.tocFile.Valid() {
|
D | binary.go | 350 if ctx.Darwin() && deps.DarwinSecondArchOutput.Valid() { 406 if !deps.DynamicLinker.Valid() { 533 if preferredArchSymlinkPath.Valid() {
|
D | ndk_library.go | 381 if !prebuiltAbiDump.Valid() { 406 if !this.apiLevel.IsCurrent() && prebuiltAbiDump.Valid() { 418 if !nextAbiDump.Valid() {
|
D | library.go | 1027 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/ |
D | bloaty.go | 69 if !p.Valid() {
|
/build/soong/tradefed/suite_harness/ |
D | tradefed_binary.go | 155 if dynamicConfig.Valid() {
|
/build/soong/python/ |
D | builder.go | 116 } else if launcherPath.Valid() {
|
/build/soong/dexpreopt/ |
D | dexpreopt.go | 73 generateProfile := module.ProfileClassListing.Valid() && !global.DisableGenerateProfile 74 generateBootProfile := module.ProfileBootListing.Valid() && !global.DisableGenerateProfile 327 if module.ManifestPath.Valid() {
|
/build/make/core/tasks/tools/ |
D | package-modules.mk | 49 …age_name): Invalid value for 'my_module_strict' = '$(my_modules_strict)'. Valid values: 'true', 'f…
|
123