Home
last modified time | relevance | path

Searched refs:SetTime (Results 1 – 25 of 32) sorted by relevance

12

/external/webrtc/rtc_base/
Dfake_clock.cc23 void FakeClock::SetTime(webrtc::Timestamp new_time) { in SetTime() function in rtc::FakeClock
34 void ThreadProcessingFakeClock::SetTime(webrtc::Timestamp time) { in SetTime() function in rtc::ThreadProcessingFakeClock
35 clock_.SetTime(time); in SetTime()
Dfake_clock.h41 void SetTime(webrtc::Timestamp new_time);
53 void SetTime(webrtc::Timestamp time);
Dtime_utils_unittest.cc221 clock.SetTime(webrtc::Timestamp::Micros(987654)); in TEST()
238 TEST(FakeClock, SetTime) { in TEST() argument
240 clock.SetTime(webrtc::Timestamp::Micros(123)); in TEST()
242 clock.SetTime(webrtc::Timestamp::Micros(456)); in TEST()
Dfake_clock_unittest.cc27 scoped.SetTime(webrtc::Timestamp::Micros(kFixedTimeUs)); in TEST()
/external/pigweed/pw_chrono/
Dsimulated_system_clock_test.cc36 TEST(SimulatedSystemClock, SetTime) { in TEST() argument
39 clock.SetTime(pw::chrono::SystemClock::time_point(kRoundedArbitraryDuration)); in TEST()
/external/webrtc/modules/rtp_rtcp/source/
Dtime_util_unittest.cc24 clock.SetTime(Timestamp::Micros(2)); in TEST()
26 clock.SetTime(Timestamp::Micros(time_us)); in TEST()
28 clock.SetTime(Timestamp::Micros(1000000)); in TEST()
/external/dng_sdk/source/
Ddng_date_time.cpp227 void dng_date_time_info::SetTime (uint32 hour, in SetTime() function in dng_date_time_info
296 SetTime ((uint32) hour, in Decode_ISO_8601()
577 SetTime ((uint32) hour, in Decode_IPTC_Time()
605 SetTime ((uint32) hour, in Decode_IPTC_Time()
625 SetTime ((uint32) hour, in Decode_IPTC_Time()
Ddng_date_time.h286 void SetTime (uint32 hour,
/external/lzma/CPP/7zip/Common/
DFileStreams.h135 bool SetTime(const FILETIME *cTime, const FILETIME *aTime, const FILETIME *mTime) in SetTime() function
137 return File.SetTime(cTime, aTime, mTime); in SetTime()
/external/pigweed/pw_chrono/public/pw_chrono/
Dsimulated_system_clock.h53 void SetTime(SystemClock::time_point timestamp) { in SetTime() function
/external/lzma/CPP/7zip/UI/FileManager/
DOverwriteDialog.h21 void SetTime(const FILETIME *t) in SetTime() function
DExtractCallback.cpp200 dialog.OldFileInfo.SetTime(existTime); in AskOverwrite()
204 dialog.NewFileInfo.SetTime(newTime); in AskOverwrite()
1024 _outFileStreamSpec->SetTime( in FlushToDisk()
/external/webrtc/test/time_controller/
Dexternal_time_controller.cc178 global_clock_.SetTime(alarm_->GetClock()->CurrentTime()); in ExternalTimeController()
231 global_clock_.SetTime(now); in UpdateTime()
Dsimulated_time_controller.cc179 global_clock_.SetTime(start_time); in GlobalSimulatedTimeController()
/external/webrtc/logging/rtc_event_log/encoder/
Drtc_event_log_encoder_unittest.cc792 fake_clock.SetTime(Timestamp::Millis(prng_.Rand<uint32_t>())); in TEST_P()
831 fake_clock.SetTime(Timestamp::Millis(prng_.Rand<uint32_t>())); in TEST_P()
870 fake_clock.SetTime(Timestamp::Millis(prng_.Rand<uint32_t>())); in TEST_P()
909 fake_clock.SetTime(Timestamp::Millis(prng_.Rand<uint32_t>())); in TEST_P()
947 fake_clock.SetTime(Timestamp::Millis(prng_.Rand<uint32_t>())); in TEST_P()
985 fake_clock.SetTime(Timestamp::Millis(prng_.Rand<uint32_t>())); in TEST_P()
1023 fake_clock.SetTime(Timestamp::Millis(prng_.Rand<uint32_t>())); in TEST_P()
1061 fake_clock.SetTime(Timestamp::Millis(prng_.Rand<uint32_t>())); in TEST_P()
1102 fake_clock.SetTime(Timestamp::Millis(prng_.Rand<uint32_t>())); in TEST_P()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_localevalue.h78 bool SetTime(const CFX_DateTime& t);
Dcxfa_localevalue.cpp239 bool CXFA_LocaleValue::SetTime(const CFX_DateTime& t) { in SetTime() function in CXFA_LocaleValue
593 SetTime(dt); in ParsePatternValue()
/external/pdfium/core/fxcrt/
Dcfx_datetime.h63 void SetTime(uint8_t hour, in SetTime() function
/external/lzma/CPP/Windows/
DFileIO.cpp386 bool COutFile::SetTime(const FILETIME *cTime, const FILETIME *aTime, const FILETIME *mTime) throw() in SetTime() function in NWindows::NFile::NIO::COutFile
389 bool COutFile::SetMTime(const FILETIME *mTime) throw() { return SetTime(NULL, NULL, mTime); } in SetMTime()
DFileIO.h202 bool SetTime(const FILETIME *cTime, const FILETIME *aTime, const FILETIME *mTime) throw();
/external/tensorflow/tensorflow/core/platform/cloud/
Dgcs_throttle_test.cc32 void SetTime(uint64 now_micros) { now_micros_ = now_micros; } in SetTime() function in tensorflow::__anonb065e8130111::TestTime
/external/webrtc/test/fuzzers/utils/
Drtp_replayer.cc53 fake_clock.SetTime(webrtc::Timestamp::Millis(1)); in Replay()
/external/webrtc/logging/rtc_event_log/
Drtc_event_log_unittest.cc116 clock_.SetTime(Timestamp::Micros(prng_.Rand<uint32_t>())); in RtcEventLogSession()
852 fake_clock->SetTime(Timestamp::Seconds(kStartTimeSeconds)); in TEST_P()
910 fake_clock->SetTime(Timestamp::Micros(first_timestamp_us)); in TEST_P()
/external/webrtc/media/base/
Drtp_data_engine_unittest.cc63 void SetNow(double now) { clock_.SetTime(webrtc::Timestamp::Seconds(now)); } in SetNow()
/external/pdfium/xfa/fgas/crt/
Dcfgas_stringformatter.cpp487 datetime->SetTime(hour, minute, second, millisecond); in ParseLocaleTime()
771 datetime->SetTime(hour, 0, 0, 0); in FX_TimeFromCanonical()
783 datetime->SetTime(hour, minute, 0, 0); in FX_TimeFromCanonical()
819 datetime->SetTime(hour, minute, second, millisecond); in FX_TimeFromCanonical()

12