HomeSort by relevance Sort by last modified time
    Searched refs:GOOS (Results 176 - 200 of 464) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/go/darwin-x86/src/cmd/asm/
main.go 54 fmt.Fprintf(buf, "go object %s %s %s\n", obj.GOOS, obj.GOARCH, obj.Version)
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/arm64/
asm_test.go 45 cmd.Env = []string{"GOARCH=arm64", "GOOS=linux"}
  /prebuilts/go/darwin-x86/src/crypto/x509/
root_darwin_test.go 16 t.Skipf("skipping on %s/%s, no system root", runtime.GOOS, runtime.GOARCH)
  /prebuilts/go/darwin-x86/src/go/build/
doc.go 96 // - the target operating system, as spelled by runtime.GOOS
115 // (example: source_windows_amd64.go) where GOOS and GOARCH represent
140 // Using GOOS=android matches build tags and files as for GOOS=linux
  /prebuilts/go/darwin-x86/src/net/
interface_bsd_test.go 16 if runtime.GOOS == "openbsd" {
ipsock_posix.go 50 switch runtime.GOOS {
150 if (runtime.GOOS == "windows" || runtime.GOOS == "openbsd" || runtime.GOOS == "nacl") && mode == "dial" && raddr.isWildcard() {
sockopt_bsd.go 16 if runtime.GOOS == "dragonfly" && sotype != syscall.SOCK_RAW {
  /prebuilts/go/darwin-x86/src/os/
path_test.go 69 if runtime.GOOS == "windows" {
124 if runtime.GOOS == "windows" {
201 switch runtime.GOOS {
203 t.Skipf("skipping on %s", runtime.GOOS)
proc.go 18 if runtime.GOOS == "windows" {
  /prebuilts/go/darwin-x86/src/path/filepath/
match.go 102 if runtime.GOOS != "windows" {
182 if runtime.GOOS != "windows" {
208 if chunk[0] == '\\' && runtime.GOOS != "windows" {
244 if runtime.GOOS == "windows" {
path_test.go 97 if runtime.GOOS == "windows" {
185 if runtime.GOOS == "windows" {
223 if runtime.GOOS == "windows" {
290 if runtime.GOOS == "windows" {
427 if runtime.GOOS == "darwin" {
632 if runtime.GOOS == "windows" {
675 if runtime.GOOS == "windows" {
723 if runtime.GOOS == "windows" {
807 if runtime.GOOS == "windows" {
881 if runtime.GOOS == "windows"
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
env_test.go 14 if runtime.GOOS == "plan9" {
hash32.go 24 if GOARCH == "386" && GOOS != "nacl" && useAeshash {
hash64.go 24 if GOARCH == "amd64" && GOOS != "nacl" && useAeshash {
os_linux_arm.go 24 if GOOS == "android" {
  /prebuilts/go/darwin-x86/src/syscall/
mkpost.go 32 goos := os.Getenv("GOOS")
33 if goarch == "s390x" && goos == "linux" {
syscall_test.go 65 if runtime.GOOS == "nacl" {
syscall_unix.go 23 darwin64Bit = runtime.GOOS == "darwin" && sizeofPtr == 8
24 dragonfly64Bit = runtime.GOOS == "dragonfly" && sizeofPtr == 8
25 netbsd32Bit = runtime.GOOS == "netbsd" && sizeofPtr == 4
26 solaris64Bit = runtime.GOOS == "solaris" && sizeofPtr == 8
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/route/
interface_classic.go 55 if runtime.GOOS == "netbsd" {
  /prebuilts/go/linux-x86/src/cmd/asm/
doc.go 18 The GOOS and GOARCH environment variables set the desired target.
main.go 54 fmt.Fprintf(buf, "go object %s %s %s\n", obj.GOOS, obj.GOARCH, obj.Version)
  /prebuilts/go/linux-x86/src/cmd/internal/obj/arm64/
asm_test.go 45 cmd.Env = []string{"GOARCH=arm64", "GOOS=linux"}
  /prebuilts/go/linux-x86/src/crypto/x509/
root_darwin_test.go 16 t.Skipf("skipping on %s/%s, no system root", runtime.GOOS, runtime.GOARCH)
  /prebuilts/go/linux-x86/src/go/build/
doc.go 96 // - the target operating system, as spelled by runtime.GOOS
115 // (example: source_windows_amd64.go) where GOOS and GOARCH represent
140 // Using GOOS=android matches build tags and files as for GOOS=linux
  /prebuilts/go/linux-x86/src/net/
interface_bsd_test.go 16 if runtime.GOOS == "openbsd" {

Completed in 380 milliseconds

1 2 3 4 5 6 78 91011>>