/prebuilts/go/linux-x86/src/time/ |
D | time.go | 139 type Time struct { struct 151 wall uint64 152 ext int64 159 loc *Location 175 func (t *Time) nsec() int32 { 180 func (t *Time) sec() int64 { 188 func (t *Time) unixSec() int64 { return t.sec() + internalToUnix } 191 func (t *Time) addSec(d int64) { 216 func (t *Time) setLoc(loc *Location) { 225 func (t *Time) stripMono() { [all …]
|
/prebuilts/go/linux-x86/src/cmd/trace/ |
D | gstate.go | 122 func (gs *gState[R]) setStartCause(ts trace.Time, name string, resource uint64, stack trace.Stack) { 130 func (gs *gState[R]) created(ts trace.Time, creator R, stack trace.Stack) { 138 func (gs *gState[R]) start(ts trace.Time, resource R, ctx *traceContext) { 164 func (gs *gState[R]) syscallBegin(ts trace.Time, resource R, stack trace.Stack) { 180 func (gs *gState[R]) syscallEnd(ts trace.Time, blocked bool, ctx *traceContext) { 203 func (gs *gState[R]) blockedSyscallEnd(ts trace.Time, stack trace.Stack, ctx *traceContext) { 217 func (gs *gState[R]) unblock(ts trace.Time, stack trace.Stack, resource R, ctx *traceContext) { 248 func (gs *gState[R]) block(ts trace.Time, stack trace.Stack, reason string, ctx *traceContext) { 254 func (gs *gState[R]) stop(ts trace.Time, stack trace.Stack, ctx *traceContext) { 331 func (gs *gState[R]) rangeBegin(ts trace.Time, name string, stack trace.Stack) { [all …]
|
/prebuilts/go/linux-x86/src/os/ |
D | file_posix.go | 179 func Chtimes(name string, atime time.Time, mtime time.Time) error { 210 func (f *File) setDeadline(t time.Time) error { 218 func (f *File) setReadDeadline(t time.Time) error { 226 func (f *File) setWriteDeadline(t time.Time) error {
|
D | file_plan9.go | 457 func Chtimes(name string, atime time.Time, mtime time.Time) error { 563 func (f *File) setDeadline(time.Time) error { 571 func (f *File) setReadDeadline(time.Time) error { 579 func (f *File) setWriteDeadline(time.Time) error {
|
/prebuilts/go/linux-x86/src/internal/poll/ |
D | fd_poll_js.go | 60 func (fd *FD) SetDeadline(t time.Time) error { 65 func (fd *FD) SetReadDeadline(t time.Time) error { 70 func (fd *FD) SetWriteDeadline(t time.Time) error { 74 func setDeadlineImpl(fd *FD, t time.Time, mode int) error {
|
D | fd_poll_runtime.go | 132 func (fd *FD) SetDeadline(t time.Time) error { 137 func (fd *FD) SetReadDeadline(t time.Time) error { 142 func (fd *FD) SetWriteDeadline(t time.Time) error { 146 func setDeadlineImpl(fd *FD, t time.Time, mode int) error {
|
/prebuilts/go/linux-x86/src/net/http/pprof/ |
D | pprof_test.go | 98 func mutexHog1(mu1, mu2 *sync.Mutex, start time.Time, dt time.Duration) { 123 func mutexHog2(mu1, mu2 *sync.Mutex, start time.Time, dt time.Duration) { 142 func mutexHog(duration time.Duration, hogger func(mu1, mu2 *sync.Mutex, start time.Time, dt time.Du…
|
/prebuilts/go/linux-x86/src/go/doc/testdata/examples/ |
D | generic_constraints.go | 17 M(time.Time) 26 func (Tm) M(time.Time) {}
|
/prebuilts/go/linux-x86/src/encoding/asn1/ |
D | marshal.go | 363 func outsideUTCRange(t time.Time) bool { 368 func makeUTCTime(t time.Time) (e encoder, err error) { 379 func makeGeneralizedTime(t time.Time) (e encoder, err error) { 390 func appendUTCTime(dst []byte, t time.Time) (ret []byte, err error) { 405 func appendGeneralizedTime(dst []byte, t time.Time) (ret []byte, err error) { 416 func appendTimeCommon(dst []byte, t time.Time) []byte {
|
/prebuilts/go/linux-x86/src/net/http/ |
D | fs.go | 240 func ServeContent(w ResponseWriter, req *Request, name string, modtime time.Time, content io.ReadSe… 269 func serveContent(w ResponseWriter, r *Request, name string, modtime time.Time, sizeFunc func() (in… 508 func checkIfUnmodifiedSince(r *Request, modtime time.Time) condResult { 557 func checkIfModifiedSince(r *Request, modtime time.Time) condResult { 578 func checkIfRange(w ResponseWriter, r *Request, modtime time.Time) condResult { 612 func isZeroTime(t time.Time) bool { 616 func setLastModified(w ResponseWriter, modtime time.Time) { 640 func checkPreconditions(w ResponseWriter, r *Request, modtime time.Time) (done bool, rangeHeader st…
|
D | client.go | 211 func send(ireq *Request, rt RoundTripper, deadline time.Time) (resp *Response, didTimeout func() bo… 307 func timeBeforeContextDeadline(t time.Time, ctx context.Context) bool { 351 func setRequestCancel(req *Request, rt RoundTripper, deadline time.Time) (stopTimer func(), didTime…
|
/prebuilts/clang/host/linux-x86/clang-r547379/include/llvm/Support/Windows/ |
D | WindowsSupport.h | 202 inline std::chrono::nanoseconds toDuration(FILETIME Time) { in toDuration() 211 inline TimePoint<> toTimePoint(FILETIME Time) { in toTimePoint() 228 FILETIME Time; in toFILETIME() local
|
/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/Windows/ |
D | WindowsSupport.h | 204 inline std::chrono::nanoseconds toDuration(FILETIME Time) { in toDuration() 213 inline TimePoint<> toTimePoint(FILETIME Time) { in toTimePoint() 230 FILETIME Time; in toFILETIME() local
|
/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/Windows/ |
D | WindowsSupport.h | 204 inline std::chrono::nanoseconds toDuration(FILETIME Time) { in toDuration() 213 inline TimePoint<> toTimePoint(FILETIME Time) { in toTimePoint() 230 FILETIME Time; in toFILETIME() local
|
/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Support/Windows/ |
D | WindowsSupport.h | 204 inline std::chrono::nanoseconds toDuration(FILETIME Time) { in toDuration() 213 inline TimePoint<> toTimePoint(FILETIME Time) { in toTimePoint() 230 FILETIME Time; in toFILETIME() local
|
/prebuilts/go/linux-x86/src/vendor/golang.org/x/crypto/cryptobyte/ |
D | asn1.go | 110 func (b *Builder) AddASN1GeneralizedTime(t time.Time) { 121 func (b *Builder) AddASN1UTCTime(t time.Time) { 492 func (s *String) ReadASN1GeneralizedTime(out *time.Time) bool { 513 func (s *String) ReadASN1UTCTime(out *time.Time) bool {
|
/prebuilts/go/linux-x86/src/log/slog/ |
D | attr.go | 50 func Time(key string, v time.Time) Attr { argument
|
D | record.go | 22 Time time.Time member 58 func NewRecord(t time.Time, level Level, msg string, pc uintptr) Record {
|
/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/telemetry/internal/upload/ |
D | date.go | 21 func (u *uploader) tooOld(date string, uploadStartTime time.Time) bool {
|
/prebuilts/go/linux-x86/src/internal/trace/traceviewer/ |
D | pprof.go | 87 Time time.Duration member
|
/prebuilts/go/linux-x86/src/internal/trace/ |
D | event.go | 135 type Time int64 type 138 func (t Time) Sub(t0 Time) time.Duration { 358 func (e Event) Time() Time { func 850 func syncEvent(table *evTable, ts Time) Event {
|
/prebuilts/go/linux-x86/src/net/ |
D | net.go | 161 SetDeadline(t time.Time) error 166 SetReadDeadline(t time.Time) error 173 SetWriteDeadline(t time.Time) error 361 SetDeadline(t time.Time) error 366 SetReadDeadline(t time.Time) error 373 SetWriteDeadline(t time.Time) error
|
/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/sys/unix/ |
D | timestruct.go | 29 func TimeToTimespec(t time.Time) (Timespec, error) {
|
/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/ |
D | Timer.h | 80 TimeRecord Time; ///< The total time captured. variable 175 TimeRecord Time; member
|
/prebuilts/clang/host/linux-x86/clang-r547379/include/llvm/Support/ |
D | Timer.h | 80 TimeRecord Time; ///< The total time captured. variable 175 TimeRecord Time; member
|