HomeSort by relevance Sort by last modified time
    Searched refs:GOARCH (Results 151 - 175 of 408) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/go/darwin-x86/src/crypto/x509/
root_darwin_test.go 14 switch runtime.GOARCH {
16 t.Skipf("skipping on %s/%s, no system root", runtime.GOOS, runtime.GOARCH)
  /prebuilts/go/darwin-x86/src/os/
wait_wait6.go 24 if runtime.GOARCH == "386" {
26 } else if runtime.GOARCH == "arm" {
  /prebuilts/go/darwin-x86/src/runtime/
defs_openbsd.go 10 GOARCH=amd64 go tool cgo -cdefs defs_openbsd.go >defs_openbsd_amd64.h
11 GOARCH=386 go tool cgo -cdefs defs_openbsd.go >defs_openbsd_386.h
defs3_linux.go 10 GOARCH=ppc64 cgo -cdefs defs_linux.go defs3_linux.go > defs_linux_ppc64.h
  /prebuilts/go/darwin-x86/src/strings/
strings_amd64.go 11 func indexShortStr(s, c string) int // ../runtime/asm_$GOARCH.s
12 func supportAVX2() bool // ../runtime/asm_$GOARCH.s
  /prebuilts/go/linux-x86/misc/cgo/testplugin/
test.bash 15 goarch=$(go env GOARCH)
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
config.go 37 return fmt.Errorf("buildmode %s not supported on %s/%s", s, obj.GOOS, obj.GOARCH)
55 switch obj.GOARCH {
65 switch obj.GOARCH {
74 switch obj.GOARCH {
86 switch obj.GOARCH {
92 switch obj.GOARCH {
188 return true, obj.GOARCH + " does not support internal cgo"
198 switch obj.GOOS + "/" + obj.GOARCH {
  /prebuilts/go/linux-x86/src/crypto/md5/
md5block.go 15 const x86 = runtime.GOARCH == "amd64" || runtime.GOARCH == "386"
  /prebuilts/go/linux-x86/src/crypto/x509/
root_darwin_test.go 14 switch runtime.GOARCH {
16 t.Skipf("skipping on %s/%s, no system root", runtime.GOOS, runtime.GOARCH)
  /prebuilts/go/linux-x86/src/os/
wait_wait6.go 24 if runtime.GOARCH == "386" {
26 } else if runtime.GOARCH == "arm" {
  /prebuilts/go/linux-x86/src/runtime/
defs_openbsd.go 10 GOARCH=amd64 go tool cgo -cdefs defs_openbsd.go >defs_openbsd_amd64.h
11 GOARCH=386 go tool cgo -cdefs defs_openbsd.go >defs_openbsd_386.h
  /prebuilts/go/linux-x86/src/strings/
strings_amd64.go 11 func indexShortStr(s, c string) int // ../runtime/asm_$GOARCH.s
12 func supportAVX2() bool // ../runtime/asm_$GOARCH.s
  /prebuilts/go/darwin-x86/misc/cgo/testcarchive/
carchive_test.go 34 var GOOS, GOARCH string
39 GOARCH = goEnv("GOARCH")
83 libgodir = GOOS + "_" + GOARCH
86 if GOARCH == "arm" || GOARCH == "arm64" {
126 execScript := "go_" + goEnv("GOOS") + "_" + goEnv("GOARCH") + "_exec"
186 switch GOARCH {
188 t.Skipf("skipping on %s/%s; see https://golang.org/issue/13701", GOOS, GOARCH)
223 switch GOARCH {
    [all...]
  /prebuilts/go/linux-x86/misc/cgo/testcarchive/
carchive_test.go 34 var GOOS, GOARCH string
39 GOARCH = goEnv("GOARCH")
83 libgodir = GOOS + "_" + GOARCH
86 if GOARCH == "arm" || GOARCH == "arm64" {
126 execScript := "go_" + goEnv("GOOS") + "_" + goEnv("GOARCH") + "_exec"
186 switch GOARCH {
188 t.Skipf("skipping on %s/%s; see https://golang.org/issue/13701", GOOS, GOARCH)
223 switch GOARCH {
    [all...]
  /prebuilts/go/darwin-x86/src/internal/testenv/
testenv.go 40 if strings.HasPrefix(runtime.GOARCH, "arm") {
52 t.Skipf("skipping test: 'go build' not available on %s/%s", runtime.GOOS, runtime.GOARCH)
66 t.Skipf("skipping test: 'go run' not available on %s/%s", runtime.GOOS, runtime.GOARCH)
110 if strings.HasPrefix(runtime.GOARCH, "arm") {
122 t.Skipf("skipping test: cannot exec subprocess on %s/%s", runtime.GOOS, runtime.GOARCH)
152 t.Skipf("skipping test: cannot make symlinks on %s/%s%s", runtime.GOOS, runtime.GOARCH, reason)
168 t.Skipf("skipping test: hardlinks are not supported on %s/%s", runtime.GOOS, runtime.GOARCH)
  /prebuilts/go/linux-x86/src/internal/testenv/
testenv.go 40 if strings.HasPrefix(runtime.GOARCH, "arm") {
52 t.Skipf("skipping test: 'go build' not available on %s/%s", runtime.GOOS, runtime.GOARCH)
66 t.Skipf("skipping test: 'go run' not available on %s/%s", runtime.GOOS, runtime.GOARCH)
110 if strings.HasPrefix(runtime.GOARCH, "arm") {
122 t.Skipf("skipping test: cannot exec subprocess on %s/%s", runtime.GOOS, runtime.GOARCH)
152 t.Skipf("skipping test: cannot make symlinks on %s/%s%s", runtime.GOOS, runtime.GOARCH, reason)
168 t.Skipf("skipping test: hardlinks are not supported on %s/%s", runtime.GOOS, runtime.GOARCH)
  /prebuilts/go/darwin-x86/misc/cgo/test/
issue18146.go 29 if runtime.GOARCH == "mips" || runtime.GOARCH == "mips64" {
30 t.Skipf("skipping on %s", runtime.GOARCH)
  /prebuilts/go/darwin-x86/test/bench/go1/
fasta_test.go 15 if runtime.GOARCH == "arm" || runtime.GOARCH == "mips" || runtime.GOARCH == "mips64" {
  /prebuilts/go/linux-x86/misc/cgo/test/
issue18146.go 29 if runtime.GOARCH == "mips" || runtime.GOARCH == "mips64" {
30 t.Skipf("skipping on %s", runtime.GOARCH)
  /prebuilts/go/linux-x86/test/bench/go1/
fasta_test.go 15 if runtime.GOARCH == "arm" || runtime.GOARCH == "mips" || runtime.GOARCH == "mips64" {
  /prebuilts/go/darwin-x86/src/go/build/
syslist_test.go 14 thisArch = runtime.GOARCH
  /prebuilts/go/darwin-x86/test/
deferfin.go 23 if runtime.GOARCH != "amd64" {
  /prebuilts/go/darwin-x86/test/fixedbugs/bug369.dir/
main.go 44 if runtime.GOARCH == "arm" {
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue5493.go 37 if runtime.GOARCH != "amd64" || runtime.Compiler == "gccgo" {
  /prebuilts/go/linux-x86/src/go/build/
syslist_test.go 14 thisArch = runtime.GOARCH

Completed in 1601 milliseconds

1 2 3 4 5 67 8 91011>>