Home
last modified time | relevance | path

Searched refs:AsyncResult (Results 1 – 25 of 1316) sorted by relevance

12345678910>>...53

/dports/devel/glibmm/glibmm-2.64.2/gio/giomm/
H A Dasyncresult.cc40 AsyncResult::get_source_object_base() in get_source_object_base()
71 …return Glib::RefPtr<Gio::AsyncResult>( dynamic_cast<Gio::AsyncResult*> (Glib::wrap_auto_interface<… in wrap()
160 AsyncResult::AsyncResult() in AsyncResult() function in Gio::AsyncResult
165 AsyncResult::AsyncResult(GAsyncResult* castitem) in AsyncResult() function in Gio::AsyncResult
170 AsyncResult::AsyncResult(const Glib::Interface_Class& interface_class) in AsyncResult() function in Gio::AsyncResult
175 AsyncResult::AsyncResult(AsyncResult&& src) noexcept in AsyncResult() function in Gio::AsyncResult
179 AsyncResult& AsyncResult::operator=(AsyncResult&& src) noexcept in operator =()
185 AsyncResult::~AsyncResult() noexcept in ~AsyncResult()
194 AsyncResult::CppClassType AsyncResult::asyncresult_class_; // initialize static member
196 GType AsyncResult::get_type() in get_type()
[all …]
H A Dasyncresult.h50 class GIOMM_API AsyncResult; variable
63 using SlotAsyncReady = sigc::slot<void, Glib::RefPtr<AsyncResult>&>;
131 class GIOMM_API AsyncResult : public Glib::Interface
137 using CppObjectType = AsyncResult;
143 AsyncResult(const AsyncResult&) = delete;
144 AsyncResult& operator=(const AsyncResult&) = delete;
155 AsyncResult();
170 explicit AsyncResult(GAsyncResult* castitem);
177 AsyncResult(AsyncResult&& src) noexcept;
178 AsyncResult& operator=(AsyncResult&& src) noexcept;
[all …]
/dports/devel/ice37/ice-3.7.2/java-compat/src/Ice/src/main/java/Ice/
H A DObjectPrx.java46 AsyncResult begin_ice_isA(String id); in begin_ice_isA()
153 boolean end_ice_isA(AsyncResult result); in end_ice_isA()
172 AsyncResult begin_ice_ping(); in begin_ice_ping()
188 AsyncResult begin_ice_ping(Callback cb); in begin_ice_ping()
269 void end_ice_ping(AsyncResult result); in end_ice_ping()
293 AsyncResult begin_ice_ids(); in begin_ice_ids()
309 AsyncResult begin_ice_ids(Callback cb); in begin_ice_ids()
414 AsyncResult begin_ice_id(); in begin_ice_id()
430 AsyncResult begin_ice_id(Callback cb); in begin_ice_id()
512 String end_ice_id(AsyncResult result); in end_ice_id()
[all …]
H A DObjectPrxHelperBase.java251 private AsyncResult
271 private AsyncResult
1429 private AsyncResult
2336 public AsyncResult
2349 public AsyncResult
2362 public AsyncResult
2394 public AsyncResult
2498 public AsyncResult
2511 public AsyncResult
2524 public AsyncResult
[all …]
/dports/devel/py-ice37/ice-3.7.2/java-compat/src/Ice/src/main/java/Ice/
H A DObjectPrx.java46 AsyncResult begin_ice_isA(String id); in begin_ice_isA()
153 boolean end_ice_isA(AsyncResult result); in end_ice_isA()
172 AsyncResult begin_ice_ping(); in begin_ice_ping()
188 AsyncResult begin_ice_ping(Callback cb); in begin_ice_ping()
269 void end_ice_ping(AsyncResult result); in end_ice_ping()
293 AsyncResult begin_ice_ids(); in begin_ice_ids()
309 AsyncResult begin_ice_ids(Callback cb); in begin_ice_ids()
414 AsyncResult begin_ice_id(); in begin_ice_id()
430 AsyncResult begin_ice_id(Callback cb); in begin_ice_id()
512 String end_ice_id(AsyncResult result); in end_ice_id()
[all …]
H A DObjectPrxHelperBase.java251 private AsyncResult
271 private AsyncResult
1429 private AsyncResult
2336 public AsyncResult
2349 public AsyncResult
2362 public AsyncResult
2394 public AsyncResult
2498 public AsyncResult
2511 public AsyncResult
2524 public AsyncResult
[all …]
/dports/devel/php-ice37/ice-3.7.2/java-compat/src/Ice/src/main/java/Ice/
H A DObjectPrx.java46 AsyncResult begin_ice_isA(String id); in begin_ice_isA()
153 boolean end_ice_isA(AsyncResult result); in end_ice_isA()
172 AsyncResult begin_ice_ping(); in begin_ice_ping()
188 AsyncResult begin_ice_ping(Callback cb); in begin_ice_ping()
269 void end_ice_ping(AsyncResult result); in end_ice_ping()
293 AsyncResult begin_ice_ids(); in begin_ice_ids()
309 AsyncResult begin_ice_ids(Callback cb); in begin_ice_ids()
414 AsyncResult begin_ice_id(); in begin_ice_id()
430 AsyncResult begin_ice_id(Callback cb); in begin_ice_id()
512 String end_ice_id(AsyncResult result); in end_ice_id()
[all …]
H A DObjectPrxHelperBase.java251 private AsyncResult
271 private AsyncResult
1429 private AsyncResult
2336 public AsyncResult
2349 public AsyncResult
2362 public AsyncResult
2394 public AsyncResult
2498 public AsyncResult
2511 public AsyncResult
2524 public AsyncResult
[all …]
/dports/devel/py-celery/celery-4.4.7/t/unit/tasks/
H A Dtest_result.py129 x = self.app.AsyncResult('1')
141 x = self.app.AsyncResult('1')
149 x = self.app.AsyncResult(uuid())
164 x = self.app.AsyncResult(tid)
176 x = self.app.AsyncResult('1')
199 x = self.app.AsyncResult('1')
409 x = self.app.AsyncResult('1')
546 x.add(self.app.AsyncResult(2))
548 x.add(self.app.AsyncResult(2))
954 res = app.AsyncResult(uuid())
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/perfetto/src/ipc/
H A Ddeferred_unittest.cc48 AsyncResult<TestMessage> res = AsyncResult<TestMessage>::Create(); in TEST()
74 AsyncResult<TestMessage> res = AsyncResult<TestMessage>::Create(); in TEST()
110 deferred.Bind([](AsyncResult<TestMessage>) {}); in TEST()
120 AsyncResult<TestMessage> res = AsyncResult<TestMessage>::Create(); in TEST()
131 [num_callbacks](AsyncResult<TestMessage> msg) { in TEST()
142 AsyncResult<TestMessage> res = AsyncResult<TestMessage>::Create(); in TEST()
145 AsyncResult<TestMessage> res_moved(std::move(res)); in TEST()
162 res = AsyncResult<TestMessage>::Create(); in TEST()
198 AsyncResult<TestMessage> res = AsyncResult<TestMessage>::Create(); in TEST()
208 AsyncResult<TestMessage> res = AsyncResult<TestMessage>::Create(); in TEST()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/perfetto/src/ipc/
H A Ddeferred_unittest.cc48 AsyncResult<TestMessage> res = AsyncResult<TestMessage>::Create(); in TEST()
74 AsyncResult<TestMessage> res = AsyncResult<TestMessage>::Create(); in TEST()
110 deferred.Bind([](AsyncResult<TestMessage>) {}); in TEST()
120 AsyncResult<TestMessage> res = AsyncResult<TestMessage>::Create(); in TEST()
131 [num_callbacks](AsyncResult<TestMessage> msg) { in TEST()
142 AsyncResult<TestMessage> res = AsyncResult<TestMessage>::Create(); in TEST()
145 AsyncResult<TestMessage> res_moved(std::move(res)); in TEST()
162 res = AsyncResult<TestMessage>::Create(); in TEST()
198 AsyncResult<TestMessage> res = AsyncResult<TestMessage>::Create(); in TEST()
208 AsyncResult<TestMessage> res = AsyncResult<TestMessage>::Create(); in TEST()
[all …]
/dports/devel/php-ice37/ice-3.7.2/csharp/src/Ice/
H A DAsyncResult.cs12 public delegate void AsyncCallback(AsyncResult r); in AsyncCallback()
41 public interface AsyncResult : System.IAsyncResult interface
64 AsyncResult whenSent(AsyncCallback cb); in whenSent()
65 AsyncResult whenSent(SentCallback cb); in whenSent()
66 AsyncResult whenCompleted(ExceptionCallback excb); in whenCompleted()
69 public interface AsyncResult<T> : AsyncResult interface
74 new AsyncResult<T> whenSent(SentCallback cb); in whenSent()
83 abstract public class AsyncResultI : Ice.AsyncResult
220 public Ice.AsyncResult whenSent(Ice.AsyncCallback cb) in whenSent()
267 public Ice.AsyncResult whenSent(Ice.SentCallback cb) in whenSent()
[all …]
/dports/devel/ice37/ice-3.7.2/csharp/src/Ice/
H A DAsyncResult.cs12 public delegate void AsyncCallback(AsyncResult r); in AsyncCallback()
41 public interface AsyncResult : System.IAsyncResult interface
64 AsyncResult whenSent(AsyncCallback cb); in whenSent()
65 AsyncResult whenSent(SentCallback cb); in whenSent()
66 AsyncResult whenCompleted(ExceptionCallback excb); in whenCompleted()
69 public interface AsyncResult<T> : AsyncResult interface
74 new AsyncResult<T> whenSent(SentCallback cb); in whenSent()
83 abstract public class AsyncResultI : Ice.AsyncResult
220 public Ice.AsyncResult whenSent(Ice.AsyncCallback cb) in whenSent()
267 public Ice.AsyncResult whenSent(Ice.SentCallback cb) in whenSent()
[all …]
/dports/devel/py-ice37/ice-3.7.2/csharp/src/Ice/
H A DAsyncResult.cs12 public delegate void AsyncCallback(AsyncResult r); in AsyncCallback()
41 public interface AsyncResult : System.IAsyncResult interface
64 AsyncResult whenSent(AsyncCallback cb); in whenSent()
65 AsyncResult whenSent(SentCallback cb); in whenSent()
66 AsyncResult whenCompleted(ExceptionCallback excb); in whenCompleted()
69 public interface AsyncResult<T> : AsyncResult interface
74 new AsyncResult<T> whenSent(SentCallback cb); in whenSent()
83 abstract public class AsyncResultI : Ice.AsyncResult
220 public Ice.AsyncResult whenSent(Ice.AsyncCallback cb) in whenSent()
267 public Ice.AsyncResult whenSent(Ice.SentCallback cb) in whenSent()
[all …]
/dports/x11/nwg-dock/nwg-dock-0.2.2/vendor/github.com/gotk3/gotk3/glib/
H A Dgasyncresult.go23 type AsyncReadyCallback func(object *Object, res *AsyncResult)
26 type AsyncResult struct { struct
31 func (v *AsyncResult) native() *C.GAsyncResult { argument
38 func wrapAsyncResult(obj *Object) *AsyncResult {
39 return &AsyncResult{obj}
43 func (v *AsyncResult) GetUserData() uintptr { argument
49 func (v *AsyncResult) GetSourceObject() *Object { argument
58 func (v *AsyncResult) IsTagged(sourceTag uintptr) bool { argument
64 func (v *AsyncResult) LegacyPropagateError() error { argument
/dports/x11/nwg-bar/nwg-bar-0.0.1/vendor/github.com/gotk3/gotk3/glib/
H A Dgasyncresult.go23 type AsyncReadyCallback func(object *Object, res *AsyncResult)
26 type AsyncResult struct { struct
31 func (v *AsyncResult) native() *C.GAsyncResult { argument
38 func wrapAsyncResult(obj *Object) *AsyncResult {
39 return &AsyncResult{obj}
43 func (v *AsyncResult) GetUserData() uintptr { argument
49 func (v *AsyncResult) GetSourceObject() *Object { argument
58 func (v *AsyncResult) IsTagged(sourceTag uintptr) bool { argument
64 func (v *AsyncResult) LegacyPropagateError() error { argument
/dports/x11/nwg-drawer/nwg-drawer-0.2.8/vendor/github.com/gotk3/gotk3/glib/
H A Dgasyncresult.go23 type AsyncReadyCallback func(object *Object, res *AsyncResult)
26 type AsyncResult struct { struct
31 func (v *AsyncResult) native() *C.GAsyncResult { argument
38 func wrapAsyncResult(obj *Object) *AsyncResult {
39 return &AsyncResult{obj}
43 func (v *AsyncResult) GetUserData() uintptr { argument
49 func (v *AsyncResult) GetSourceObject() *Object { argument
58 func (v *AsyncResult) IsTagged(sourceTag uintptr) bool { argument
64 func (v *AsyncResult) LegacyPropagateError() error { argument
/dports/x11/nwg-menu/nwg-menu-0.1.1/vendor/github.com/gotk3/gotk3/glib/
H A Dgasyncresult.go23 type AsyncReadyCallback func(object *Object, res *AsyncResult)
26 type AsyncResult struct { struct
31 func (v *AsyncResult) native() *C.GAsyncResult { argument
38 func wrapAsyncResult(obj *Object) *AsyncResult {
39 return &AsyncResult{obj}
43 func (v *AsyncResult) GetUserData() uintptr { argument
49 func (v *AsyncResult) GetSourceObject() *Object { argument
58 func (v *AsyncResult) IsTagged(sourceTag uintptr) bool { argument
64 func (v *AsyncResult) LegacyPropagateError() error { argument
/dports/devel/php-ice37/ice-3.7.2/java-compat/test/src/main/java/test/Ice/ami/
H A DAMI.java97 isA(Ice.AsyncResult result) in isA()
104 ping(Ice.AsyncResult result) in ping()
111 id(Ice.AsyncResult result) in id()
118 ids(Ice.AsyncResult result) in ids()
132 op(Ice.AsyncResult result) in op()
200 idEx(Ice.AsyncResult result) in idEx()
427 opAsync(Ice.AsyncResult r) in opAsync()
442 sent(Ice.AsyncResult r) in sent()
566 opAsync(Ice.AsyncResult r) in opAsync()
1178 Ice.AsyncResult r; in run()
[all …]
/dports/devel/ice37/ice-3.7.2/java-compat/test/src/main/java/test/Ice/ami/
H A DAMI.java97 isA(Ice.AsyncResult result) in isA()
104 ping(Ice.AsyncResult result) in ping()
111 id(Ice.AsyncResult result) in id()
118 ids(Ice.AsyncResult result) in ids()
132 op(Ice.AsyncResult result) in op()
200 idEx(Ice.AsyncResult result) in idEx()
427 opAsync(Ice.AsyncResult r) in opAsync()
442 sent(Ice.AsyncResult r) in sent()
566 opAsync(Ice.AsyncResult r) in opAsync()
1178 Ice.AsyncResult r; in run()
[all …]
/dports/devel/py-ice37/ice-3.7.2/java-compat/test/src/main/java/test/Ice/ami/
H A DAMI.java97 isA(Ice.AsyncResult result) in isA()
104 ping(Ice.AsyncResult result) in ping()
111 id(Ice.AsyncResult result) in id()
118 ids(Ice.AsyncResult result) in ids()
132 op(Ice.AsyncResult result) in op()
200 idEx(Ice.AsyncResult result) in idEx()
427 opAsync(Ice.AsyncResult r) in opAsync()
442 sent(Ice.AsyncResult r) in sent()
566 opAsync(Ice.AsyncResult r) in opAsync()
1178 Ice.AsyncResult r; in run()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/perfetto/include/perfetto/ext/ipc/
H A Ddeferred.h71 std::function<void(AsyncResult<ProtoMessage>)> callback = nullptr);
80 void Bind(std::function<void(AsyncResult<ProtoMessage>)> callback);
82 void Resolve(AsyncResult<ProtoMessage>);
90 std::function<void(AsyncResult<ProtoMessage>)> callback_;
96 explicit Deferred(std::function<void(AsyncResult<T>)> callback = nullptr) {
108 void Bind(std::function<void(AsyncResult<T>)> callback) { in Bind()
116 AsyncResult<ProtoMessage> async_result_base) { in Bind()
119 AsyncResult<T> async_result( in Bind()
128 void Resolve(AsyncResult<T> async_result) { in Resolve()
130 AsyncResult<ProtoMessage> async_result_base( in Resolve()
H A Dasync_result.h33 class AsyncResult {
35 static AsyncResult Create() { in Create()
36 return AsyncResult(std::unique_ptr<T>(new T())); in Create()
39 AsyncResult(std::unique_ptr<T> msg = nullptr,
45 AsyncResult(AsyncResult&&) noexcept = default;
46 AsyncResult& operator=(AsyncResult&&) = default;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/perfetto/include/perfetto/ext/ipc/
H A Ddeferred.h71 std::function<void(AsyncResult<ProtoMessage>)> callback = nullptr);
80 void Bind(std::function<void(AsyncResult<ProtoMessage>)> callback);
82 void Resolve(AsyncResult<ProtoMessage>);
90 std::function<void(AsyncResult<ProtoMessage>)> callback_;
96 explicit Deferred(std::function<void(AsyncResult<T>)> callback = nullptr) {
108 void Bind(std::function<void(AsyncResult<T>)> callback) { in Bind()
116 AsyncResult<ProtoMessage> async_result_base) { in Bind()
119 AsyncResult<T> async_result( in Bind()
128 void Resolve(AsyncResult<T> async_result) { in Resolve()
130 AsyncResult<ProtoMessage> async_result_base( in Resolve()
H A Dasync_result.h33 class AsyncResult {
35 static AsyncResult Create() { in Create()
36 return AsyncResult(std::unique_ptr<T>(new T())); in Create()
39 AsyncResult(std::unique_ptr<T> msg = nullptr,
45 AsyncResult(AsyncResult&&) noexcept = default;
46 AsyncResult& operator=(AsyncResult&&) = default;

12345678910>>...53