OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GOOS
(Results
151 - 175
of
331
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/go/darwin-x86/misc/cgo/test/
basic.go
123
if runtime.
GOOS
== "openbsd" {
/prebuilts/go/darwin-x86/src/cmd/addr2line/
addr2line_test.go
55
if runtime.
GOOS
== "windows" && len(f) == 3 {
/prebuilts/go/darwin-x86/src/net/
unix_test.go
169
if runtime.
GOOS
!= "linux" {
201
if runtime.
GOOS
!= "linux" {
330
switch runtime.
GOOS
{
387
switch runtime.
GOOS
{
/prebuilts/go/darwin-x86/src/runtime/
mem_bsd.go
67
if
GOOS
== "dragonfly" {
runtime_test.go
142
if
GOOS
== "nacl" {
240
if
GOOS
== "windows" ||
GOOS
== "nacl" {
/prebuilts/go/darwin-x86/src/time/
sleep_test.go
35
if runtime.
GOOS
== "windows" {
166
if runtime.
GOOS
== "windows" {
389
if runtime.
GOOS
== "darwin" && runtime.GOARCH == "arm" {
390
t.Skipf("skipping on %s/%s, see issue 10043", runtime.
GOOS
, runtime.GOARCH)
/prebuilts/go/linux-x86/misc/cgo/test/
basic.go
123
if runtime.
GOOS
== "openbsd" {
/prebuilts/go/linux-x86/src/cmd/addr2line/
addr2line_test.go
55
if runtime.
GOOS
== "windows" && len(f) == 3 {
/prebuilts/go/linux-x86/src/net/
unix_test.go
169
if runtime.
GOOS
!= "linux" {
201
if runtime.
GOOS
!= "linux" {
330
switch runtime.
GOOS
{
387
switch runtime.
GOOS
{
/prebuilts/go/linux-x86/src/runtime/
mem_bsd.go
67
if
GOOS
== "dragonfly" {
runtime_test.go
142
if
GOOS
== "nacl" {
240
if
GOOS
== "windows" ||
GOOS
== "nacl" {
/prebuilts/go/linux-x86/src/time/
sleep_test.go
35
if runtime.
GOOS
== "windows" {
166
if runtime.
GOOS
== "windows" {
389
if runtime.
GOOS
== "darwin" && runtime.GOARCH == "arm" {
390
t.Skipf("skipping on %s/%s, see issue 10043", runtime.
GOOS
, runtime.GOARCH)
/build/soong/common/
config.go
202
switch runtime.
GOOS
{
208
panic("Unknown
GOOS
")
218
switch runtime.
GOOS
{
/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" {
/prebuilts/go/darwin-x86/src/syscall/
syscall_unix.go
22
darwin64Bit = runtime.
GOOS
== "darwin" && sizeofPtr == 8
23
dragonfly64Bit = runtime.
GOOS
== "dragonfly" && sizeofPtr == 8
24
netbsd32Bit = runtime.
GOOS
== "netbsd" && sizeofPtr == 4
syscall_unix_test.go
71
if runtime.
GOOS
== "darwin" && (runtime.GOARCH == "arm" || runtime.GOARCH == "arm64") {
127
switch runtime.
GOOS
{
334
switch runtime.
GOOS
{
/prebuilts/go/linux-x86/src/path/filepath/
match.go
102
if runtime.
GOOS
!= "windows" {
182
if runtime.
GOOS
!= "windows" {
208
if chunk[0] == '\\' && runtime.
GOOS
!= "windows" {
/prebuilts/go/linux-x86/src/syscall/
syscall_unix.go
22
darwin64Bit = runtime.
GOOS
== "darwin" && sizeofPtr == 8
23
dragonfly64Bit = runtime.
GOOS
== "dragonfly" && sizeofPtr == 8
24
netbsd32Bit = runtime.
GOOS
== "netbsd" && sizeofPtr == 4
syscall_unix_test.go
71
if runtime.
GOOS
== "darwin" && (runtime.GOARCH == "arm" || runtime.GOARCH == "arm64") {
127
switch runtime.
GOOS
{
334
switch runtime.
GOOS
{
/prebuilts/go/darwin-x86/src/cmd/go/
generate.go
61
$
GOOS
351
case "
GOOS
":
352
return buildContext.
GOOS
401
"
GOOS
=" + runtime.
GOOS
,
/prebuilts/go/darwin-x86/src/net/http/cgi/
host_test.go
338
if runtime.
GOOS
== "windows" {
339
t.Skipf("skipping test on %q", runtime.
GOOS
)
399
if runtime.
GOOS
== "windows" {
400
t.Skipf("skipping test on %q", runtime.
GOOS
)
426
if runtime.
GOOS
!= "windows" {
/prebuilts/go/linux-x86/src/cmd/go/
generate.go
61
$
GOOS
351
case "
GOOS
":
352
return buildContext.
GOOS
401
"
GOOS
=" + runtime.
GOOS
,
/prebuilts/go/linux-x86/src/net/http/cgi/
host_test.go
338
if runtime.
GOOS
== "windows" {
339
t.Skipf("skipping test on %q", runtime.
GOOS
)
399
if runtime.
GOOS
== "windows" {
400
t.Skipf("skipping test on %q", runtime.
GOOS
)
426
if runtime.
GOOS
!= "windows" {
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/link/
doc.go
30
The default format is inferred from
GOOS
and GOARCH.
/prebuilts/go/darwin-x86/src/cmd/link/
doc.go
27
The default format is inferred from
GOOS
and GOARCH.
Completed in 258 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>