Home
last modified time | relevance | path

Searched refs:mPending (Results 1 – 25 of 139) sorted by relevance

123456

/dports/lang/spidermonkey60/firefox-60.9.0/image/
H A DAnimationFrameBuffer.cpp15 mPending(0), in AnimationFrameBuffer()
25 MOZ_ASSERT(mPending == 0); in Initialize()
56 mPending = mBatch * 2; in Initialize()
61 MOZ_ASSERT(mPending > 0); in Insert()
141 mPending = 0; in MarkComplete()
145 return mPending > 0; in MarkComplete()
223 size_t buffered = mPending; in AdvanceInternal()
236 mPending += mBatch; in AdvanceInternal()
237 return mPending == mBatch; in AdvanceInternal()
256 mPending = 1; in Reset()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/image/
H A DAnimationFrameBuffer.cpp31 mPending = mBatch * 2; in AnimationFrameRetainedBuffer()
52 mPending = 1; in ResetInternal()
64 mPending = 0; in MarkComplete()
91 mPending += mBatch; in AdvanceInternal()
165 mPending = 0; in InsertInternal()
183 bool restartDecoder = mPending == 0; in ResetInternal()
184 mPending = 2 * mBatch; in ResetInternal()
192 mPending = 0; in MarkComplete()
203 return mPending > 0; in MarkComplete()
223 mPending += mBatch; in AdvanceInternal()
[all …]
H A DAnimationFrameBuffer.h49 mPending(0), in AnimationFrameBuffer()
69 mPending(aOther.mPending), in AnimationFrameBuffer()
120 size_t PendingDecode() const { return mPending; } in PendingDecode()
166 bool hasPending = mPending > 0; in AdvanceTo()
170 return !hasPending && mPending > 0; in AdvanceTo()
188 MOZ_ASSERT(mPending > 0); in Insert()
191 --mPending; in Insert()
201 return mPending > 0 ? InsertStatus::DISCARD_CONTINUE in Insert()
205 return mPending > 0 ? InsertStatus::CONTINUE : InsertStatus::YIELD; in Insert()
305 size_t mPending; variable
/dports/lang/spidermonkey78/firefox-78.9.0/image/
H A DAnimationFrameBuffer.cpp31 mPending = mBatch * 2; in AnimationFrameRetainedBuffer()
52 mPending = 1; in ResetInternal()
64 mPending = 0; in MarkComplete()
91 mPending += mBatch; in AdvanceInternal()
165 mPending = 0; in InsertInternal()
183 bool restartDecoder = mPending == 0; in ResetInternal()
184 mPending = 2 * mBatch; in ResetInternal()
192 mPending = 0; in MarkComplete()
203 return mPending > 0; in MarkComplete()
223 mPending += mBatch; in AdvanceInternal()
[all …]
H A DAnimationFrameBuffer.h49 mPending(0), in AnimationFrameBuffer()
69 mPending(aOther.mPending), in AnimationFrameBuffer()
120 size_t PendingDecode() const { return mPending; } in PendingDecode()
166 bool hasPending = mPending > 0; in AdvanceTo()
170 return !hasPending && mPending > 0; in AdvanceTo()
188 MOZ_ASSERT(mPending > 0); in Insert()
191 --mPending; in Insert()
201 return mPending > 0 ? InsertStatus::DISCARD_CONTINUE in Insert()
205 return mPending > 0 ? InsertStatus::CONTINUE : InsertStatus::YIELD; in Insert()
305 size_t mPending; variable
/dports/www/firefox/firefox-99.0/image/
H A DAnimationFrameBuffer.cpp31 mPending = mBatch * 2; in AnimationFrameRetainedBuffer()
52 mPending = 1; in ResetInternal()
65 mPending = 0; in MarkComplete()
92 mPending += mBatch; in AdvanceInternal()
166 mPending = 0; in InsertInternal()
184 bool restartDecoder = mPending == 0; in ResetInternal()
185 mPending = 2 * mBatch; in ResetInternal()
193 mPending = 0; in MarkComplete()
209 return mPending > 0; in MarkComplete()
229 mPending += mBatch; in AdvanceInternal()
[all …]
H A DAnimationFrameBuffer.h49 mPending(0), in AnimationFrameBuffer()
69 mPending(aOther.mPending), in AnimationFrameBuffer()
128 size_t PendingDecode() const { return mPending; } in PendingDecode()
174 bool hasPending = mPending > 0; in AdvanceTo()
178 return !hasPending && mPending > 0; in AdvanceTo()
196 MOZ_ASSERT(mPending > 0); in Insert()
199 --mPending; in Insert()
209 return mPending > 0 ? InsertStatus::DISCARD_CONTINUE in Insert()
213 return mPending > 0 ? InsertStatus::CONTINUE : InsertStatus::YIELD; in Insert()
317 size_t mPending; variable
/dports/mail/thunderbird/thunderbird-91.8.0/image/
H A DAnimationFrameBuffer.cpp31 mPending = mBatch * 2; in AnimationFrameRetainedBuffer()
52 mPending = 1; in ResetInternal()
64 mPending = 0; in MarkComplete()
91 mPending += mBatch; in AdvanceInternal()
165 mPending = 0; in InsertInternal()
183 bool restartDecoder = mPending == 0; in ResetInternal()
184 mPending = 2 * mBatch; in ResetInternal()
192 mPending = 0; in MarkComplete()
203 return mPending > 0; in MarkComplete()
223 mPending += mBatch; in AdvanceInternal()
[all …]
H A DAnimationFrameBuffer.h49 mPending(0), in AnimationFrameBuffer()
69 mPending(aOther.mPending), in AnimationFrameBuffer()
120 size_t PendingDecode() const { return mPending; } in PendingDecode()
166 bool hasPending = mPending > 0; in AdvanceTo()
170 return !hasPending && mPending > 0; in AdvanceTo()
188 MOZ_ASSERT(mPending > 0); in Insert()
191 --mPending; in Insert()
201 return mPending > 0 ? InsertStatus::DISCARD_CONTINUE in Insert()
205 return mPending > 0 ? InsertStatus::CONTINUE : InsertStatus::YIELD; in Insert()
305 size_t mPending; variable
/dports/www/firefox-esr/firefox-91.8.0/netwerk/test/gtest/
H A DTestCommon.h21 MOZ_ASSERT(mPending == 0); in Wait()
23 mPending = pending; in Wait()
24 mozilla::SpinEventLoopUntil([&]() { return !mPending; }); in Wait()
35 MOZ_ASSERT(mPending); in Run()
37 --mPending; in Run()
41 uint32_t mPending = 0; variable
H A DTestInputStreamTransport.cpp90 bool mPending; member in BlockingAsyncStream
95 explicit BlockingAsyncStream(const nsACString& aBuffer) : mPending(false) { in BlockingAsyncStream()
113 mPending = !mPending; in Read()
114 if (mPending) { in Read()
127 mPending = !mPending; in ReadSegments()
128 if (mPending) { in ReadSegments()
/dports/mail/thunderbird/thunderbird-91.8.0/netwerk/test/gtest/
H A DTestCommon.h21 MOZ_ASSERT(mPending == 0); in Wait()
23 mPending = pending; in Wait()
24 mozilla::SpinEventLoopUntil([&]() { return !mPending; }); in Wait()
35 MOZ_ASSERT(mPending); in Run()
37 --mPending; in Run()
41 uint32_t mPending = 0; variable
H A DTestInputStreamTransport.cpp90 bool mPending; member in BlockingAsyncStream
95 explicit BlockingAsyncStream(const nsACString& aBuffer) : mPending(false) { in BlockingAsyncStream()
113 mPending = !mPending; in Read()
114 if (mPending) { in Read()
127 mPending = !mPending; in ReadSegments()
128 if (mPending) { in ReadSegments()
/dports/lang/spidermonkey78/firefox-78.9.0/netwerk/test/gtest/
H A DTestCommon.h20 MOZ_ASSERT(mPending == 0); in Wait()
22 mPending = pending; in Wait()
23 mozilla::SpinEventLoopUntil([&]() { return !mPending; }); in Wait()
34 MOZ_ASSERT(mPending); in Run()
36 --mPending; in Run()
40 uint32_t mPending = 0; variable
H A DTestInputStreamTransport.cpp91 bool mPending; member in BlockingAsyncStream
96 explicit BlockingAsyncStream(const nsACString& aBuffer) : mPending(false) { in BlockingAsyncStream()
114 mPending = !mPending; in Read()
115 if (mPending) { in Read()
128 mPending = !mPending; in ReadSegments()
129 if (mPending) { in ReadSegments()
/dports/www/firefox/firefox-99.0/netwerk/test/gtest/
H A DTestCommon.h21 MOZ_ASSERT(mPending == 0); in Wait()
23 mPending = pending; in Wait()
25 [&]() { return !mPending; }); in Wait()
36 MOZ_ASSERT(mPending); in Run()
38 --mPending; in Run()
42 uint32_t mPending = 0; variable
H A DTestInputStreamTransport.cpp94 bool mPending; member in BlockingAsyncStream
99 explicit BlockingAsyncStream(const nsACString& aBuffer) : mPending(false) { in BlockingAsyncStream()
117 mPending = !mPending; in Read()
118 if (mPending) { in Read()
131 mPending = !mPending; in ReadSegments()
132 if (mPending) { in ReadSegments()
/dports/lang/spidermonkey60/firefox-60.9.0/netwerk/test/
H A DTestCommon.h20 MOZ_ASSERT(mPending == 0); in Wait()
22 mPending = pending; in Wait()
23 mozilla::SpinEventLoopUntil([&]() { return !mPending; }); in Wait()
34 MOZ_ASSERT(mPending); in Run()
36 --mPending; in Run()
40 uint32_t mPending = 0; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/public/android/javatests/src/org/chromium/content/browser/androidoverlay/
H A DDialogOverlayImplTestRule.java87 private ArrayBlockingQueue<Event> mPending; field in DialogOverlayImplTestRule.Client
90 mPending = new ArrayBlockingQueue<Event>(10); in Client()
95 mPending.add(new Event(SURFACE_READY, surfaceKey)); in onSurfaceReady()
100 mPending.add(new Event(DESTROYED)); in onDestroyed()
105 mPending.add(new Event(POWER_EFFICIENT)); in onPowerEfficientState()
110 mPending.add(new Event(CLOSE)); in close()
115 mPending.add(new Event(CONNECTION_ERROR, exception)); in onConnectionError()
135 mPending.add(new Event(RELEASED)); in notifyReleased()
140 mPending.add(new Event(TEST_MARKER)); in injectMarkerEvent()
148 return mPending.poll(500, TimeUnit.MILLISECONDS); in nextEvent()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/system/gonk/
H A DVolumeCommand.h44 : mResponseCode(0), mPending(false) {} in NS_INLINE_DECL_REFCOUNTING()
60 bool IsPending() const { return mPending; } in IsPending()
84 mPending = false; in HandleResponse()
89 void SetPending(bool aPending) { mPending = aPending; } in SetPending()
93 bool mPending; // Waiting for response? variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/browser_ui/webshare/android/java/src/org/chromium/components/browser_ui/webshare/
H A DSharedFileCollator.java19 private int mPending; field in SharedFileCollator
29 mPending = pendingFileCount; in SharedFileCollator()
32 assert mPending > 0; in SharedFileCollator() local
44 if (result == MojoResult.OK && --mPending > 0) return; in onResult()
/dports/deskutils/kdepim-runtime/kdepim-runtime-21.12.3/resources/ews/test/
H A Dstatemonitor.h54 QSet<QString> mPending; variable
69 , mPending(stateHash.keyBegin(), stateHash.keyEnd()) in CollectionStateMonitor()
97 mPending.remove(remoteId); in stateChanged()
99 mPending.insert(remoteId); in stateChanged()
101 if (mPending.empty()) { in stateChanged()
/dports/www/libdatachannel/libdatachannel-0.16.1/src/impl/
H A Dprocessor.hpp57 bool mPending = false; // true iff a task is pending in the thread pool member in rtc::impl::Processor
71 if (!mPending) { in enqueue()
73 mPending = true; in enqueue()
/dports/www/firefox-esr/firefox-91.8.0/layout/style/
H A DErrorReporter.cpp38 : Runnable("ShortTermURISpecCache"), mPending(false) {} in ShortTermURISpecCache()
52 bool IsPending() const { return mPending; } in IsPending()
53 void SetPending() { mPending = true; } in SetPending()
59 mPending = false; in Run()
66 bool mPending; member in __anon2a84a54f0111::ShortTermURISpecCache
/dports/www/firefox/firefox-99.0/layout/style/
H A DErrorReporter.cpp38 : Runnable("ShortTermURISpecCache"), mPending(false) {} in ShortTermURISpecCache()
52 bool IsPending() const { return mPending; } in IsPending()
53 void SetPending() { mPending = true; } in SetPending()
59 mPending = false; in Run()
66 bool mPending; member in __anon0b63363a0111::ShortTermURISpecCache

123456