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

1 2 3 45 6 7 8 91011>>

  /prebuilts/go/darwin-x86/src/internal/testenv/
testenv.go 43 switch runtime.GOOS {
62 t.Skipf("skipping test: 'go build' not available on %s/%s", runtime.GOOS, runtime.GOARCH)
76 t.Skipf("skipping test: 'go run' not available on %s/%s", runtime.GOOS, runtime.GOARCH)
99 if runtime.GOOS == "windows" {
116 switch runtime.GOOS {
129 switch runtime.GOOS {
145 t.Skipf("skipping test: cannot exec subprocess on %s/%s", runtime.GOOS, runtime.GOARCH)
189 t.Skipf("skipping test: cannot make symlinks on %s/%s%s", runtime.GOOS, runtime.GOARCH, reason)
198 return runtime.GOOS != "plan9" && runtime.GOOS != "android
    [all...]
  /prebuilts/go/linux-x86/src/internal/testenv/
testenv.go 43 switch runtime.GOOS {
62 t.Skipf("skipping test: 'go build' not available on %s/%s", runtime.GOOS, runtime.GOARCH)
76 t.Skipf("skipping test: 'go run' not available on %s/%s", runtime.GOOS, runtime.GOARCH)
99 if runtime.GOOS == "windows" {
116 switch runtime.GOOS {
129 switch runtime.GOOS {
145 t.Skipf("skipping test: cannot exec subprocess on %s/%s", runtime.GOOS, runtime.GOARCH)
189 t.Skipf("skipping test: cannot make symlinks on %s/%s%s", runtime.GOOS, runtime.GOARCH, reason)
198 return runtime.GOOS != "plan9" && runtime.GOOS != "android
    [all...]
  /prebuilts/go/darwin-x86/src/net/
platform_test.go 21 switch runtime.GOOS {
26 switch runtime.GOOS {
35 switch runtime.GOOS {
40 if runtime.GOOS == "darwin" && (runtime.GOARCH == "arm" || runtime.GOARCH == "arm64") {
44 switch runtime.GOOS {
73 if address[0] == '@' && runtime.GOOS != "linux" {
159 switch runtime.GOOS {
sock_bsd.go 19 switch runtime.GOOS {
udpsock_test.go 109 switch runtime.GOOS {
111 t.Skipf("not supported on %s", runtime.GOOS)
163 switch runtime.GOOS {
165 t.Skipf("not implemented yet on %s", runtime.GOOS)
211 switch runtime.GOOS {
213 t.Skipf("not implemented yet on %s", runtime.GOOS)
345 switch runtime.GOOS {
347 t.Skipf("not supported on %s", runtime.GOOS)
382 switch runtime.GOOS {
384 t.Skipf("not supported on %s", runtime.GOOS)
    [all...]
  /prebuilts/go/linux-x86/src/net/
platform_test.go 21 switch runtime.GOOS {
26 switch runtime.GOOS {
35 switch runtime.GOOS {
40 if runtime.GOOS == "darwin" && (runtime.GOARCH == "arm" || runtime.GOARCH == "arm64") {
44 switch runtime.GOOS {
73 if address[0] == '@' && runtime.GOOS != "linux" {
159 switch runtime.GOOS {
sock_bsd.go 19 switch runtime.GOOS {
udpsock_test.go 109 switch runtime.GOOS {
111 t.Skipf("not supported on %s", runtime.GOOS)
163 switch runtime.GOOS {
165 t.Skipf("not implemented yet on %s", runtime.GOOS)
211 switch runtime.GOOS {
213 t.Skipf("not implemented yet on %s", runtime.GOOS)
345 switch runtime.GOOS {
347 t.Skipf("not supported on %s", runtime.GOOS)
382 switch runtime.GOOS {
384 t.Skipf("not supported on %s", runtime.GOOS)
    [all...]
  /prebuilts/go/darwin-x86/src/crypto/x509/
root_darwin_test.go 16 t.Skipf("skipping on %s/%s, no system root", runtime.GOOS, runtime.GOARCH)
19 switch runtime.GOOS {
21 t.Skipf("skipping on %s/%s until cgo part of golang.org/issue/16532 has been implemented.", runtime.GOOS, runtime.GOARCH)
  /prebuilts/go/linux-x86/src/crypto/x509/
root_darwin_test.go 16 t.Skipf("skipping on %s/%s, no system root", runtime.GOOS, runtime.GOARCH)
19 switch runtime.GOOS {
21 t.Skipf("skipping on %s/%s until cgo part of golang.org/issue/16532 has been implemented.", runtime.GOOS, runtime.GOARCH)
  /prebuilts/go/darwin-x86/misc/cgo/errors/src/
malloc.go 24 if runtime.GOOS == "dragonfly" {
  /prebuilts/go/darwin-x86/misc/cgo/test/
cthread.go 34 if runtime.GOOS == "darwin" && (runtime.GOARCH == "arm" || runtime.GOARCH == "arm64") {
  /prebuilts/go/darwin-x86/src/cmd/dist/
buildruntime.go 47 // const defaultGOOS = runtime.GOOS
54 // The use of runtime.GOOS and runtime.GOARCH makes sure that
58 // GOOS=linux GOARCH=ppc64 go build cmd/compile
74 fmt.Fprintf(&buf, "const defaultGOOS = runtime.GOOS\n")
  /prebuilts/go/darwin-x86/src/cmd/go/internal/version/
version.go 27 fmt.Printf("go version %s %s/%s\n", runtime.Version(), runtime.GOOS, runtime.GOARCH)
  /prebuilts/go/darwin-x86/src/cmd/nm/
nm_cgo_test.go 15 switch runtime.GOOS {
  /prebuilts/go/darwin-x86/src/
make.rc 20 # GOOS: The target operating system for installed packages and tools.
78 GOROOT=$GOROOT_BOOTSTRAP GOOS='' GOARCH='' $GOROOT_BOOTSTRAP/bin/go build -o cmd/dist/dist ./cmd/dist
  /prebuilts/go/linux-x86/misc/cgo/errors/src/
malloc.go 24 if runtime.GOOS == "dragonfly" {
  /prebuilts/go/linux-x86/misc/cgo/test/
cthread.go 34 if runtime.GOOS == "darwin" && (runtime.GOARCH == "arm" || runtime.GOARCH == "arm64") {
  /prebuilts/go/linux-x86/src/cmd/dist/
buildruntime.go 47 // const defaultGOOS = runtime.GOOS
54 // The use of runtime.GOOS and runtime.GOARCH makes sure that
58 // GOOS=linux GOARCH=ppc64 go build cmd/compile
74 fmt.Fprintf(&buf, "const defaultGOOS = runtime.GOOS\n")
  /prebuilts/go/linux-x86/src/cmd/go/internal/version/
version.go 27 fmt.Printf("go version %s %s/%s\n", runtime.Version(), runtime.GOOS, runtime.GOARCH)
  /prebuilts/go/linux-x86/src/cmd/nm/
nm_cgo_test.go 15 switch runtime.GOOS {
  /prebuilts/go/linux-x86/src/
make.rc 20 # GOOS: The target operating system for installed packages and tools.
78 GOROOT=$GOROOT_BOOTSTRAP GOOS='' GOARCH='' $GOROOT_BOOTSTRAP/bin/go build -o cmd/dist/dist ./cmd/dist
  /prebuilts/go/darwin-x86/misc/cgo/testcarchive/
carchive_test.go 35 var GOOS, GOARCH string
39 GOOS = goEnv("GOOS")
79 if GOOS == "darwin" {
84 libgodir = GOOS + "_" + GOARCH
85 switch GOOS {
111 if GOOS == "windows" {
129 execScript := "go_" + goEnv("GOOS") + "_" + goEnv("GOARCH") + "_exec"
152 if GOOS == "windows" {
189 switch GOOS {
    [all...]
  /prebuilts/go/linux-x86/misc/cgo/testcarchive/
carchive_test.go 35 var GOOS, GOARCH string
39 GOOS = goEnv("GOOS")
79 if GOOS == "darwin" {
84 libgodir = GOOS + "_" + GOARCH
85 switch GOOS {
111 if GOOS == "windows" {
129 execScript := "go_" + goEnv("GOOS") + "_" + goEnv("GOARCH") + "_exec"
152 if GOOS == "windows" {
189 switch GOOS {
    [all...]
  /external/toolchain-utils/go/
test_go 35 GOOS="$(go_${target} env GOOS)" GOARCH="$(go_${target} env GOARCH)" ${runtest} -n=1 ${verbose_run_test} -show_skips -summary -target="${target}" "$@"

Completed in 835 milliseconds

1 2 3 45 6 7 8 91011>>