Searched defs:Now (Results 1 – 9 of 9) sorted by relevance
21 public class Now<C> implements NowOrLater<C> { class25 public Now(C value) { in Now() method in Now
32 func (t testClock) Now() time.Time { return time.Time(t) } func
49 func (osClock) Now() time.Time { return time.Now() } func
51 WeeklyTime Now() { in Now() function
125 struct Now {}; struct
164 std::ostream& operator<<(std::ostream& os, const Now&) { in operator <<()
39 Now, enumerator
87 using Now = TimePoint (*)(); variable
49 static VsyncModulator::TimePoint Now() { in Now() function in android::scheduler::VsyncModulatorTest