/prebuilts/go/linux-x86/src/cmd/go/ |
version.go | 24 fmt.Printf("go version %s %s/%s\n", runtime.Version(), runtime.GOOS, runtime.GOARCH)
|
env.go | 41 {"GOHOSTOS", runtime.GOOS}, 42 {"GOOS", goos}, 53 if goos != "plan9" { 90 switch runtime.GOOS {
|
generate_test.go | 24 {"$GOOS", []string{runtime.GOOS}},
|
note_test.go | 27 if runtime.GOOS == "linux" && runtime.GOARCH == "ppc64le" { 31 switch runtime.GOOS {
|
/prebuilts/go/linux-x86/src/syscall/ |
mkall.sh | 17 # * asm_${GOOS}_${GOARCH}.s 32 # * syscall_${GOOS}.go 39 # * syscall_${GOOS}_${GOARCH}.go 41 # Same as syscall_${GOOS}.go except that it contains code specific 42 # to ${GOOS} on one particular architecture. 44 # * types_${GOOS}.c 57 # * zerror_${GOOS}_${GOARCH}.go 64 # * zsyscall_${GOOS}_${GOARCH}.go 66 # Generated by mksyscall.pl; see syscall_${GOOS}.go above. 68 # * zsysnum_${GOOS}_${GOARCH}.g [all...] |
/prebuilts/go/darwin-x86/src/internal/testenv/ |
testenv.go | 31 switch runtime.GOOS { 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) 68 switch runtime.GOOS { 84 t.Skipf("skipping test: cannot exec subprocess on %s/%s", runtime.GOOS, runtime.GOARCH)
|
/prebuilts/go/linux-x86/src/internal/testenv/ |
testenv.go | 31 switch runtime.GOOS { 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) 68 switch runtime.GOOS { 84 t.Skipf("skipping test: cannot exec subprocess on %s/%s", runtime.GOOS, runtime.GOARCH)
|
/prebuilts/go/darwin-x86/src/net/ |
udp_test.go | 64 switch runtime.GOOS { 66 t.Skipf("not supported on %s", runtime.GOOS) 118 switch runtime.GOOS { 120 t.Skipf("not implemented yet on %s", runtime.GOOS) 161 switch runtime.GOOS { 163 t.Skipf("not implemented yet on %s", runtime.GOOS) 293 switch runtime.GOOS { 295 t.Skipf("not supported on %s", runtime.GOOS) 330 switch runtime.GOOS { 332 t.Skipf("not supported on %s", runtime.GOOS) [all...] |
platform_test.go | 20 switch runtime.GOOS { 25 switch runtime.GOOS { 34 switch runtime.GOOS { 39 if runtime.GOOS == "darwin" && (runtime.GOARCH == "arm" || runtime.GOARCH == "arm64") { 43 switch runtime.GOOS { 69 if address[0] == '@' && runtime.GOOS != "linux" { 154 switch runtime.GOOS {
|
sock_bsd.go | 19 switch runtime.GOOS {
|
parse_test.go | 16 switch runtime.GOOS { 18 t.Skipf("not supported on %s", runtime.GOOS)
|
/prebuilts/go/linux-x86/src/net/ |
udp_test.go | 64 switch runtime.GOOS { 66 t.Skipf("not supported on %s", runtime.GOOS) 118 switch runtime.GOOS { 120 t.Skipf("not implemented yet on %s", runtime.GOOS) 161 switch runtime.GOOS { 163 t.Skipf("not implemented yet on %s", runtime.GOOS) 293 switch runtime.GOOS { 295 t.Skipf("not supported on %s", runtime.GOOS) 330 switch runtime.GOOS { 332 t.Skipf("not supported on %s", runtime.GOOS) [all...] |
platform_test.go | 20 switch runtime.GOOS { 25 switch runtime.GOOS { 34 switch runtime.GOOS { 39 if runtime.GOOS == "darwin" && (runtime.GOARCH == "arm" || runtime.GOARCH == "arm64") { 43 switch runtime.GOOS { 69 if address[0] == '@' && runtime.GOOS != "linux" { 154 switch runtime.GOOS {
|
sock_bsd.go | 19 switch runtime.GOOS {
|
parse_test.go | 16 switch runtime.GOOS { 18 t.Skipf("not supported on %s", runtime.GOOS)
|
/prebuilts/go/darwin-x86/src/cmd/go/ |
env.go | 41 {"GOHOSTOS", runtime.GOOS}, 42 {"GOOS", goos}, 53 if goos != "plan9" { 90 switch runtime.GOOS {
|
generate_test.go | 24 {"$GOOS", []string{runtime.GOOS}},
|
note_test.go | 27 if runtime.GOOS == "linux" && runtime.GOARCH == "ppc64le" { 31 switch runtime.GOOS {
|
/prebuilts/go/darwin-x86/src/os/ |
os_unix_test.go | 37 if runtime.GOOS == "windows" || runtime.GOOS == "plan9" { 38 t.Skipf("%s does not support syscall.Chown", runtime.GOOS) 84 if runtime.GOOS == "windows" || runtime.GOOS == "plan9" { 85 t.Skipf("%s does not support syscall.Fchown", runtime.GOOS) 131 if runtime.GOOS == "windows" || runtime.GOOS == "plan9" { 132 t.Skipf("%s does not support syscall.Lchown", runtime.GOOS)
|
/prebuilts/go/linux-x86/src/os/ |
os_unix_test.go | 37 if runtime.GOOS == "windows" || runtime.GOOS == "plan9" { 38 t.Skipf("%s does not support syscall.Chown", runtime.GOOS) 84 if runtime.GOOS == "windows" || runtime.GOOS == "plan9" { 85 t.Skipf("%s does not support syscall.Fchown", runtime.GOOS) 131 if runtime.GOOS == "windows" || runtime.GOOS == "plan9" { 132 t.Skipf("%s does not support syscall.Lchown", runtime.GOOS)
|
/prebuilts/go/darwin-x86/src/runtime/debug/ |
heapdump_test.go | 15 if runtime.GOOS == "nacl" { 44 if runtime.GOOS == "nacl" {
|
/prebuilts/go/linux-x86/src/runtime/debug/ |
heapdump_test.go | 15 if runtime.GOOS == "nacl" { 44 if runtime.GOOS == "nacl" {
|
/prebuilts/go/darwin-x86/src/ |
make.bat | 17 :: GOOS: The target operating system for installed packages and tools. 66 set GOOS= 89 if not %GOHOSTOS% == %GOOS% goto localbuild 97 set GOOS=%GOHOSTOS% 105 echo ##### Building packages and commands for %GOOS%/%GOARCH%.
|
/prebuilts/go/darwin-x86/src/path/filepath/ |
match_test.go | 90 if runtime.GOOS == "windows" { 128 if runtime.GOOS == "windows" { 169 switch runtime.GOOS { 171 t.Skipf("skipping on %s", runtime.GOOS) 174 t.Skipf("skipping on %s", runtime.GOOS)
|
/prebuilts/go/linux-x86/src/ |
make.bat | 17 :: GOOS: The target operating system for installed packages and tools. 66 set GOOS= 89 if not %GOHOSTOS% == %GOOS% goto localbuild 97 set GOOS=%GOHOSTOS% 105 echo ##### Building packages and commands for %GOOS%/%GOARCH%.
|