Home
last modified time | relevance | path

Searched defs:monotonic_time (Results 1 – 25 of 175) sorted by relevance

1234567

/dports/www/py-tornado4/tornado-4.5.3/tornado/platform/
H A Dauto.py52 from monotonic import monotonic as monotonic_time unknown
55 from time import monotonic as monotonic_time unknown
57 monotonic_time = None variable
/dports/www/py-tornado5/tornado-5.1.1/tornado/platform/
H A Dauto.py51 from monotonic import monotonic as monotonic_time unknown
54 from time import monotonic as monotonic_time unknown
56 monotonic_time = None variable
/dports/sysutils/py-salt/salt-3004.1/salt/ext/tornado/platform/
H A Dauto.py53 from monotonic import monotonic as monotonic_time unknown
56 from time import monotonic as monotonic_time unknown
58 monotonic_time = None variable
/dports/net/py-pyzmq/pyzmq-22.3.0/zmq/eventloop/minitornado/platform/
H A Dauto.py43 from time import monotonic as monotonic_time unknown
45 monotonic_time = None variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/vr/
H A Danimation.cc26 void ReverseKeyframeModel(base::TimeTicks monotonic_time, in ReverseKeyframeModel()
175 void Animation::Tick(base::TimeTicks monotonic_time) { in Tick()
179 void Animation::TickInternal(base::TimeTicks monotonic_time, in TickInternal()
225 void Animation::TransitionFloatTo(base::TimeTicks monotonic_time, in TransitionFloatTo()
233 base::TimeTicks monotonic_time, in TransitionTransformOperationsTo()
241 void Animation::TransitionSizeTo(base::TimeTicks monotonic_time, in TransitionSizeTo()
249 void Animation::TransitionColorTo(base::TimeTicks monotonic_time, in TransitionColorTo()
287 void Animation::StartKeyframeModels(base::TimeTicks monotonic_time, in StartKeyframeModels()
314 void Animation::TransitionValueTo(base::TimeTicks monotonic_time, in TransitionValueTo()
/dports/www/chromium-legacy/chromium-88.0.4324.182/cc/animation/
H A Dscroll_offset_animations_impl.h63 void NotifyAnimationStarted(base::TimeTicks monotonic_time, in NotifyAnimationStarted()
69 void NotifyAnimationAborted(base::TimeTicks monotonic_time, in NotifyAnimationAborted()
72 void NotifyAnimationTakeover(base::TimeTicks monotonic_time, in NotifyAnimationTakeover()
H A Dworklet_animation.cc83 void WorkletAnimation::Tick(base::TimeTicks monotonic_time) { in Tick()
116 base::TimeTicks monotonic_time, in UpdateInputState()
216 base::TimeTicks monotonic_time, in CurrentTime()
234 bool WorkletAnimation::NeedsUpdate(base::TimeTicks monotonic_time, in NeedsUpdate()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/cc/animation/
H A Dscroll_offset_animations_impl.h63 void NotifyAnimationStarted(base::TimeTicks monotonic_time, in NotifyAnimationStarted()
69 void NotifyAnimationAborted(base::TimeTicks monotonic_time, in NotifyAnimationAborted()
72 void NotifyAnimationTakeover(base::TimeTicks monotonic_time, in NotifyAnimationTakeover()
H A Dworklet_animation.cc83 void WorkletAnimation::Tick(base::TimeTicks monotonic_time) { in Tick()
116 base::TimeTicks monotonic_time, in UpdateInputState()
222 base::TimeTicks monotonic_time, in CurrentTime()
240 bool WorkletAnimation::NeedsUpdate(base::TimeTicks monotonic_time, in NeedsUpdate()
/dports/devel/elixir-smppex/smppex-2.2.9/lib/smppex/
H A Dcompat.ex12 def monotonic_time do function
18 def monotonic_time do function
/dports/textproc/erlang-p1_utils/p1_utils-1.0.23/src/
H A Dp1_time_compat.erl64 monotonic_time() -> function
67 monotonic_time(Unit) -> function
226 monotonic_time() -> function
229 monotonic_time(Unit) -> function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/animation/
H A Dcompositor_animation.cc91 void CompositorAnimation::NotifyAnimationStarted(base::TimeTicks monotonic_time, in NotifyAnimationStarted()
101 base::TimeTicks monotonic_time, in NotifyAnimationFinished()
110 void CompositorAnimation::NotifyAnimationAborted(base::TimeTicks monotonic_time, in NotifyAnimationAborted()
120 base::TimeTicks monotonic_time, in NotifyAnimationTakeover()
H A Dcompositor_keyframe_model.cc80 void CompositorKeyframeModel::SetStartTime(double monotonic_time) { in SetStartTime()
85 void CompositorKeyframeModel::SetStartTime(base::TimeTicks monotonic_time) { in SetStartTime()
93 void CompositorKeyframeModel::SetTimeOffset(base::TimeDelta monotonic_time) { in SetTimeOffset()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/animation/
H A Dcompositor_animation.cc95 void CompositorAnimation::NotifyAnimationStarted(base::TimeTicks monotonic_time, in NotifyAnimationStarted()
105 base::TimeTicks monotonic_time, in NotifyAnimationFinished()
114 void CompositorAnimation::NotifyAnimationAborted(base::TimeTicks monotonic_time, in NotifyAnimationAborted()
124 base::TimeTicks monotonic_time, in NotifyAnimationTakeover()
H A Dcompositor_keyframe_model.cc80 void CompositorKeyframeModel::SetStartTime(double monotonic_time) { in SetStartTime()
85 void CompositorKeyframeModel::SetStartTime(base::TimeTicks monotonic_time) { in SetStartTime()
93 void CompositorKeyframeModel::SetTimeOffset(base::TimeDelta monotonic_time) { in SetTimeOffset()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/renderer_host/input/
H A Dinput_event_browsertest.cc230 int64_t monotonic_time = ExecuteScriptAndExtractDouble( in IN_PROC_BROWSER_TEST_F() local
249 int64_t monotonic_time = ExecuteScriptAndExtractDouble( in IN_PROC_BROWSER_TEST_F() local
268 int64_t monotonic_time = ExecuteScriptAndExtractDouble( in IN_PROC_BROWSER_TEST_F() local
287 int64_t monotonic_time = ExecuteScriptAndExtractDouble( in IN_PROC_BROWSER_TEST_F() local
306 int64_t monotonic_time = ExecuteScriptAndExtractDouble( in IN_PROC_BROWSER_TEST_F() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/cc/test/
H A Dtest_hooks.h81 base::TimeTicks monotonic_time) {} in AnimateLayers()
85 base::TimeTicks monotonic_time) {} in WillAnimateLayers()
125 void NotifyAnimationStarted(base::TimeTicks monotonic_time, in NotifyAnimationStarted()
128 void NotifyAnimationFinished(base::TimeTicks monotonic_time, in NotifyAnimationFinished()
131 void NotifyAnimationAborted(base::TimeTicks monotonic_time, in NotifyAnimationAborted()
134 void NotifyAnimationTakeover(base::TimeTicks monotonic_time, in NotifyAnimationTakeover()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/scroll/
H A Dscroll_animator_compositor_coordinator.cc216 double monotonic_time, in NotifyAnimationStarted()
220 double monotonic_time, in NotifyAnimationFinished()
226 double monotonic_time, in NotifyAnimationAborted()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/scroll/
H A Dscroll_animator_compositor_coordinator.cc216 double monotonic_time, in NotifyAnimationStarted()
220 double monotonic_time, in NotifyAnimationFinished()
226 double monotonic_time, in NotifyAnimationAborted()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/animationworklet/
H A Dworklet_animation.h122 void NotifyAnimationStarted(double monotonic_time, int group) override {} in NotifyAnimationStarted()
123 void NotifyAnimationFinished(double monotonic_time, int group) override {} in NotifyAnimationFinished()
124 void NotifyAnimationAborted(double monotonic_time, int group) override {} in NotifyAnimationAborted()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/animationworklet/
H A Dworklet_animation.h118 void NotifyAnimationStarted(double monotonic_time, int group) override {} in NotifyAnimationStarted()
119 void NotifyAnimationFinished(double monotonic_time, int group) override {} in NotifyAnimationFinished()
120 void NotifyAnimationAborted(double monotonic_time, int group) override {} in NotifyAnimationAborted()
/dports/devel/elixir-smppex/smppex-2.2.9/test/
H A Dcompat_test.exs7 test "monotonic_time" do test
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/paint/
H A Dlink_highlight_impl.h62 void NotifyAnimationStarted(double monotonic_time, int group) override {} in NotifyAnimationStarted()
64 void NotifyAnimationAborted(double monotonic_time, int group) override {} in NotifyAnimationAborted()
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/example/
H A Dtime_compat.erl62 monotonic_time() -> function
71 monotonic_time(Unit) -> function
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/example/
H A Dtime_compat.erl62 monotonic_time() -> function
71 monotonic_time(Unit) -> function

1234567