Home
last modified time | relevance | path

Searched defs:AsyncOperation (Results 1 – 25 of 60) sorted by relevance

123

/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/processor/model/
H A DAsyncOperation.java43 public class AsyncOperation extends Operation { class
48 public AsyncOperation(Entity entity) { in AsyncOperation() method in AsyncOperation
56 public AsyncOperation(Operation operation, Entity entity) { in AsyncOperation() method in AsyncOperation
64 public AsyncOperation(QName name, Entity entity) { in AsyncOperation() method in AsyncOperation
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/processor/model/
H A DAsyncOperation.java43 public class AsyncOperation extends Operation { class
48 public AsyncOperation(Entity entity) { in AsyncOperation() method in AsyncOperation
56 public AsyncOperation(Operation operation, Entity entity) { in AsyncOperation() method in AsyncOperation
64 public AsyncOperation(QName name, Entity entity) { in AsyncOperation() method in AsyncOperation
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet.tests/src/org/eclipse/equinox/http/servlet/tests/util/
H A DBaseAsyncServlet.java52 public class AsyncOperation implements Runnable { class in BaseAsyncServlet
55 public AsyncOperation(AsyncContext asyncContext) { in AsyncOperation() method in BaseAsyncServlet.AsyncOperation
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-s3control/source/model/
H A DAsyncOperation.cpp23 AsyncOperation::AsyncOperation() : in AsyncOperation() function in Aws::S3Control::Model::AsyncOperation
34 AsyncOperation::AsyncOperation(const XmlNode& xmlNode) : in AsyncOperation() function in Aws::S3Control::Model::AsyncOperation
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/system/componentmodel/
H A DAsyncOperation.cs13 public sealed class AsyncOperation class
23 private AsyncOperation(object userSuppliedState, SynchronizationContext syncContext) in AsyncOperation() method in System.ComponentModel.AsyncOperation
/dports/lang/mono/mono-5.10.1.57/external/nunit-lite/NUnitLite-1.0.0/src/framework/Internal/
H A DAsyncSynchronizationContext.cs80 private class AsyncOperation class in NUnit.Framework.Internal.AsyncSynchronizationContext
85 public AsyncOperation(SendOrPostCallback action, object state) in AsyncOperation() method in NUnit.Framework.Internal.AsyncSynchronizationContext.AsyncOperation
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.EventBasedAsync/src/System/ComponentModel/
H A DAsyncOperation.cs9 public sealed class AsyncOperation class
19 private AsyncOperation(object userSuppliedState, SynchronizationContext syncContext) in AsyncOperation() method in System.ComponentModel.AsyncOperation
/dports/devel/google-cloud-cpp/google-cloud-cpp-1.21.0/google/cloud/grpc_utils/
H A Dasync_operation.h26 using AsyncOperation = ::google::cloud::AsyncOperation; variable
/dports/devel/google-cloud-cpp117/google-cloud-cpp-1.17.0/google/cloud/grpc_utils/
H A Dasync_operation.h26 using AsyncOperation = ::google::cloud::AsyncOperation; variable
/dports/www/firefox-esr/firefox-91.8.0/ipc/mscom/
H A DEnsureMTA.h149 static void AsyncOperation(FuncT&& aClosure) { in AsyncOperation() function
/dports/www/firefox/firefox-99.0/ipc/mscom/
H A DEnsureMTA.h149 static void AsyncOperation(FuncT&& aClosure) { in AsyncOperation() function
/dports/mail/thunderbird/thunderbird-91.8.0/ipc/mscom/
H A DEnsureMTA.h149 static void AsyncOperation(FuncT&& aClosure) { in AsyncOperation() function
/dports/lang/spidermonkey78/firefox-78.9.0/ipc/mscom/
H A DEnsureMTA.h183 static void AsyncOperation(FuncT&& aClosure) { in AsyncOperation() function
/dports/lang/spidermonkey60/firefox-60.9.0/ipc/mscom/
H A DEnsureMTA.h109 static void AsyncOperation(const FuncT& aClosure) { in AsyncOperation() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/win/
H A Dasync_operation.h105 AsyncOperation() { in AsyncOperation() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/win/
H A Dasync_operation.h105 AsyncOperation() { in AsyncOperation() function
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.EventBasedAsync/ref/
H A DSystem.ComponentModel.EventBasedAsync.cs20 public sealed partial class AsyncOperation class
22 internal AsyncOperation() { } in AsyncOperation() method in System.ComponentModel.AsyncOperation
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel.Discovery/System/ServiceModel/Discovery/
H A DAsyncOperationContext.cs42 public AsyncOperation AsyncOperation property in System.ServiceModel.Discovery.AsyncOperationContext
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.EventBasedAsync/tests/
H A DAsyncOperationTests.cs127 public AsyncOperation AsyncOperation { get; private set; } property in System.ComponentModel.EventBasedAsync.Tests.AsyncOperationTests.TestAsyncOperation
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/google/api_core/
H A Doperation_async.py49 class AsyncOperation(async_future.AsyncFuture): class
/dports/www/py-google-api-core/google-api-core-2.2.2/google/api_core/
H A Doperation_async.py49 class AsyncOperation(async_future.AsyncFuture): class
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-a930583ec379/service/s3control/
H A Dapi_op_DescribeMultiRegionAccessPointOperation.go76 AsyncOperation *types.AsyncOperation member
/dports/net/pichi/pichi-1.4.0/include/pichi/stream/
H A Dwebsocket.hpp79 class AsyncOperation { class
114 AsyncOperation(Executor const& ex, Fail const& fail, Succeed const& succeed, in AsyncOperation() function in pichi::stream::detail::AsyncOperation
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-a930583ec379/service/s3control/types/
H A Dtypes.go98 type AsyncOperation struct { struct
101 CreationTime *time.Time
104 Operation AsyncOperationName
107 RequestParameters *AsyncRequestParameters
110 RequestStatus *string
113 RequestTokenARN *string
116 ResponseDetails *AsyncResponseDetails
118 noSmithyDocumentSerde
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Sockets/src/System/Net/Sockets/
H A DSocketAsyncContext.Unix.cs111 private abstract class AsyncOperation class in System.Net.Sockets.SocketAsyncContext
140 public AsyncOperation(SocketAsyncContext context) in AsyncOperation() method in System.Net.Sockets.SocketAsyncContext.AsyncOperation
1086 where TOperation : AsyncOperation property in System.Net.Sockets.SocketAsyncContext

123