Home
last modified time | relevance | path

Searched refs:Host (Results 1 – 25 of 68) sorted by relevance

123

/build/soong/android/
Darch_module_context.go28 Host() bool methodSpec
73 func (a *archModuleContext) Host() bool { func
74 return a.os.Class == Host
Darch.go207 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/
Dclass_loader_context.go200 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 …]
Dclass_loader_context_test.go146Host":"out/soong/a.jar","Device":"/system/a.jar","Subcontexts":[]},{"Name":"b","Optional":false,"H…
/build/soong/cc/
Dafdo.go60 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() {
Dlinkable.go115 Host() bool methodSpec
261 if c.Host() {
Dcheck.go92 if ctx.Host() {
122 if !ctx.Host() {
Dmakevars.go78 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 {
Dbinary.go219 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 {
Dfuzz.go277 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() {
Dinstaller.go87 } else if !ctx.Host() && ctx.Config().HasMultilibConflict(ctx.Arch().ArchType) {
Dtest.go279 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/
Dafdo.go38 if ctx.Host() {
61 if ctx.Host() {
Dtest.go189 if ctx.Host() && test.Properties.Test_options.Unit_test == nil {
258 Host struct {
264 p.Target.Host.Compile_multilib = proptools.StringPtr("first")
Dfuzz.go145 install, ctx.Host(), ctx.InstallInVendor(), installBase, ctx.Arch().ArchType.String()))
148 if !ctx.Host() {
Dcoverage.go90 if ctx.Host() {
Dsanitize.go132 if ctx.Host() {
246 if ctx.Host() {
284 if mod.Host() {
Dcompiler.go401 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/
DREADME.md11 Host location: `out/host/linux-x86/bin/build.bazel.examples.soong_config_variables.plus_os`
/build/soong/java/
Dsdk_test.go239 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 {
Dfuzz.go172 } else if javaFuzzModule.Host() {
197 if !javaFuzzModule.Host() {
Dproto.go91 if ctx.Host() {
/build/soong/sh/
Dsh_binary_test.go171 if !mod.Host() {
284 if !mod.Host() {
/build/make/core/
Djava_library.mk8 $(error $(LOCAL_PATH): Host java libraries must use BUILD_HOST_JAVA_LIBRARY)
/build/soong/phony/
Dphony.go63 if p.Host() {

123