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

1 2 3 4 56 7 8 91011>>

  /prebuilts/go/linux-x86/src/runtime/
defs_darwin.go 10 GOARCH=amd64 go tool cgo -cdefs defs_darwin.go >defs_darwin_amd64.h
11 GOARCH=386 go tool cgo -cdefs defs_darwin.go >defs_darwin_386.h
crash_cgo_test.go 74 if runtime.GOARCH != "arm" && runtime.GOARCH != "arm64" {
87 if runtime.GOARCH == "ppc64" || runtime.GOARCH == "ppc64le" {
defs_dragonfly.go 10 GOARCH=amd64 go tool cgo -cdefs defs_dragonfly.go >defs_dragonfly_amd64.h
futex_test.go 64 case runtime.GOOS == "freebsd" && runtime.GOARCH == "386":
hash32.go 24 if GOARCH == "386" && GOOS != "nacl" && useAeshash {
hash64.go 24 if GOARCH == "amd64" && GOOS != "nacl" && useAeshash {
  /prebuilts/go/darwin-x86/src/cmd/go/
note_test.go 27 if runtime.GOOS == "linux" && runtime.GOARCH == "ppc64le" {
run.go 22 if goos == runtime.GOOS && goarch == runtime.GOARCH {
25 path, err := exec.LookPath(fmt.Sprintf("go_%s_%s_exec", goos, goarch))
42 If the -exec flag is not given, GOOS or GOARCH is different from the system
  /prebuilts/go/darwin-x86/src/log/syslog/
syslog_test.go 125 switch runtime.GOARCH {
154 switch runtime.GOARCH {
156 t.Skipf("skipping on %s/%s", runtime.GOOS, runtime.GOARCH)
325 switch runtime.GOARCH {
  /prebuilts/go/darwin-x86/src/runtime/
crash_cgo_test.go 74 if runtime.GOARCH != "arm" && runtime.GOARCH != "arm64" {
87 if runtime.GOARCH == "ppc64" || runtime.GOARCH == "ppc64le" {
defs_dragonfly.go 10 GOARCH=amd64 go tool cgo -cdefs defs_dragonfly.go >defs_dragonfly_amd64.h
futex_test.go 64 case runtime.GOOS == "freebsd" && runtime.GOARCH == "386":
hash32.go 24 if GOARCH == "386" && GOOS != "nacl" && useAeshash {
hash64.go 24 if GOARCH == "amd64" && GOOS != "nacl" && useAeshash {
mfinal_test.go 24 if runtime.GOARCH != "amd64" {
80 if runtime.GOARCH != "amd64" {
  /prebuilts/go/darwin-x86/test/
tinyfin.go 20 if runtime.GOARCH != "amd64" {
  /prebuilts/go/linux-x86/src/cmd/go/
note_test.go 27 if runtime.GOOS == "linux" && runtime.GOARCH == "ppc64le" {
  /prebuilts/go/linux-x86/src/log/syslog/
syslog_test.go 125 switch runtime.GOARCH {
154 switch runtime.GOARCH {
156 t.Skipf("skipping on %s/%s", runtime.GOOS, runtime.GOARCH)
325 switch runtime.GOARCH {
  /prebuilts/go/linux-x86/test/
tinyfin.go 20 if runtime.GOARCH != "amd64" {
  /prebuilts/go/darwin-x86/misc/cgo/testcshared/
test.bash 18 goarch=$(go env GOARCH)
22 installdir=pkg/${goos}_${goarch}_testcshared_shared
23 if [ "${goos}/${goarch}" == "android/arm" ] || [ "${goos}/${goarch}" == "darwin/amd64" ]; then
24 installdir=pkg/${goos}_${goarch}_testcshared
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/internal/obj/x86/
obj6_test.go 114 if !strings.HasPrefix(v, "GOARCH=") {
118 cmd.Env = append(env, "GOARCH=amd64")
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/x86/
obj6_test.go 111 if !strings.HasPrefix(v, "GOARCH=") {
115 cmd.Env = append(env, "GOARCH=amd64")
  /prebuilts/go/darwin-x86/src/crypto/md5/
gen.go 210 const x86 = runtime.GOARCH == "amd64" || runtime.GOARCH == "386"
  /prebuilts/go/darwin-x86/src/net/
platform_test.go 39 if runtime.GOOS == "darwin" && (runtime.GOARCH == "arm" || runtime.GOARCH == "arm64") {
  /prebuilts/go/darwin-x86/src/syscall/
syscall.go 9 // system, set $GOOS and $GOARCH to the desired system. For example, if
11 // to freebsd and $GOARCH to arm.

Completed in 948 milliseconds

1 2 3 4 56 7 8 91011>>