/build/soong/android/ |
D | arch_module_context.go | 28 Host() bool methodSpec 73 func (a *archModuleContext) Host() bool { func 74 return a.os.Class == Host
|
D | arch.go | 207 Host const 217 case Host: 306 Linux = newOsType("linux_glibc", Host, false, X86, X86_64) 308 LinuxMusl = newOsType("linux_musl", Host, false, X86, X86_64, Arm64, Arm) 310 Darwin = newOsType("darwin", Host, false, Arm64, X86_64) 313 LinuxBionic = newOsType("linux_bionic", Host, false, Arm64, X86_64) 315 Windows = newOsType("windows", Host, true, X86, X86_64) 703 case Host: 704 multilib = String(base.commonProperties.Target.Host.Compile_multilib) 918 if os.Linux() && os.Class == Host { [all …]
|
/build/soong/dexpreopt/ |
D | class_loader_context.go | 200 Host android.Path member 323 } else if clc.Host == hostPath && clc.Device == devicePath { 339 Host: hostPath, 535 if clc.Host == nil || clc.Device == UnknownInstallLibraryPath { 539 if clc.Host == nil { 574 paths = append(paths, clc.Host) 586 Host string member 618 Host: constructPath(ctx, clc.Host), 644 if clc.Host == nil { 648 host = clc.Host.String() [all …]
|
D | class_loader_context_test.go | 146 …Host":"out/soong/a.jar","Device":"/system/a.jar","Subcontexts":[]},{"Name":"b","Optional":false,"H…
|
/build/soong/cc/ |
D | afdo.go | 60 return !ctx.Host() && (afdo.Properties.Afdo || afdo.Properties.AfdoDep) && (fdoProfilePath != "") 74 if ctx.Host() { 142 if ctx.Host() { 182 if m.afdo.afdoEnabled() && !(m.static() && !m.staticBinary()) && !m.Host() {
|
D | linkable.go | 115 Host() bool methodSpec 261 if c.Host() {
|
D | check.go | 92 if ctx.Host() { 122 if !ctx.Host() {
|
D | makevars.go | 78 func (c *notOnHostContext) Host() bool { func 202 case android.Host: 219 if target.Os.Class == android.Host && ctx.Config().HostStaticBinaries() { 302 if target.Os.Class == android.Host {
|
D | binary.go | 219 if ctx.Os().Linux() && ctx.Host() { 252 if ctx.Host() && !ctx.Windows() && !binary.static() { 380 if ctx.Host() { 508 …if InstallToBootstrap(ctx.baseModuleName(), ctx.Config()) && !ctx.Host() && ctx.directlyInAnyApex(… 530 if ctx.Os().Class == android.Host {
|
D | fuzz.go | 277 install, ctx.Host(), ctx.inVendor(), installBase, ctx.Arch().ArchType.String())) 280 if !ctx.Host() { 452 } else if ccModule.Host() { 537 install, module.Host(), module.InVendor(), fuzzDir, archString) 554 if !module.Host() {
|
D | installer.go | 87 } else if !ctx.Host() && ctx.Config().HasMultilibConflict(ctx.Arch().ArchType) {
|
D | test.go | 279 if ctx.Host() { 365 if !ctx.Host() { 372 if ctx.Host() && Bool(test.Properties.Test_options.Unit_test) { 465 if ctx.Host() && test.gtest() && test.Properties.Test_options.Unit_test == nil {
|
/build/soong/rust/ |
D | afdo.go | 38 if ctx.Host() { 61 if ctx.Host() {
|
D | test.go | 189 if ctx.Host() && test.Properties.Test_options.Unit_test == nil { 258 Host struct { 264 p.Target.Host.Compile_multilib = proptools.StringPtr("first")
|
D | fuzz.go | 145 install, ctx.Host(), ctx.InstallInVendor(), installBase, ctx.Arch().ArchType.String())) 148 if !ctx.Host() {
|
D | coverage.go | 90 if ctx.Host() {
|
D | sanitize.go | 132 if ctx.Host() { 246 if ctx.Host() { 284 if mod.Host() {
|
D | compiler.go | 401 if ctx.Host() && !ctx.Windows() { 510 if ctx.Host() && !ctx.Target().HostCross && ctx.Target().Os != android.LinuxBionic { 571 if !ctx.Host() && ctx.Config().HasMultilibConflict(ctx.Arch().ArchType) {
|
/build/bazel/examples/soong_config_variables/plus_os/ |
D | README.md | 11 Host location: `out/host/linux-x86/bin/build.bazel.examples.soong_config_variables.plus_os`
|
/build/soong/java/ |
D | sdk_test.go | 239 host: android.Host, 246 host: android.Host, 253 host: android.Host, 428 if testcase.host == android.Host { 561 if testcase.host != android.Host { 574 if testcase.host != android.Host {
|
D | fuzz.go | 172 } else if javaFuzzModule.Host() { 197 if !javaFuzzModule.Host() {
|
D | proto.go | 91 if ctx.Host() {
|
/build/soong/sh/ |
D | sh_binary_test.go | 171 if !mod.Host() { 284 if !mod.Host() {
|
/build/make/core/ |
D | java_library.mk | 8 $(error $(LOCAL_PATH): Host java libraries must use BUILD_HOST_JAVA_LIBRARY)
|
/build/soong/phony/ |
D | phony.go | 63 if p.Host() {
|