Home
last modified time | relevance | path

Searched refs:IsPaused (Results 1 – 25 of 1094) sorted by relevance

12345678910>>...44

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/svg/animation/
H A Dsmil_time_container_test.cc97 EXPECT_FALSE(time_container->IsPaused()); in TEST_F()
127 EXPECT_FALSE(time_container->IsPaused()); in TEST_F()
175 EXPECT_FALSE(time_container->IsPaused()); in TEST_F()
209 EXPECT_FALSE(time_container->IsPaused()); in TEST_F()
216 EXPECT_TRUE(time_container->IsPaused()); in TEST_F()
220 EXPECT_FALSE(time_container->IsPaused()); in TEST_F()
261 EXPECT_TRUE(time_container->IsPaused()); in TEST_F()
269 EXPECT_FALSE(time_container->IsPaused()); in TEST_F()
306 EXPECT_TRUE(time_container->IsPaused()); in TEST_F()
357 EXPECT_TRUE(time_container->IsPaused()); in TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/svg/animation/
H A Dsmil_time_container_test.cc71 EXPECT_FALSE(time_container->IsPaused()); in TEST_F()
166 EXPECT_FALSE(time_container->IsPaused()); in TEST_F()
196 EXPECT_FALSE(time_container->IsPaused()); in TEST_F()
244 EXPECT_FALSE(time_container->IsPaused()); in TEST_F()
278 EXPECT_FALSE(time_container->IsPaused()); in TEST_F()
285 EXPECT_TRUE(time_container->IsPaused()); in TEST_F()
289 EXPECT_FALSE(time_container->IsPaused()); in TEST_F()
330 EXPECT_TRUE(time_container->IsPaused()); in TEST_F()
375 EXPECT_TRUE(time_container->IsPaused()); in TEST_F()
426 EXPECT_TRUE(time_container->IsPaused()); in TEST_F()
[all …]
/dports/multimedia/handbrake/HandBrake-1.4.2/win/CS/HandBrakeWPF/Services/Queue/
H A DActiveJob.cs36 public bool IsPaused { get; private set; } property in HandBrakeWPF.Services.Queue.ActiveJob
42 this.IsPaused = false; in Start()
45 if (this.encodeService.IsPaused) in Start()
65 if (this.encodeService.IsEncoding && !this.encodeService.IsPaused) in Pause()
67 this.IsPaused = true; in Pause()
83 this.IsPaused = false; in Stop()
102 this.IsPaused = false; in EncodeServiceEncodeCompleted()
/dports/graphics/colmap/colmap-3.6/src/util/
H A Dthreading_test.cc48 BOOST_CHECK(!thread.IsPaused()); in BOOST_AUTO_TEST_CASE()
55 BOOST_CHECK(!thread.IsPaused()); in BOOST_AUTO_TEST_CASE()
62 BOOST_CHECK(!thread.IsPaused()); in BOOST_AUTO_TEST_CASE()
79 BOOST_CHECK(!thread.IsPaused()); in BOOST_AUTO_TEST_CASE()
86 BOOST_CHECK(!thread.IsPaused()); in BOOST_AUTO_TEST_CASE()
94 BOOST_CHECK(thread.IsPaused()); in BOOST_AUTO_TEST_CASE()
102 BOOST_CHECK(!thread.IsPaused()); in BOOST_AUTO_TEST_CASE()
109 BOOST_CHECK(!thread.IsPaused()); in BOOST_AUTO_TEST_CASE()
128 BOOST_CHECK(!thread.IsPaused()); in BOOST_AUTO_TEST_CASE()
135 BOOST_CHECK(!thread.IsPaused()); in BOOST_AUTO_TEST_CASE()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/xpcom/threads/
H A DThrottledEventQueue.cpp147 MOZ_ASSERT(mEventQueue.IsEmpty(lock) || IsPaused(lock)); in ~Inner()
220 if (IsPaused(lock)) { in ExecuteRunnable()
299 while (mExecutor || IsPaused(lock)) { in AwaitIdle()
304 bool IsPaused() const { in IsPaused() function in mozilla::ThrottledEventQueue::Inner
306 return IsPaused(lock); in IsPaused()
309 bool IsPaused(const MutexAutoLock& aProofOfLock) const { return mIsPaused; } in IsPaused() function in mozilla::ThrottledEventQueue::Inner
340 if (!IsPaused(lock)) { in Dispatch()
407 bool ThrottledEventQueue::IsPaused() const { return mInner->IsPaused(); } in IsPaused() function in mozilla::ThrottledEventQueue
/dports/mail/thunderbird/thunderbird-91.8.0/xpcom/threads/
H A DThrottledEventQueue.cpp147 MOZ_ASSERT(mEventQueue.IsEmpty(lock) || IsPaused(lock)); in ~Inner()
220 if (IsPaused(lock)) { in ExecuteRunnable()
301 while (mExecutor || IsPaused(lock)) { in AwaitIdle()
306 bool IsPaused() const { in IsPaused() function in mozilla::ThrottledEventQueue::Inner
308 return IsPaused(lock); in IsPaused()
311 bool IsPaused(const MutexAutoLock& aProofOfLock) const { return mIsPaused; } in IsPaused() function in mozilla::ThrottledEventQueue::Inner
342 if (!IsPaused(lock)) { in Dispatch()
409 bool ThrottledEventQueue::IsPaused() const { return mInner->IsPaused(); } in IsPaused() function in mozilla::ThrottledEventQueue
/dports/www/firefox/firefox-99.0/xpcom/threads/
H A DThrottledEventQueue.cpp147 MOZ_ASSERT(mEventQueue.IsEmpty(lock) || IsPaused(lock)); in ~Inner()
220 if (IsPaused(lock)) { in ExecuteRunnable()
301 while (mExecutor || IsPaused(lock)) { in AwaitIdle()
306 bool IsPaused() const { in IsPaused() function in mozilla::ThrottledEventQueue::Inner
308 return IsPaused(lock); in IsPaused()
311 bool IsPaused(const MutexAutoLock& aProofOfLock) const { return mIsPaused; } in IsPaused() function in mozilla::ThrottledEventQueue::Inner
342 if (!IsPaused(lock)) { in Dispatch()
409 bool ThrottledEventQueue::IsPaused() const { return mInner->IsPaused(); } in IsPaused() function in mozilla::ThrottledEventQueue
/dports/www/firefox-esr/firefox-91.8.0/xpcom/threads/
H A DThrottledEventQueue.cpp147 MOZ_ASSERT(mEventQueue.IsEmpty(lock) || IsPaused(lock)); in ~Inner()
220 if (IsPaused(lock)) { in ExecuteRunnable()
301 while (mExecutor || IsPaused(lock)) { in AwaitIdle()
306 bool IsPaused() const { in IsPaused() function in mozilla::ThrottledEventQueue::Inner
308 return IsPaused(lock); in IsPaused()
311 bool IsPaused(const MutexAutoLock& aProofOfLock) const { return mIsPaused; } in IsPaused() function in mozilla::ThrottledEventQueue::Inner
342 if (!IsPaused(lock)) { in Dispatch()
409 bool ThrottledEventQueue::IsPaused() const { return mInner->IsPaused(); } in IsPaused() function in mozilla::ThrottledEventQueue
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/
H A DCursorManager.cs46 bool running = InteropEmu.IsRunning() && !InteropEmu.IsPaused(); in tmrCheckMouseMove_Tick()
58 if(InteropEmu.IsRunning() && !InteropEmu.IsPaused()) { in tmrHideMouse_Tick()
108 if(!InteropEmu.IsRunning() || InteropEmu.IsPaused()) { in OnMouseMove()
122 if(InteropEmu.IsRunning() && !InteropEmu.IsPaused()) { in OnMouseMove()
143 if(InteropEmu.IsPaused()) {
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/html/parser/
H A Dhtml_document_parser.cc315 if (IsStopped() || IsPaused()) in PumpTokenizerIfPossible()
454 if (IsPaused()) { in ValidateSpeculations()
543 DCHECK(!IsPaused()); in ProcessTokenizedChunkFromBackgroundParser()
579 if (IsPaused()) { in ProcessTokenizedChunkFromBackgroundParser()
618 DCHECK(!IsPaused()); in PumpPendingSpeculations()
717 if (IsPaused()) { in PumpTokenizer()
797 if (IsPaused()) { in insert()
899 if (IsPaused()) in Append()
1059 DCHECK(!IsPaused()); in ResumeParsingAfterPause()
1111 if (!IsPaused()) in NotifyScriptLoaded()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/html/parser/
H A Dhtml_document_parser.cc579 if (IsStopped() || IsPaused()) in ResumeParsingAfterYield()
607 if (IsStopped() || IsPaused()) in CanTakeNextToken()
705 if (IsPaused()) { in ValidateSpeculations()
796 DCHECK(!IsPaused()); in ProcessTokenizedChunkFromBackgroundParser()
832 if (IsPaused()) { in ProcessTokenizedChunkFromBackgroundParser()
871 DCHECK(!IsPaused()); in PumpPendingSpeculations()
991 if (IsPaused()) { in PumpTokenizer()
1127 if (IsPaused()) { in insert()
1447 DCHECK(!IsPaused()); in ResumeParsingAfterPause()
1517 if (!IsPaused()) in NotifyScriptLoaded()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/dom/smil/
H A DSMILTimeContainer.cpp39 if (IsPaused() && aContainerTime > mCurrentTime) in ContainerToParentTime()
48 if (IsPaused() && aParentTime > mPauseStart) in ParentToContainerTime()
123 if (IsPaused()) { in SetCurrentTime()
148 if (IsPaused()) { in SyncPauseTime()
264 SMILTime now = IsPaused() ? mPauseStart : GetParentTime(); in UpdateCurrentTime()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/smil/
H A DSMILTimeContainer.cpp39 if (IsPaused() && aContainerTime > mCurrentTime) in ContainerToParentTime()
48 if (IsPaused() && aParentTime > mPauseStart) in ParentToContainerTime()
123 if (IsPaused()) { in SetCurrentTime()
148 if (IsPaused()) { in SyncPauseTime()
264 SMILTime now = IsPaused() ? mPauseStart : GetParentTime(); in UpdateCurrentTime()
/dports/www/firefox/firefox-99.0/dom/smil/
H A DSMILTimeContainer.cpp39 if (IsPaused() && aContainerTime > mCurrentTime) in ContainerToParentTime()
48 if (IsPaused() && aParentTime > mPauseStart) in ParentToContainerTime()
123 if (IsPaused()) { in SetCurrentTime()
148 if (IsPaused()) { in SyncPauseTime()
264 SMILTime now = IsPaused() ? mPauseStart : GetParentTime(); in UpdateCurrentTime()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/smil/
H A DnsSMILTimeContainer.cpp39 if (IsPaused() && aContainerTime > mCurrentTime) in ContainerToParentTime()
49 if (IsPaused() && aParentTime > mPauseStart) in ParentToContainerTime()
136 if (IsPaused()) { in SetCurrentTime()
166 if (IsPaused()) { in SyncPauseTime()
303 nsSMILTime now = IsPaused() ? mPauseStart : GetParentTime(); in UpdateCurrentTime()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/smil/
H A DnsSMILTimeContainer.cpp39 if (IsPaused() && aContainerTime > mCurrentTime) in ContainerToParentTime()
48 if (IsPaused() && aParentTime > mPauseStart) in ParentToContainerTime()
123 if (IsPaused()) { in SetCurrentTime()
148 if (IsPaused()) { in SyncPauseTime()
264 nsSMILTime now = IsPaused() ? mPauseStart : GetParentTime(); in UpdateCurrentTime()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/smil/
H A DSMILTimeContainer.cpp39 if (IsPaused() && aContainerTime > mCurrentTime) in ContainerToParentTime()
48 if (IsPaused() && aParentTime > mPauseStart) in ParentToContainerTime()
123 if (IsPaused()) { in SetCurrentTime()
148 if (IsPaused()) { in SyncPauseTime()
264 SMILTime now = IsPaused() ? mPauseStart : GetParentTime(); in UpdateCurrentTime()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/loader/fetch/
H A Dresource_fetcher_properties_test.cc49 EXPECT_FALSE(properties.IsPaused()); in TEST_F()
66 EXPECT_FALSE(properties.IsPaused()); in TEST_F()
100 EXPECT_TRUE(properties.IsPaused()); in TEST_F()
118 EXPECT_TRUE(properties.IsPaused()); in TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/loader/fetch/
H A Dresource_fetcher_properties_test.cc49 EXPECT_FALSE(properties.IsPaused()); in TEST_F()
66 EXPECT_FALSE(properties.IsPaused()); in TEST_F()
100 EXPECT_TRUE(properties.IsPaused()); in TEST_F()
118 EXPECT_TRUE(properties.IsPaused()); in TEST_F()
H A Dresource_fetcher_properties.h65 virtual bool IsPaused() const = 0;
126 bool IsPaused() const override { in IsPaused() function
127 return properties_ ? properties_->IsPaused() : paused_; in IsPaused()
/dports/lang/v8/v8-9.6.180.12/test/unittests/base/platform/
H A Dtime-unittest.cc407 DCHECK(!timer.IsPaused()); in TEST()
409 DCHECK(timer.IsPaused()); in TEST()
415 DCHECK(!timer.IsPaused()); in TEST()
417 DCHECK(timer.IsPaused()); in TEST()
423 DCHECK(!timer.IsPaused()); in TEST()
466 DCHECK(timer1.IsPaused()); in TEST()
467 DCHECK(timer2.IsPaused()); in TEST()
472 DCHECK(!timer1.IsPaused()); in TEST()
473 DCHECK(timer2.IsPaused()); in TEST()
476 DCHECK(!timer1.IsPaused()); in TEST()
[all …]
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/byogames/
H A Dbyosnake.cpp48 SetPause(!IsPaused()); in OnKeyDown()
52 if ( IsPaused() ) return; in OnKeyDown()
164 if ( IsPaused() ) in Move()
290 wxString Line2 = IsPaused() ? wxString(_("Paused")) : wxString(wxEmptyString); in DrawStats()
292 wxString Line2 = IsPaused() ? _("Paused") : wxEmptyString; in DrawStats()
H A Dbyocbtris.cpp124 SetPause(!IsPaused()); in OnKeyDown()
128 if ( IsPaused() ) return; in OnKeyDown()
168 if ( IsPaused() ) return; in OnLeftRightTimer()
177 if ( IsPaused() ) return; in OnUpTimer()
186 if ( IsPaused() ) return; in OnDownTimer()
195 if ( IsPaused() ) return; in OnSpeedTimer()
525 if ( IsPaused() ) in DrawStats()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/wds/src/mirac_network/
H A Dmirac-gst-sink.cpp89 if(!IsPaused()) { in Pause()
91 IsPaused(); in Pause()
103 bool MiracGstSink::IsPaused() const { in IsPaused() function in MiracGstSink
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/wds/src/mirac_network/
H A Dmirac-gst-sink.cpp89 if(!IsPaused()) { in Pause()
91 IsPaused(); in Pause()
103 bool MiracGstSink::IsPaused() const { in IsPaused() function in MiracGstSink

12345678910>>...44