Home
last modified time | relevance | path

Searched defs:highPrecisionTime (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/testing/
Dtesting_windows.go42 type highPrecisionTime struct { struct
43 now int64
54 func (a highPrecisionTime) sub(b highPrecisionTime) time.Duration {
68 func highPrecisionTimeSince(a highPrecisionTime) time.Duration {
Dtesting_other.go19 type highPrecisionTime struct { struct
20 now time.Time
29 func highPrecisionTimeSince(b highPrecisionTime) time.Duration {