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

1 23

  /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/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/go/
test.go 481 if goos == runtime.GOOS && goarch == runtime.GOARCH && !buildRace && !buildMSan {
895 if buildContext.GOOS == "darwin" {
940 if goos == "windows" {
    [all...]
go_test.go 38 switch runtime.GOOS {
101 switch runtime.GOOS {
151 t.Skip("skipping external tests on %s/%s", runtime.GOOS, runtime.GOARCH)
533 if runtime.GOOS != "windows" && st.Mode()&0111 == 0 {
917 tg.setenv("GOOS", "linux")
1009 if runtime.GOOS == "windows" {
    [all...]
  /prebuilts/go/linux-x86/src/cmd/go/
test.go 481 if goos == runtime.GOOS && goarch == runtime.GOARCH && !buildRace && !buildMSan {
895 if buildContext.GOOS == "darwin" {
940 if goos == "windows" {
    [all...]
go_test.go 38 switch runtime.GOOS {
101 switch runtime.GOOS {
151 t.Skip("skipping external tests on %s/%s", runtime.GOOS, runtime.GOARCH)
533 if runtime.GOOS != "windows" && st.Mode()&0111 == 0 {
917 tg.setenv("GOOS", "linux")
1009 if runtime.GOOS == "windows" {
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
main.go 151 Nacl = obj.GOOS == "nacl"
519 fmt.Fprintln(&buf, "goos:", runtime.GOOS)
597 runtime.GOOS == "windows" && len(name) >= 3 && isDriveLetter(name[0]) && name[1] == ':' && name[2] == '/' ||
655 file = fmt.Sprintf("%s/pkg/%s_%s%s%s/%s.a", obj.GOROOT, obj.GOOS, obj.GOARCH, suffixsep, suffix, name)
659 file = fmt.Sprintf("%s/pkg/%s_%s%s%s/%s.o", obj.GOROOT, obj.GOOS, obj.GOARCH, suffixsep, suffix, name)
811 q := fmt.Sprintf("%s %s %s %s", obj.GOOS, obj.GOARCH, obj.Version, obj.Expstring())
946 if runtime.GOOS == "windows" {
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
main.go 151 Nacl = obj.GOOS == "nacl"
519 fmt.Fprintln(&buf, "goos:", runtime.GOOS)
597 runtime.GOOS == "windows" && len(name) >= 3 && isDriveLetter(name[0]) && name[1] == ':' && name[2] == '/' ||
655 file = fmt.Sprintf("%s/pkg/%s_%s%s%s/%s.a", obj.GOROOT, obj.GOOS, obj.GOARCH, suffixsep, suffix, name)
659 file = fmt.Sprintf("%s/pkg/%s_%s%s%s/%s.o", obj.GOROOT, obj.GOOS, obj.GOARCH, suffixsep, suffix, name)
811 q := fmt.Sprintf("%s %s %s %s", obj.GOOS, obj.GOARCH, obj.Version, obj.Expstring())
946 if runtime.GOOS == "windows" {

Completed in 3321 milliseconds

1 23