HomeSort by relevance Sort by last modified time
    Searched refs:Unix (Results 126 - 150 of 276) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/go/darwin-x86/src/os/
file_posix.go 128 // file, similar to the Unix utime() or utimes() functions.
file_unix.go 41 // Fd returns the integer Unix file descriptor referencing the open file.
78 // On Unix-like systems, it is "/dev/null"; on Windows, "NUL".
  /prebuilts/go/darwin-x86/src/runtime/
signal_windows.go 220 // On Unix the routine would remove the custom signal
  /prebuilts/go/linux-x86/src/crypto/rand/
rand_unix.go 7 // Unix cryptographically secure pseudorandom number
67 var isEAGAIN func(error) bool // set by eagain.go on unix systems
  /prebuilts/go/linux-x86/src/net/http/
http.go 23 var aLongTimeAgo = time.Unix(233431200, 0)
fs_test.go 287 modtime: time.Unix(1000000000, 0).UTC(),
319 dirMod := time.Unix(123, 0).UTC()
320 fileMod := time.Unix(1000000000, 0).UTC()
666 fileMod := time.Unix(1000000000, 0).UTC()
668 dirMod := time.Unix(123, 0).UTC()
910 modtime: time.Unix(0, 0),
    [all...]
fs.go 111 // If modtime is not the zero time or Unix epoch, ServeContent
442 if t.Unix() == modtime.Unix() {
448 var unixEpochTime = time.Unix(0, 0)
450 // isZeroTime reports whether t is obviously unspecified (either zero or Unix()=0).
cookie_test.go 56 &Cookie{Name: "cookie-9", Value: "expiring", Expires: time.Unix(1257894000, 0)},
444 Expires: time.Unix(1257894000, 0),
  /prebuilts/go/linux-x86/src/os/
file_posix.go 128 // file, similar to the Unix utime() or utimes() functions.
file_unix.go 41 // Fd returns the integer Unix file descriptor referencing the open file.
78 // On Unix-like systems, it is "/dev/null"; on Windows, "NUL".
  /prebuilts/go/linux-x86/src/runtime/
signal_windows.go 220 // On Unix the routine would remove the custom signal
  /prebuilts/go/darwin-x86/src/syscall/
syscall_unix_test.go 26 // on all Unix-like systems.
120 // TestPassFD tests passing a file descriptor over a Unix socket.
175 t.Logf("timeout reading from unix socket")
215 f := os.NewFile(fd, "unix-conn")
224 fmt.Println("failed to find unix fd")
  /prebuilts/go/linux-x86/src/syscall/
syscall_unix_test.go 26 // on all Unix-like systems.
120 // TestPassFD tests passing a file descriptor over a Unix socket.
175 t.Logf("timeout reading from unix socket")
215 f := os.NewFile(fd, "unix-conn")
224 fmt.Println("failed to find unix fd")
  /prebuilts/go/darwin-x86/src/net/http/
fs_test.go 287 modtime: time.Unix(1000000000, 0).UTC(),
319 dirMod := time.Unix(123, 0).UTC()
320 fileMod := time.Unix(1000000000, 0).UTC()
666 fileMod := time.Unix(1000000000, 0).UTC()
668 dirMod := time.Unix(123, 0).UTC()
910 modtime: time.Unix(0, 0),
    [all...]
fs.go 111 // If modtime is not the zero time or Unix epoch, ServeContent
442 if t.Unix() == modtime.Unix() {
448 var unixEpochTime = time.Unix(0, 0)
450 // isZeroTime reports whether t is obviously unspecified (either zero or Unix()=0).
cookie_test.go 56 &Cookie{Name: "cookie-9", Value: "expiring", Expires: time.Unix(1257894000, 0)},
444 Expires: time.Unix(1257894000, 0),
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
util.py 59 # Try to distinguish various flavours of Unix
189 always supplied in Unix style, and have to be converted to the local
191 ValueError on non-Unix-ish systems if 'pathname' either starts or
247 HOME - user's home directory (Unix only)
321 """Split a string up according to Unix shell-like rules for quotes and
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/go/darwin-x86/src/archive/tar/
writer.go 71 minTime = time.Unix(0, 0)
151 modTime = hdr.ModTime.Unix()
  /prebuilts/go/darwin-x86/src/net/
lookup.go 19 // On Unix, this map is augmented by readProtocols via lookupProtocol.
31 // On Unix, this map is augmented by readServices via goLookupPort.
  /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/archive/tar/
writer.go 71 minTime = time.Unix(0, 0)
151 modTime = hdr.ModTime.Unix()
  /prebuilts/go/linux-x86/src/net/
lookup.go 19 // On Unix, this map is augmented by readProtocols via lookupProtocol.
31 // On Unix, this map is augmented by readServices via goLookupPort.
  /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

Completed in 8235 milliseconds

1 2 3 4 56 7 8 91011>>