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

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/go/darwin-x86/src/runtime/
timeasm.go 5 // Declarations for operating systems implementing time.now directly in assembly.
6 // Those systems are also expected to have nanotime subtract startNano,
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.
timestub.go 5 // Declarations for operating systems implementing time.now
  /prebuilts/go/linux-x86/src/runtime/
timeasm.go 5 // Declarations for operating systems implementing time.now directly in assembly.
6 // Those systems are also expected to have nanotime subtract startNano,
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.
timestub.go 5 // Declarations for operating systems implementing time.now
  /external/curl/docs/cmdline-opts/
use-ascii.d 8 for win32 systems.
keepalive-time.d 8 currently effective on operating systems offering the TCP_KEEPIDLE and
  /prebuilts/go/darwin-x86/src/syscall/
flock_linux_32bit.go 10 // On 32-bit Linux systems, the fcntl syscall that matches Go's
  /prebuilts/go/linux-x86/src/syscall/
flock_linux_32bit.go 10 // On 32-bit Linux systems, the fcntl syscall that matches Go's
  /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)
  /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)
  /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/cmd/buildid/
doc.go 16 other build systems.

Completed in 920 milliseconds

1 2 3 4 5 6 7 8 91011>>