Searched refs:Host (Results 1 – 25 of 52) sorted by relevance
123
/build/soong/dexpreopt/ |
D | class_loader_context.go | 196 Host android.Path member 298 Host: hostPath, 409 if clc.Host == nil || clc.Device == UnknownInstallLibraryPath { 413 if clc.Host == nil { 481 clcsHost = append(clcsHost, "PCL["+clc.Host.String()+"]"+subClcHost) 484 paths = append(paths, clc.Host) 498 Host string member 529 Host: constructPath(ctx, clc.Host), 553 Host: clc.Host.String(),
|
/build/soong/java/ |
D | sdk_test.go | 167 host: android.Host, 174 host: android.Host, 181 host: android.Host, 259 if testcase.host == android.Host { 378 if testcase.host != android.Host { 391 if testcase.host != android.Host {
|
D | proto.go | 85 if ctx.Host() || ctx.BazelConversionMode() {
|
/build/soong/cc/ |
D | fuzz.go | 316 lib, ctx.Host(), ctx.Arch().ArchType.String())) 319 if !ctx.Host() { 422 if ccModule.Host() { 469 library, ccModule.Host(), archString) 486 if !ccModule.Host() { 526 if ccModule.Host() && !BoolDefault(config.Fuzz_on_haiku_host, true) {
|
D | check.go | 81 if ctx.Host() { 109 if !ctx.Host() {
|
D | linkable.go | 127 Host() bool methodSpec 257 if c.Host() {
|
D | makevars.go | 69 func (c *notOnHostContext) Host() bool { func 185 case android.Host: 202 if target.Os.Class == android.Host && ctx.Config().HostStaticBinaries() { 298 if target.Os.Class == android.Host {
|
D | binary.go | 256 if ctx.Host() && !ctx.Windows() && !binary.static() { 384 if ctx.Host() { 497 …if InstallToBootstrap(ctx.baseModuleName(), ctx.Config()) && !ctx.Host() && ctx.directlyInAnyApex(… 519 if ctx.Os().Class == android.Host {
|
D | installer.go | 71 } else if !ctx.Host() && ctx.Config().HasMultilibConflict(ctx.Arch().ArchType) {
|
D | pgo.go | 224 if ctx.Host() { 274 if ctx.Host() {
|
D | lto.go | 73 hostBin := ctx.Host()
|
D | androidmk.go | 42 Host() bool methodSpec 305 if len(library.Properties.Stubs.Versions) > 0 && !ctx.Host() && ctx.NotInPlatform() && 453 if ctx.Target().Os.Class == android.Host {
|
/build/soong/python/ |
D | installer.go | 55 if !ctx.Host() && ctx.Config().HasMultilibConflict(ctx.Arch().ArchType) {
|
D | androidmk.go | 80 if base.Target().Os.Class == android.Host {
|
/build/soong/android/ |
D | arch.go | 206 Host const 216 case Host: 327 Linux = newOsType("linux_glibc", Host, false, X86, X86_64) 329 Darwin = newOsType("darwin", Host, false, X86_64) 332 LinuxBionic = newOsType("linux_bionic", Host, false, Arm64, X86_64) 334 Windows = newOsType("windows", Host, true, X86, X86_64) 741 case Host: 742 multilib = String(base.commonProperties.Target.Host.Compile_multilib) 1099 if os.Class == Host { 1143 if os.Class == Host && os != Windows { [all …]
|
/build/soong/rust/ |
D | coverage.go | 68 if ctx.Host() {
|
D | fuzz.go | 157 if rustModule.Host() { 226 if rustModule.Host() && !BoolDefault(config.Fuzz_on_haiku_host, true) {
|
D | sanitize.go | 259 if mod.Host() { 279 if mod.Host() {
|
D | test.go | 132 if ctx.Host() && test.Properties.Test_options.Unit_test == nil {
|
D | compiler.go | 251 if ctx.Host() && !ctx.Windows() { 357 if !ctx.Host() && ctx.Config().HasMultilibConflict(ctx.Arch().ArchType) {
|
/build/soong/phony/ |
D | phony.go | 56 if p.Host() {
|
/build/make/core/ |
D | java_library.mk | 8 $(error $(LOCAL_PATH): Host java libraries must use BUILD_HOST_JAVA_LIBRARY)
|
/build/soong/sh/ |
D | sh_binary_test.go | 156 if !mod.Host() {
|
/build/soong/apex/ |
D | apex.go | 246 Host struct { 621 proptools.AppendProperties(&a.properties.Multilib, &a.targetProperties.Target.Host.Multilib, nil) 1005 if mctx.Host() || mctx.Module().InstallInRecovery() { 1334 if a.Host() { 1694 } else if gb, ok := child.(bootstrap.GoBinaryTool); ok && a.Host() { 1844 if a.Host() { 2061 if ctx.Host() { 2267 if ctx.Host() || a.testApex || a.vndkApex { 2339 if ctx.Host() || a.testApex || a.vndkApex {
|
/build/make/tools/releasetools/ |
D | Android.bp | 186 // Host libraries. 304 // Host binaries.
|
123