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

1 2 34 5 6 7 8 91011>>

  /prebuilts/go/darwin-x86/src/internal/testenv/
testenv_notwin.go 14 switch runtime.GOOS {
  /prebuilts/go/darwin-x86/src/
nacltest.bash 50 GOOS=nacl GOARCH=$naclGOARCH go tool dist test --no-rebuild
  /prebuilts/go/linux-x86/misc/cgo/fortran/
test.bash 12 goos=$(go env GOOS)
15 if [ "$goos" == "darwin" ]; then
  /prebuilts/go/linux-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":
issue17065.go 23 if runtime.GOOS == "darwin" {
  /prebuilts/go/linux-x86/src/
buildall.bash 47 export GOOS=$(echo $target | sed 's/-.*//')
nacltest.bash 50 GOOS=nacl GOARCH=$naclGOARCH go tool dist test --no-rebuild
  /prebuilts/go/linux-x86/src/internal/testenv/
testenv_notwin.go 14 switch runtime.GOOS {
  /prebuilts/go/darwin-x86/src/cmd/api/
goapi.go 37 forceCtx = flag.String("contexts", "", "optional comma-separated list of <goos>-<goarch>[-cgo] to override default contexts.")
43 {GOOS: "linux", GOARCH: "386", CgoEnabled: true},
44 {GOOS: "linux", GOARCH: "386"},
45 {GOOS: "linux", GOARCH: "amd64", CgoEnabled: true},
46 {GOOS: "linux", GOARCH: "amd64"},
47 {GOOS: "linux", GOARCH: "arm", CgoEnabled: true},
48 {GOOS: "linux", GOARCH: "arm"},
49 {GOOS: "darwin", GOARCH: "386", CgoEnabled: true},
50 {GOOS: "darwin", GOARCH: "386"},
51 {GOOS: "darwin", GOARCH: "amd64", CgoEnabled: true}
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/dist/
mkdeps.bash 8 # We need to test enough GOOS/GOARCH combinations to pick up all the
16 for goos in $gooslist
20 GOOS=$goos GOARCH=$goarch go list -tags cmd_go_bootstrap -f '{{range .Deps}}{{$.ImportPath}} {{.}}
buildruntime.go 46 // const defaultGOOS = runtime.GOOS
53 // The use of runtime.GOOS and runtime.GOARCH makes sure that
57 // GOOS=linux GOARCH=ppc64 go build cmd/compile
73 "const defaultGOOS = runtime.GOOS\n"+
  /prebuilts/go/darwin-x86/src/os/
executable_procfs.go 19 switch runtime.GOOS {
21 return "", errors.New("Executable not implemented for " + runtime.GOOS)
  /prebuilts/go/linux-x86/src/cmd/api/
goapi.go 37 forceCtx = flag.String("contexts", "", "optional comma-separated list of <goos>-<goarch>[-cgo] to override default contexts.")
43 {GOOS: "linux", GOARCH: "386", CgoEnabled: true},
44 {GOOS: "linux", GOARCH: "386"},
45 {GOOS: "linux", GOARCH: "amd64", CgoEnabled: true},
46 {GOOS: "linux", GOARCH: "amd64"},
47 {GOOS: "linux", GOARCH: "arm", CgoEnabled: true},
48 {GOOS: "linux", GOARCH: "arm"},
49 {GOOS: "darwin", GOARCH: "386", CgoEnabled: true},
50 {GOOS: "darwin", GOARCH: "386"},
51 {GOOS: "darwin", GOARCH: "amd64", CgoEnabled: true}
    [all...]
  /prebuilts/go/linux-x86/src/cmd/dist/
mkdeps.bash 8 # We need to test enough GOOS/GOARCH combinations to pick up all the
16 for goos in $gooslist
20 GOOS=$goos GOARCH=$goarch go list -tags cmd_go_bootstrap -f '{{range .Deps}}{{$.ImportPath}} {{.}}
buildruntime.go 46 // const defaultGOOS = runtime.GOOS
53 // The use of runtime.GOOS and runtime.GOARCH makes sure that
57 // GOOS=linux GOARCH=ppc64 go build cmd/compile
73 "const defaultGOOS = runtime.GOOS\n"+
  /prebuilts/go/linux-x86/src/os/
executable_procfs.go 19 switch runtime.GOOS {
21 return "", errors.New("Executable not implemented for " + runtime.GOOS)
  /prebuilts/go/darwin-x86/misc/cgo/test/
issue17065.go 23 if runtime.GOOS == "darwin" {
  /prebuilts/go/darwin-x86/src/cmd/go/
version.go 24 fmt.Printf("go version %s %s/%s\n", runtime.Version(), runtime.GOOS, runtime.GOARCH)
  /prebuilts/go/darwin-x86/src/net/
main_noconf_test.go 13 switch runtime.GOOS {
  /prebuilts/go/darwin-x86/src/syscall/
mkall.sh 17 # * asm_${GOOS}_${GOARCH}.s
32 # * syscall_${GOOS}.go
39 # * syscall_${GOOS}_${GOARCH}.go
41 # Same as syscall_${GOOS}.go except that it contains code specific
42 # to ${GOOS} on one particular architecture.
44 # * types_${GOOS}.c
57 # * zerror_${GOOS}_${GOARCH}.go
64 # * zsyscall_${GOOS}_${GOARCH}.go
66 # Generated by mksyscall.pl; see syscall_${GOOS}.go above.
68 # * zsysnum_${GOOS}_${GOARCH}.g
    [all...]
  /prebuilts/go/linux-x86/src/cmd/go/
version.go 24 fmt.Printf("go version %s %s/%s\n", runtime.Version(), runtime.GOOS, runtime.GOARCH)
  /prebuilts/go/linux-x86/src/net/
main_noconf_test.go 13 switch runtime.GOOS {
  /prebuilts/go/linux-x86/src/syscall/
mkall.sh 17 # * asm_${GOOS}_${GOARCH}.s
32 # * syscall_${GOOS}.go
39 # * syscall_${GOOS}_${GOARCH}.go
41 # Same as syscall_${GOOS}.go except that it contains code specific
42 # to ${GOOS} on one particular architecture.
44 # * types_${GOOS}.c
57 # * zerror_${GOOS}_${GOARCH}.go
64 # * zsyscall_${GOOS}_${GOARCH}.go
66 # Generated by mksyscall.pl; see syscall_${GOOS}.go above.
68 # * zsysnum_${GOOS}_${GOARCH}.g
    [all...]
  /prebuilts/go/darwin-x86/misc/cgo/testcarchive/
carchive_test.go 34 var GOOS, GOARCH string
38 GOOS = goEnv("GOOS")
78 if GOOS == "darwin" {
83 libgodir = GOOS + "_" + GOARCH
84 switch GOOS {
110 if GOOS == "windows" {
126 execScript := "go_" + goEnv("GOOS") + "_" + goEnv("GOARCH") + "_exec"
147 if GOOS == "windows" {
184 switch GOOS {
    [all...]
  /prebuilts/go/linux-x86/misc/cgo/testcarchive/
carchive_test.go 34 var GOOS, GOARCH string
38 GOOS = goEnv("GOOS")
78 if GOOS == "darwin" {
83 libgodir = GOOS + "_" + GOARCH
84 switch GOOS {
110 if GOOS == "windows" {
126 execScript := "go_" + goEnv("GOOS") + "_" + goEnv("GOARCH") + "_exec"
147 if GOOS == "windows" {
184 switch GOOS {
    [all...]

Completed in 532 milliseconds

1 2 34 5 6 7 8 91011>>