Home
last modified time | relevance | path

Searched defs:aTask (Results 1 – 25 of 334) sorted by relevance

12345678910>>...14

/dports/science/opensim-core/opensim-core-4.1/OpenSim/Tools/
H A DMuscleStateTrackingTask.cpp54 MuscleStateTrackingTask::MuscleStateTrackingTask(const MuscleStateTrackingTask& aTask) : in MuscleStateTrackingTask()
92 copyData(const MuscleStateTrackingTask &aTask) in copyData()
111 operator=(const MuscleStateTrackingTask &aTask) in operator =()
H A DSMC_Joint.cpp74 SMC_Joint::SMC_Joint(const SMC_Joint &aTask) : in SMC_Joint()
116 copyData(const SMC_Joint &aTask) in copyData()
136 operator=(const SMC_Joint &aTask) in operator =()
H A DTrackingTask.cpp66 TrackingTask::TrackingTask(const TrackingTask& aTask) : in TrackingTask()
122 copyData(const TrackingTask &aTask) in copyData()
143 operator=(const TrackingTask &aTask) in operator =()
H A DCMC_Joint.cpp75 CMC_Joint::CMC_Joint(const CMC_Joint &aTask) : in CMC_Joint()
126 copyData(const CMC_Joint &aTask) in copyData()
168 operator=(const CMC_Joint &aTask) in operator =()
/dports/games/egoboo/egoboo-2.8.1/src/game/Obsolete/
H A DTask.c44 Task *aTask; in task_register() local
82 Task *aTask; in task_remove() local
104 Task *aTask; in task_pause() local
120 Task *aTask; in task_play() local
137 Task *aTask; in task_updateAllTasks() local
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/media/gmp/
H A DGMPPlatform.cpp31 explicit GMPRunnable(GMPTask* aTask) in GMPRunnable()
57 GMPSyncRunnable(GMPTask* aTask, MessageLoop* aMessageLoop) in GMPSyncRunnable()
116 RunOnMainThread(GMPTask* aTask) in RunOnMainThread()
129 SyncRunOnMainThread(GMPTask* aTask) in SyncRunOnMainThread()
176 SetTimerOnMainThread(GMPTask* aTask, int64_t aTimeoutMS) in SetTimerOnMainThread()
242 GMPThreadImpl::Post(GMPTask* aTask) in Post()
/dports/www/firefox-esr/firefox-91.8.0/dom/media/gmp/
H A DGMPPlatform.cpp32 explicit GMPRunnable(GMPTask* aTask) : mTask(aTask) { MOZ_ASSERT(mTask); } in GMPRunnable()
50 GMPSyncRunnable(GMPTask* aTask, MessageLoop* aMessageLoop) in GMPSyncRunnable()
116 GMPErr RunOnMainThread(GMPTask* aTask) { in RunOnMainThread()
128 GMPErr SyncRunOnMainThread(GMPTask* aTask) { in SyncRunOnMainThread()
179 GMPErr SetTimerOnMainThread(GMPTask* aTask, int64_t aTimeoutMS) { in SetTimerOnMainThread()
220 void GMPThreadImpl::Post(GMPTask* aTask) { in Post()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/media/gmp/
H A DGMPPlatform.cpp33 explicit GMPRunnable(GMPTask* aTask) : mTask(aTask) { MOZ_ASSERT(mTask); } in GMPRunnable()
51 GMPSyncRunnable(GMPTask* aTask, MessageLoop* aMessageLoop) in GMPSyncRunnable()
117 GMPErr RunOnMainThread(GMPTask* aTask) { in RunOnMainThread()
129 GMPErr SyncRunOnMainThread(GMPTask* aTask) { in SyncRunOnMainThread()
180 GMPErr SetTimerOnMainThread(GMPTask* aTask, int64_t aTimeoutMS) { in SetTimerOnMainThread()
221 void GMPThreadImpl::Post(GMPTask* aTask) { in Post()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/media/gmp/
H A DGMPPlatform.cpp32 explicit GMPRunnable(GMPTask* aTask) : mTask(aTask) { MOZ_ASSERT(mTask); } in GMPRunnable()
50 GMPSyncRunnable(GMPTask* aTask, MessageLoop* aMessageLoop) in GMPSyncRunnable()
116 GMPErr RunOnMainThread(GMPTask* aTask) { in RunOnMainThread()
128 GMPErr SyncRunOnMainThread(GMPTask* aTask) { in SyncRunOnMainThread()
179 GMPErr SetTimerOnMainThread(GMPTask* aTask, int64_t aTimeoutMS) { in SetTimerOnMainThread()
220 void GMPThreadImpl::Post(GMPTask* aTask) { in Post()
/dports/www/firefox-esr/firefox-91.8.0/image/
H A DDecodePool.cpp139 explicit DecodingTask(RefPtr<IDecodingTask>&& aTask) in DecodingTask()
154 void DecodePool::AsyncRun(IDecodingTask* aTask) { in AsyncRun()
161 bool DecodePool::SyncRunIfPreferred(IDecodingTask* aTask, in SyncRunIfPreferred()
178 void DecodePool::SyncRunIfPossible(IDecodingTask* aTask, in SyncRunIfPossible()
/dports/mail/thunderbird/thunderbird-91.8.0/image/
H A DDecodePool.cpp139 explicit DecodingTask(RefPtr<IDecodingTask>&& aTask) in DecodingTask()
154 void DecodePool::AsyncRun(IDecodingTask* aTask) { in AsyncRun()
161 bool DecodePool::SyncRunIfPreferred(IDecodingTask* aTask, in SyncRunIfPreferred()
178 void DecodePool::SyncRunIfPossible(IDecodingTask* aTask, in SyncRunIfPossible()
/dports/www/firefox/firefox-99.0/dom/media/gmp/
H A DGMPPlatform.cpp32 explicit GMPRunnable(GMPTask* aTask) : mTask(aTask) { MOZ_ASSERT(mTask); } in GMPRunnable()
50 GMPSyncRunnable(GMPTask* aTask, MessageLoop* aMessageLoop) in GMPSyncRunnable()
116 GMPErr RunOnMainThread(GMPTask* aTask) { in RunOnMainThread()
128 GMPErr SyncRunOnMainThread(GMPTask* aTask) { in SyncRunOnMainThread()
179 GMPErr SetTimerOnMainThread(GMPTask* aTask, int64_t aTimeoutMS) { in SetTimerOnMainThread()
226 void GMPThreadImpl::Post(GMPTask* aTask) { in Post()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/media/gmp/
H A DGMPPlatform.cpp33 explicit GMPRunnable(GMPTask* aTask) : mTask(aTask) { MOZ_ASSERT(mTask); } in GMPRunnable()
51 GMPSyncRunnable(GMPTask* aTask, MessageLoop* aMessageLoop) in GMPSyncRunnable()
117 GMPErr RunOnMainThread(GMPTask* aTask) { in RunOnMainThread()
129 GMPErr SyncRunOnMainThread(GMPTask* aTask) { in SyncRunOnMainThread()
180 GMPErr SetTimerOnMainThread(GMPTask* aTask, int64_t aTimeoutMS) { in SetTimerOnMainThread()
221 void GMPThreadImpl::Post(GMPTask* aTask) { in Post()
/dports/www/firefox/firefox-99.0/image/
H A DDecodePool.cpp139 explicit DecodingTask(RefPtr<IDecodingTask>&& aTask) in DecodingTask()
161 void DecodePool::AsyncRun(IDecodingTask* aTask) { in AsyncRun()
168 bool DecodePool::SyncRunIfPreferred(IDecodingTask* aTask, in SyncRunIfPreferred()
185 void DecodePool::SyncRunIfPossible(IDecodingTask* aTask, in SyncRunIfPossible()
/dports/www/firefox/firefox-99.0/dom/media/webrtc/libwebrtcglue/
H A DTaskQueueWrapper.h73 std::unique_ptr<webrtc::QueuedTask> aTask) { in CreateTaskRunner()
106 void PostTask(std::unique_ptr<webrtc::QueuedTask> aTask) override { in PostTask()
111 void PostDelayedTask(std::unique_ptr<webrtc::QueuedTask> aTask, in PostDelayedTask()
/dports/www/firefox-esr/firefox-91.8.0/dom/media/webspeech/synth/test/
H A DnsFakeSynthServices.cpp69 explicit FakeSynthCallback(nsISpeechTask* aTask) : mTask(aTask) {} in FakeSynthCallback()
137 explicit DispatchStart(nsISpeechTask* aTask) in NS_IMPL_ISUPPORTS()
152 DispatchEnd(nsISpeechTask* aTask, const nsAString& aText) in NS_IMPL_ISUPPORTS()
168 DispatchError(nsISpeechTask* aTask, const nsAString& aText) in NS_IMPL_ISUPPORTS()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/media/webspeech/synth/test/
H A DnsFakeSynthServices.cpp69 explicit FakeSynthCallback(nsISpeechTask* aTask) : mTask(aTask) {} in FakeSynthCallback()
137 explicit DispatchStart(nsISpeechTask* aTask) in NS_IMPL_ISUPPORTS()
152 DispatchEnd(nsISpeechTask* aTask, const nsAString& aText) in NS_IMPL_ISUPPORTS()
168 DispatchError(nsISpeechTask* aTask, const nsAString& aText) in NS_IMPL_ISUPPORTS()
/dports/www/firefox/firefox-99.0/dom/media/webspeech/synth/test/
H A DnsFakeSynthServices.cpp69 explicit FakeSynthCallback(nsISpeechTask* aTask) : mTask(aTask) {} in FakeSynthCallback()
137 explicit DispatchStart(nsISpeechTask* aTask) in NS_IMPL_ISUPPORTS()
152 DispatchEnd(nsISpeechTask* aTask, const nsAString& aText) in NS_IMPL_ISUPPORTS()
168 DispatchError(nsISpeechTask* aTask, const nsAString& aText) in NS_IMPL_ISUPPORTS()
/dports/www/firefox-legacy/firefox-52.8.0esr/image/
H A DDecodePool.cpp91 void PushWork(IDecodingTask* aTask) in PushWork()
303 DecodePool::AsyncRun(IDecodingTask* aTask) in AsyncRun()
310 DecodePool::SyncRunIfPreferred(IDecodingTask* aTask) in SyncRunIfPreferred()
324 DecodePool::SyncRunIfPossible(IDecodingTask* aTask) in SyncRunIfPossible()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/media/webspeech/synth/test/
H A DnsFakeSynthServices.cpp69 explicit FakeSynthCallback(nsISpeechTask* aTask) : mTask(aTask) {} in FakeSynthCallback()
137 explicit DispatchStart(nsISpeechTask* aTask) in NS_IMPL_ISUPPORTS()
152 DispatchEnd(nsISpeechTask* aTask, const nsAString& aText) in NS_IMPL_ISUPPORTS()
168 DispatchError(nsISpeechTask* aTask, const nsAString& aText) in NS_IMPL_ISUPPORTS()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/media/webspeech/synth/test/
H A DnsFakeSynthServices.cpp70 explicit FakeSynthCallback(nsISpeechTask* aTask) : mTask(aTask) {} in FakeSynthCallback()
138 explicit DispatchStart(nsISpeechTask* aTask) in NS_IMPL_ISUPPORTS()
153 DispatchEnd(nsISpeechTask* aTask, const nsAString& aText) in NS_IMPL_ISUPPORTS()
169 DispatchError(nsISpeechTask* aTask, const nsAString& aText) in NS_IMPL_ISUPPORTS()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/media/webspeech/synth/test/
H A DnsFakeSynthServices.cpp67 explicit FakeSynthCallback(nsISpeechTask* aTask) : mTask(aTask) { } in FakeSynthCallback()
144 Runnable(nsISpeechTask* aTask, const nsAString& aText) : in NS_IMPL_ISUPPORTS()
207 explicit DispatchStart(nsISpeechTask* aTask) : in NS_IMPL_ISUPPORTS()
226 DispatchEnd(nsISpeechTask* aTask, const nsAString& aText) : in NS_IMPL_ISUPPORTS()
246 DispatchError(nsISpeechTask* aTask, const nsAString& aText) : in NS_IMPL_ISUPPORTS()
/dports/www/firefox-esr/firefox-91.8.0/gfx/vr/
H A DVRThread.cpp68 void VRThread::PostTask(already_AddRefed<Runnable> aTask) { in PostTask()
72 void VRThread::PostDelayedTask(already_AddRefed<Runnable> aTask, in PostDelayedTask()
/dports/lang/spidermonkey78/firefox-78.9.0/xpcom/base/
H A DnsMessageLoop.cpp74 MessageLoopIdleTask::MessageLoopIdleTask(nsIRunnable* aTask, in MessageLoopIdleTask()
117 MessageLoopTimerCallback::MessageLoopTimerCallback(MessageLoopIdleTask* aTask) in MessageLoopTimerCallback()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/vr/
H A DVRThread.cpp69 void VRThread::PostTask(already_AddRefed<Runnable> aTask) { in PostTask()
73 void VRThread::PostDelayedTask(already_AddRefed<Runnable> aTask, in PostDelayedTask()

12345678910>>...14