Searched refs:initial_time (Results 1 – 5 of 5) sorted by relevance
244 SimulatedClock::SimulatedClock(Timestamp initial_time) in SimulatedClock() argument245 : time_(initial_time), lock_(RWLockWrapper::CreateRWLock()) {} in SimulatedClock()
60 explicit SimulatedClock(Timestamp initial_time);
67 def __init__(self, is_windows, user_id, group_id, initial_time=None): argument77 if initial_time is not None:78 self._st_atime_ns = int(initial_time * 1e9)
1858 initial_time = dw.most_recent_change() variable1859 have_files_changed = lambda: dw.most_recent_change() != initial_time
1902 initial_time = dw.most_recent_change() variable1903 have_files_changed = lambda: dw.most_recent_change() != initial_time