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

1 23 4 5 6 7 8 91011>>

  /prebuilts/go/linux-x86/src/bytes/
bytes_decl.go 10 func IndexByte(s []byte, c byte) int // ../runtime/asm_$GOARCH.s
17 func Equal(a, b []byte) bool // ../runtime/asm_$GOARCH.s
  /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/linux-x86/src/runtime/
defs_windows.go 10 GOARCH=amd64 go tool cgo -cdefs defs_windows.go > defs_windows_amd64.h
11 GOARCH=386 go tool cgo -cdefs defs_windows.go > defs_windows_386.h
defs_freebsd.go 10 GOARCH=amd64 go tool cgo -cdefs defs_freebsd.go >defs_freebsd_amd64.h
11 GOARCH=386 go tool cgo -cdefs defs_freebsd.go >defs_freebsd_386.h
12 GOARCH=arm go tool cgo -cdefs defs_freebsd.go >defs_freebsd_arm.h
defs_netbsd.go 10 GOARCH=amd64 go tool cgo -cdefs defs_netbsd.go defs_netbsd_amd64.go >defs_netbsd_amd64.h
11 GOARCH=386 go tool cgo -cdefs defs_netbsd.go defs_netbsd_386.go >defs_netbsd_386.h
12 GOARCH=arm go tool cgo -cdefs defs_netbsd.go defs_netbsd_arm.go >defs_netbsd_arm.h
  /build/soong/
bootstrap.bash 37 export GOARCH="amd64"
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/internal/obj/
zbootstrap.go 14 const defaultGOARCH = runtime.GOARCH
  /prebuilts/go/darwin-x86/src/cmd/dist/
buildruntime.go 49 // const defaultGOARCH = runtime.GOARCH
55 // The use of runtime.GOOS and runtime.GOARCH makes sure that
59 // GOOS=linux GOARCH=ppc64 go build cmd/compile
76 "const defaultGOARCH = runtime.GOARCH\n"+
  /prebuilts/go/darwin-x86/src/cmd/go/
version.go 24 fmt.Printf("go version %s %s/%s\n", runtime.Version(), runtime.GOOS, runtime.GOARCH)
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/internal/obj/
zbootstrap.go 14 const defaultGOARCH = runtime.GOARCH
  /prebuilts/go/linux-x86/src/cmd/dist/
buildruntime.go 49 // const defaultGOARCH = runtime.GOARCH
55 // The use of runtime.GOOS and runtime.GOARCH makes sure that
59 // GOOS=linux GOARCH=ppc64 go build cmd/compile
76 "const defaultGOARCH = runtime.GOARCH\n"+
  /prebuilts/go/linux-x86/src/cmd/go/
version.go 24 fmt.Printf("go version %s %s/%s\n", runtime.Version(), runtime.GOOS, runtime.GOARCH)
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/asm/
main.go 28 GOARCH := obj.Getgoarch()
30 architecture := arch.Set(GOARCH)
32 log.Fatalf("asm: unrecognized architecture %s", GOARCH)
  /prebuilts/go/darwin-x86/src/cmd/asm/
main.go 25 GOARCH := obj.Getgoarch()
27 architecture := arch.Set(GOARCH)
29 log.Fatalf("asm: unrecognized architecture %s", GOARCH)
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/asm/
main.go 28 GOARCH := obj.Getgoarch()
30 architecture := arch.Set(GOARCH)
32 log.Fatalf("asm: unrecognized architecture %s", GOARCH)
  /prebuilts/go/linux-x86/src/cmd/asm/
main.go 25 GOARCH := obj.Getgoarch()
27 architecture := arch.Set(GOARCH)
29 log.Fatalf("asm: unrecognized architecture %s", GOARCH)
  /prebuilts/go/darwin-x86/src/internal/testenv/
testenv.go 35 if strings.HasPrefix(runtime.GOARCH, "arm") {
47 t.Skipf("skipping test: 'go build' not available on %s/%s", runtime.GOOS, runtime.GOARCH)
61 t.Skipf("skipping test: 'go run' not available on %s/%s", runtime.GOOS, runtime.GOARCH)
72 if strings.HasPrefix(runtime.GOARCH, "arm") {
84 t.Skipf("skipping test: cannot exec subprocess on %s/%s", runtime.GOOS, runtime.GOARCH)
  /prebuilts/go/linux-x86/src/internal/testenv/
testenv.go 35 if strings.HasPrefix(runtime.GOARCH, "arm") {
47 t.Skipf("skipping test: 'go build' not available on %s/%s", runtime.GOOS, runtime.GOARCH)
61 t.Skipf("skipping test: 'go run' not available on %s/%s", runtime.GOOS, runtime.GOARCH)
72 if strings.HasPrefix(runtime.GOARCH, "arm") {
84 t.Skipf("skipping test: cannot exec subprocess on %s/%s", runtime.GOOS, runtime.GOARCH)
  /prebuilts/go/darwin-x86/src/
make.bat 15 :: GOARCH: The target architecture for installed packages and tools.
32 :: CC_FOR_TARGET: Command line to run compile C code for GOARCH.
67 set GOARCH=
88 if not %GOHOSTARCH% == %GOARCH% goto localbuild
98 set GOARCH=%GOHOSTARCH%
105 echo ##### Building packages and commands for %GOOS%/%GOARCH%.
  /prebuilts/go/linux-x86/src/
make.bat 15 :: GOARCH: The target architecture for installed packages and tools.
32 :: CC_FOR_TARGET: Command line to run compile C code for GOARCH.
67 set GOARCH=
88 if not %GOHOSTARCH% == %GOARCH% goto localbuild
98 set GOARCH=%GOHOSTARCH%
105 echo ##### Building packages and commands for %GOOS%/%GOARCH%.
  /prebuilts/go/darwin-x86/src/runtime/
defs_freebsd.go 10 GOARCH=amd64 go tool cgo -cdefs defs_freebsd.go >defs_freebsd_amd64.h
11 GOARCH=386 go tool cgo -cdefs defs_freebsd.go >defs_freebsd_386.h
12 GOARCH=arm go tool cgo -cdefs defs_freebsd.go >defs_freebsd_arm.h
defs_netbsd.go 10 GOARCH=amd64 go tool cgo -cdefs defs_netbsd.go defs_netbsd_amd64.go >defs_netbsd_amd64.h
11 GOARCH=386 go tool cgo -cdefs defs_netbsd.go defs_netbsd_386.go >defs_netbsd_386.h
12 GOARCH=arm go tool cgo -cdefs defs_netbsd.go defs_netbsd_arm.go >defs_netbsd_arm.h
defs1_linux.go 10 GOARCH=amd64 cgo -cdefs defs.go defs1.go >amd64/defs.h
  /prebuilts/go/darwin-x86/misc/cgo/test/
issue8694.go 21 if runtime.GOARCH == "arm" {
  /prebuilts/go/darwin-x86/src/math/big/
arith_decl.go 9 // implemented in arith_$GOARCH.s

Completed in 186 milliseconds

1 23 4 5 6 7 8 91011>>