Home
last modified time | relevance | path

Searched refs:VerifyMethod (Results 1 – 25 of 59) sorted by relevance

123

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Reflection.Emit.Lightweight/tests/
H A DDynamicMethodCtor.cs34 …Helpers.VerifyMethod(method1, name, MethodAttributes.Public | MethodAttributes.Static, CallingConv… in String_Type_TypeArray_Module()
37 …Helpers.VerifyMethod(method2, name, MethodAttributes.Public | MethodAttributes.Static, CallingConv… in String_Type_TypeArray_Module()
40 …Helpers.VerifyMethod(method3, name, MethodAttributes.Public | MethodAttributes.Static, CallingConv… in String_Type_TypeArray_Module()
43 …Helpers.VerifyMethod(method4, name, MethodAttributes.Public | MethodAttributes.Static, CallingConv… in String_Type_TypeArray_Module()
46 …Helpers.VerifyMethod(method5, name, MethodAttributes.Public | MethodAttributes.Static, CallingConv… in String_Type_TypeArray_Module()
58 …Helpers.VerifyMethod(method1, name, MethodAttributes.Public | MethodAttributes.Static, CallingConv… in String_Type_TypeArray_Type()
61 …Helpers.VerifyMethod(method2, name, MethodAttributes.Public | MethodAttributes.Static, CallingConv… in String_Type_TypeArray_Type()
64 …Helpers.VerifyMethod(method3, name, MethodAttributes.Public | MethodAttributes.Static, CallingConv… in String_Type_TypeArray_Type()
67 …Helpers.VerifyMethod(method4, name, MethodAttributes.Public | MethodAttributes.Static, CallingConv… in String_Type_TypeArray_Type()
70 …Helpers.VerifyMethod(method5, name, MethodAttributes.Public | MethodAttributes.Static, CallingConv… in String_Type_TypeArray_Type()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Reflection.Emit/tests/TypeBuilder/
H A DTypeBuilderDefineMethod.cs77VerifyMethod(type1, method1, name, attributes, callingConvention, returnType, parameterTypes); in DefineMethod()
82VerifyMethod(type2, method2, name, attributes, callingConvention, returnType, parameterTypes); in DefineMethod()
89VerifyMethod(type3, method3, name, attributes, callingConvention, returnType, parameterTypes); in DefineMethod()
94VerifyMethod(type4, method4, name, attributes, callingConvention, returnType, parameterTypes); in DefineMethod()
109 …private static void VerifyMethod(TypeBuilder type, MethodBuilder method, string name, MethodAttrib… in VerifyMethod() method in System.Reflection.Emit.Tests.TypeBuilderDefineMethodTests
/dports/sysutils/cfengine318/cfengine-3.18.1/cf-agent/
H A Dverify_methods.h31 PromiseResult VerifyMethod(EvalContext *ctx, const Rval call, const Attributes *a, const Promise *p…
H A Dverify_methods.c74 PromiseResult result = VerifyMethod(ctx, method_name, &a, pp); in VerifyMethodsPromise()
86 PromiseResult VerifyMethod(EvalContext *ctx, const Rval call, const Attributes *a, const Promise *p… in VerifyMethod() function
/dports/sysutils/cfengine317/cfengine-3.17.0/cf-agent/
H A Dverify_methods.h31 PromiseResult VerifyMethod(EvalContext *ctx, const Rval call, const Attributes *a, const Promise *p…
H A Dverify_methods.c74 PromiseResult result = VerifyMethod(ctx, method_name, &a, pp); in VerifyMethodsPromise()
86 PromiseResult VerifyMethod(EvalContext *ctx, const Rval call, const Attributes *a, const Promise *p… in VerifyMethod() function
/dports/sysutils/cfengine-devel/core-d08ae9eff/cf-agent/
H A Dverify_methods.h31 PromiseResult VerifyMethod(EvalContext *ctx, const Rval call, const Attributes *a, const Promise *p…
H A Dverify_methods.c74 PromiseResult result = VerifyMethod(ctx, method_name, &a, pp); in VerifyMethodsPromise()
86 PromiseResult VerifyMethod(EvalContext *ctx, const Rval call, const Attributes *a, const Promise *p… in VerifyMethod() function
/dports/sysutils/cfengine316/cfengine-3.16.0/cf-agent/
H A Dverify_methods.h31 PromiseResult VerifyMethod(EvalContext *ctx, const Rval call, const Attributes *a, const Promise *p…
H A Dverify_methods.c74 PromiseResult result = VerifyMethod(ctx, method_name, &a, pp); in VerifyMethodsPromise()
86 PromiseResult VerifyMethod(EvalContext *ctx, const Rval call, const Attributes *a, const Promise *p… in VerifyMethod() function
/dports/sysutils/cfengine/cfengine-3.19.0/cf-agent/
H A Dverify_methods.h31 PromiseResult VerifyMethod(EvalContext *ctx, const Rval call, const Attributes *a, const Promise *p…
H A Dverify_methods.c74 PromiseResult result = VerifyMethod(ctx, method_name, &a, pp); in VerifyMethodsPromise()
86 PromiseResult VerifyMethod(EvalContext *ctx, const Rval call, const Attributes *a, const Promise *p… in VerifyMethod() function
/dports/sysutils/cfengine319/cfengine-3.19.0/cf-agent/
H A Dverify_methods.h31 PromiseResult VerifyMethod(EvalContext *ctx, const Rval call, const Attributes *a, const Promise *p…
H A Dverify_methods.c74 PromiseResult result = VerifyMethod(ctx, method_name, &a, pp); in VerifyMethodsPromise()
86 PromiseResult VerifyMethod(EvalContext *ctx, const Rval call, const Attributes *a, const Promise *p… in VerifyMethod() function
/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.CodeContracts/Mono.CodeContracts.Static.Providers/
H A DIContractProvider.cs34 bool VerifyMethod (Method method, bool analyzeNonUserCode); in VerifyMethod() method
H A DCodeContractDecoder.cs37 public bool VerifyMethod (Method method, bool analyzeNonUserCode) in VerifyMethod() method in Mono.CodeContracts.Static.Providers.CodeContractDecoder
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/NetworkPkg/TlsDxe/
H A DTlsProtocol.c60 EFI_TLS_VERIFY VerifyMethod; in TlsSetSessionData() local
177 Status = This->GetSessionData (This, EfiTlsVerifyMethod, &VerifyMethod, &VerifyMethodSize); in TlsSetSessionData()
182 if ((VerifyMethod & EFI_TLS_VERIFY_PEER) == 0) { in TlsSetSessionData()
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/NetworkPkg/TlsDxe/
H A DTlsProtocol.c60 EFI_TLS_VERIFY VerifyMethod; in TlsSetSessionData() local
177 Status = This->GetSessionData (This, EfiTlsVerifyMethod, &VerifyMethod, &VerifyMethodSize); in TlsSetSessionData()
182 if ((VerifyMethod & EFI_TLS_VERIFY_PEER) == 0) { in TlsSetSessionData()
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/NetworkPkg/TlsDxe/
H A DTlsProtocol.c60 EFI_TLS_VERIFY VerifyMethod; in TlsSetSessionData() local
177 Status = This->GetSessionData (This, EfiTlsVerifyMethod, &VerifyMethod, &VerifyMethodSize); in TlsSetSessionData()
182 if ((VerifyMethod & EFI_TLS_VERIFY_PEER) == 0) { in TlsSetSessionData()
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/NetworkPkg/TlsDxe/
H A DTlsProtocol.c60 EFI_TLS_VERIFY VerifyMethod; in TlsSetSessionData() local
177 Status = This->GetSessionData (This, EfiTlsVerifyMethod, &VerifyMethod, &VerifyMethodSize); in TlsSetSessionData()
182 if ((VerifyMethod & EFI_TLS_VERIFY_PEER) == 0) { in TlsSetSessionData()
/dports/sysutils/edk2/edk2-edk2-stable202102/NetworkPkg/TlsDxe/
H A DTlsProtocol.c60 EFI_TLS_VERIFY VerifyMethod; in TlsSetSessionData() local
177 Status = This->GetSessionData (This, EfiTlsVerifyMethod, &VerifyMethod, &VerifyMethodSize); in TlsSetSessionData()
182 if ((VerifyMethod & EFI_TLS_VERIFY_PEER) == 0) { in TlsSetSessionData()
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/NetworkPkg/TlsDxe/
H A DTlsProtocol.c60 EFI_TLS_VERIFY VerifyMethod; in TlsSetSessionData() local
177 Status = This->GetSessionData (This, EfiTlsVerifyMethod, &VerifyMethod, &VerifyMethodSize); in TlsSetSessionData()
182 if ((VerifyMethod & EFI_TLS_VERIFY_PEER) == 0) { in TlsSetSessionData()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/ILVerify/src/
H A DProgram.cs116 private void VerifyMethod(MethodDesc method, MethodIL methodIL) in VerifyMethod() method in ILVerify.Program
228 VerifyMethod(method, methodIL); in VerifyModule()
/dports/security/lego/lego-4.5.3/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/green/
H A Dverify_website_instance.go74 VerifyMethod string `position:"Query" name:"VerifyMethod"` member
H A Ddescribe_website_verify_info.go87 VerifyMethod string `json:"VerifyMethod" xml:"VerifyMethod"` member

123