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

1 2 34 5 6 7 8 91011>>

  /prebuilts/go/linux-x86/src/path/filepath/
match_test.go 90 if runtime.GOOS == "windows" {
128 if runtime.GOOS == "windows" {
169 switch runtime.GOOS {
171 t.Skipf("skipping on %s", runtime.GOOS)
174 t.Skipf("skipping on %s", runtime.GOOS)
path_test.go 98 if runtime.GOOS == "windows" {
186 if runtime.GOOS == "windows" {
224 if runtime.GOOS == "windows" {
286 if runtime.GOOS == "windows" {
423 if runtime.GOOS == "darwin" {
616 if runtime.GOOS == "windows" {
659 if runtime.GOOS == "windows" {
707 if runtime.GOOS == "windows" {
766 switch runtime.GOOS {
768 t.Skipf("skipping on %s", runtime.GOOS)
    [all...]
  /prebuilts/go/darwin-x86/src/os/
path_test.go 68 if runtime.GOOS == "windows" {
123 if runtime.GOOS == "windows" {
172 switch runtime.GOOS {
174 t.Skipf("skipping on %s", runtime.GOOS)
177 t.Skipf("skipping on %s", runtime.GOOS)
207 switch runtime.GOOS {
209 t.Skipf("skipping on %s", runtime.GOOS)
os_test.go 47 switch runtime.GOOS {
121 switch runtime.GOOS {
132 switch runtime.GOOS {
325 switch runtime.GOOS {
449 switch runtime.GOOS {
455 t.Skipf("skipping test on %v", runtime.GOOS)
541 if runtime.GOOS == "plan9" {
584 if runtime.GOOS != "darwin" || (runtime.GOARCH != "arm" && runtime.GOARCH != "arm64") {
607 switch runtime.GOOS {
609 t.Skipf("skipping on %s", runtime.GOOS)
    [all...]
  /prebuilts/go/linux-x86/src/os/
path_test.go 68 if runtime.GOOS == "windows" {
123 if runtime.GOOS == "windows" {
172 switch runtime.GOOS {
174 t.Skipf("skipping on %s", runtime.GOOS)
177 t.Skipf("skipping on %s", runtime.GOOS)
207 switch runtime.GOOS {
209 t.Skipf("skipping on %s", runtime.GOOS)
os_test.go 47 switch runtime.GOOS {
121 switch runtime.GOOS {
132 switch runtime.GOOS {
325 switch runtime.GOOS {
449 switch runtime.GOOS {
455 t.Skipf("skipping test on %v", runtime.GOOS)
541 if runtime.GOOS == "plan9" {
584 if runtime.GOOS != "darwin" || (runtime.GOARCH != "arm" && runtime.GOARCH != "arm64") {
607 switch runtime.GOOS {
609 t.Skipf("skipping on %s", runtime.GOOS)
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/objdump/
objdump_test.go 113 switch runtime.GOOS {
115 t.Skipf("skipping on %s", runtime.GOOS)
124 if runtime.GOOS == "openbsd" && runtime.GOARCH == "arm" {
  /prebuilts/go/linux-x86/src/cmd/objdump/
objdump_test.go 113 switch runtime.GOOS {
115 t.Skipf("skipping on %s", runtime.GOOS)
124 if runtime.GOOS == "openbsd" && runtime.GOARCH == "arm" {
  /prebuilts/go/darwin-x86/misc/cgo/test/
env.go 20 if runtime.GOOS == "windows" {
  /prebuilts/go/darwin-x86/src/go/build/
syslist_test.go 13 thisOS = runtime.GOOS
build.go 32 GOOS string // target operating system
45 // consider the values of GOARCH and GOOS as satisfied tags.
255 // It uses the GOARCH, GOOS, GOROOT, and GOPATH environment variables
256 // if set, or else the compiled code's GOARCH, GOOS, and GOROOT.
291 c.GOOS = envOr("GOOS", runtime.GOOS)
310 if runtime.GOARCH == c.GOARCH && runtime.GOOS == c.GOOS {
311 c.CgoEnabled = cgoEnabled[c.GOOS+"/"+c.GOARCH
    [all...]
  /prebuilts/go/darwin-x86/src/net/
file_test.go 85 switch runtime.GOOS {
87 t.Skipf("not supported on %s", runtime.GOOS)
166 switch runtime.GOOS {
168 t.Skipf("not supported on %s", runtime.GOOS)
net_test.go 15 switch runtime.GOOS {
17 t.Skipf("not supported on %s", runtime.GOOS)
67 switch runtime.GOOS {
69 t.Skipf("not supported on %s", runtime.GOOS)
listen_test.go 63 switch runtime.GOOS {
65 t.Skipf("not supported on %s", runtime.GOOS)
124 switch runtime.GOOS {
126 t.Skipf("not supported on %s", runtime.GOOS)
220 switch runtime.GOOS {
222 t.Skipf("not supported on %s", runtime.GOOS)
307 switch runtime.GOOS {
309 t.Skipf("not supported on %s", runtime.GOOS)
480 switch runtime.GOOS {
482 t.Skipf("not supported on %s", runtime.GOOS)
    [all...]
conf.go 28 goos string // the runtime.GOOS, to ease testing
37 confVal = &conf{goos: runtime.GOOS}
72 if runtime.GOOS == "darwin" {
91 if runtime.GOOS == "openbsd" && os.Getenv("ASR_CONFIG") != "" {
96 if runtime.GOOS != "openbsd" {
131 if c.forceCgoLookupHost || c.resolv.unknownOpt || c.goos == "android" {
142 if c.goos == "openbsd" {
201 if c.goos == "solaris"
    [all...]
  /prebuilts/go/darwin-x86/src/path/filepath/
path_test.go 98 if runtime.GOOS == "windows" {
186 if runtime.GOOS == "windows" {
224 if runtime.GOOS == "windows" {
286 if runtime.GOOS == "windows" {
423 if runtime.GOOS == "darwin" {
616 if runtime.GOOS == "windows" {
659 if runtime.GOOS == "windows" {
707 if runtime.GOOS == "windows" {
766 switch runtime.GOOS {
768 t.Skipf("skipping on %s", runtime.GOOS)
    [all...]
  /prebuilts/go/darwin-x86/test/fixedbugs/
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/go/build/
syslist_test.go 13 thisOS = runtime.GOOS
build.go 32 GOOS string // target operating system
45 // consider the values of GOARCH and GOOS as satisfied tags.
255 // It uses the GOARCH, GOOS, GOROOT, and GOPATH environment variables
256 // if set, or else the compiled code's GOARCH, GOOS, and GOROOT.
291 c.GOOS = envOr("GOOS", runtime.GOOS)
310 if runtime.GOARCH == c.GOARCH && runtime.GOOS == c.GOOS {
311 c.CgoEnabled = cgoEnabled[c.GOOS+"/"+c.GOARCH
    [all...]
  /prebuilts/go/linux-x86/src/net/
file_test.go 85 switch runtime.GOOS {
87 t.Skipf("not supported on %s", runtime.GOOS)
166 switch runtime.GOOS {
168 t.Skipf("not supported on %s", runtime.GOOS)
net_test.go 15 switch runtime.GOOS {
17 t.Skipf("not supported on %s", runtime.GOOS)
67 switch runtime.GOOS {
69 t.Skipf("not supported on %s", runtime.GOOS)
listen_test.go 63 switch runtime.GOOS {
65 t.Skipf("not supported on %s", runtime.GOOS)
124 switch runtime.GOOS {
126 t.Skipf("not supported on %s", runtime.GOOS)
220 switch runtime.GOOS {
222 t.Skipf("not supported on %s", runtime.GOOS)
307 switch runtime.GOOS {
309 t.Skipf("not supported on %s", runtime.GOOS)
480 switch runtime.GOOS {
482 t.Skipf("not supported on %s", runtime.GOOS)
    [all...]
conf.go 28 goos string // the runtime.GOOS, to ease testing
37 confVal = &conf{goos: runtime.GOOS}
72 if runtime.GOOS == "darwin" {
91 if runtime.GOOS == "openbsd" && os.Getenv("ASR_CONFIG") != "" {
96 if runtime.GOOS != "openbsd" {
131 if c.forceCgoLookupHost || c.resolv.unknownOpt || c.goos == "android" {
142 if c.goos == "openbsd" {
201 if c.goos == "solaris"
    [all...]
  /prebuilts/go/linux-x86/test/fixedbugs/
issue9355.go 19 if runtime.Compiler != "gc" || runtime.GOOS == "nacl" {

Completed in 339 milliseconds

1 2 34 5 6 7 8 91011>>