HomeSort by relevance Sort by last modified time
    Searched refs:Unix (Results 176 - 200 of 342) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/go/darwin-x86/src/net/http/
cookie_test.go 56 &Cookie{Name: "cookie-9", Value: "expiring", Expires: time.Unix(1257894000, 0)},
447 Expires: time.Unix(1257894000, 0),
  /prebuilts/go/darwin-x86/src/net/
lookup.go 20 // On Unix, this map is augmented by readProtocols via lookupProtocol.
35 // On Unix, this map is augmented by readServices via goLookupPort.
net.go 7 TCP/IP, UDP, domain name resolution, and Unix domain sockets.
44 On Unix systems, the resolver has two options for resolving names.
292 // On Unix systems this will cause the SetDeadline methods to stop working.
466 aLongTimeAgo = time.Unix(1, 0)
sock_posix.go 16 // A sockaddr represents a TCP, UDP, IP or Unix network endpoint
  /prebuilts/go/darwin-x86/src/os/signal/
doc.go 8 Signals are primarily used on Unix-like systems. For the use of this
109 typical Unix command line programs, while other programs will not
  /prebuilts/go/linux-x86/src/net/http/
cookie_test.go 56 &Cookie{Name: "cookie-9", Value: "expiring", Expires: time.Unix(1257894000, 0)},
447 Expires: time.Unix(1257894000, 0),
  /prebuilts/go/linux-x86/src/net/
lookup.go 20 // On Unix, this map is augmented by readProtocols via lookupProtocol.
35 // On Unix, this map is augmented by readServices via goLookupPort.
net.go 7 TCP/IP, UDP, domain name resolution, and Unix domain sockets.
44 On Unix systems, the resolver has two options for resolving names.
292 // On Unix systems this will cause the SetDeadline methods to stop working.
466 aLongTimeAgo = time.Unix(1, 0)
sock_posix.go 16 // A sockaddr represents a TCP, UDP, IP or Unix network endpoint
  /prebuilts/go/linux-x86/src/os/signal/
doc.go 8 Signals are primarily used on Unix-like systems. For the use of this
109 typical Unix command line programs, while other programs will not
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
util.py 63 # Try to distinguish various flavours of Unix
114 always supplied in Unix style, and have to be converted to the local
116 ValueError on non-Unix-ish systems if 'pathname' either starts or
179 HOME - user's home directory (Unix only)
253 """Split a string up according to Unix shell-like rules for quotes and
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
util.py 63 # Try to distinguish various flavours of Unix
114 always supplied in Unix style, and have to be converted to the local
116 ValueError on non-Unix-ish systems if 'pathname' either starts or
179 HOME - user's home directory (Unix only)
253 """Split a string up according to Unix shell-like rules for quotes and
  /build/soong/cmd/soong_ui/
main.go 98 time.Since(time.Unix(0, int64(start_time))).Nanoseconds()/time.Millisecond.Nanoseconds())
  /build/soong/third_party/zip/
struct.go 190 // Unix constants. The specification doesn't mention them,
  /prebuilts/go/darwin-x86/src/cmd/internal/buildid/
buildid.go 102 // readGccgoArchive tries to parse the archive as a standard Unix
  /prebuilts/go/darwin-x86/src/go/build/
doc.go 13 // (on Unix, the variable is a colon-separated string;
  /prebuilts/go/darwin-x86/src/os/
file_posix.go 134 // file, similar to the Unix utime() or utimes() functions.
pipe_test.go 5 // Test broken pipes on Unix systems.
  /prebuilts/go/darwin-x86/src/runtime/
signal_windows.go 226 // On Unix the routine would remove the custom signal
  /prebuilts/go/darwin-x86/src/syscall/
exec_bsd.go 79 // Convert to normal Unix r1 = 0 in child.
fd_nacl.go 49 // Like Unix, it uses the lowest available descriptor.
syscall_nacl.go 271 // Unimplemented Unix midden heap.
  /prebuilts/go/darwin-x86/src/time/
zoneinfo_windows.go 114 // pseudoUnix returns the pseudo-Unix time (seconds since Jan 1 1970 *LOCAL TIME*)
  /prebuilts/go/linux-x86/src/cmd/internal/buildid/
buildid.go 102 // readGccgoArchive tries to parse the archive as a standard Unix
  /prebuilts/go/linux-x86/src/go/build/
doc.go 13 // (on Unix, the variable is a colon-separated string;

Completed in 2311 milliseconds

1 2 3 4 5 6 78 91011>>