HomeSort by relevance Sort by last modified time
    Searched refs:GOOS (Results 51 - 75 of 464) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/go/linux-x86/src/runtime/internal/sys/
zgoos_darwin.go 5 const GOOS = `darwin`
zgoos_dragonfly.go 5 const GOOS = `dragonfly`
zgoos_freebsd.go 5 const GOOS = `freebsd`
zgoos_linux.go 7 const GOOS = `linux`
zgoos_nacl.go 5 const GOOS = `nacl`
zgoos_netbsd.go 5 const GOOS = `netbsd`
zgoos_openbsd.go 5 const GOOS = `openbsd`
zgoos_plan9.go 5 const GOOS = `plan9`
zgoos_solaris.go 5 const GOOS = `solaris`
zgoos_windows.go 5 const GOOS = `windows`
  /build/soong/
bootstrap.bash 27 export GOOS="linux"
31 export GOOS="darwin"
  /prebuilts/go/darwin-x86/src/cmd/go/
note_test.go 19 if runtime.GOOS == "windows" {
20 t.Skipf("2kB is not enough on %s", runtime.GOOS)
48 case runtime.GOOS == "linux" && (runtime.GOARCH == "ppc64le" || runtime.GOARCH == "ppc64"):
50 case runtime.GOOS == "openbsd" && runtime.GOARCH == "arm":
52 case runtime.GOOS == "plan9":
context.go 13 GOOS string `json:",omitempty"` // target operating system
27 GOOS: c.GOOS,
  /prebuilts/go/linux-x86/src/cmd/go/
note_test.go 19 if runtime.GOOS == "windows" {
20 t.Skipf("2kB is not enough on %s", runtime.GOOS)
48 case runtime.GOOS == "linux" && (runtime.GOARCH == "ppc64le" || runtime.GOARCH == "ppc64"):
50 case runtime.GOOS == "openbsd" && runtime.GOARCH == "arm":
52 case runtime.GOOS == "plan9":
context.go 13 GOOS string `json:",omitempty"` // target operating system
27 GOOS: c.GOOS,
  /prebuilts/go/darwin-x86/src/runtime/
crash_cgo_test.go 28 if testing.Short() && runtime.GOOS == "windows" {
49 switch runtime.GOOS {
51 t.Skipf("no pthreads on %s", runtime.GOOS)
55 case runtime.GOOS == "dragonfly":
57 case runtime.GOOS == "linux" && runtime.GOARCH == "arm":
59 case runtime.GOOS == "linux" && (runtime.GOARCH == "mips64" || runtime.GOARCH == "mips64le"):
72 if runtime.GOOS == "plan9" {
73 t.Skipf("no pthreads on %s", runtime.GOOS)
85 switch runtime.GOOS {
87 t.Skipf("no pthreads on %s", runtime.GOOS)
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
crash_cgo_test.go 28 if testing.Short() && runtime.GOOS == "windows" {
49 switch runtime.GOOS {
51 t.Skipf("no pthreads on %s", runtime.GOOS)
55 case runtime.GOOS == "dragonfly":
57 case runtime.GOOS == "linux" && runtime.GOARCH == "arm":
59 case runtime.GOOS == "linux" && (runtime.GOARCH == "mips64" || runtime.GOARCH == "mips64le"):
72 if runtime.GOOS == "plan9" {
73 t.Skipf("no pthreads on %s", runtime.GOOS)
85 switch runtime.GOOS {
87 t.Skipf("no pthreads on %s", runtime.GOOS)
    [all...]
  /build/blueprint/
bootstrap.bash 18 # GOOS
63 [ -z "$GOOS" ] && GOOS=`go env GOHOSTOS`
70 GOTOOLDIR="$GOROOT/pkg/tool/${GOOS}_$GOARCH"
  /prebuilts/go/darwin-x86/src/os/user/
user_test.go 19 if runtime.GOOS == "android" {
20 t.Skipf("skipping on %s", runtime.GOOS)
45 if runtime.GOOS == "windows" {
59 if runtime.GOOS == "plan9" {
60 t.Skipf("Lookup not implemented on %q", runtime.GOOS)
77 if runtime.GOOS == "plan9" {
78 t.Skipf("LookupId not implemented on %q", runtime.GOOS)
128 if runtime.GOOS == "solaris" {
  /prebuilts/go/linux-x86/src/os/user/
user_test.go 19 if runtime.GOOS == "android" {
20 t.Skipf("skipping on %s", runtime.GOOS)
45 if runtime.GOOS == "windows" {
59 if runtime.GOOS == "plan9" {
60 t.Skipf("Lookup not implemented on %q", runtime.GOOS)
77 if runtime.GOOS == "plan9" {
78 t.Skipf("LookupId not implemented on %q", runtime.GOOS)
128 if runtime.GOOS == "solaris" {
  /prebuilts/go/darwin-x86/src/go/build/
build_test.go 40 match(runtime.GOOS+","+runtime.GOARCH, map[string]bool{runtime.GOOS: true, runtime.GOARCH: true})
41 match(runtime.GOOS+","+runtime.GOARCH+",!foo", map[string]bool{runtime.GOOS: true, runtime.GOARCH: true, "foo": true})
42 nomatch(runtime.GOOS+","+runtime.GOARCH+",foo", map[string]bool{runtime.GOOS: true, runtime.GOARCH: true, "foo": true})
46 match(runtime.GOOS+","+runtime.GOARCH, map[string]bool{runtime.GOOS: true, runtime.GOARCH: true})
47 match(runtime.GOOS+","+runtime.GOARCH+",foo", map[string]bool{runtime.GOOS: true, runtime.GOARCH: true, "foo": true}
    [all...]
  /prebuilts/go/linux-x86/src/go/build/
build_test.go 40 match(runtime.GOOS+","+runtime.GOARCH, map[string]bool{runtime.GOOS: true, runtime.GOARCH: true})
41 match(runtime.GOOS+","+runtime.GOARCH+",!foo", map[string]bool{runtime.GOOS: true, runtime.GOARCH: true, "foo": true})
42 nomatch(runtime.GOOS+","+runtime.GOARCH+",foo", map[string]bool{runtime.GOOS: true, runtime.GOARCH: true, "foo": true})
46 match(runtime.GOOS+","+runtime.GOARCH, map[string]bool{runtime.GOOS: true, runtime.GOARCH: true})
47 match(runtime.GOOS+","+runtime.GOARCH+",foo", map[string]bool{runtime.GOOS: true, runtime.GOARCH: true, "foo": true}
    [all...]
  /prebuilts/go/darwin-x86/misc/cgo/fortran/
test.bash 12 goos=$(go env GOOS)
15 if [ "$goos" == "darwin" ]; then
  /prebuilts/go/darwin-x86/misc/cgo/test/
sigaltstack.go 58 case runtime.GOOS == "solaris", runtime.GOOS == "darwin" && (runtime.GOARCH == "arm" || runtime.GOARCH == "arm64"):
59 t.Skipf("switching signal stack not implemented on %s/%s", runtime.GOOS, runtime.GOARCH)
60 case runtime.GOOS == "darwin" && runtime.GOARCH == "386":
  /prebuilts/go/darwin-x86/src/
buildall.bash 47 export GOOS=$(echo $target | sed 's/-.*//')

Completed in 610 milliseconds

1 23 4 5 6 7 8 91011>>