HomeSort by relevance Sort by last modified time
    Searched refs:GOARCH (Results 201 - 225 of 288) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/go/linux-x86/src/go/build/
doc.go 97 // - the target architecture, as spelled by runtime.GOARCH
112 // (example: source_windows_amd64.go) where GOOS and GOARCH represent
deps_test.go 443 iOS := runtime.GOOS == "darwin" && (runtime.GOARCH == "arm" || runtime.GOARCH == "arm64")
447 t.Skipf("skipping on %s/%s, missing full GOROOT", runtime.GOOS, runtime.GOARCH)
  /prebuilts/go/linux-x86/src/go/internal/gcimporter/
gcimporter_test.go 26 switch platform := runtime.GOOS + "-" + runtime.GOARCH; platform {
67 dirname := filepath.Join(runtime.GOROOT(), "pkg", runtime.GOOS+"_"+runtime.GOARCH, dir)
  /prebuilts/go/linux-x86/src/os/
path_test.go 211 switch runtime.GOARCH {
213 t.Skipf("skipping on darwin/%s, mkdir returns EPERM", runtime.GOARCH)
  /prebuilts/go/linux-x86/src/runtime/
alg.go 324 if (GOARCH == "386" || GOARCH == "amd64") &&
gcinfo_test.go 138 switch runtime.GOARCH {
vlrt.go 195 if GOARCH == "arm" {
os1_linux.go 289 if GOARCH == "386" || GOARCH == "amd64" {
traceback.go 31 const usesLR = GOARCH != "amd64" && GOARCH != "amd64p32" && GOARCH != "386"
287 if framepointer_enabled && GOARCH == "amd64" && frame.varp > frame.sp {
400 if GOARCH == "arm64" {
  /prebuilts/go/darwin-x86/src/go/build/
deps_test.go 443 iOS := runtime.GOOS == "darwin" && (runtime.GOARCH == "arm" || runtime.GOARCH == "arm64")
447 t.Skipf("skipping on %s/%s, missing full GOROOT", runtime.GOOS, runtime.GOARCH)
  /prebuilts/go/darwin-x86/src/cmd/go/
tool.go 35 toolGOARCH = runtime.GOARCH
  /prebuilts/go/darwin-x86/src/runtime/
gcinfo_test.go 138 switch runtime.GOARCH {
vlrt.go 195 if GOARCH == "arm" {
os1_linux.go 289 if GOARCH == "386" || GOARCH == "amd64" {
traceback.go 31 const usesLR = GOARCH != "amd64" && GOARCH != "amd64p32" && GOARCH != "386"
287 if framepointer_enabled && GOARCH == "amd64" && frame.varp > frame.sp {
400 if GOARCH == "arm64" {
  /prebuilts/go/linux-x86/src/cmd/go/
tool.go 35 toolGOARCH = runtime.GOARCH
  /prebuilts/go/darwin-x86/src/syscall/
syscall_unix_test.go 71 if runtime.GOOS == "darwin" && (runtime.GOARCH == "arm" || runtime.GOARCH == "arm64") {
  /prebuilts/go/darwin-x86/src/time/
sleep_test.go 389 if runtime.GOOS == "darwin" && runtime.GOARCH == "arm" {
390 t.Skipf("skipping on %s/%s, see issue 10043", runtime.GOOS, runtime.GOARCH)
  /prebuilts/go/darwin-x86/src/unicode/
letter_test.go 454 if runtime.GOARCH == "amd64" {
455 fmt.Printf("warning: running calibration on %s\n", runtime.GOARCH)
  /prebuilts/go/darwin-x86/test/
nosplit.go 182 goarch := os.Getenv("GOARCH")
183 if goarch == "" {
184 goarch = runtime.GOARCH
234 if rej == goarch {
249 switch goarch {
298 if size%ptrSize == 4 || goarch == "arm64" && size != 0 && (size+8)%16 != 0 {
  /prebuilts/go/linux-x86/src/syscall/
syscall_unix_test.go 71 if runtime.GOOS == "darwin" && (runtime.GOARCH == "arm" || runtime.GOARCH == "arm64") {
  /prebuilts/go/linux-x86/src/time/
sleep_test.go 389 if runtime.GOOS == "darwin" && runtime.GOARCH == "arm" {
390 t.Skipf("skipping on %s/%s, see issue 10043", runtime.GOOS, runtime.GOARCH)
  /prebuilts/go/linux-x86/src/unicode/
letter_test.go 454 if runtime.GOARCH == "amd64" {
455 fmt.Printf("warning: running calibration on %s\n", runtime.GOARCH)
  /prebuilts/go/linux-x86/test/
nosplit.go 182 goarch := os.Getenv("GOARCH")
183 if goarch == "" {
184 goarch = runtime.GOARCH
234 if rej == goarch {
249 switch goarch {
298 if size%ptrSize == 4 || goarch == "arm64" && size != 0 && (size+8)%16 != 0 {
  /prebuilts/go/darwin-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)

Completed in 452 milliseconds

1 2 3 4 5 6 7 891011>>