HomeSort by relevance Sort by last modified time
    Searched refs:GOOS (Results 276 - 300 of 331) sorted by null

<<11121314

  /prebuilts/go/darwin-x86/src/net/http/cgi/
host.go 178 for _, e := range osDefaultInheritEnv[runtime.GOOS] {
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/asm/internal/asm/
operand_test.go 22 os.Setenv("GOOS", "linux") // obj can handle this OS for all architectures.
  /prebuilts/go/linux-x86/src/cmd/pprof/internal/commands/
commands.go 91 switch runtime.GOOS {
  /prebuilts/go/linux-x86/src/debug/pe/
file_test.go 256 if runtime.GOOS != "windows" {
  /prebuilts/go/linux-x86/src/net/http/cgi/
host.go 178 for _, e := range osDefaultInheritEnv[runtime.GOOS] {
  /prebuilts/go/darwin-x86/src/runtime/
runtime2.go 50 // named goos_$GOOS and goarch_$GOARCH for every
51 // known GOOS and GOARCH. The constant is 1 on the
53 // useful for defining GOOS- or GOARCH-specific constants.
636 goos *int8
635 goos *int8 var
netpoll.go 154 if GOOS == "solaris" {
  /prebuilts/go/linux-x86/src/runtime/
runtime2.go 50 // named goos_$GOOS and goarch_$GOARCH for every
51 // known GOOS and GOARCH. The constant is 1 on the
53 // useful for defining GOOS- or GOARCH-specific constants.
636 goos *int8
635 goos *int8 var
netpoll.go 154 if GOOS == "solaris" {
  /prebuilts/go/darwin-x86/src/net/http/
transport_test.go 877 if runtime.GOOS == "plan9" {
946 if runtime.GOOS == "plan9" {
1154 if runtime.GOOS == "plan9" {
1218 if runtime.GOOS == "plan9" {
    [all...]
fs_test.go 326 if runtime.GOOS == "windows" {
838 if runtime.GOOS != "linux" {
  /prebuilts/go/linux-x86/src/net/http/
transport_test.go 877 if runtime.GOOS == "plan9" {
946 if runtime.GOOS == "plan9" {
1154 if runtime.GOOS == "plan9" {
1218 if runtime.GOOS == "plan9" {
    [all...]
fs_test.go 326 if runtime.GOOS == "windows" {
838 if runtime.GOOS != "linux" {
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/internal/obj/
util.go 215 return envOr("GOOS", defaultGOOS)
  /prebuilts/go/darwin-x86/src/cmd/dist/
util.go 403 gohostos = runtime.GOOS
499 if goos == "nacl" {
503 if goos == "darwin" {
509 if gohostarch != "arm" || goos != gohostos {
513 if goos == "freebsd" || goos == "openbsd" {
518 if goos != "linux" {
test.go 51 goos string
79 t.goos = mustEnv("GOOS")
133 if t.goarch == "arm" || t.goos == "windows" {
370 if t.cgoEnabled && t.goos != "android" && !t.iOS() {
389 if t.cgoEnabled && t.goos != "android" && !t.iOS() {
409 if t.hasBash() && t.cgoEnabled && t.goos != "android" && t.goos != "darwin" {
441 if t.hasBash() && t.goos != "android" && !t.iOS() && t.gohostos != "windows" {
448 if t.hasBash() && t.goos != "nacl" && t.goos != "android" && !t.iOS()
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/
util.go 212 return envOr("GOOS", defaultGOOS)
  /prebuilts/go/darwin-x86/src/crypto/x509/
verify.go 214 if opts.Roots == nil && runtime.GOOS == "windows" {
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/internal/obj/
util.go 215 return envOr("GOOS", defaultGOOS)
  /prebuilts/go/linux-x86/src/cmd/dist/
util.go 403 gohostos = runtime.GOOS
499 if goos == "nacl" {
503 if goos == "darwin" {
509 if gohostarch != "arm" || goos != gohostos {
513 if goos == "freebsd" || goos == "openbsd" {
518 if goos != "linux" {
test.go 51 goos string
79 t.goos = mustEnv("GOOS")
133 if t.goarch == "arm" || t.goos == "windows" {
370 if t.cgoEnabled && t.goos != "android" && !t.iOS() {
389 if t.cgoEnabled && t.goos != "android" && !t.iOS() {
409 if t.hasBash() && t.cgoEnabled && t.goos != "android" && t.goos != "darwin" {
441 if t.hasBash() && t.goos != "android" && !t.iOS() && t.gohostos != "windows" {
448 if t.hasBash() && t.goos != "nacl" && t.goos != "android" && !t.iOS()
    [all...]
  /prebuilts/go/linux-x86/src/cmd/internal/obj/
util.go 212 return envOr("GOOS", defaultGOOS)
  /prebuilts/go/linux-x86/src/crypto/x509/
verify.go 214 if opts.Roots == nil && runtime.GOOS == "windows" {
  /build/soong/common/
arch.go 402 switch runtime.GOOS {
408 panic(fmt.Sprintf("unsupported OS: %s", runtime.GOOS))
  /prebuilts/go/darwin-x86/src/cmd/go/
build.go 143 if buildContext.GOOS == "darwin" {
328 platform := goos + "/" + goarch
579 if m&0111 != 0 || goos == "windows" { // windows never sets executable bit
591 goos string
597 goos = buildContext.GOOS
598 if goos == "windows" {
861 if goos == runtime.GOOS && goarch == runtime.GOARCH && !buildRace {
939 } else if goos == "darwin" && buildBuildmode == "c-shared" && p.target != ""
590 goos string var
    [all...]

Completed in 3660 milliseconds

<<11121314