Home
last modified time | relevance | path

Searched refs:GetCurrentTime (Results 1 – 25 of 1209) sorted by relevance

12345678910>>...49

/dports/www/firefox-legacy/firefox-52.8.0esr/dom/animation/
H A DAnimation.cpp261 timelineTime = mTimeline->GetCurrentTime(); in SetStartTime()
293 Animation::GetCurrentTime() const in GetCurrentTime() function in mozilla::dom::Animation
356 Nullable<TimeDuration> previousTime = GetCurrentTime(); in SetPlaybackRate()
385 Nullable<TimeDuration> currentTime = GetCurrentTime(); in PlayState()
466 !mTimeline->GetCurrentTime().IsNull()) { in Finish()
561 if (!GetCurrentTime().IsNull()) { in SetCurrentTimeAsDouble()
580 !mTimeline->GetCurrentTime().IsNull()) { in Tick()
649 FinishPendingAt(mTimeline->GetCurrentTime().Value()); in TriggerNow()
737 mTimeline->GetCurrentTime().IsNull() || in SilentlySetCurrentTime()
1033 if (GetCurrentTime().IsNull()) { in PauseNoUpdate()
[all …]
H A DAnimationTimeline.h22 #ifdef GetCurrentTime
23 #undef GetCurrentTime
55 virtual Nullable<TimeDuration> GetCurrentTime() const = 0;
60 return AnimationUtils::TimeDurationToDouble(GetCurrentTime()); in GetCurrentTimeAsDouble()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/animation/
H A DAnimation.cpp249 timelineTime = mTimeline->GetCurrentTime(); in SetStartTime()
346 Nullable<TimeDuration> previousTime = GetCurrentTime(); in SetPlaybackRate()
421 mStartTime = mTimeline->GetCurrentTime(); in UpdatePlaybackRate()
448 Nullable<TimeDuration> currentTime = GetCurrentTime(); in PlayState()
530 !mTimeline->GetCurrentTime().IsNull()) { in Finish()
613 if (!GetCurrentTime().IsNull()) { in SetCurrentTimeAsDouble()
629 !mTimeline->GetCurrentTime().IsNull()) { in Tick()
695 FinishPendingAt(mTimeline->GetCurrentTime().Value()); in TriggerNow()
1127 if (GetCurrentTime().IsNull()) { in Pause()
1277 !mTimeline->GetCurrentTime().IsNull()) { in UpdateFinishedState()
[all …]
H A DAnimationTimeline.h22 #ifdef GetCurrentTime
23 #undef GetCurrentTime
47 virtual Nullable<TimeDuration> GetCurrentTime() const = 0;
52 return AnimationUtils::TimeDurationToDouble(GetCurrentTime()); in GetCurrentTimeAsDouble()
/dports/devel/raylib/raylib-3.7.0/src/
H A Dgestures.h230 static double GetCurrentTime(void);
277 GESTURES.Touch.eventTime = GetCurrentTime(); in ProcessGestureEvent()
319 if (GESTURES.current == GESTURE_DRAG) GESTURES.Touch.eventTime = GetCurrentTime(); in ProcessGestureEvent()
323 GESTURES.Swipe.timeDuration = GetCurrentTime(); in ProcessGestureEvent()
338 GESTURES.Touch.eventTime = GetCurrentTime(); in ProcessGestureEvent()
360 GESTURES.Hold.timeDuration = GetCurrentTime(); in ProcessGestureEvent()
383 GESTURES.Hold.timeDuration = GetCurrentTime(); in ProcessGestureEvent()
410 GESTURES.Hold.timeDuration = GetCurrentTime(); in UpdateGestures()
416 GESTURES.Hold.timeDuration = GetCurrentTime(); in UpdateGestures()
449 if (GESTURES.current == GESTURE_HOLD) time = GetCurrentTime() - GESTURES.Hold.timeDuration; in GetGestureHoldDuration()
[all …]
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/libtgvoip/
H A DCongestionControl.cpp59 tmpRtt+=(VoIPController::GetCurrentTime()-inflightPackets[i].sendTime); in PacketAcknowledged()
96 slot->sendTime=VoIPController::GetCurrentTime(); in PacketSent()
111 …if(inflightPackets[i].sendTime!=0 && VoIPController::GetCurrentTime()-inflightPackets[i].sendTime>… in Tick()
123 if(VoIPController::GetCurrentTime()-lastActionTime<1) in GetBandwidthControlAction()
129 lastActionTime=VoIPController::GetCurrentTime(); in GetBandwidthControlAction()
133 lastActionTime=VoIPController::GetCurrentTime(); in GetBandwidthControlAction()
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/Core/
H A DIMessageManager.h22 uint64_t GetCurrentTime() in GetCurrentTime() function
32 _startTime = GetCurrentTime(); in ToastInfo()
48 uint64_t currentTime = GetCurrentTime(); in GetOpacity()
62 return _endTime < GetCurrentTime(); in IsToastExpired()
/dports/archivers/peazip/peazip-8.1.0.src/
H A Ddates.pas71 procedure GetCurrentTime(var h, m, s, ms: word); procedure
138 procedure GetCurrentTime(var h, m, s, ms: word); procedure
162 procedure GetCurrentTime(var h, m, s, ms: word); procedure
193 procedure GetCurrentTime(var h, m, s, ms: word); procedure
226 procedure GetCurrentTime(var h, m, s, ms: word); procedure
246 procedure GetCurrentTime(var h, m, s, ms: word); procedure
263 GetCurrentTime(h, m, s, ms);
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/rocksdb/rocksdb/include/rocksdb/
H A Dsystem_clock.h18 #undef GetCurrentTime
65 virtual Status GetCurrentTime(int64_t* unix_time) = 0;
90 Status GetCurrentTime(int64_t* unix_time) override { in GetCurrentTime() function
91 return target_->GetCurrentTime(unix_time); in GetCurrentTime()
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/rocksdb/rocksdb/include/rocksdb/
H A Dsystem_clock.h18 #undef GetCurrentTime
65 virtual Status GetCurrentTime(int64_t* unix_time) = 0;
90 Status GetCurrentTime(int64_t* unix_time) override { in GetCurrentTime() function
91 return target_->GetCurrentTime(unix_time); in GetCurrentTime()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/rocksdb/rocksdb/include/rocksdb/
H A Dsystem_clock.h18 #undef GetCurrentTime
65 virtual Status GetCurrentTime(int64_t* unix_time) = 0;
90 Status GetCurrentTime(int64_t* unix_time) override { in GetCurrentTime() function
91 return target_->GetCurrentTime(unix_time); in GetCurrentTime()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/util/
H A DTimer.cpp17 mStartTime = angle::GetCurrentTime(); in start()
23 mStopTime = angle::GetCurrentTime(); in stop()
32 endTime = angle::GetCurrentTime(); in getElapsedTime()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/util/
H A DTimer.cpp17 mStartTime = angle::GetCurrentTime(); in start()
23 mStopTime = angle::GetCurrentTime(); in stop()
32 endTime = angle::GetCurrentTime(); in getElapsedTime()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/GDCM/src/gdcm/Source/MessageExchangeDefinition/
H A DgdcmARTIMTimer.cxx47 double ARTIMTimer::GetCurrentTime() const{ in GetCurrentTime() function in gdcm::network::ARTIMTimer
52 mStartTime = GetCurrentTime(); in Start()
63 return GetCurrentTime() - mStartTime; in GetElapsedTime()
/dports/devel/gdcm/gdcm-3.0.10/Source/MessageExchangeDefinition/
H A DgdcmARTIMTimer.cxx47 double ARTIMTimer::GetCurrentTime() const{ in GetCurrentTime() function in gdcm::network::ARTIMTimer
52 mStartTime = GetCurrentTime(); in Start()
63 return GetCurrentTime() - mStartTime; in GetElapsedTime()
/dports/databases/rocksdb/rocksdb-6.26.1/include/rocksdb/
H A Dsystem_clock.h20 #undef GetCurrentTime
73 virtual Status GetCurrentTime(int64_t* unix_time) = 0;
97 Status GetCurrentTime(int64_t* unix_time) override { in GetCurrentTime() function
98 return target_->GetCurrentTime(unix_time); in GetCurrentTime()
/dports/databases/rocksdb-lite/rocksdb-6.26.1/include/rocksdb/
H A Dsystem_clock.h20 #undef GetCurrentTime
73 virtual Status GetCurrentTime(int64_t* unix_time) = 0;
97 Status GetCurrentTime(int64_t* unix_time) override { in GetCurrentTime() function
98 return target_->GetCurrentTime(unix_time); in GetCurrentTime()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/libtgvoip/audio/
H A DAudioIOCallback.cpp66 double t=VoIPController::GetCurrentTime(); in RunThread()
70 double sl=0.02-(VoIPController::GetCurrentTime()-t); in RunThread()
112 double t=VoIPController::GetCurrentTime(); in RunThread()
115 double sl=0.02-(VoIPController::GetCurrentTime()-t); in RunThread()
/dports/net/norm/norm-1.5r6/src/common/
H A DfecTest.cpp27 currentTime.GetCurrentTime(); in main()
59 startTime.GetCurrentTime(); in main()
64 stopTime.GetCurrentTime(); in main()
115 startTime.GetCurrentTime(); in main()
117 stopTime.GetCurrentTime(); in main()
/dports/astro/opencpn/OpenCPN-5.2.4/libs/wxsvg/src/
H A DSVGAnimateTransformElement.cpp50 if (GetCurrentTime() >= GetStartTime() + GetDur()) { in ApplyAnimation()
56 …} else if (GetCurrentTime() >= GetStartTime() && GetFrom().GetPropertyType() == GetTo().GetPropert… in ApplyAnimation()
61 (GetCurrentTime() - GetStartTime())/GetDur())); in ApplyAnimation()
67 + (to.GetValue() - from.GetValue())*(GetCurrentTime() - GetStartTime())/GetDur())); in ApplyAnimation()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/base/user_activity/
H A Duser_activity_detector.cc87 honor_mouse_events_time_ = GetCurrentTime() + in OnDisplayPowerChanging()
101 base::TimeTicks UserActivityDetector::GetCurrentTime() const { in GetCurrentTime() function in ui::UserActivityDetector
113 && GetCurrentTime() < honor_mouse_events_time_) in ProcessReceivedEvent()
121 base::TimeTicks now = GetCurrentTime(); in HandleActivity()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/base/user_activity/
H A Duser_activity_detector.cc87 honor_mouse_events_time_ = GetCurrentTime() + in OnDisplayPowerChanging()
101 base::TimeTicks UserActivityDetector::GetCurrentTime() const { in GetCurrentTime() function in ui::UserActivityDetector
113 && GetCurrentTime() < honor_mouse_events_time_) in ProcessReceivedEvent()
121 base::TimeTicks now = GetCurrentTime(); in HandleActivity()
/dports/graphics/wxsvg/wxsvg-1.5.22/src/
H A DSVGAnimateTransformElement.cpp50 if (GetCurrentTime() >= GetStartTime() + GetDur()) { in ApplyAnimation()
56 …} else if (GetCurrentTime() >= GetStartTime() && GetFrom().GetPropertyType() == GetTo().GetPropert… in ApplyAnimation()
61 (GetCurrentTime() - GetStartTime())/GetDur())); in ApplyAnimation()
67 + (to.GetValue() - from.GetValue())*(GetCurrentTime() - GetStartTime())/GetDur())); in ApplyAnimation()
/dports/sysutils/fusefs-s3fs/s3fs-fuse-1.90/src/
H A Ds3fs_logger.h83 static std::string GetCurrentTime();
149 …(S3fsLog::GetOutputLogFile(), "%s%s%s:%s(%d): " fmt "%s\n", S3fsLog::GetCurrentTime().c_str(), S3f…
162 …3fsLog::GetOutputLogFile(), "%s%s%s%s:%s(%d): " fmt "%s\n", S3fsLog::GetCurrentTime().c_str(), S3f…
174 …tf(S3fsLog::GetOutputLogFile(), "%s[CURL DBG] " fmt "%s\n", S3fsLog::GetCurrentTime().c_str(), __V…
198 …3fsLog::GetOutputLogFile(), "%s%s%s%s:%s(%d): " fmt "%s\n", S3fsLog::GetCurrentTime().c_str(), S3f…
209 …fprintf(S3fsLog::GetOutputLogFile(), "%s%s" fmt "%s\n", S3fsLog::GetCurrentTime().c_str(), S3fsLog…
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/helpers/timeperiod/
H A Dperiod.go12 GetCurrentTime func() time.Time
16 now := t.GetCurrentTime().In(t.location)
56 GetCurrentTime: timer,

12345678910>>...49