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

12 3 4 5 6 7 8 91011>>

  /prebuilts/go/darwin-x86/src/os/user/
user_test.go 44 if runtime.GOOS == "windows" {
58 if runtime.GOOS == "plan9" {
59 t.Skipf("Lookup not implemented on %q", runtime.GOOS)
76 if runtime.GOOS == "plan9" {
77 t.Skipf("LookupId not implemented on %q", runtime.GOOS)
  /prebuilts/go/linux-x86/src/os/user/
user_test.go 44 if runtime.GOOS == "windows" {
58 if runtime.GOOS == "plan9" {
59 t.Skipf("Lookup not implemented on %q", runtime.GOOS)
76 if runtime.GOOS == "plan9" {
77 t.Skipf("LookupId not implemented on %q", runtime.GOOS)
  /prebuilts/go/darwin-x86/src/cmd/go/
context.go 13 GOOS string `json:",omitempty"` // target operating system
27 GOOS: c.GOOS,
version.go 24 fmt.Printf("go version %s %s/%s\n", runtime.Version(), runtime.GOOS, runtime.GOARCH)
  /prebuilts/go/linux-x86/src/cmd/go/
context.go 13 GOOS string `json:",omitempty"` // target operating system
27 GOOS: c.GOOS,
  /build/blueprint/
bootstrap.bash 18 # GOOS
63 [ -z "$GOOS" ] && GOOS=`go env GOHOSTOS`
70 GOTOOLDIR="$GOROOT/pkg/tool/${GOOS}_$GOARCH"
  /prebuilts/go/darwin-x86/src/
nacltest.bash 62 unset GOOS GOARCH
80 GOOS=nacl GOARCH=$naclGOARCH ./all.bash
buildall.bash 47 export GOOS=$(echo $target | sed 's/-.*//')
  /prebuilts/go/linux-x86/src/
nacltest.bash 62 unset GOOS GOARCH
80 GOOS=nacl GOARCH=$naclGOARCH ./all.bash
buildall.bash 47 export GOOS=$(echo $target | sed 's/-.*//')
  /prebuilts/go/darwin-x86/src/net/
timeout_test.go 54 switch runtime.GOOS {
57 if runtime.GOOS == "plan9" {
113 switch runtime.GOOS {
115 t.Skipf("not supported on %s", runtime.GOOS)
164 switch runtime.GOOS {
166 t.Skipf("not supported on %s", runtime.GOOS)
208 switch runtime.GOOS {
210 t.Skipf("not supported on %s", runtime.GOOS)
257 switch runtime.GOOS {
259 t.Skipf("not supported on %s", runtime.GOOS)
    [all...]
port_test.go 47 switch runtime.GOOS {
49 t.Skipf("not supported on %s", runtime.GOOS)
  /prebuilts/go/linux-x86/src/net/
timeout_test.go 54 switch runtime.GOOS {
57 if runtime.GOOS == "plan9" {
113 switch runtime.GOOS {
115 t.Skipf("not supported on %s", runtime.GOOS)
164 switch runtime.GOOS {
166 t.Skipf("not supported on %s", runtime.GOOS)
208 switch runtime.GOOS {
210 t.Skipf("not supported on %s", runtime.GOOS)
257 switch runtime.GOOS {
259 t.Skipf("not supported on %s", runtime.GOOS)
    [all...]
port_test.go 47 switch runtime.GOOS {
49 t.Skipf("not supported on %s", runtime.GOOS)
  /prebuilts/go/darwin-x86/src/runtime/
crash_cgo_test.go 21 if testing.Short() && runtime.GOOS == "windows" {
40 if runtime.GOOS == "plan9" || runtime.GOOS == "windows" {
41 t.Skipf("no pthreads on %s", runtime.GOOS)
43 if testing.Short() && runtime.GOOS == "dragonfly" {
54 if runtime.GOOS == "plan9" {
55 t.Skipf("no pthreads on %s", runtime.GOOS)
58 if runtime.GOOS == "windows" {
70 switch runtime.GOOS {
72 t.Skipf("no pthreads on %s", runtime.GOOS)
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
crash_cgo_test.go 21 if testing.Short() && runtime.GOOS == "windows" {
40 if runtime.GOOS == "plan9" || runtime.GOOS == "windows" {
41 t.Skipf("no pthreads on %s", runtime.GOOS)
43 if testing.Short() && runtime.GOOS == "dragonfly" {
54 if runtime.GOOS == "plan9" {
55 t.Skipf("no pthreads on %s", runtime.GOOS)
58 if runtime.GOOS == "windows" {
70 switch runtime.GOOS {
72 t.Skipf("no pthreads on %s", runtime.GOOS)
    [all...]
  /prebuilts/go/darwin-x86/misc/cgo/testcarchive/
test.bash 9 if [ "$(go env GOOS)" == "darwin" ]; then
15 ccargs="$ccargs -I pkg/$(go env GOOS)_$(go env GOARCH)"
19 exec_script=go_$(go env GOOS)_$(go env GOARCH)_exec
29 $(go env CC) $(go env GOGCCFLAGS) $ccargs -o testp main.c pkg/$(go env GOOS)_$(go env GOARCH)/libgo.a
  /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/linux-x86/misc/cgo/testcarchive/
test.bash 9 if [ "$(go env GOOS)" == "darwin" ]; then
15 ccargs="$ccargs -I pkg/$(go env GOOS)_$(go env GOARCH)"
19 exec_script=go_$(go env GOOS)_$(go env GOARCH)_exec
29 $(go env CC) $(go env GOGCCFLAGS) $ccargs -o testp main.c pkg/$(go env GOOS)_$(go env GOARCH)/libgo.a
  /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/darwin-x86/pkg/bootstrap/src/bootstrap/internal/obj/
zbootstrap.go 13 const defaultGOOS = runtime.GOOS
  /prebuilts/go/darwin-x86/src/cmd/dist/
buildruntime.go 48 // const defaultGOOS = runtime.GOOS
55 // The use of runtime.GOOS and runtime.GOARCH makes sure that
59 // GOOS=linux GOARCH=ppc64 go build cmd/compile
75 "const defaultGOOS = runtime.GOOS\n"+
  /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/pkg/bootstrap/src/bootstrap/internal/obj/
zbootstrap.go 13 const defaultGOOS = runtime.GOOS
  /prebuilts/go/linux-x86/src/cmd/dist/
buildruntime.go 48 // const defaultGOOS = runtime.GOOS
55 // The use of runtime.GOOS and runtime.GOARCH makes sure that
59 // GOOS=linux GOARCH=ppc64 go build cmd/compile
75 "const defaultGOOS = runtime.GOOS\n"+

Completed in 900 milliseconds

12 3 4 5 6 7 8 91011>>