/prebuilts/go/linux-x86/src/path/filepath/ |
path_test.go | 424 switch runtime.GOARCH { 1069 switch runtime.GOARCH { 1071 t.Skipf("skipping on %s/%s", runtime.GOOS, runtime.GOARCH)
|
/prebuilts/go/darwin-x86/src/os/ |
os_test.go | 57 switch runtime.GOARCH { 136 switch runtime.GOARCH { 329 switch runtime.GOARCH { 584 if runtime.GOOS != "darwin" || (runtime.GOARCH != "arm" && runtime.GOARCH != "arm64") { 1011 switch runtime.GOARCH { [all...] |
/prebuilts/go/linux-x86/src/os/ |
os_test.go | 57 switch runtime.GOARCH { 136 switch runtime.GOARCH { 329 switch runtime.GOARCH { 584 if runtime.GOOS != "darwin" || (runtime.GOARCH != "arm" && runtime.GOARCH != "arm64") { 1011 switch runtime.GOARCH { [all...] |
/prebuilts/go/darwin-x86/src/cmd/go/ |
go_test.go | 43 switch runtime.GOARCH { 84 canRace = canCgo && runtime.GOARCH == "amd64" 792 goarch := "386" 793 if runtime.GOARCH == "386" { 794 goarch = "amd64" 797 tg.setenv("GOARCH", goarch) [all...] |
list.go | 86 GOARCH string // target architecture
|
help.go | 437 GOARCH 476 For GOARCH=arm, the ARM architecture for which to compile. 479 For GOARCH=386, the floating point instruction set.
|
alldocs.go | 380 $GOARCH 585 GOARCH string // target architecture 630 If the -exec flag is not given, GOOS or GOARCH is different from the system [all...] |
/prebuilts/go/linux-x86/src/cmd/go/ |
go_test.go | 43 switch runtime.GOARCH { 84 canRace = canCgo && runtime.GOARCH == "amd64" 792 goarch := "386" 793 if runtime.GOARCH == "386" { 794 goarch = "amd64" 797 tg.setenv("GOARCH", goarch) [all...] |
list.go | 86 GOARCH string // target architecture
|
help.go | 437 GOARCH 476 For GOARCH=arm, the ARM architecture for which to compile. 479 For GOARCH=386, the floating point instruction set.
|
alldocs.go | 380 $GOARCH 585 GOARCH string // target architecture 630 If the -exec flag is not given, GOOS or GOARCH is different from the system [all...] |
/prebuilts/go/darwin-x86/src/debug/gosym/ |
pclntab_test.go | 25 if runtime.GOARCH != "amd64" { 112 var goarch = os.Getenv("O") var
|
/prebuilts/go/linux-x86/src/debug/gosym/ |
pclntab_test.go | 25 if runtime.GOARCH != "amd64" { 112 var goarch = os.Getenv("O") var
|
/prebuilts/go/darwin-x86/src/net/ |
listen_test.go | 665 if runtime.GOARCH == "arm" || runtime.GOARCH == "alpha" {
|
timeout_test.go | 713 if runtime.GOOS == "darwin" && (runtime.GOARCH == "arm" || runtime.GOARCH == "arm64") {
|
/prebuilts/go/darwin-x86/src/runtime/pprof/ |
pprof.go | 339 if runtime.GOARCH == "386" || runtime.GOARCH == "amd64" {
|
/prebuilts/go/linux-x86/src/net/ |
listen_test.go | 665 if runtime.GOARCH == "arm" || runtime.GOARCH == "alpha" {
|
timeout_test.go | 713 if runtime.GOOS == "darwin" && (runtime.GOARCH == "arm" || runtime.GOARCH == "arm64") {
|
/prebuilts/go/linux-x86/src/runtime/pprof/ |
pprof.go | 339 if runtime.GOARCH == "386" || runtime.GOARCH == "amd64" {
|
/prebuilts/go/darwin-x86/src/database/sql/ |
convert_test.go | 335 measureAllocs := runtime.GOARCH == "amd64" && runtime.Compiler == "gc"
|
/prebuilts/go/darwin-x86/src/math/rand/ |
rand_test.go | 332 if testing.Short() && runtime.GOARCH == "arm" && os.Getenv("GOARM") == "5" {
|
/prebuilts/go/linux-x86/src/database/sql/ |
convert_test.go | 335 measureAllocs := runtime.GOARCH == "amd64" && runtime.Compiler == "gc"
|
/prebuilts/go/linux-x86/src/math/rand/ |
rand_test.go | 332 if testing.Short() && runtime.GOARCH == "arm" && os.Getenv("GOARM") == "5" {
|
/prebuilts/go/darwin-x86/src/runtime/ |
runtime2.go | 50 // named goos_$GOOS and goarch_$GOARCH for every 51 // known GOOS and GOARCH. The constant is 1 on the 53 // useful for defining GOOS- or GOARCH-specific constants.
|
/prebuilts/go/linux-x86/src/runtime/ |
runtime2.go | 50 // named goos_$GOOS and goarch_$GOARCH for every 51 // known GOOS and GOARCH. The constant is 1 on the 53 // useful for defining GOOS- or GOARCH-specific constants.
|