Home
last modified time | relevance | path

Searched refs:autoCancel (Results 1 – 25 of 47) sorted by relevance

12

/dports/graphics/panomatic/panomatic-0.9.4/zthread/src/
H A DThreadImpl.cxx63 ThreadImpl::ThreadImpl(const Task& task, bool autoCancel) in doRunTest()
64 : _state(State::IDLE), _priority(Medium), _autoCancel(autoCancel) { in doRunTest()
92 void ThreadImpl::cancel(bool autoCancel) {
93 if(!autoCancel || _autoCancel)
H A DThread.cxx39 Thread::Thread(const Task& task, bool autoCancel)
40 : _impl( new ThreadImpl(task, autoCancel) ) {
H A DThreadImpl.h89 void cancel(bool autoCancel = false); in Launcher()
/dports/www/firefox-esr/firefox-91.8.0/dom/serviceworkers/
H A DServiceWorkerEvents.cpp570 AutoCancel autoCancel(this, mRequestURL); in NS_IMPL_ISUPPORTS0() local
585 autoCancel.SetCancelMessageAndLocation(sourceSpec, line, column, in NS_IMPL_ISUPPORTS0()
601 autoCancel.SetCancelMessageAndLocation(sourceSpec, line, column, in NS_IMPL_ISUPPORTS0()
621 autoCancel.SetCancelMessage("InterceptedErrorResponseWithURL"_ns, in NS_IMPL_ISUPPORTS0()
641 autoCancel.SetCancelMessage("BadOpaqueRedirectInterceptionWithURL"_ns, in NS_IMPL_ISUPPORTS0()
648 autoCancel.SetCancelMessage("BadRedirectModeInterceptionWithURL"_ns, in NS_IMPL_ISUPPORTS0()
658 autoCancel.SetCancelErrorResult(aCx, error); in NS_IMPL_ISUPPORTS0()
662 autoCancel.SetCancelMessage("InterceptedUsedResponseWithURL"_ns, in NS_IMPL_ISUPPORTS0()
692 autoCancel.SetCancelMessage("CorsResponseForSameOriginRequest"_ns, in NS_IMPL_ISUPPORTS0()
733 autoCancel.SetCancelErrorResult(aCx, error); in NS_IMPL_ISUPPORTS0()
[all …]
H A DServiceWorkerOp.cpp1324 AutoCancel autoCancel(this); in ResolvedCallback() local
1339 autoCancel.SetCancelMessageAndLocation(sourceSpec, line, column, in ResolvedCallback()
1355 autoCancel.SetCancelMessageAndLocation(sourceSpec, line, column, in ResolvedCallback()
1375 autoCancel.SetCancelMessage("InterceptedErrorResponseWithURL"_ns, in ResolvedCallback()
1402 autoCancel.SetCancelMessage("BadOpaqueRedirectInterceptionWithURL"_ns, in ResolvedCallback()
1409 autoCancel.SetCancelMessage("BadRedirectModeInterceptionWithURL"_ns, in ResolvedCallback()
1419 autoCancel.SetCancelErrorResult(aCx, error); in ResolvedCallback()
1423 autoCancel.SetCancelMessage("InterceptedUsedResponseWithURL"_ns, in ResolvedCallback()
1453 autoCancel.SetCancelMessage("CorsResponseForSameOriginRequest"_ns, in ResolvedCallback()
1466 autoCancel.SetCancelErrorResult(aCx, error); in ResolvedCallback()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/dom/serviceworkers/
H A DServiceWorkerEvents.cpp562 AutoCancel autoCancel(this, mRequestURL); in NS_IMPL_ISUPPORTS0() local
577 autoCancel.SetCancelMessageAndLocation( in NS_IMPL_ISUPPORTS0()
594 autoCancel.SetCancelMessageAndLocation( in NS_IMPL_ISUPPORTS0()
615 autoCancel.SetCancelMessage( in NS_IMPL_ISUPPORTS0()
628 autoCancel.SetCancelMessage( in NS_IMPL_ISUPPORTS0()
636 autoCancel.SetCancelMessage( in NS_IMPL_ISUPPORTS0()
644 autoCancel.SetCancelMessage( in NS_IMPL_ISUPPORTS0()
654 autoCancel.SetCancelErrorResult(aCx, error); in NS_IMPL_ISUPPORTS0()
658 autoCancel.SetCancelMessage( in NS_IMPL_ISUPPORTS0()
688 autoCancel.SetCancelMessage( in NS_IMPL_ISUPPORTS0()
[all …]
H A DServiceWorkerOp.cpp1293 AutoCancel autoCancel(this); in ResolvedCallback() local
1308 autoCancel.SetCancelMessageAndLocation( in ResolvedCallback()
1325 autoCancel.SetCancelMessageAndLocation( in ResolvedCallback()
1346 autoCancel.SetCancelMessage( in ResolvedCallback()
1363 autoCancel.SetCancelMessage( in ResolvedCallback()
1374 autoCancel.SetCancelMessage( in ResolvedCallback()
1381 autoCancel.SetCancelMessage( in ResolvedCallback()
1391 autoCancel.SetCancelErrorResult(aCx, error); in ResolvedCallback()
1395 autoCancel.SetCancelMessage( in ResolvedCallback()
1425 autoCancel.SetCancelMessage( in ResolvedCallback()
[all …]
/dports/www/firefox/firefox-99.0/dom/serviceworkers/
H A DServiceWorkerEvents.cpp568 AutoCancel autoCancel(this, mRequestURL); in NS_IMPL_ISUPPORTS0() local
582 autoCancel.SetCancelMessageAndLocation(sourceSpec, line, column, in NS_IMPL_ISUPPORTS0()
598 autoCancel.SetCancelMessageAndLocation(sourceSpec, line, column, in NS_IMPL_ISUPPORTS0()
618 autoCancel.SetCancelMessage("InterceptedErrorResponseWithURL"_ns, in NS_IMPL_ISUPPORTS0()
638 autoCancel.SetCancelMessage("BadOpaqueRedirectInterceptionWithURL"_ns, in NS_IMPL_ISUPPORTS0()
645 autoCancel.SetCancelMessage("BadRedirectModeInterceptionWithURL"_ns, in NS_IMPL_ISUPPORTS0()
655 autoCancel.SetCancelErrorResult(aCx, error); in NS_IMPL_ISUPPORTS0()
659 autoCancel.SetCancelMessage("InterceptedUsedResponseWithURL"_ns, in NS_IMPL_ISUPPORTS0()
687 autoCancel.SetCancelMessage("CorsResponseForSameOriginRequest"_ns, in NS_IMPL_ISUPPORTS0()
728 autoCancel.SetCancelErrorResult(aCx, error); in NS_IMPL_ISUPPORTS0()
[all …]
H A DServiceWorkerOp.cpp1362 AutoCancel autoCancel(this); in ResolvedCallback() local
1377 autoCancel.SetCancelMessageAndLocation(sourceSpec, line, column, in ResolvedCallback()
1393 autoCancel.SetCancelMessageAndLocation(sourceSpec, line, column, in ResolvedCallback()
1413 autoCancel.SetCancelMessage("InterceptedErrorResponseWithURL"_ns, in ResolvedCallback()
1440 autoCancel.SetCancelMessage("BadOpaqueRedirectInterceptionWithURL"_ns, in ResolvedCallback()
1447 autoCancel.SetCancelMessage("BadRedirectModeInterceptionWithURL"_ns, in ResolvedCallback()
1457 autoCancel.SetCancelErrorResult(aCx, error); in ResolvedCallback()
1461 autoCancel.SetCancelMessage("InterceptedUsedResponseWithURL"_ns, in ResolvedCallback()
1489 autoCancel.SetCancelMessage("CorsResponseForSameOriginRequest"_ns, in ResolvedCallback()
1502 autoCancel.SetCancelErrorResult(aCx, error); in ResolvedCallback()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/dom/serviceworkers/
H A DServiceWorkerEvents.cpp570 AutoCancel autoCancel(this, mRequestURL); in NS_IMPL_ISUPPORTS0() local
585 autoCancel.SetCancelMessageAndLocation(sourceSpec, line, column, in NS_IMPL_ISUPPORTS0()
601 autoCancel.SetCancelMessageAndLocation(sourceSpec, line, column, in NS_IMPL_ISUPPORTS0()
621 autoCancel.SetCancelMessage("InterceptedErrorResponseWithURL"_ns, in NS_IMPL_ISUPPORTS0()
641 autoCancel.SetCancelMessage("BadOpaqueRedirectInterceptionWithURL"_ns, in NS_IMPL_ISUPPORTS0()
648 autoCancel.SetCancelMessage("BadRedirectModeInterceptionWithURL"_ns, in NS_IMPL_ISUPPORTS0()
658 autoCancel.SetCancelErrorResult(aCx, error); in NS_IMPL_ISUPPORTS0()
662 autoCancel.SetCancelMessage("InterceptedUsedResponseWithURL"_ns, in NS_IMPL_ISUPPORTS0()
692 autoCancel.SetCancelMessage("CorsResponseForSameOriginRequest"_ns, in NS_IMPL_ISUPPORTS0()
733 autoCancel.SetCancelErrorResult(aCx, error); in NS_IMPL_ISUPPORTS0()
[all …]
H A DServiceWorkerOp.cpp1324 AutoCancel autoCancel(this); in ResolvedCallback() local
1339 autoCancel.SetCancelMessageAndLocation(sourceSpec, line, column, in ResolvedCallback()
1355 autoCancel.SetCancelMessageAndLocation(sourceSpec, line, column, in ResolvedCallback()
1375 autoCancel.SetCancelMessage("InterceptedErrorResponseWithURL"_ns, in ResolvedCallback()
1402 autoCancel.SetCancelMessage("BadOpaqueRedirectInterceptionWithURL"_ns, in ResolvedCallback()
1409 autoCancel.SetCancelMessage("BadRedirectModeInterceptionWithURL"_ns, in ResolvedCallback()
1419 autoCancel.SetCancelErrorResult(aCx, error); in ResolvedCallback()
1423 autoCancel.SetCancelMessage("InterceptedUsedResponseWithURL"_ns, in ResolvedCallback()
1453 autoCancel.SetCancelMessage("CorsResponseForSameOriginRequest"_ns, in ResolvedCallback()
1466 autoCancel.SetCancelErrorResult(aCx, error); in ResolvedCallback()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/dom/serviceworkers/
H A DServiceWorkerEvents.cpp558 AutoCancel autoCancel(this, mRequestURL); in NS_IMPL_ISUPPORTS0() local
573 autoCancel.SetCancelMessageAndLocation( in NS_IMPL_ISUPPORTS0()
590 autoCancel.SetCancelMessageAndLocation( in NS_IMPL_ISUPPORTS0()
611 autoCancel.SetCancelMessage( in NS_IMPL_ISUPPORTS0()
625 autoCancel.SetCancelMessage( in NS_IMPL_ISUPPORTS0()
633 autoCancel.SetCancelMessage( in NS_IMPL_ISUPPORTS0()
641 autoCancel.SetCancelMessage( in NS_IMPL_ISUPPORTS0()
647 autoCancel.SetCancelMessage( in NS_IMPL_ISUPPORTS0()
676 autoCancel.SetCancelMessage( in NS_IMPL_ISUPPORTS0()
717 autoCancel.SetCancelErrorResult(aCx, error); in NS_IMPL_ISUPPORTS0()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/workers/
H A DServiceWorkerEvents.cpp546 AutoCancel autoCancel(this, mRequestURL); in NS_IMPL_ISUPPORTS0() local
557 autoCancel.SetCancelMessageAndLocation(sourceSpec, line, column, in NS_IMPL_ISUPPORTS0()
572 autoCancel.SetCancelMessageAndLocation(sourceSpec, line, column, in NS_IMPL_ISUPPORTS0()
592 autoCancel.SetCancelMessage( in NS_IMPL_ISUPPORTS0()
605 autoCancel.SetCancelMessage( in NS_IMPL_ISUPPORTS0()
613 autoCancel.SetCancelMessage( in NS_IMPL_ISUPPORTS0()
619 autoCancel.SetCancelMessage( in NS_IMPL_ISUPPORTS0()
625 autoCancel.SetCancelMessage( in NS_IMPL_ISUPPORTS0()
701 autoCancel.Reset(); in NS_IMPL_ISUPPORTS0()
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/ghcide/
H A Dazure-pipelines.yml11 autoCancel: true # cancel previous builds on push
/dports/devel/hs-hls-install/haskell-language-server-1.4.0/ghcide/
H A Dazure-pipelines.yml11 autoCancel: true # cancel previous builds on push
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/
H A Dazure-pipelines.yml14 autoCancel: true
/dports/graphics/panomatic/panomatic-0.9.4/zthread/include/zthread/
H A DThread.h221 Thread(const Task&, bool autoCancel = false);
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/browser_ui/notifications/android/java/src/org/chromium/components/browser_ui/notifications/
H A DNotificationWrapperCompatBuilder.java41 public NotificationWrapperBuilder setAutoCancel(boolean autoCancel) { in setAutoCancel() argument
42 mBuilder.setAutoCancel(autoCancel); in setAutoCancel()
H A DNotificationWrapperStandardBuilder.java41 public NotificationWrapperBuilder setAutoCancel(boolean autoCancel) { in setAutoCancel() argument
42 mBuilder.setAutoCancel(autoCancel); in setAutoCancel()
H A DNotificationWrapperBuilder.java20 NotificationWrapperBuilder setAutoCancel(boolean autoCancel); in setAutoCancel() argument
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/ansible/windows/.azure-pipelines/
H A Dazure-pipelines.yml9 autoCancel: true
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/windows/.azure-pipelines/
H A Dazure-pipelines.yml9 autoCancel: true
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/meson/
H A Dazure-pipelines.yml20 autoCancel: true
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/hetzner/hcloud/.azure-pipelines/
H A Dazure-pipelines.yml8 autoCancel: true
/dports/misc/adios2/ADIOS2-2.7.1/
H A Dazure-pipelines.yml6 autoCancel: true

12