Searched refs:Host (Results 1 – 21 of 21) sorted by relevance
/build/soong/android/ |
D | module.go | 58 Host() bool methodSpec 136 Host struct { 345 func (a *ModuleBase) Host() bool { func 346 return a.Os().Class == Host || a.Os().Class == HostCross 360 return []OsClass{Host, HostCross} 362 return []OsClass{Host} 368 supported = append(supported, Host, HostCross) 655 func (a *androidBaseContextImpl) Host() bool { func 656 return a.target.Os.Class == Host || a.target.Os.Class == HostCross 732 if a.Host() {
|
D | arch.go | 195 Linux = NewOsType("linux", Host, false) 196 Darwin = NewOsType("darwin", Host, false) 197 LinuxBionic = NewOsType("linux_bionic", Host, true) 222 Host const 232 case Host: 308 case Host, HostCross: 309 multilib = module.base().commonProperties.Target.Host.Compile_multilib 660 if os.Class == Host || os.Class == HostCross { 699 if (os.Class == Host || os.Class == HostCross) && os != Windows {
|
D | androidmk.go | 180 case Host: 219 case Host:
|
D | config.go | 250 config.BuildOsVariant = targets[Host][0].String()
|
/build/soong/cc/ |
D | check.go | 69 if ctx.Host() { 97 if !ctx.Host() {
|
D | installer.go | 69 if !ctx.Host() && !ctx.Arch().Native {
|
D | makevars.go | 110 hostTargets := ctx.Config().Targets[android.Host] 135 case android.Host: 157 if target.Os.Class == android.Host && Bool(ctx.Config().ProductVariables.HostStaticBinaries) {
|
D | coverage.go | 108 } else if mctx.Host() {
|
D | sanitize.go | 144 if ctx.Host() { 333 if ctx.Host() { 390 if ctx.Host() {
|
D | binary.go | 203 if ctx.Host() && !binary.static() { 348 if ctx.Os().Class == android.Host {
|
D | androidmk.go | 144 case android.Host: 307 if ctx.Target().Os.Class == android.Host {
|
D | linker.go | 223 if ctx.Host() {
|
D | compiler.go | 234 if !(ctx.sdk() || ctx.vndk()) || ctx.Host() { 384 } else if ctx.Host() && !flags.Clang {
|
D | test.go | 140 if ctx.Host() {
|
D | library.go | 274 if flags.Clang || ctx.Host() { 408 if ctx.Host() && Bool(library.Properties.Unique_host_soname) {
|
D | builder.go | 583 if ctx.Host() && ctx.Darwin() {
|
D | cc.go | 832 if ctx.Host() {
|
/build/soong/python/ |
D | androidmk.go | 60 if base.Target().Os.Class == android.Host {
|
/build/make/core/ |
D | java_library.mk | 8 $(error $(LOCAL_PATH): Host java libraries must use BUILD_HOST_JAVA_LIBRARY)
|
/build/make/ |
D | buildspec.mk.default | 71 # DEBUG_MODULE_ variable is set. Host and device flags are handled
|
/build/ |
D | buildspec.mk.default | 71 # DEBUG_MODULE_ variable is set. Host and device flags are handled
|