Home
last modified time | relevance | path

Searched defs:Time (Results 1 – 25 of 163) sorted by relevance

1234567

/prebuilts/go/linux-x86/src/time/
Dtime.go139 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/
Dgstate.go122 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/
Dfile_posix.go179 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 {
Dfile_plan9.go457 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/
Dfd_poll_js.go60 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 {
Dfd_poll_runtime.go132 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/
Dpprof_test.go98 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/
Dgeneric_constraints.go17 M(time.Time)
26 func (Tm) M(time.Time) {}
/prebuilts/go/linux-x86/src/encoding/asn1/
Dmarshal.go363 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/
Dfs.go240 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…
Dclient.go211 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/
DWindowsSupport.h202 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/
DWindowsSupport.h204 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/
DWindowsSupport.h204 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/
DWindowsSupport.h204 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/
Dasn1.go110 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/
Dattr.go50 func Time(key string, v time.Time) Attr { argument
Drecord.go22 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/
Ddate.go21 func (u *uploader) tooOld(date string, uploadStartTime time.Time) bool {
/prebuilts/go/linux-x86/src/internal/trace/traceviewer/
Dpprof.go87 Time time.Duration member
/prebuilts/go/linux-x86/src/internal/trace/
Devent.go135 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/
Dnet.go161 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/
Dtimestruct.go29 func TimeToTimespec(t time.Time) (Timespec, error) {
/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/
DTimer.h80 TimeRecord Time; ///< The total time captured. variable
175 TimeRecord Time; member
/prebuilts/clang/host/linux-x86/clang-r547379/include/llvm/Support/
DTimer.h80 TimeRecord Time; ///< The total time captured. variable
175 TimeRecord Time; member

1234567