Home
last modified time | relevance | path

Searched refs:AsyncResult (Results 176 – 200 of 1316) sorted by relevance

12345678910>>...53

/dports/devel/py-kazoo/kazoo-2.5.0/kazoo/handlers/
H A Dgevent.py27 AsyncResult = gevent.event.AsyncResult variable
150 return AsyncResult()
H A Dthreading.py66 class AsyncResult(utils.AsyncResult): class
69 super(AsyncResult, self).__init__(handler,
271 return AsyncResult(self)
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel.Activities/System/ServiceModel/Activities/Dispatcher/
H A DWorkflowServiceInstance.cs2418 class ReleaseInstanceAsyncResult : AsyncResult
2421 … static Action<AsyncResult, Exception> onCompleting = new Action<AsyncResult, Exception>(Finally);
2841 class PendingOperationAsyncResult : AsyncResult
2900 … static Action<AsyncResult, Exception> onCompleting = new Action<AsyncResult, Exception>(Finally);
2985 … static Action<AsyncResult, Exception> onCompleting = new Action<AsyncResult, Exception>(Finally);
3344 …static Action<AsyncResult, Exception> completeCallback = new Action<AsyncResult, Exception>(OnComp…
4037 … static Action<AsyncResult, Exception> onCompleting = new Action<AsyncResult, Exception>(Finally);
4581 AsyncResult.End<RunAsyncResult>(result); in End()
4659 class SuspendCoreAsyncResult : AsyncResult
4764 class AcquireLockOnIdleAsyncResult : AsyncResult
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel.Activities/System/ServiceModel/Activities/
H A DWorkflowControlClient.cs569 class CancelAsyncResult : AsyncResult
590 AsyncResult.End<CancelAsyncResult>(result); in End()
630 class RunAsyncResult : AsyncResult
651 AsyncResult.End<RunAsyncResult>(result); in End()
691 class SuspendAsyncResult : AsyncResult
712 AsyncResult.End<SuspendAsyncResult>(result); in End()
752 class UnsuspendAsyncResult : AsyncResult
773 AsyncResult.End<UnsuspendAsyncResult>(result); in End()
813 class TerminateAsyncResult : AsyncResult
834 AsyncResult.End<TerminateAsyncResult>(result); in End()
/dports/audio/gnome-music/gnome-music-41.0/gnomemusic/
H A Dembeddedart.py156 result: Gio.AsyncResult) -> None: argument
170 self, stream: Gio.FileOutputStream, result: Gio.AsyncResult, argument
183 self, pixbuf: GdkPixbuf.Pixbuf, result: Gio.AsyncResult, argument
197 self, stream: Gio.OutputStream, result: Gio.AsyncResult) -> None: argument
/dports/devel/glibmm/glibmm-2.64.2/gio/giomm/
H A Dresolver.h291 …Handle< Glib::RefPtr<InetAddress> > lookup_by_name_finish(const Glib::RefPtr<AsyncResult>& result);
351 Glib::ustring lookup_by_address_finish(const Glib::RefPtr<AsyncResult>& result);
432 ListHandle_SrvTarget lookup_service_finish(const Glib::RefPtr<AsyncResult>& result);
502 …std::vector<Glib::VariantContainerBase> lookup_records_finish(const Glib::RefPtr<AsyncResult>& res…
/dports/devel/php-ice37/ice-3.7.2/csharp/src/Ice/
H A DCommunicatorI.cs207 public AsyncResult begin_flushBatchRequests(Ice.CompressBatch compressBatch) in begin_flushBatchRequests()
227 return (AsyncResult result) => in getCompletedCallback()
244 …public AsyncResult begin_flushBatchRequests(Ice.CompressBatch compressBatch, AsyncCallback cb, obj… in begin_flushBatchRequests()
256 public void end_flushBatchRequests(AsyncResult result) in end_flushBatchRequests()
/dports/devel/ice37/ice-3.7.2/csharp/src/Ice/
H A DCommunicatorI.cs207 public AsyncResult begin_flushBatchRequests(Ice.CompressBatch compressBatch) in begin_flushBatchRequests()
227 return (AsyncResult result) => in getCompletedCallback()
244 …public AsyncResult begin_flushBatchRequests(Ice.CompressBatch compressBatch, AsyncCallback cb, obj… in begin_flushBatchRequests()
256 public void end_flushBatchRequests(AsyncResult result) in end_flushBatchRequests()
/dports/devel/py-ice37/ice-3.7.2/csharp/src/Ice/
H A DCommunicatorI.cs207 public AsyncResult begin_flushBatchRequests(Ice.CompressBatch compressBatch) in begin_flushBatchRequests()
227 return (AsyncResult result) => in getCompletedCallback()
244 …public AsyncResult begin_flushBatchRequests(Ice.CompressBatch compressBatch, AsyncCallback cb, obj… in begin_flushBatchRequests()
256 public void end_flushBatchRequests(AsyncResult result) in end_flushBatchRequests()
/dports/lang/mono/mono-5.10.1.57/mono/tests/
H A Ddelegate3.cs18 AsyncResult ares = (AsyncResult)ar; in async_callback()
/dports/lang/mono/mono-5.10.1.57/mcs/tests/
H A Dtest-107.cs18 AsyncResult ares = (AsyncResult)ar; in async_callback()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.IdentityModel/System/IdentityModel/
H A DTypedAsyncResult.cs16 public class TypedAsyncResult<T> : AsyncResult
84 AsyncResult.End( completedResult ); in End()
/dports/mail/py-python-slimta/python-slimta-4.2.1/test/
H A Dtest_slimta_util_dns.py8 from gevent.event import AsyncResult
21 result = AsyncResult()
26 result = AsyncResult()
/dports/devel/glibmm/glibmm-2.64.2/gio/src/
H A Dasyncresult.ccg31 AsyncResult::get_source_object_base()
45 AsyncResult::get_source_object_base() const
47 return const_cast<AsyncResult*>(this)->get_source_object_base();
/dports/devel/py-celery-progress/celery-progress-0.1.1/celery_progress/websockets/
H A Dconsumers.py4 from celery.result import AsyncResult
34 'data': Progress(AsyncResult(self.task_id)).get_info()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/runtime/remoting/
H A Dremotingproxy.cs326 AsyncResult ar = null; in InternalInvoke()
367 ar = new AsyncResult(reqMsg); in InternalInvoke()
507 AsyncResult ar; in Invoke()
515 ar = new AsyncResult(m); in Invoke()
738 private AsyncResult _ar;
742 public AgileAsyncWorkerItem(IMethodCallMessage message, AsyncResult ar, Object target) in AgileAsyncWorkerItem()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Channels/
H A DMsmqReceiveHelper.cs322 class TryTransactedReceiveAsyncResult : AsyncResult
373 …TryTransactedReceiveAsyncResult receiveResult = AsyncResult.End<TryTransactedReceiveAsyncResult>(r… in End()
381 class TryNonTransactedReceiveAsyncResult : AsyncResult
420 …TryNonTransactedReceiveAsyncResult asyncResult = AsyncResult.End<TryNonTransactedReceiveAsyncResul… in End()
436 class WaitForMessageAsyncResult : AsyncResult
478 … WaitForMessageAsyncResult thisPtr = AsyncResult.End<WaitForMessageAsyncResult>(result); in End()
H A DLayeredChannelListener.cs188 class OpenAsyncResult : AsyncResult
238 AsyncResult.End<OpenAsyncResult>(result); in End()
242 class CloseAsyncResult : AsyncResult
293 AsyncResult.End<CloseAsyncResult>(result); in End()
/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKMap/GKMap.Core/ProxySocket/
H A DSocks5Handler.cs201 AsyncResult = new IAsyncProxyResult(); in BeginNegotiate()
202 return AsyncResult; in BeginNegotiate()
216 AsyncResult = new IAsyncProxyResult(); in BeginNegotiate()
217 return AsyncResult; in BeginNegotiate()
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.context/src/test/java/org/springframework/scheduling/annotation/
H A DEnableAsyncTests.java99 return new AsyncResult<Thread>(Thread.currentThread()); in work0()
104 return new AsyncResult<Thread>(Thread.currentThread()); in work()
109 return new AsyncResult<Thread>(Thread.currentThread()); in work2()
114 return new AsyncResult<Thread>(Thread.currentThread()); in work3()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/gio-0.14.3/src/auto/
H A Dtask.rs5 use crate::AsyncResult;
18 pub struct Task(Object<ffi::GTask, ffi::GTaskClass>) @implements AsyncResult;
143 pub fn is_valid<P: IsA<AsyncResult>, Q: IsA<glib::Object>>( in is_valid() argument
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/gio/src/auto/
H A Dtask.rs5 use crate::AsyncResult;
18 pub struct Task(Object<ffi::GTask, ffi::GTaskClass>) @implements AsyncResult;
127 pub fn is_valid<P: IsA<AsyncResult>, Q: IsA<glib::Object>>( in is_valid() argument
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/gio-0.14.8/src/auto/
H A Dtask.rs5 use crate::AsyncResult;
18 pub struct Task(Object<ffi::GTask, ffi::GTaskClass>) @implements AsyncResult;
127 pub fn is_valid<P: IsA<AsyncResult>, Q: IsA<glib::Object>>( in is_valid() argument
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/gio-0.14.8/src/auto/
H A Dtask.rs5 use crate::AsyncResult;
18 pub struct Task(Object<ffi::GTask, ffi::GTaskClass>) @implements AsyncResult;
127 pub fn is_valid<P: IsA<AsyncResult>, Q: IsA<glib::Object>>( in is_valid() argument
/dports/multimedia/neolink/neolink-cf54129/cargo-crates/gio-0.14.0/src/auto/
H A Dtask.rs5 use crate::AsyncResult;
18 pub struct Task(Object<ffi::GTask, ffi::GTaskClass>) @implements AsyncResult;
143 pub fn is_valid<P: IsA<AsyncResult>, Q: IsA<glib::Object>>( in is_valid() argument

12345678910>>...53