HomeSort by relevance Sort by last modified time
    Searched refs:systems (Results 1 - 25 of 335) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/go/darwin-x86/src/runtime/
stubs32.go 12 // are only present on 32 bit systems.
lfstack_32bit.go 11 // On 32-bit systems, the stored uint64 has a 32-bit pointer and 32-bit count.
  /prebuilts/go/darwin-x86/src/syscall/
flock_linux_32bit.go 10 // On 32-bit Linux systems, the fcntl syscall that matches Go's
flock.go 12 // systems by flock_linux_32bit.go to be SYS_FCNTL64.
  /prebuilts/go/linux-x86/src/runtime/
stubs32.go 12 // are only present on 32 bit systems.
lfstack_32bit.go 11 // On 32-bit systems, the stored uint64 has a 32-bit pointer and 32-bit count.
  /prebuilts/go/linux-x86/src/syscall/
flock_linux_32bit.go 10 // On 32-bit Linux systems, the fcntl syscall that matches Go's
flock.go 12 // systems by flock_linux_32bit.go to be SYS_FCNTL64.
  /prebuilts/go/darwin-x86/src/net/http/httputil/
example_test.go 30 const body = "Go is a general-purpose language designed with systems programming in mind."
50 // "POST / HTTP/1.1\r\nHost: www.example.org\r\nAccept-Encoding: gzip\r\nContent-Length: 75\r\nUser-Agent: Go-http-client/1.1\r\n\r\nGo is a general-purpose language designed with systems programming in mind."
54 const body = "Go is a general-purpose language designed with systems programming in mind."
68 // "PUT / HTTP/1.1\r\nHost: www.example.org\r\nUser-Agent: Go-http-client/1.1\r\nContent-Length: 75\r\nAccept-Encoding: gzip\r\n\r\nGo is a general-purpose language designed with systems programming in mind."
72 const body = "Go is a general-purpose language designed with systems programming in mind."
93 // "HTTP/1.1 200 OK\r\nContent-Length: 76\r\nContent-Type: text/plain; charset=utf-8\r\nDate: Wed, 19 Jul 1972 19:00:00 GMT\r\n\r\nGo is a general-purpose language designed with systems programming in mind.\n"
  /prebuilts/go/linux-x86/src/net/http/httputil/
example_test.go 30 const body = "Go is a general-purpose language designed with systems programming in mind."
50 // "POST / HTTP/1.1\r\nHost: www.example.org\r\nAccept-Encoding: gzip\r\nContent-Length: 75\r\nUser-Agent: Go-http-client/1.1\r\n\r\nGo is a general-purpose language designed with systems programming in mind."
54 const body = "Go is a general-purpose language designed with systems programming in mind."
68 // "PUT / HTTP/1.1\r\nHost: www.example.org\r\nUser-Agent: Go-http-client/1.1\r\nContent-Length: 75\r\nAccept-Encoding: gzip\r\n\r\nGo is a general-purpose language designed with systems programming in mind."
72 const body = "Go is a general-purpose language designed with systems programming in mind."
93 // "HTTP/1.1 200 OK\r\nContent-Length: 76\r\nContent-Type: text/plain; charset=utf-8\r\nDate: Wed, 19 Jul 1972 19:00:00 GMT\r\n\r\nGo is a general-purpose language designed with systems programming in mind.\n"
  /prebuilts/go/darwin-x86/src/crypto/rand/
rand.go 16 // On other Unix-like systems, Reader reads from /dev/urandom.
17 // On Windows systems, Reader uses the CryptGenRandom API.
  /prebuilts/go/linux-x86/src/crypto/rand/
rand.go 16 // On other Unix-like systems, Reader reads from /dev/urandom.
17 // On Windows systems, Reader uses the CryptGenRandom API.
  /prebuilts/go/darwin-x86/src/os/
sys_bsd.go 7 // os code shared between *BSD systems including OS X (Darwin)
wait_unimp.go 12 // This version is used on systems that do not implement waitid,
  /prebuilts/go/darwin-x86/src/os/user/
user.go 20 // On POSIX systems, this is a decimal number representing the uid.
25 // On POSIX systems, this is a decimal number representing the gid.
33 // On POSIX systems, this is the first (or only) entry in the GECOS field
44 // On POSIX systems Gid contains a decimal number representing the group ID.
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue10486.go 9 // especially on software divide systems.
  /prebuilts/go/linux-x86/src/os/
sys_bsd.go 7 // os code shared between *BSD systems including OS X (Darwin)
wait_unimp.go 12 // This version is used on systems that do not implement waitid,
  /prebuilts/go/linux-x86/src/os/user/
user.go 20 // On POSIX systems, this is a decimal number representing the uid.
25 // On POSIX systems, this is a decimal number representing the gid.
33 // On POSIX systems, this is the first (or only) entry in the GECOS field
44 // On POSIX systems Gid contains a decimal number representing the group ID.
  /prebuilts/go/linux-x86/test/fixedbugs/
issue10486.go 9 // especially on software divide systems.
  /prebuilts/go/darwin-x86/src/runtime/internal/atomic/
atomic_test.go 81 // Unaligned 64-bit atomics on 32-bit systems are
82 // a continual source of pain. Test that on 32-bit systems they crash
88 t.Skip("test only runs on 32-bit systems")
  /prebuilts/go/linux-x86/src/runtime/internal/atomic/
atomic_test.go 81 // Unaligned 64-bit atomics on 32-bit systems are
82 // a continual source of pain. Test that on 32-bit systems they crash
88 t.Skip("test only runs on 32-bit systems")
  /prebuilts/go/darwin-x86/src/net/
cgo_linux.go 16 // in the flags (it includes IPv4 results only on IPv4 systems,
  /prebuilts/go/linux-x86/src/net/
cgo_linux.go 16 // in the flags (it includes IPv4 results only on IPv4 systems,
  /prebuilts/misc/common/swig/include/2.0.11/perl5/
perlmain.i 11 Perl executable. This will be necessary on systems that do

Completed in 248 milliseconds

1 2 3 4 5 6 7 8 91011>>