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

1 2 3 4 5 67 8 91011>>

  /prebuilts/go/darwin-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/darwin-x86/src/mime/
type_test.go 36 // type tests. On Unix and Plan 9, this also tests the parsing
  /prebuilts/go/darwin-x86/src/net/http/
http.go 23 var aLongTimeAgo = time.Unix(1, 0)
fs_test.go 288 modtime: time.Unix(1000000000, 0).UTC(),
320 dirMod := time.Unix(123, 0).UTC()
321 fileMod := time.Unix(1000000000, 0).UTC()
667 fileMod := time.Unix(1000000000, 0).UTC()
669 dirMod := time.Unix(123, 0).UTC()
923 modtime: time.Unix(0, 0),
    [all...]
fs.go 139 // If modtime is not the zero time or Unix epoch, ServeContent
470 if t.Unix() == modtime.Unix() {
476 var unixEpochTime = time.Unix(0, 0)
478 // isZeroTime reports whether t is obviously unspecified (either zero or Unix()=0).
  /prebuilts/go/linux-x86/src/archive/tar/
writer.go 244 f.formatNumeric(blk.GNU().AccessTime(), hdr.AccessTime.Unix())
247 f.formatNumeric(blk.GNU().ChangeTime(), hdr.ChangeTime.Unix())
319 modTime = time.Unix(0, 0)
330 fmtNum(v7.ModTime(), modTime.Unix())
reader.go 373 hdr.ModTime = time.Unix(p.parseNumeric(v7.ModTime()), 0)
404 hdr.AccessTime = time.Unix(p.parseNumeric(star.AccessTime()), 0)
405 hdr.ChangeTime = time.Unix(p.parseNumeric(star.ChangeTime()), 0)
411 hdr.AccessTime = time.Unix(p2.parseNumeric(b), 0)
414 hdr.ChangeTime = time.Unix(p2.parseNumeric(b), 0)
  /prebuilts/go/linux-x86/src/cmd/dist/
main.go 88 // Default Unix system.
  /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/mime/
type_test.go 36 // type tests. On Unix and Plan 9, this also tests the parsing
  /prebuilts/go/linux-x86/src/net/http/
http.go 23 var aLongTimeAgo = time.Unix(1, 0)
fs_test.go 288 modtime: time.Unix(1000000000, 0).UTC(),
320 dirMod := time.Unix(123, 0).UTC()
321 fileMod := time.Unix(1000000000, 0).UTC()
667 fileMod := time.Unix(1000000000, 0).UTC()
669 dirMod := time.Unix(123, 0).UTC()
923 modtime: time.Unix(0, 0),
    [all...]
fs.go 139 // If modtime is not the zero time or Unix epoch, ServeContent
470 if t.Unix() == modtime.Unix() {
476 var unixEpochTime = time.Unix(0, 0)
478 // isZeroTime reports whether t is obviously unspecified (either zero or Unix()=0).
  /prebuilts/go/darwin-x86/src/archive/zip/
struct.go 75 unixExtraID = 0x000d // UNIX
77 infoZipUnixExtraID = 0x5855 // Info-ZIP Unix extension
250 // Unix constants. The specification doesn't mention them,
  /prebuilts/go/darwin-x86/src/syscall/
syscall_unix_test.go 26 // on all Unix-like systems.
124 // TestPassFD tests passing a file descriptor over a Unix socket.
179 t.Logf("timeout reading from unix socket")
222 f := os.NewFile(fd, "unix-conn")
231 fmt.Println("failed to find unix fd")
  /prebuilts/go/linux-x86/src/archive/zip/
struct.go 75 unixExtraID = 0x000d // UNIX
77 infoZipUnixExtraID = 0x5855 // Info-ZIP Unix extension
250 // Unix constants. The specification doesn't mention them,
  /prebuilts/go/linux-x86/src/syscall/
syscall_unix_test.go 26 // on all Unix-like systems.
124 // TestPassFD tests passing a file descriptor over a Unix socket.
179 t.Logf("timeout reading from unix socket")
222 f := os.NewFile(fd, "unix-conn")
231 fmt.Println("failed to find unix fd")
  /prebuilts/go/darwin-x86/src/crypto/x509/
x509_test.go 542 NotBefore: time.Unix(1000, 0),
543 NotAfter: time.Unix(100000, 0),
    [all...]
  /prebuilts/go/linux-x86/src/crypto/x509/
x509_test.go 542 NotBefore: time.Unix(1000, 0),
543 NotAfter: time.Unix(100000, 0),
    [all...]
  /prebuilts/go/darwin-x86/src/archive/tar/
reader.go 373 hdr.ModTime = time.Unix(p.parseNumeric(v7.ModTime()), 0)
404 hdr.AccessTime = time.Unix(p.parseNumeric(star.AccessTime()), 0)
405 hdr.ChangeTime = time.Unix(p.parseNumeric(star.ChangeTime()), 0)
411 hdr.AccessTime = time.Unix(p2.parseNumeric(b), 0)
414 hdr.ChangeTime = time.Unix(p2.parseNumeric(b), 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
  /external/python/cpython2/Lib/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
172 HOME - user's home directory (Unix only)
231 """Split a string up according to Unix shell-like rules for quotes and
  /external/python/cpython3/Lib/distutils/
util.py 65 # Try to distinguish various flavours of Unix
115 always supplied in Unix style, and have to be converted to the local
117 ValueError on non-Unix-ish systems if 'pathname' either starts or
166 HOME - user's home directory (Unix only)
225 """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

Completed in 772 milliseconds

1 2 3 4 5 67 8 91011>>