HomeSort by relevance Sort by last modified time
    Searched refs:goos (Results 1 - 25 of 58) sorted by null

1 2 3

  /prebuilts/go/darwin-x86/misc/cgo/fortran/
test.bash 12 goos=$(go env GOOS)
15 if [ "$goos" == "darwin" ]; then
  /prebuilts/go/darwin-x86/misc/cgo/testcshared/
test.bash 17 goos=$(go env GOOS)
29 installdir=pkg/${goos}_${goarch}_testcshared_shared
30 if [ "${goos}" == "darwin" ]; then
31 installdir=pkg/${goos}_${goarch}_testcshared
43 if [ "$goos" == "android" ]; then
49 if [ "$goos" == "android" ]; then
54 case "$goos" in
72 if [ "$goos" == "android" ]; then
82 if [ "$goos" == "darwin" ]; the
    [all...]
  /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/testcshared/
test.bash 17 goos=$(go env GOOS)
29 installdir=pkg/${goos}_${goarch}_testcshared_shared
30 if [ "${goos}" == "darwin" ]; then
31 installdir=pkg/${goos}_${goarch}_testcshared
43 if [ "$goos" == "android" ]; then
49 if [ "$goos" == "android" ]; then
54 case "$goos" in
72 if [ "$goos" == "android" ]; then
82 if [ "$goos" == "darwin" ]; the
    [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}} {{.}}
build.go 28 goos string
116 b = os.Getenv("GOOS")
120 goos = b
121 if find(goos, okgoos) < 0 {
122 fatal("unknown $GOOS %s", goos)
226 os.Setenv("GOOS", goos)
405 if goos != gohostos || goarch != gohostarch {
406 p := pathf("%s/pkg/%s_%s", goroot, goos, goarch
27 goos string var
    [all...]
test.go 62 goos string
101 t.goos = mustEnv("GOOS")
356 if t.goos == "linux" {
465 if t.goos == "linux" && t.goarch == "amd64" {
535 if t.hasBash() && t.cgoEnabled && t.goos != "android" && t.goos != "darwin" {
570 if t.goos == "linux" && t.goarch == "amd64" {
573 if t.hasBash() && t.goos != "android" && !t.iOS() && t.gohostos != "windows" {
583 if t.hasBash() && t.goos != "nacl" && t.goos != "android" && !t.iOS() && os.Getenv("GO_BUILDER_NAME") != ""
    [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}} {{.}}
build.go 28 goos string
116 b = os.Getenv("GOOS")
120 goos = b
121 if find(goos, okgoos) < 0 {
122 fatal("unknown $GOOS %s", goos)
226 os.Setenv("GOOS", goos)
405 if goos != gohostos || goarch != gohostarch {
406 p := pathf("%s/pkg/%s_%s", goroot, goos, goarch
27 goos string var
    [all...]
test.go 62 goos string
101 t.goos = mustEnv("GOOS")
356 if t.goos == "linux" {
465 if t.goos == "linux" && t.goarch == "amd64" {
535 if t.hasBash() && t.cgoEnabled && t.goos != "android" && t.goos != "darwin" {
570 if t.goos == "linux" && t.goarch == "amd64" {
573 if t.hasBash() && t.goos != "android" && !t.iOS() && t.gohostos != "windows" {
583 if t.hasBash() && t.goos != "nacl" && t.goos != "android" && !t.iOS() && os.Getenv("GO_BUILDER_NAME") != ""
    [all...]
  /prebuilts/go/darwin-x86/src/
bootstrap.bash 8 # GOOS=linux GOARCH=ppc64 bootstrap.bash
10 # this script cross-compiles a toolchain for that GOOS/GOARCH
11 # combination, leaving the resulting tree in ../../go-${GOOS}-${GOARCH}-bootstrap.
20 if [ "$GOOS" = "" -o "$GOARCH" = "" ]; then
21 echo "usage: GOOS=os GOARCH=arch ./bootstrap.bash" >&2
25 targ="../../go-${GOOS}-${GOARCH}-bootstrap"
49 goos="$(../bin/go env GOOS)"
55 if [ "$goos" = "$gohostos" -a "$goarch" = "$gohostarch" ]; then
68 echo Bootstrap toolchain for "$GOOS/$GOARCH" installed in "$(pwd)"
    [all...]
  /prebuilts/go/linux-x86/src/
bootstrap.bash 8 # GOOS=linux GOARCH=ppc64 bootstrap.bash
10 # this script cross-compiles a toolchain for that GOOS/GOARCH
11 # combination, leaving the resulting tree in ../../go-${GOOS}-${GOARCH}-bootstrap.
20 if [ "$GOOS" = "" -o "$GOARCH" = "" ]; then
21 echo "usage: GOOS=os GOARCH=arch ./bootstrap.bash" >&2
25 targ="../../go-${GOOS}-${GOARCH}-bootstrap"
49 goos="$(../bin/go env GOOS)"
55 if [ "$goos" = "$gohostos" -a "$goarch" = "$gohostarch" ]; then
68 echo Bootstrap toolchain for "$GOOS/$GOARCH" installed in "$(pwd)"
    [all...]
  /prebuilts/go/darwin-x86/src/net/
conf_test.go 89 goos: "freebsd",
99 goos: "openbsd",
107 goos: "solaris",
116 goos: "openbsd",
127 goos: "openbsd",
135 goos: "openbsd",
143 goos: "openbsd",
151 goos: "openbsd",
159 goos: "openbsd",
167 goos: "openbsd"
    [all...]
  /prebuilts/go/linux-x86/src/net/
conf_test.go 89 goos: "freebsd",
99 goos: "openbsd",
107 goos: "solaris",
116 goos: "openbsd",
127 goos: "openbsd",
135 goos: "openbsd",
143 goos: "openbsd",
151 goos: "openbsd",
159 goos: "openbsd",
167 goos: "openbsd"
    [all...]
  /prebuilts/go/darwin-x86/src/os/
executable_test.go 23 switch goos := runtime.GOOS; goos {
25 t.Skipf("Executable failed on %s: %v, expected", goos, err)
72 if runtime.GOOS == "windows" {
  /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/linux-x86/src/os/
executable_test.go 23 switch goos := runtime.GOOS; goos {
25 t.Skipf("Executable failed on %s: %v, expected", goos, err)
72 if runtime.GOOS == "windows" {
  /prebuilts/go/linux-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/misc/cgo/testplugin/
test.bash 14 goos=$(go env GOOS)
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/
go.go 64 func Framepointer_enabled(goos, goarch string) bool {
65 return framepointer_enabled != 0 && goarch == "amd64" && goos != "nacl"
  /prebuilts/go/darwin-x86/src/syscall/
mkpost.go 32 goos := os.Getenv("GOOS")
33 if goarch == "s390x" && goos == "linux" {
  /prebuilts/go/linux-x86/misc/cgo/testplugin/
test.bash 14 goos=$(go env GOOS)
  /prebuilts/go/linux-x86/src/cmd/internal/obj/
go.go 64 func Framepointer_enabled(goos, goarch string) bool {
65 return framepointer_enabled != 0 && goarch == "amd64" && goos != "nacl"
  /prebuilts/go/linux-x86/src/syscall/
mkpost.go 32 goos := os.Getenv("GOOS")
33 if goarch == "s390x" && goos == "linux" {
  /prebuilts/go/darwin-x86/src/runtime/race/
output_test.go 23 if test.goos != "" && test.goos != runtime.GOOS {
24 t.Logf("test %v runs only on %v, skipping: ", test.name, test.goos)
75 goos string

Completed in 396 milliseconds

1 2 3