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

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/go/darwin-x86/src/crypto/rand/
rand_unix.go 29 if runtime.GOOS == "plan9" {
58 if runtime.GOOS == "plan9" {
  /prebuilts/go/darwin-x86/src/net/
interface_unix_test.go 48 if runtime.GOOS == "darwin" {
49 t.Skipf("not supported on %s", runtime.GOOS)
main_test.go 113 if runtime.GOOS != "dragonfly" {
127 switch runtime.GOOS {
writev_test.go 153 switch runtime.GOOS {
183 if runtime.GOOS == "windows" {
  /prebuilts/go/darwin-x86/src/runtime/
crash_unix_test.go 27 switch runtime.GOOS {
30 t.Skipf("skipping; not supported on %v", runtime.GOOS)
futex_test.go 72 case runtime.GOOS == "freebsd" && runtime.GOARCH == "386":
mem_bsd.go 70 if GOOS == "dragonfly" {
  /prebuilts/go/darwin-x86/src/syscall/
syscall.go 9 // system, set $GOOS and $GOARCH to the desired system. For example, if
10 // you want to view documentation for freebsd/arm on linux/amd64, set $GOOS
  /prebuilts/go/linux-x86/src/cmd/go/
run.go 22 if goos == runtime.GOOS && goarch == runtime.GOARCH {
25 path, err := exec.LookPath(fmt.Sprintf("go_%s_%s_exec", goos, goarch))
42 If the -exec flag is not given, GOOS or GOARCH is different from the system
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
ar.go 169 if obj.GOOS == "darwin" || (obj.GOOS == "windows" && obj.GOARCH == "386") {
  /prebuilts/go/linux-x86/src/cmd/vet/
vet_test.go 32 switch runtime.GOOS {
34 t.Skipf("skipping test: perl not available on %s", runtime.GOOS)
  /prebuilts/go/linux-x86/src/crypto/rand/
rand_unix.go 29 if runtime.GOOS == "plan9" {
58 if runtime.GOOS == "plan9" {
  /prebuilts/go/linux-x86/src/net/
interface_unix_test.go 48 if runtime.GOOS == "darwin" {
49 t.Skipf("not supported on %s", runtime.GOOS)
main_test.go 113 if runtime.GOOS != "dragonfly" {
127 switch runtime.GOOS {
writev_test.go 153 switch runtime.GOOS {
183 if runtime.GOOS == "windows" {
  /prebuilts/go/linux-x86/src/runtime/
crash_unix_test.go 27 switch runtime.GOOS {
30 t.Skipf("skipping; not supported on %v", runtime.GOOS)
  /prebuilts/go/linux-x86/src/syscall/
syscall.go 9 // system, set $GOOS and $GOARCH to the desired system. For example, if
10 // you want to view documentation for freebsd/arm on linux/amd64, set $GOOS
  /prebuilts/go/darwin-x86/src/os/
os_test.go 45 switch runtime.GOOS {
122 switch runtime.GOOS {
133 switch runtime.GOOS {
390 switch runtime.GOOS {
514 switch runtime.GOOS {
520 t.Skipf("skipping test on %v", runtime.GOOS)
648 if runtime.GOOS != "darwin" || (runtime.GOARCH != "arm" && runtime.GOARCH != "arm64") {
913 switch runtime.GOOS {
945 if runtime.GOOS == "windows" {
1065 if !pat.Before(at) && runtime.GOOS != "plan9" && runtime.GOOS != "nacl"
    [all...]
file_unix.go 105 if runtime.GOOS == "darwin" && e == syscall.EINTR {
155 needsMaxRW = runtime.GOOS == "darwin" || runtime.GOOS == "freebsd"
268 if runtime.GOOS == "android" {
  /prebuilts/go/linux-x86/src/os/
os_test.go 45 switch runtime.GOOS {
122 switch runtime.GOOS {
133 switch runtime.GOOS {
390 switch runtime.GOOS {
514 switch runtime.GOOS {
520 t.Skipf("skipping test on %v", runtime.GOOS)
648 if runtime.GOOS != "darwin" || (runtime.GOARCH != "arm" && runtime.GOARCH != "arm64") {
913 switch runtime.GOOS {
945 if runtime.GOOS == "windows" {
1065 if !pat.Before(at) && runtime.GOOS != "plan9" && runtime.GOOS != "nacl"
    [all...]
  /build/soong/cc/
relocation_packer.go 50 if runtime.GOOS == "darwin" {
  /prebuilts/go/darwin-x86/misc/cgo/test/
basic.go 123 if runtime.GOOS == "openbsd" {
  /prebuilts/go/darwin-x86/src/cmd/addr2line/
addr2line_test.go 55 if runtime.GOOS == "windows" && len(f) == 3 {
  /prebuilts/go/darwin-x86/src/runtime/internal/sys/
gengoos.go 53 fmt.Fprintf(&buf, "const GOOS = `%s`\n\n", target)
54 for _, goos := range gooses {
56 if goos == target {
59 fmt.Fprintf(&buf, "const Goos%s = %d\n", strings.Title(goos), value)
  /prebuilts/go/darwin-x86/src/runtime/pprof/internal/protopprof/
protomemprofile.go 53 if runtime.GOOS == "linux" {

Completed in 829 milliseconds

1 2 3 4 5 6 7 8 91011>>