Home
last modified time | relevance | path

Searched refs:initial_time (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/system_wrappers/source/
Dclock.cc244 SimulatedClock::SimulatedClock(Timestamp initial_time) in SimulatedClock() argument
245 : time_(initial_time), lock_(RWLockWrapper::CreateRWLock()) {} in SimulatedClock()
/external/webrtc/system_wrappers/include/
Dclock.h60 explicit SimulatedClock(Timestamp initial_time);
/external/python/pyfakefs/pyfakefs/
Dhelpers.py67 def __init__(self, is_windows, user_id, group_id, initial_time=None): argument
77 if initial_time is not None:
78 self._st_atime_ns = int(initial_time * 1e9)
/external/grpc-grpc/tools/run_tests/
Drun_tests.py1858 initial_time = dw.most_recent_change() variable
1859 have_files_changed = lambda: dw.most_recent_change() != initial_time
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/
Drun_tests.py1902 initial_time = dw.most_recent_change() variable
1903 have_files_changed = lambda: dw.most_recent_change() != initial_time