HomeSort by relevance Sort by last modified time
    Searched refs:GOOS (Results 151 - 175 of 554) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/go/darwin-x86/test/fixedbugs/
issue22660.go 22 if runtime.GOOS == "nacl" {
issue9355.go 19 if runtime.Compiler != "gc" || runtime.GOOS == "nacl" {
  /prebuilts/go/linux-x86/misc/cgo/test/
env.go 20 if runtime.GOOS == "windows" {
  /prebuilts/go/linux-x86/src/cmd/go/internal/base/
tool.go 19 ToolGOOS = runtime.GOOS
  /prebuilts/go/linux-x86/src/go/build/
syslist_test.go 13 thisOS = runtime.GOOS
  /prebuilts/go/linux-x86/src/
make.bash 20 # GOOS: The target operating system for installed packages and tools.
165 GOROOT="$GOROOT_BOOTSTRAP" GOOS="" GOARCH="" "$GOROOT_BOOTSTRAP/bin/go" build -o cmd/dist/dist ./cmd/dist
  /prebuilts/go/linux-x86/src/net/
timeout_test.go 46 switch runtime.GOOS {
49 if runtime.GOOS == "plan9" {
103 if runtime.GOOS == "openbsd" {
158 switch runtime.GOOS {
160 t.Skipf("not supported on %s", runtime.GOOS)
214 switch runtime.GOOS {
216 t.Skipf("not supported on %s", runtime.GOOS)
260 switch runtime.GOOS {
262 t.Skipf("not supported on %s", runtime.GOOS)
365 switch runtime.GOOS {
    [all...]
udpsock_plan9_test.go 39 t.Fatalf("multicast not working on %s", runtime.GOOS)
parse_test.go 16 switch runtime.GOOS {
18 t.Skipf("not supported on %s", runtime.GOOS)
file_test.go 31 switch runtime.GOOS {
33 t.Skipf("not supported on %s", runtime.GOOS)
138 switch runtime.GOOS {
140 t.Skipf("not supported on %s", runtime.GOOS)
230 switch runtime.GOOS {
232 t.Skipf("not supported on %s", runtime.GOOS)
  /prebuilts/go/linux-x86/src/syscall/
mkerrors.sh 16 if [[ "$GOOS" -eq "solaris" ]]; then
  /prebuilts/go/linux-x86/test/fixedbugs/
issue13268.go 26 if runtime.GOOS == "nacl" {
issue21317.go 24 if runtime.Compiler != "gc" || runtime.GOOS == "nacl" {
issue22660.go 22 if runtime.GOOS == "nacl" {
issue9355.go 19 if runtime.Compiler != "gc" || runtime.GOOS == "nacl" {
  /build/blueprint/bootstrap/
config.go 57 return "$goRoot/pkg/tool/" + runtime.GOOS + "_" + runtime.GOARCH + "/compile"
60 return "$goRoot/pkg/tool/" + runtime.GOOS + "_" + runtime.GOARCH + "/link"
  /prebuilts/go/darwin-x86/src/cmd/internal/objabi/
util.go 26 GOOS = envOr("GOOS", defaultGOOS)
68 func Framepointer_enabled(goos, goarch string) bool {
69 return framepointer_enabled != 0 && goarch == "amd64" && goos != "nacl"
  /prebuilts/go/darwin-x86/src/net/
parse_test.go 16 switch runtime.GOOS {
18 t.Skipf("not supported on %s", runtime.GOOS)
file_test.go 31 switch runtime.GOOS {
33 t.Skipf("not supported on %s", runtime.GOOS)
138 switch runtime.GOOS {
140 t.Skipf("not supported on %s", runtime.GOOS)
230 switch runtime.GOOS {
232 t.Skipf("not supported on %s", runtime.GOOS)
  /prebuilts/go/darwin-x86/src/os/
executable_test.go 39 if runtime.GOOS == "openbsd" {
73 if runtime.GOOS == "windows" {
  /prebuilts/go/linux-x86/src/cmd/internal/objabi/
util.go 26 GOOS = envOr("GOOS", defaultGOOS)
68 func Framepointer_enabled(goos, goarch string) bool {
69 return framepointer_enabled != 0 && goarch == "amd64" && goos != "nacl"
  /prebuilts/go/linux-x86/src/os/
executable_test.go 39 if runtime.GOOS == "openbsd" {
73 if runtime.GOOS == "windows" {
  /prebuilts/go/darwin-x86/src/cmd/objdump/
objdump_test.go 77 var target = flag.String("target", "", "test disassembly of `goos/goarch` binary")
93 t.Fatalf("-target argument must be goos/goarch")
95 defer os.Setenv("GOOS", os.Getenv("GOOS"))
97 os.Setenv("GOOS", f[0])
184 switch runtime.GOOS {
186 t.Skipf("skipping on %s", runtime.GOOS)
197 if runtime.GOOS == "openbsd" && runtime.GOARCH == "arm" {
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/route/
route_test.go 22 if runtime.GOOS == "openbsd" {
32 if runtime.GOOS == "openbsd" {
116 if runtime.GOOS == "openbsd" {
131 if runtime.GOOS == "openbsd" {
360 if runtime.GOOS == "openbsd" {
373 if runtime.GOOS == "netbsd" {
  /prebuilts/go/linux-x86/src/cmd/objdump/
objdump_test.go 77 var target = flag.String("target", "", "test disassembly of `goos/goarch` binary")
93 t.Fatalf("-target argument must be goos/goarch")
95 defer os.Setenv("GOOS", os.Getenv("GOOS"))
97 os.Setenv("GOOS", f[0])
184 switch runtime.GOOS {
186 t.Skipf("skipping on %s", runtime.GOOS)
197 if runtime.GOOS == "openbsd" && runtime.GOARCH == "arm" {

Completed in 568 milliseconds

1 2 3 4 5 67 8 91011>>