Home
last modified time | relevance | path

Searched refs:AsyncMethod (Results 1 – 25 of 55) sorted by relevance

123

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.ServiceModel/Test/FeatureBased/Features.Client/
H A DAsyncPatternServer.cs21 int AsyncMethod(); in AsyncMethod() method
58 public int AsyncMethod() in AsyncMethod() method in Proxy.MonoTests.Features.Client.AsyncPatternClient
60 return base.Channel.AsyncMethod(); in AsyncMethod()
/dports/lang/mono/mono-5.10.1.57/mcs/tests/
H A Dtest-async-24.cs13 public async Task<bool> AsyncMethod () in AsyncMethod() method
27 var t = s.AsyncMethod (); in Main()
H A Dtest-async-35.cs11 public static async Task<int> AsyncMethod () in AsyncMethod() method in N.M.C
36 Func<Task<int>> a = async () => await AsyncMethod (); in Main()
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/test/ossl_shim/
H A Dasync_bio.cc130 static const BIO_METHOD *AsyncMethod(void) in AsyncMethod() function
149 return bssl::UniquePtr<BIO>(BIO_new(AsyncMethod())); in AsyncBioCreate()
153 bssl::UniquePtr<BIO> ret(BIO_new(AsyncMethod())); in AsyncBioCreateDatagram()
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/test/ossl_shim/
H A Dasync_bio.cc130 static const BIO_METHOD *AsyncMethod(void) in AsyncMethod() function
149 return bssl::UniquePtr<BIO>(BIO_new(AsyncMethod())); in AsyncBioCreate()
153 bssl::UniquePtr<BIO> ret(BIO_new(AsyncMethod())); in AsyncBioCreateDatagram()
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/test/ossl_shim/
H A Dasync_bio.cc130 static const BIO_METHOD *AsyncMethod(void) in AsyncMethod() function
149 return bssl::UniquePtr<BIO>(BIO_new(AsyncMethod())); in AsyncBioCreate()
153 bssl::UniquePtr<BIO> ret(BIO_new(AsyncMethod())); in AsyncBioCreateDatagram()
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/test/ossl_shim/
H A Dasync_bio.cc130 static const BIO_METHOD *AsyncMethod(void) in AsyncMethod() function
149 return bssl::UniquePtr<BIO>(BIO_new(AsyncMethod())); in AsyncBioCreate()
153 bssl::UniquePtr<BIO> ret(BIO_new(AsyncMethod())); in AsyncBioCreateDatagram()
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/CryptoPkg/Library/OpensslLib/openssl/test/ossl_shim/
H A Dasync_bio.cc130 static const BIO_METHOD *AsyncMethod(void) in AsyncMethod() function
149 return bssl::UniquePtr<BIO>(BIO_new(AsyncMethod())); in AsyncBioCreate()
153 bssl::UniquePtr<BIO> ret(BIO_new(AsyncMethod())); in AsyncBioCreateDatagram()
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/CryptoPkg/Library/OpensslLib/openssl/test/ossl_shim/
H A Dasync_bio.cc130 static const BIO_METHOD *AsyncMethod(void) in AsyncMethod() function
149 return bssl::UniquePtr<BIO>(BIO_new(AsyncMethod())); in AsyncBioCreate()
153 bssl::UniquePtr<BIO> ret(BIO_new(AsyncMethod())); in AsyncBioCreateDatagram()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/test/ossl_shim/
H A Dasync_bio.cc130 static const BIO_METHOD *AsyncMethod(void) in AsyncMethod() function
149 return bssl::UniquePtr<BIO>(BIO_new(AsyncMethod())); in AsyncBioCreate()
153 bssl::UniquePtr<BIO> ret(BIO_new(AsyncMethod())); in AsyncBioCreateDatagram()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/test/ossl_shim/
H A Dasync_bio.cc130 static const BIO_METHOD *AsyncMethod(void) in AsyncMethod() function
149 return bssl::UniquePtr<BIO>(BIO_new(AsyncMethod())); in AsyncBioCreate()
153 bssl::UniquePtr<BIO> ret(BIO_new(AsyncMethod())); in AsyncBioCreateDatagram()
/dports/security/openssl/openssl-1.1.1n/test/ossl_shim/
H A Dasync_bio.cc130 static const BIO_METHOD *AsyncMethod(void) in AsyncMethod() function
149 return bssl::UniquePtr<BIO>(BIO_new(AsyncMethod())); in AsyncBioCreate()
153 bssl::UniquePtr<BIO> ret(BIO_new(AsyncMethod())); in AsyncBioCreateDatagram()
/dports/security/openssl-static/openssl-1.1.1l/test/ossl_shim/
H A Dasync_bio.cc130 static const BIO_METHOD *AsyncMethod(void) in AsyncMethod() function
149 return bssl::UniquePtr<BIO>(BIO_new(AsyncMethod())); in AsyncBioCreate()
153 bssl::UniquePtr<BIO> ret(BIO_new(AsyncMethod())); in AsyncBioCreateDatagram()
/dports/sysutils/edk2/edk2-edk2-stable202102/CryptoPkg/Library/OpensslLib/openssl/test/ossl_shim/
H A Dasync_bio.cc130 static const BIO_METHOD *AsyncMethod(void) in AsyncMethod() function
149 return bssl::UniquePtr<BIO>(BIO_new(AsyncMethod())); in AsyncBioCreate()
153 bssl::UniquePtr<BIO> ret(BIO_new(AsyncMethod())); in AsyncBioCreateDatagram()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Reflection.Metadata/src/System/Reflection/Metadata/Internal/
H A DMetadataFlags.cs241 internal const uint AsyncMethod = (uint)TableIndex.StateMachineMethod; field in System.Reflection.Metadata.Ecma335.HandleType
327 internal const uint AsyncMethod = HandleType.AsyncMethod << RowIdBitCount; field in System.Reflection.Metadata.Ecma335.TokenTypeIds
/dports/textproc/py-orange3-text/orange3-text-1.3.1/orangecontrib/text/widgets/utils/
H A Dconcurrent.py177 class AsyncMethod(QObject): class
227 return wraps(task)(AsyncMethod(task))
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.ServiceModel/Test/FeatureBased/Features.Serialization/
H A DAsyncPatternTester.cs19 Assert.AreEqual (ClientProxy.AsyncMethod (), 3, "Called method with AsyncPattern=true"); in TestAsync()
/dports/lang/spidermonkey78/firefox-78.9.0/ipc/mscom/
H A DAsyncInvoker.h284 template <typename SyncMethod, typename AsyncMethod, typename... Args>
285 HRESULT Invoke(SyncMethod aSyncMethod, AsyncMethod aAsyncMethod, in Invoke()
/dports/lang/spidermonkey60/firefox-60.9.0/ipc/mscom/
H A DAsyncInvoker.h283 template <typename SyncMethod, typename AsyncMethod, typename... Args>
284 HRESULT Invoke(SyncMethod aSyncMethod, AsyncMethod aAsyncMethod, in Invoke()
/dports/www/firefox-esr/firefox-91.8.0/ipc/mscom/
H A DAsyncInvoker.h399 template <typename SyncMethod, typename AsyncMethod, typename... Args>
400 HRESULT Invoke(SyncMethod aSyncMethod, AsyncMethod aAsyncMethod, in Invoke()
/dports/www/firefox/firefox-99.0/ipc/mscom/
H A DAsyncInvoker.h399 template <typename SyncMethod, typename AsyncMethod, typename... Args>
400 HRESULT Invoke(SyncMethod aSyncMethod, AsyncMethod aAsyncMethod, in Invoke()
/dports/mail/thunderbird/thunderbird-91.8.0/ipc/mscom/
H A DAsyncInvoker.h399 template <typename SyncMethod, typename AsyncMethod, typename... Args>
400 HRESULT Invoke(SyncMethod aSyncMethod, AsyncMethod aAsyncMethod, in Invoke()
/dports/sysutils/boxbackup-devel/boxbackup-0.11_trunk_2979/bin/bbackupd/
H A DBackupDaemon.h585 typedef HRESULT (__stdcall IVssBackupComponents::*AsyncMethod)(IVssAsync**); typedef
586 bool CallAndWaitForAsync(AsyncMethod method,
/dports/editors/lazarus/lazarus/components/lazdebuggers/lazdebuggerfp/
H A Dfpdebugdebugger.pas48 property AsyncMethod: TFpDbgAsyncMethod read FAsyncMethod write FAsyncMethod; property
1953 assert(not assigned(FFpDebugThread.AsyncMethod));
1954 FFpDebugThread.AsyncMethod:=AMethod;
1958 FFpDebugThread.AsyncMethod:=nil;
/dports/editors/lazarus-qt5/lazarus/components/lazdebuggers/lazdebuggerfp/
H A Dfpdebugdebugger.pas48 property AsyncMethod: TFpDbgAsyncMethod read FAsyncMethod write FAsyncMethod; property
1953 assert(not assigned(FFpDebugThread.AsyncMethod));
1954 FFpDebugThread.AsyncMethod:=AMethod;
1958 FFpDebugThread.AsyncMethod:=nil;

123