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

1 2 3 4 5 6 78 91011>>

  /prebuilts/go/darwin-x86/src/os/
getwd.go 27 if runtime.GOOS == "windows" {
  /prebuilts/go/darwin-x86/src/runtime/debug/
garbage_test.go 92 runtime.GOOS == "nacl" {
  /prebuilts/go/darwin-x86/src/runtime/
extern.go 119 The GOARCH, GOOS, GOPATH, and GOROOT environment variables complete
122 GOARCH, GOOS, and GOROOT are recorded at compile time and made available by
207 // GOOS is the running program's operating system target:
209 const GOOS string = theGoos
runtime1.go 55 // TODO: Retire in favor of GOOS== checks.
62 if GOOS == "windows" {
signal1_unix.go 22 // sigmask represents a general signal mask compatible with the GOOS
181 if GOOS == "darwin" {
signal_386.go 54 if GOOS == "darwin" {
153 if GOOS == "linux" && pc >= 0xf4000000 && gp.stack.lo <= sp && sp+16 <= gp.stack.hi {
signal_amd64x.go 51 if GOOS == "darwin" {
86 if GOOS == "darwin" {
  /prebuilts/go/darwin-x86/test/
run.go 48 goos, goarch string
73 goos = getenv("GOOS", runtime.GOOS)
324 GOOS string
330 func shouldTest(src string, goos, goarch string) (ok bool, whyNot string) {
343 GOOS: goos,
388 if name == ctxt.GOOS || name == ctxt.GOARCH {
436 if ok, why := shouldTest(t.src[:pkgPos], goos, goarch); !ok
47 goos, goarch string var
    [all...]
  /prebuilts/go/linux-x86/src/cmd/link/
doc.go 27 The default format is inferred from GOOS and GOARCH.
  /prebuilts/go/linux-x86/src/os/
getwd.go 27 if runtime.GOOS == "windows" {
  /prebuilts/go/linux-x86/src/runtime/debug/
garbage_test.go 92 runtime.GOOS == "nacl" {
  /prebuilts/go/linux-x86/src/runtime/
extern.go 119 The GOARCH, GOOS, GOPATH, and GOROOT environment variables complete
122 GOARCH, GOOS, and GOROOT are recorded at compile time and made available by
207 // GOOS is the running program's operating system target:
209 const GOOS string = theGoos
  /prebuilts/go/linux-x86/test/
run.go 48 goos, goarch string
73 goos = getenv("GOOS", runtime.GOOS)
324 GOOS string
330 func shouldTest(src string, goos, goarch string) (ok bool, whyNot string) {
343 GOOS: goos,
388 if name == ctxt.GOOS || name == ctxt.GOARCH {
436 if ok, why := shouldTest(t.src[:pkgPos], goos, goarch); !ok
47 goos, goarch string var
    [all...]
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/internal/obj/
sym.go 89 if runtime.GOOS == "windows" {
90 // TODO(rsc): Remove ctxt.Windows and let callers use runtime.GOOS.
108 log.Fatalf("unknown goos %s", Getgoos())
  /prebuilts/go/darwin-x86/src/cmd/dist/
build.go 25 goos string
107 b = os.Getenv("GOOS")
111 goos = b
112 if find(goos, okgoos) < 0 {
113 fatal("unknown $GOOS %s", goos)
209 os.Setenv("GOOS", goos)
391 if goos != gohostos || goarch != gohostarch {
392 p := pathf("%s/pkg/%s_%s", goroot, goos, goarch
24 goos string var
    [all...]
  /prebuilts/go/darwin-x86/src/go/internal/gcimporter/
gcimporter_test.go 26 switch platform := runtime.GOOS + "-" + runtime.GOARCH; platform {
67 dirname := filepath.Join(runtime.GOROOT(), "pkg", runtime.GOOS+"_"+runtime.GOARCH, dir)
  /prebuilts/go/darwin-x86/src/go/types/
stdlib_test.go 132 if runtime.GOOS != "linux" && runtime.GOOS != "darwin" {
  /prebuilts/go/darwin-x86/src/net/
interface_test.go 95 switch runtime.GOOS {
110 switch runtime.GOOS {
protoconn_test.go 24 switch runtime.GOOS {
26 t.Skipf("not supported on %s", runtime.GOOS)
  /prebuilts/go/darwin-x86/src/runtime/trace/
trace_stack_test.go 234 if runtime.GOOS != "windows" && runtime.GOOS != "plan9" {
  /prebuilts/go/darwin-x86/src/syscall/
exec_unix.go 163 if (runtime.GOOS == "freebsd" || runtime.GOOS == "dragonfly") && len(argv[0]) > len(argv0) {
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/internal/obj/
sym.go 89 if runtime.GOOS == "windows" {
90 // TODO(rsc): Remove ctxt.Windows and let callers use runtime.GOOS.
108 log.Fatalf("unknown goos %s", Getgoos())
  /prebuilts/go/linux-x86/src/cmd/dist/
build.go 25 goos string
107 b = os.Getenv("GOOS")
111 goos = b
112 if find(goos, okgoos) < 0 {
113 fatal("unknown $GOOS %s", goos)
209 os.Setenv("GOOS", goos)
391 if goos != gohostos || goarch != gohostarch {
392 p := pathf("%s/pkg/%s_%s", goroot, goos, goarch
24 goos string var
    [all...]
  /prebuilts/go/linux-x86/src/go/internal/gcimporter/
gcimporter_test.go 26 switch platform := runtime.GOOS + "-" + runtime.GOARCH; platform {
67 dirname := filepath.Join(runtime.GOROOT(), "pkg", runtime.GOOS+"_"+runtime.GOARCH, dir)
  /prebuilts/go/linux-x86/src/go/types/
stdlib_test.go 132 if runtime.GOOS != "linux" && runtime.GOOS != "darwin" {

Completed in 405 milliseconds

1 2 3 4 5 6 78 91011>>