Home
last modified time | relevance | path

Searched defs:InvokeMethod (Results 1 – 25 of 160) sorted by relevance

1234567

/dports/devel/p5-Inline-Java/Inline-Java-0.540/Java/sources/org/perl/inline/java/
H A DInlineJavaPerlObject.java43 …public Object InvokeMethod(String name, Object args[]) throws InlineJavaPerlException, InlineJavaE… in InvokeMethod() method in InlineJavaPerlObject
48 …public Object InvokeMethod(String name, Object args[], Class cast) throws InlineJavaPerlException,… in InvokeMethod() method in InlineJavaPerlObject
/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.Debugger.Soft/Mono.Debugger.Soft/
H A DPrimitiveValue.cs43 public Value InvokeMethod (ThreadMirror thread, MethodMirror method, IList<Value> arguments) { in InvokeMethod() method in Mono.Debugger.Soft.PrimitiveValue
47 …public Value InvokeMethod (ThreadMirror thread, MethodMirror method, IList<Value> arguments, Invok… in InvokeMethod() method in Mono.Debugger.Soft.PrimitiveValue
H A DStructMirror.cs69 public Value InvokeMethod (ThreadMirror thread, MethodMirror method, IList<Value> arguments) { in InvokeMethod() method in Mono.Debugger.Soft.StructMirror
73 …public Value InvokeMethod (ThreadMirror thread, MethodMirror method, IList<Value> arguments, Invok… in InvokeMethod() method in Mono.Debugger.Soft.StructMirror
/dports/astro/phd2/phd2-2.6.10/
H A Dcomdispatch.cpp298 bool DispatchObj::InvokeMethod(Variant *res, OLECHAR *name, OLECHAR *arg) in InvokeMethod() function in DispatchObj
320 bool DispatchObj::InvokeMethod(Variant *res, DISPID dispid, double arg1, double arg2) in InvokeMethod() function in DispatchObj
338 bool DispatchObj::InvokeMethod(Variant *res, OLECHAR *name, double arg1, double arg2) in InvokeMethod() function in DispatchObj
346 bool DispatchObj::InvokeMethod(Variant *res, DISPID dispid) in InvokeMethod() function in DispatchObj
359 bool DispatchObj::InvokeMethod(Variant *res, OLECHAR *name) in InvokeMethod() function in DispatchObj
/dports/lang/mono/mono-5.10.1.57/external/nunit-lite/NUnitLite-1.0.0/src/framework/Internal/
H A DReflect.cs197 public static object InvokeMethod( MethodInfo method, object fixture ) in InvokeMethod() method in NUnit.Framework.Internal.Reflect
209 public static object InvokeMethod( MethodInfo method, object fixture, params object[] args ) in InvokeMethod() method in NUnit.Framework.Internal.Reflect
/dports/devel/log4net/log4net-1.2.10/tests/src/
H A DUtils.cs43 public static object InvokeMethod(object target, string name, params object[] args) in InvokeMethod() method in log4net.Tests.Utils
48 public static object InvokeMethod(Type target, string name, params object[] args) in InvokeMethod() method in log4net.Tests.Utils
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/test/Microsoft.TestCommon/Microsoft/TestCommon/
H A DGenericTypeAssert.cs238 …public object InvokeMethod(object instance, string methodName, Type[] parameterTypes, object[] par… in InvokeMethod() method in Microsoft.TestCommon.GenericTypeAssert
257 …public object InvokeMethod(Type type, string methodName, Type[] parameterTypes, object[] parameter… in InvokeMethod() method in Microsoft.TestCommon.GenericTypeAssert
346 … public object InvokeMethod(object instance, string methodName, params object[] parameterValues) in InvokeMethod() method in Microsoft.TestCommon.GenericTypeAssert
361 public object InvokeMethod(Type type, string methodName, params object[] parameterValues) in InvokeMethod() method in Microsoft.TestCommon.GenericTypeAssert
/dports/www/firefox-esr/firefox-91.8.0/testing/gtest/gmock/include/gmock/
H A Dgmock-generated-actions.h.pump65 $var args = [[$if i==0 [[]] $else [[ args]]]]
87 return callback->Run($gets);
109 // the mock function, i.e. if the mock function's arguments can be
131 // k{i}-th (0-based) field of ArgumentTuple, which must be a tuple
158 $for i [[
159 $range j 1..n
183 explicit WithArgsAction(const InnerAction& action) : action_(action) {}
210 GTEST_DISALLOW_ASSIGN_(WithArgsAction);
233 $range i 0..n
257 // Various overloads for Invoke().
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/tests/
H A Dgtest-360.cs13 internal static int InvokeMethod (string name, params object [] args) in InvokeMethod() method in C
/dports/converters/wkhtmltopdf/qt-5db36ec/tools/activeqt/testcon/
H A Dmainwindow.h49 class InvokeMethod; variable
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Management/System.Management/
H A DManagementObject.cs280 public object InvokeMethod (string methodName, object [] args) in InvokeMethod() method in System.Management.ManagementObject
286 public ManagementBaseObject InvokeMethod (string methodName, in InvokeMethod() method in System.Management.ManagementObject
294 public void InvokeMethod (ManagementOperationObserver watcher, string methodName, object [] args) in InvokeMethod() method in System.Management.ManagementObject
300 public void InvokeMethod (ManagementOperationObserver watcher, in InvokeMethod() method in System.Management.ManagementObject
/dports/net/py-pyvmomi/pyvmomi-7.0.3/pyVmomi/
H A DManagedMethodExecutorHelper.py54 def InvokeMethod(self, mo, info, args): member in MMESoapStubAdapter
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/reflection/
H A Dbindingflags.cs46 InvokeMethod = 0x0100, enumerator
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/shared/System/Reflection/
H A DBindingFlags.cs28 InvokeMethod = 0x0100, enumerator
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/CoreLib/System/Reflection/
H A DBindingFlags.cs28 InvokeMethod = 0x0100, enumerator
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Activities/System/Activities/Expressions/
H A DInvokeMethod.cs19 public sealed class InvokeMethod<TResult> : AsyncCodeActivity<TResult> class
/dports/lang/mono-basic/mono-basic-4.7/vbnc/cecil/Mono.Cecil/
H A DEventDefinition.cs60 public MethodDefinition InvokeMethod { property in Mono.Cecil.EventDefinition
/dports/lang/mono/mono-5.10.1.57/external/linker/cecil/Mono.Cecil/
H A DEventDefinition.cs42 public MethodDefinition InvokeMethod { property in Mono.Cecil.EventDefinition
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Activities/System/Activities/Statements/
H A DInvokeMethod.cs19 public sealed class InvokeMethod : AsyncCodeActivity class
/dports/lang/mono/mono-5.10.1.57/external/cecil-legacy/Mono.Cecil/
H A DEventDefinition.cs60 public MethodDefinition InvokeMethod { property in Mono.Cecil.EventDefinition
/dports/lang/mono/mono-5.10.1.57/external/cecil/Mono.Cecil/
H A DEventDefinition.cs42 public MethodDefinition InvokeMethod { property in Mono.Cecil.EventDefinition
/dports/devel/mono-addins/mono-addins-mono-addins-1.3/Mono.Addins.CecilReflector/Mono.Cecil/Mono.Cecil/
H A DEventDefinition.cs60 public MethodDefinition InvokeMethod { property in Mono.Cecil.EventDefinition
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Management/src/System/Management/
H A DManagementObject.cs2149 public Object InvokeMethod(string methodName, Object[] args) in InvokeMethod() method in System.Management.ManagementObject
2193 public void InvokeMethod( in InvokeMethod() method in System.Management.ManagementObject
2292 public ManagementBaseObject InvokeMethod( in InvokeMethod() method in System.Management.ManagementObject
2361 public void InvokeMethod( in InvokeMethod() method in System.Management.ManagementObject
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/perfetto/protos/perfetto/ipc/
H A Dwire_protocol.proto37 message InvokeMethod { message
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/perfetto/protos/perfetto/ipc/
H A Dwire_protocol.proto37 message InvokeMethod { message

1234567