Home
last modified time | relevance | path

Searched refs:GetCurrentTime (Results 51 – 75 of 1209) sorted by relevance

12345678910>>...49

/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/vmware/govmomi/simulator/
H A Dsession_manager_test.go97 _, err = methods.GetCurrentTime(ctx, c)
142 _, err = methods.GetCurrentTime(ctx, c)
182 _, err = methods.GetCurrentTime(ctx, c)
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/libtgvoip/os/posix/
H A DNetworkSocketPosix.cpp47 lastSuccessfulOperationTime=VoIPController::GetCurrentTime(); in NetworkSocketPosix()
93 …if(needUpdateNat64Prefix && !isV4Available && VoIPController::GetCurrentTime()>switchToV6at && swi… in Send()
162 if(errno==ENETUNREACH && !isV4Available && VoIPController::GetCurrentTime()<switchToV6at){ in Send()
163 switchToV6at=VoIPController::GetCurrentTime(); in Send()
292 switchToV6at=VoIPController::GetCurrentTime()+ipv6Timeout; in Open()
362 switchToV6at=VoIPController::GetCurrentTime()+ipv6Timeout; in OnActiveInterfaceChanged()
552 if(s->timeout>0 && VoIPController::GetCurrentTime()-s->lastSuccessfulOperationTime>s->timeout){ in Select()
577 (*itr)->lastSuccessfulOperationTime=VoIPController::GetCurrentTime(); in Select()
592 (*itr)->lastSuccessfulOperationTime=VoIPController::GetCurrentTime(); in Select()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sdext/source/presenter/
H A DPresenterTimer.cxx86 static bool GetCurrentTime (TimeValue& rCurrentTime);
155 if (TimerScheduler::GetCurrentTime(aCurrentTime)) in ScheduleRepeatedTask()
295 if ( ! GetCurrentTime(aCurrentTime)) in run()
370 bool TimerScheduler::GetCurrentTime (TimeValue& rCurrentTime) in GetCurrentTime() function in sdext::presenter::TimerScheduler
513 oslDateTime PresenterClockTimer::GetCurrentTime() in GetCurrentTime() function in sdext::presenter::PresenterClockTimer
516 TimerScheduler::GetCurrentTime(aCurrentTime); in GetCurrentTime()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sdext/source/presenter/
H A DPresenterTimer.cxx86 static bool GetCurrentTime (TimeValue& rCurrentTime);
155 if (TimerScheduler::GetCurrentTime(aCurrentTime)) in ScheduleRepeatedTask()
295 if ( ! GetCurrentTime(aCurrentTime)) in run()
370 bool TimerScheduler::GetCurrentTime (TimeValue& rCurrentTime) in GetCurrentTime() function in sdext::presenter::TimerScheduler
513 oslDateTime PresenterClockTimer::GetCurrentTime() in GetCurrentTime() function in sdext::presenter::PresenterClockTimer
516 TimerScheduler::GetCurrentTime(aCurrentTime); in GetCurrentTime()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/animation/
H A DAnimation.h33 #ifdef GetCurrentTime
34 #undef GetCurrentTime
100 Nullable<TimeDuration> GetCurrentTime() const { in GetCurrentTime() function
318 !mTimeline->GetCurrentTime().IsNull() && in IsPlaying()
/dports/devel/upp/upp/uppsrc/ide/Core/
H A DLogger.cpp26 ss << GetCurrentTime(); in Log()
37 String Logger::GetCurrentTime() in GetCurrentTime() function in Logger
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/services/network/
H A Dupload_progress_tracker.cc48 base::TimeTicks UploadProgressTracker::GetCurrentTime() const { in GetCurrentTime() function in network::UploadProgressTracker
73 base::TimeTicks now = GetCurrentTime(); in ReportUploadProgressIfNeeded()
/dports/www/chromium-legacy/chromium-88.0.4324.182/services/network/
H A Dupload_progress_tracker.cc48 base::TimeTicks UploadProgressTracker::GetCurrentTime() const { in GetCurrentTime() function in network::UploadProgressTracker
73 base::TimeTicks now = GetCurrentTime(); in ReportUploadProgressIfNeeded()
/dports/www/firefox-legacy/firefox-52.8.0esr/image/
H A DSVGDocumentWrapper.cpp36 #undef GetCurrentTime
193 SVGDocumentWrapper::GetCurrentTime() in GetCurrentTime() function in mozilla::image::SVGDocumentWrapper
196 return svgElem ? svgElem->GetCurrentTime() in GetCurrentTime()
204 if (svgElem && svgElem->GetCurrentTime() != aTime) { in SetCurrentTime()
/dports/lang/spidermonkey60/firefox-60.9.0/image/
H A DSVGDocumentWrapper.cpp35 #undef GetCurrentTime
169 float SVGDocumentWrapper::GetCurrentTime() { in GetCurrentTime() function in mozilla::image::SVGDocumentWrapper
171 return svgElem ? svgElem->GetCurrentTime() : 0.0f; in GetCurrentTime()
176 if (svgElem && svgElem->GetCurrentTime() != aTime) { in SetCurrentTime()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/libANGLE/
H A DOverlay.cpp42 mLastPerSecondUpdate = angle::GetCurrentTime(); in init()
81 double currentTime = angle::GetCurrentTime(); in onSwap()
/dports/databases/rocksdb-lite/rocksdb-6.26.1/env/
H A Demulated_clock.h73 virtual Status GetCurrentTime(int64_t* unix_time) override { in GetCurrentTime() function
78 s = SystemClockWrapper::GetCurrentTime(unix_time); in GetCurrentTime()
H A Dmock_env_test.cc67 auto s = env_->GetCurrentTime(&now); in TEST_F()
71 s = env_->GetCurrentTime(&after_sleep); in TEST_F()
/dports/databases/rocksdb/rocksdb-6.26.1/env/
H A Demulated_clock.h73 virtual Status GetCurrentTime(int64_t* unix_time) override { in GetCurrentTime() function
78 s = SystemClockWrapper::GetCurrentTime(unix_time); in GetCurrentTime()
H A Dmock_env_test.cc67 auto s = env_->GetCurrentTime(&now); in TEST_F()
71 s = env_->GetCurrentTime(&after_sleep); in TEST_F()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/angle/checkout/src/libANGLE/
H A DOverlay.cpp42 mLastPerSecondUpdate = angle::GetCurrentTime(); in init()
81 double currentTime = angle::GetCurrentTime(); in onSwap()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/browsing_data/counters/
H A Dhistory_counter_browsertest.cc50 const base::Time& GetCurrentTime() { in GetCurrentTime() function in __anon86f880e20111::HistoryCounterTest
323 "www.google.com", GetCurrentTime() - base::TimeDelta::FromHours(2)); in IN_PROC_BROWSER_TEST_F()
325 "www.chrome.com", GetCurrentTime() - base::TimeDelta::FromHours(2)); in IN_PROC_BROWSER_TEST_F()
333 service->AddSyncedVisit("www.google.com", GetCurrentTime()); in IN_PROC_BROWSER_TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/libANGLE/
H A DOverlay.cpp45 mLastPerSecondUpdate = angle::GetCurrentTime(); in init()
84 double currentTime = angle::GetCurrentTime(); in onSwap()
/dports/www/firefox-esr/firefox-91.8.0/gfx/angle/checkout/src/libANGLE/
H A DOverlay.cpp42 mLastPerSecondUpdate = angle::GetCurrentTime(); in init()
87 double currentTime = angle::GetCurrentTime(); in onSwap()
/dports/www/firefox/firefox-99.0/gfx/angle/checkout/src/libANGLE/
H A DOverlay.cpp42 mLastPerSecondUpdate = angle::GetCurrentTime(); in init()
87 double currentTime = angle::GetCurrentTime(); in onSwap()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/angle/checkout/src/libANGLE/
H A DOverlay.cpp42 mLastPerSecondUpdate = angle::GetCurrentTime(); in init()
87 double currentTime = angle::GetCurrentTime(); in onSwap()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/libtgvoip/os/windows/
H A DNetworkSocketWinsock.cpp45 lastSuccessfulOperationTime=VoIPController::GetCurrentTime(); in NetworkSocketWinsock()
70 …if(needUpdateNat64Prefix && !isV4Available && VoIPController::GetCurrentTime()>switchToV6at && swi… in Send()
146 if(error==WSAENETUNREACH && !isV4Available && VoIPController::GetCurrentTime()<switchToV6at){ in Send()
147 switchToV6at=VoIPController::GetCurrentTime(); in Send()
317 switchToV6at=VoIPController::GetCurrentTime()+ipv6Timeout; in Open()
331 switchToV6at=VoIPController::GetCurrentTime()+ipv6Timeout; in OnActiveInterfaceChanged()
635 …if((*itr)->timeout>0 && VoIPController::GetCurrentTime()-(*itr)->lastSuccessfulOperationTime>(*itr… in Select()
663 (*itr)->lastSuccessfulOperationTime=VoIPController::GetCurrentTime(); in Select()
675 (*itr)->lastSuccessfulOperationTime=VoIPController::GetCurrentTime(); in Select()
/dports/textproc/sonic/sonic-1.3.0/cargo-crates/librocksdb-sys-6.7.4/rocksdb/env/
H A Dmock_env_test.cc69 auto s = env_->GetCurrentTime(&now); in TEST_F()
73 s = env_->GetCurrentTime(&after_sleep); in TEST_F()
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/rocksdb/rocksdb/env/
H A Dmock_env_test.cc69 auto s = env_->GetCurrentTime(&now); in TEST_F()
73 s = env_->GetCurrentTime(&after_sleep); in TEST_F()
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/rocksdb/rocksdb/env/
H A Dmock_env_test.cc69 auto s = env_->GetCurrentTime(&now); in TEST_F()
73 s = env_->GetCurrentTime(&after_sleep); in TEST_F()

12345678910>>...49