Searched refs:Darwin (Results 1 – 22 of 22) sorted by relevance
/build/soong/scripts/ |
D | microfactory.bash | 28 Darwin)
|
D | jar-args.sh | 26 Darwin)
|
D | setup_go_workspace_for_soong.sh | 272 Darwin) 309 Darwin)
|
/build/soong/cc/ |
D | linker.go | 301 if ctx.Darwin() { 357 if ctx.Darwin() { 361 } else if !ctx.Darwin() { 384 if !ctx.Darwin() { 400 if ctx.Darwin() { 438 if ctx.Darwin() {
|
D | stl.go | 203 if ctx.Darwin() { 276 android.Darwin: []string{"-lc", "-lSystem"}, 284 android.Darwin: []string{"NO_STATIC_HOST_BINARIES_ON_DARWIN"},
|
D | builder.go | 505 if ctx.Darwin() { 512 if !ctx.Darwin() { 623 if ctx.Host() && ctx.Darwin() { 632 if flags.groupStaticLibs && !ctx.Darwin() && len(staticLibs) > 0 { 636 if flags.groupStaticLibs && !ctx.Darwin() && len(staticLibs) > 0 { 640 if groupLate && !ctx.Darwin() && len(lateStaticLibs) > 0 { 644 if groupLate && !ctx.Darwin() && len(lateStaticLibs) > 0 { 767 if ctx.Darwin() {
|
D | strip.go | 44 if ctx.Darwin() {
|
D | binary.go | 293 if ctx.Darwin() { 324 if ctx.Darwin() {
|
D | library.go | 347 if ctx.Darwin() { 651 if !ctx.Darwin() { 696 if ctx.Darwin() {
|
D | makevars.go | 283 if target.Os == android.Darwin {
|
D | test.go | 193 case android.Darwin:
|
/build/make/core/ |
D | version_defaults.mk | 259 ifneq (,$(findstring Darwin,$(UNAME))) 292 ifneq (,$(findstring Darwin,$(UNAME)))
|
D | envsetup.mk | 106 ifneq (,$(findstring Darwin,$(UNAME)))
|
D | main.mk | 15 ifeq ($(shell uname),Darwin)
|
/build/blueprint/bootstrap/ |
D | bootstrap.go | 233 Darwin struct { 327 srcs = append(g.properties.Srcs, g.properties.Darwin.Srcs...) 328 testSrcs = append(g.properties.TestSrcs, g.properties.Darwin.TestSrcs...) 356 Darwin struct { 428 srcs = append(g.properties.Srcs, g.properties.Darwin.Srcs...) 429 testSrcs = append(g.properties.TestSrcs, g.properties.Darwin.TestSrcs...)
|
/build/soong/cc/config/ |
D | x86_darwin_host.go | 234 registerToolchainFactory(android.Darwin, android.X86_64, darwinToolchainFactory)
|
/build/make/tools/acp/ |
D | README | 26 - The Darwin linker insists that ranlib be current. If you copy the
|
/build/soong/android/ |
D | arch.go | 586 return Darwin 598 Darwin = NewOsType("darwin", Host, false) var 607 Darwin: []ArchType{X86_64},
|
D | module.go | 67 Darwin() bool methodSpec 1190 func (a *androidBaseContextImpl) Darwin() bool { func 1191 return a.target.Os == Darwin
|
/build/kati/testcase/ |
D | find_command.mk | 7 ifeq ($(shell uname),Darwin)
|
/build/ |
D | envsetup.sh | 255 Darwin) 1150 Darwin) 1217 Darwin)
|
/build/make/ |
D | envsetup.sh | 255 Darwin) 1150 Darwin) 1217 Darwin)
|