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

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/go/linux-x86/src/cmd/vet/
bool.go 111 // (e.g. runtime.GOOS and "windows"), we'll only catch
  /prebuilts/go/linux-x86/src/runtime/
panic1.go 146 if GOOS == "windows" && _m_.libcallsp != 0 {
runtime-gdb_test.go 60 if runtime.GOOS == "darwin" {
cgocall.go 87 if !iscgo && GOOS != "solaris" && GOOS != "windows" {
  /prebuilts/go/darwin-x86/src/cmd/cgo/
main.go 179 var goarch, goos string var
310 goos = runtime.GOOS
311 if s := os.Getenv("GOOS"); s != "" {
312 goos = s
  /prebuilts/go/darwin-x86/src/net/
tcp_test.go 464 switch runtime.GOOS {
470 t.Skipf("not supported on %s", runtime.GOOS)
fd_unix.go 91 if runtime.GOOS == "solaris" {
443 if runtime.GOOS == "darwin" && e1 == syscall.EBADF {
ipsock_posix.go 59 switch runtime.GOOS {
  /prebuilts/go/linux-x86/src/cmd/cgo/
main.go 179 var goarch, goos string var
310 goos = runtime.GOOS
311 if s := os.Getenv("GOOS"); s != "" {
312 goos = s
  /prebuilts/go/linux-x86/src/net/
tcp_test.go 464 switch runtime.GOOS {
470 t.Skipf("not supported on %s", runtime.GOOS)
fd_unix.go 91 if runtime.GOOS == "solaris" {
443 if runtime.GOOS == "darwin" && e1 == syscall.EBADF {
  /prebuilts/go/darwin-x86/src/crypto/x509/
verify_test.go 305 if runtime.GOOS == "windows" && test.testSystemRootsError {
403 if runtime.GOOS != "windows" {
404 t.Skipf("skipping verify test using system APIs on %q", runtime.GOOS)
    [all...]
  /prebuilts/go/linux-x86/src/crypto/x509/
verify_test.go 305 if runtime.GOOS == "windows" && test.testSystemRootsError {
403 if runtime.GOOS != "windows" {
404 t.Skipf("skipping verify test using system APIs on %q", runtime.GOOS)
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
cgocall.go 87 if !iscgo && GOOS != "solaris" && GOOS != "windows" {
alg.go 325 GOOS != "nacl" &&
proc.go 86 if GOOS != "windows" {
  /external/llvm/tools/llvm-go/
llvm-go.go 102 if runtime.GOOS != "darwin" {
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/
doc.go 29 The GOOS and GOARCH environment variables set the desired target.
  /prebuilts/go/darwin-x86/src/cmd/asm/internal/asm/
operand_test.go 19 os.Setenv("GOOS", "linux") // obj can handle this OS for all architectures.
  /prebuilts/go/darwin-x86/src/cmd/compile/
doc.go 26 The GOOS and GOARCH environment variables set the desired target.
  /prebuilts/go/darwin-x86/src/cmd/cover/
html.go 141 switch runtime.GOOS {
  /prebuilts/go/darwin-x86/src/cmd/doc/
doc_test.go 302 if runtime.GOOS == "darwin" && (runtime.GOARCH == "arm" || runtime.GOARCH == "arm64") {
  /prebuilts/go/darwin-x86/src/cmd/go/
list.go 87 GOOS string // target operating system
  /prebuilts/go/darwin-x86/src/debug/gosym/
pclntab_test.go 29 if self && runtime.GOOS != "linux" {
  /prebuilts/go/darwin-x86/src/net/http/httputil/
reverseproxy_test.go 229 if runtime.GOOS == "plan9" {

Completed in 790 milliseconds

1 2 3 4 5 6 7 8 91011>>