OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GOOS
(Results
251 - 275
of
331
) sorted by null
<<
11
12
13
14
/prebuilts/go/darwin-x86/src/runtime/
time.go
13
// For
GOOS
=nacl, package syscall knows the layout of this structure.
/prebuilts/go/darwin-x86/src/syscall/
exec_bsd.go
63
darwin := runtime.
GOOS
== "darwin"
route_bsd.go
30
} else if runtime.
GOOS
== "freebsd" {
syscall_bsd.go
280
if runtime.
GOOS
== "darwin" && len == 0 {
304
if runtime.
GOOS
== "dragonfly" && rsa.Addr.Family == AF_UNSPEC && rsa.Addr.Len == 0 {
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/
doc.go
29
The
GOOS
and GOARCH environment variables set the desired target.
/prebuilts/go/linux-x86/src/cmd/asm/internal/asm/
operand_test.go
19
os.Setenv("
GOOS
", "linux") // obj can handle this OS for all architectures.
/prebuilts/go/linux-x86/src/cmd/compile/
doc.go
26
The
GOOS
and GOARCH environment variables set the desired target.
/prebuilts/go/linux-x86/src/cmd/cover/
html.go
141
switch runtime.
GOOS
{
/prebuilts/go/linux-x86/src/cmd/doc/
doc_test.go
302
if runtime.
GOOS
== "darwin" && (runtime.GOARCH == "arm" || runtime.GOARCH == "arm64") {
/prebuilts/go/linux-x86/src/cmd/go/
list.go
87
GOOS
string // target operating system
/prebuilts/go/linux-x86/src/debug/gosym/
pclntab_test.go
29
if self && runtime.
GOOS
!= "linux" {
/prebuilts/go/linux-x86/src/net/http/httputil/
reverseproxy_test.go
229
if runtime.
GOOS
== "plan9" {
/prebuilts/go/linux-x86/src/net/
ipsock_posix.go
59
switch runtime.
GOOS
{
/prebuilts/go/linux-x86/src/runtime/
alg.go
325
GOOS
!= "nacl" &&
proc.go
86
if
GOOS
!= "windows" {
time.go
13
// For
GOOS
=nacl, package syscall knows the layout of this structure.
/prebuilts/go/linux-x86/src/syscall/
exec_bsd.go
63
darwin := runtime.
GOOS
== "darwin"
route_bsd.go
30
} else if runtime.
GOOS
== "freebsd" {
syscall_bsd.go
280
if runtime.
GOOS
== "darwin" && len == 0 {
304
if runtime.
GOOS
== "dragonfly" && rsa.Addr.Family == AF_UNSPEC && rsa.Addr.Len == 0 {
/prebuilts/go/darwin-x86/src/debug/elf/
file_test.go
344
if runtime.
GOOS
!= "linux" && runtime.
GOOS
!= "freebsd" {
/prebuilts/go/linux-x86/src/debug/elf/
file_test.go
344
if runtime.
GOOS
!= "linux" && runtime.
GOOS
!= "freebsd" {
/build/soong/cc/
builder.go
121
if runtime.
GOOS
!= "darwin" {
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/asm/internal/asm/
operand_test.go
22
os.Setenv("
GOOS
", "linux") // obj can handle this OS for all architectures.
/prebuilts/go/darwin-x86/src/cmd/pprof/internal/commands/
commands.go
91
switch runtime.
GOOS
{
/prebuilts/go/darwin-x86/src/debug/pe/
file_test.go
256
if runtime.
GOOS
!= "windows" {
Completed in 416 milliseconds
<<
11
12
13
14