Home
last modified time | relevance | path

Searched refs:Invoke (Results 1 – 25 of 8684) sorted by relevance

12345678910>>...348

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/abseil-cpp/absl/base/
H A Dinvoke_test.cc93 return Invoke(f); in Invoke()
98 return Invoke(f, 42); in CallMaybeWithArg()
102 EXPECT_EQ(1, Invoke(Function, 3, 2)); in TEST()
103 EXPECT_EQ(1, Invoke(&Function, 3, 2)); in TEST()
115 Invoke(NoOp); in TEST()
124 EXPECT_EQ(1, Invoke(f, 3, 2)); in TEST()
138 EXPECT_EQ("&", Invoke(f)); in TEST()
139 EXPECT_EQ("& 42", Invoke(f, " 42")); in TEST()
141 EXPECT_EQ("const&", Invoke(cf)); in TEST()
144 EXPECT_EQ("&&", Invoke(std::move(f))); in TEST()
[all …]
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/abseil-cpp/absl/base/
H A Dinvoke_test.cc93 return Invoke(f); in Invoke()
98 return Invoke(f, 42); in CallMaybeWithArg()
102 EXPECT_EQ(1, Invoke(Function, 3, 2)); in TEST()
103 EXPECT_EQ(1, Invoke(&Function, 3, 2)); in TEST()
115 Invoke(NoOp); in TEST()
124 EXPECT_EQ(1, Invoke(f, 3, 2)); in TEST()
138 EXPECT_EQ("&", Invoke(f)); in TEST()
139 EXPECT_EQ("& 42", Invoke(f, " 42")); in TEST()
141 EXPECT_EQ("const&", Invoke(cf)); in TEST()
144 EXPECT_EQ("&&", Invoke(std::move(f))); in TEST()
[all …]
/dports/devel/bloaty/bloaty-1.1/third_party/abseil-cpp/absl/base/
H A Dinvoke_test.cc88 return Invoke(f); in Invoke()
93 return Invoke(f, 42); in CallMaybeWithArg()
97 EXPECT_EQ(1, Invoke(Function, 3, 2)); in TEST()
98 EXPECT_EQ(1, Invoke(&Function, 3, 2)); in TEST()
110 Invoke(NoOp); in TEST()
119 EXPECT_EQ(1, Invoke(f, 3, 2)); in TEST()
133 EXPECT_EQ("&", Invoke(f)); in TEST()
134 EXPECT_EQ("& 42", Invoke(f, " 42")); in TEST()
136 EXPECT_EQ("const&", Invoke(cf)); in TEST()
177 Invoke(&Class::member, p) = 42; in TEST()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/tests/
H A Dgtest-etree-01.cs722 e9.Compile ().Invoke (1); in CallTest_9()
737 Assert ((uint) 5, r.Invoke (5)); in CoalesceTest()
747 Assert (-3, r2.Invoke (null)); in CoalesceTest_2()
764 Assert (null, r2.Invoke (0, 10)); in ConditionTest_2()
765 Assert (50, r2.Invoke (1, 50)); in ConditionTest_2()
774 Assert (3, r3.Invoke (true)); in ConditionTest_3()
775 Assert (-2, r3.Invoke (false)); in ConditionTest_3()
793 Assert (4, r.Invoke ()); in ConditionTest_5()
1785 var r = e.Compile ().Invoke (); in MemberInitTest_4()
2504 Assert (2, e.Compile ().Invoke ().Compile ().Invoke ()); in QuoteTest()
[all …]
/dports/devel/embb/embb-1.0.0/algorithms_cpp/test/
H A Dinvoke_test.cc59 using embb::algorithms::Invoke; in Test()
60 Invoke(&Invocable1, &Invocable2); in Test()
61 Invoke(&Invocable1, &Invocable2, &Invocable3); in Test()
62 Invoke(&Invocable1, &Invocable2, &Invocable3, &Invocable4); in Test()
64 Invoke(&Invocable1, &Invocable2, &Invocable3, &Invocable4, &Invocable5, in Test()
66 Invoke(&Invocable1, &Invocable2, &Invocable3, &Invocable4, &Invocable5, in Test()
68 Invoke(&Invocable1, &Invocable2, &Invocable3, &Invocable4, &Invocable5, in Test()
78 Invoke(&Invocable1, &Invocable2, policy); in Test()
79 Invoke(&Invocable1, &Invocable2, &Invocable3, policy); in Test()
80 Invoke(&Invocable1, &Invocable2, &Invocable3, &Invocable4, policy); in Test()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Linq.Expressions/src/System/Linq/Expressions/
H A DInvocationExpression.cs67 return Invoke(expression, arguments); in Update()
150 return Expression.Invoke(lambda, arguments ?? _arguments); in Rewrite()
178 return Expression.Invoke(lambda); in Rewrite()
215 return Expression.Invoke(lambda, arguments[0]); in Rewrite()
439 ValidateArgumentCount(method, ExpressionType.Invoke, 0, pis); in Invoke()
475 ValidateArgumentCount(method, ExpressionType.Invoke, 1, pis); in Invoke()
515 ValidateArgumentCount(method, ExpressionType.Invoke, 2, pis); in Invoke()
560 ValidateArgumentCount(method, ExpressionType.Invoke, 3, pis); in Invoke()
609 ValidateArgumentCount(method, ExpressionType.Invoke, 4, pis); in Invoke()
729 return Invoke(expression); in Invoke()
[all …]
/dports/finance/moneymanagerex/moneymanagerex-1.2.7/3rd/LuaGlue/examples/
H A Dinvoke.cpp3 class Invoke { class
6 Invoke() { printf("%p ctor!\n", this); } in Invoke() function in Invoke
7 ~Invoke() { printf("dtor!\n"); } in ~Invoke()
13 Invoke *objInvoke(void) { printf("return this\n"); return this; } in objInvoke()
21 auto &Class = state.Class<Invoke>("Invoke"). in main()
23 method("invoke", &Invoke::invoke). in main()
24 method("invokeObj", &Invoke::invokeObj). in main()
25 method("objInvoke", &Invoke::objInvoke). in main()
26 method("fromlua", &Invoke::fromlua); in main()
38 Invoke *test_obj = new Invoke(); in main()
[all …]
/dports/devel/msbuild/msbuild-0.06/src/Build/Logging/BinaryLogger/
H A DBuildEventArgsDispatcher.cs90 MessageRaised?.Invoke(null, (BuildMessageEventArgs)buildEvent); in Dispatch()
94 TaskStarted?.Invoke(null, (TaskStartedEventArgs)buildEvent); in Dispatch()
98 TaskFinished?.Invoke(null, (TaskFinishedEventArgs)buildEvent); in Dispatch()
102 TargetStarted?.Invoke(null, (TargetStartedEventArgs)buildEvent); in Dispatch()
106 TargetFinished?.Invoke(null, (TargetFinishedEventArgs)buildEvent); in Dispatch()
110 ProjectStarted?.Invoke(null, (ProjectStartedEventArgs)buildEvent); in Dispatch()
118 BuildStarted?.Invoke(null, (BuildStartedEventArgs)buildEvent); in Dispatch()
122 BuildFinished?.Invoke(null, (BuildFinishedEventArgs)buildEvent); in Dispatch()
134 WarningRaised?.Invoke(null, (BuildWarningEventArgs)buildEvent); in Dispatch()
138 ErrorRaised?.Invoke(null, (BuildErrorEventArgs)buildEvent); in Dispatch()
[all …]
/dports/lang/mono/mono-5.10.1.57/mono/tests/
H A Druntime-invoke.cs77 object a_ret = a_method.Invoke (a, null); in test_0_base()
80 object d_ret = d_method.Invoke (d, null); in test_0_base()
118 if ((string)(typeof (Foo).GetMethod ("ToString2").Invoke (new Foo (), null)) != "FOO") in test_0_vtype_method_sharing()
135 o = typeof (Tests).GetMethod ("data_types_ptr").Invoke (null, new object [1] { null }); in test_0_ptr()
205 typeof (Tests).GetMethod ("pack_u2").Invoke (null, new object [] { (ushort)0 }); in test_0_i2_u2()
223 typeof (Tests).GetMethod ("pack_bool").Invoke (null, new object [] { true }); in test_0_i1_bool()
242 var p = (Point)typeof (Foo2).GetMethod ("get_Location").Invoke (f, null); in test_0_vtype_method_vtype_ret()
252 int i = (int) gm.Invoke (arr, new object [] { 0, 1, 2 }); in test_0_array_get_set()
256 sm.Invoke (arr, new object [] { 0, 1, 2, 33 }); in test_0_array_get_set()
270 var res = ci.Invoke (new object[] { 1, 5, -10, 7 }); in test_0_multi_dim_array_ctor()
[all …]
H A Dgeneric-method-patching.2.cs15 public abstract S Invoke (T bla); in Invoke() method in FastFunc
19 public override string Invoke (int bla) { in Invoke() method in StringFastFunc
25 public override byte [] Invoke (int bla) { in Invoke() method in ArrayFastFunc
33 public T Invoke (FastFunc<T,int> f, int bla) { in Invoke() method in IntCache
37 T value = f.Invoke (bla); in Invoke()
54 ics.Invoke (sff, 123); in Main()
55 ics.Invoke (sff, 456); in Main()
59 ica.Invoke (aff, 1); in Main()
60 ica.Invoke (aff, 2); in Main()
61 ica.Invoke (aff, 3); in Main()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/vtkm/worklet/contourtree_augmented/
H A DActiveGraph.h127 vtkm::worklet::Invoker Invoke;
230 : Invoke(device) in ActiveGraph()
359 this->Invoke(initActiveEdgesWorklet, in Initialise()
455 this->Invoke(transferOutDegree, in TransferSaddleStarts()
494 this->Invoke(updateEdgeSorterWorklet, in TransferSaddleStarts()
538 this->Invoke( in FindGoverningSaddles()
821 this->Invoke.GetDevice(), in SetSuperArcs()
857 this->Invoke(setTreeSuperarcsWorklet, in SetSuperArcs()
890 this->Invoke( in SetHyperArcs()
937 this->Invoke(slideVerticesWorklet, in SetArcs()
[all …]
H A DContourTreeMaker.h127 vtkm::worklet::Invoker Invoke;
186 : Invoke(device) in ContourTreeMaker()
300 this->Invoke.GetDevice(), in ComputeHyperAndSuperStructure()
312 this->Invoke(permuteSuperarcsWorklet, in ComputeHyperAndSuperStructure()
465 this->Invoke(locateSuperarcsWorklet, in ComputeRegularStructure()
486 this->Invoke(setArcsWorklet, in ComputeRegularStructure()
622 this->Invoke(setAugmentedJoinArcsWorklet, in AugmentMergeTrees()
724 this->Invoke.GetDevice(), in TransferLeafChains()
731 this->Invoke.GetDevice(), in TransferLeafChains()
744 this->Invoke(initInAndOutboundWorklet, in TransferLeafChains()
[all …]
/dports/net/freeradius3/freeradius-server-3.0.25/share/
H A Ddictionary.broadsoft53 ATTRIBUTE BWAS-VP-Calling-Invoke-Time 44 string
74 ATTRIBUTE BWAS-Acb-Act-Invoke-Time 65 string
76 ATTRIBUTE BWAS-Acb-Deact-Invoke-Time 67 string
78 ATTRIBUTE BWAS-Call-Park-Invoke-Time 69 string
86 ATTRIBUTE BWAS-Dpubi-Invoke-Time 77 string
90 ATTRIBUTE BWAS-Cfa-Act-Invoke-Time 81 string
94 ATTRIBUTE BWAS-Cfb-Act-Invoke-Time 85 string
98 ATTRIBUTE BWAS-Cfna-Act-Invoke-Time 89 string
106 ATTRIBUTE BWAS-Cot-Invoke-Time 97 string
110 ATTRIBUTE BWAS-Dnd-Act-Invoke-Time 101 string
[all …]
/dports/net/wireshark-lite/wireshark-3.6.1/radius/
H A Ddictionary.broadsoft55 ATTRIBUTE BWAS-VP-Calling-Invoke-Time 44 string
76 ATTRIBUTE BWAS-Acb-Act-Invoke-Time 65 string
78 ATTRIBUTE BWAS-Acb-Deact-Invoke-Time 67 string
80 ATTRIBUTE BWAS-Call-Park-Invoke-Time 69 string
88 ATTRIBUTE BWAS-Dpubi-Invoke-Time 77 string
92 ATTRIBUTE BWAS-Cfa-Act-Invoke-Time 81 string
96 ATTRIBUTE BWAS-Cfb-Act-Invoke-Time 85 string
100 ATTRIBUTE BWAS-Cfna-Act-Invoke-Time 89 string
108 ATTRIBUTE BWAS-Cot-Invoke-Time 97 string
112 ATTRIBUTE BWAS-Dnd-Act-Invoke-Time 101 string
[all …]
/dports/net/wireshark/wireshark-3.6.1/radius/
H A Ddictionary.broadsoft55 ATTRIBUTE BWAS-VP-Calling-Invoke-Time 44 string
76 ATTRIBUTE BWAS-Acb-Act-Invoke-Time 65 string
78 ATTRIBUTE BWAS-Acb-Deact-Invoke-Time 67 string
80 ATTRIBUTE BWAS-Call-Park-Invoke-Time 69 string
88 ATTRIBUTE BWAS-Dpubi-Invoke-Time 77 string
92 ATTRIBUTE BWAS-Cfa-Act-Invoke-Time 81 string
96 ATTRIBUTE BWAS-Cfb-Act-Invoke-Time 85 string
100 ATTRIBUTE BWAS-Cfna-Act-Invoke-Time 89 string
108 ATTRIBUTE BWAS-Cot-Invoke-Time 97 string
112 ATTRIBUTE BWAS-Dnd-Act-Invoke-Time 101 string
[all …]
/dports/net/tshark/wireshark-3.6.1/radius/
H A Ddictionary.broadsoft55 ATTRIBUTE BWAS-VP-Calling-Invoke-Time 44 string
76 ATTRIBUTE BWAS-Acb-Act-Invoke-Time 65 string
78 ATTRIBUTE BWAS-Acb-Deact-Invoke-Time 67 string
80 ATTRIBUTE BWAS-Call-Park-Invoke-Time 69 string
88 ATTRIBUTE BWAS-Dpubi-Invoke-Time 77 string
92 ATTRIBUTE BWAS-Cfa-Act-Invoke-Time 81 string
96 ATTRIBUTE BWAS-Cfb-Act-Invoke-Time 85 string
100 ATTRIBUTE BWAS-Cfna-Act-Invoke-Time 89 string
108 ATTRIBUTE BWAS-Cot-Invoke-Time 97 string
112 ATTRIBUTE BWAS-Dnd-Act-Invoke-Time 101 string
[all …]
/dports/net/tshark-lite/wireshark-3.6.1/radius/
H A Ddictionary.broadsoft55 ATTRIBUTE BWAS-VP-Calling-Invoke-Time 44 string
76 ATTRIBUTE BWAS-Acb-Act-Invoke-Time 65 string
78 ATTRIBUTE BWAS-Acb-Deact-Invoke-Time 67 string
80 ATTRIBUTE BWAS-Call-Park-Invoke-Time 69 string
88 ATTRIBUTE BWAS-Dpubi-Invoke-Time 77 string
92 ATTRIBUTE BWAS-Cfa-Act-Invoke-Time 81 string
96 ATTRIBUTE BWAS-Cfb-Act-Invoke-Time 85 string
100 ATTRIBUTE BWAS-Cfna-Act-Invoke-Time 89 string
108 ATTRIBUTE BWAS-Cot-Invoke-Time 97 string
112 ATTRIBUTE BWAS-Dnd-Act-Invoke-Time 101 string
[all …]
/dports/games/rlvm/rlvm-release-0.14-77-gfabf134a/test/test_system/
H A Dmock_text_window.cc32 using ::testing::Invoke;
37 .WillByDefault(Invoke(this, &MockTextWindow::ConcreteSetFontColor)); in MockTextWindow()
39 .WillByDefault(Invoke(this, &MockTextWindow::ConcreteDisplayChar)); in MockTextWindow()
41 .WillByDefault(Invoke(this, &MockTextWindow::ConcreteTextSurface)); in MockTextWindow()
43 .WillByDefault(Invoke(this, &MockTextWindow::ConcreteRenderNameInBox)); in MockTextWindow()
45 .WillByDefault(Invoke(this, &MockTextWindow::ConcreteClearWin)); in MockTextWindow()
47 .WillByDefault(Invoke(this, &MockTextWindow::ConcreteSetName)); in MockTextWindow()
49 .WillByDefault(Invoke(this, &MockTextWindow::ConcreteHardBrake)); in MockTextWindow()
51 .WillByDefault(Invoke(this, &MockTextWindow::ConcreteResetIndentation)); in MockTextWindow()
53 .WillByDefault(Invoke(this, &MockTextWindow::ConcreteMarkRubyBegin)); in MockTextWindow()
[all …]
/dports/security/keepass-plugin-keepassrpc/keepassrpc-1.8.0/Jayrock/src/Jayrock.Sandbox/
H A DJsonRpcClient.cs44 public object Invoke(string method) in Invoke() method in Jayrock.JsonRpc.JsonRpcClient
46 return Invoke(AnyType.Value, method); in Invoke()
49 public object Invoke(Type returnType, string method) in Invoke() method in Jayrock.JsonRpc.JsonRpcClient
51 return Invoke(returnType, method, (object) null); in Invoke()
54 public object Invoke(string method, object[] args) in Invoke() method in Jayrock.JsonRpc.JsonRpcClient
56 return Invoke(AnyType.Value, method, args); in Invoke()
61 return Invoke(returnType, method, (object) args); in Invoke()
66 return Invoke(method, args); in InvokeVargs()
71 return Invoke(returnType, method, args); in InvokeVargs()
74 public object Invoke(string method, IDictionary args) in Invoke() method in Jayrock.JsonRpc.JsonRpcClient
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/Test/mainsoft/NunitWeb/NunitWeb/
H A DPageInvoker.cs129 Invoke (Delegates.LoadComplete); in OnLoadComplete()
138 Invoke (Delegates.PreInit); in OnPreInit()
147 Invoke (Delegates.PreLoad); in OnPreLoad()
165 Invoke (Delegates.InitComplete); in OnInitComplete()
201 Invoke (Delegates.Error); in OnError()
210 Invoke (Delegates.Disposed); in OnDisposed()
219 Invoke (Delegates.DataBinding); in OnDataBinding()
228 Invoke (Delegates.Init); in OnInit()
237 Invoke (Delegates.Load); in OnLoad()
246 Invoke (Delegates.PreRender); in OnPreRender()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Runtime.Serialization.Formatters/tests/
H A DFormatterTests.cs123 …protected override void WriteBoolean(bool val, string name) => WriteCallback?.Invoke("WriteBoolean… in WriteBoolean()
124 …protected override void WriteByte(byte val, string name) => WriteCallback?.Invoke("WriteByte", val… in WriteByte()
125 …protected override void WriteChar(char val, string name) => WriteCallback?.Invoke("WriteChar", val… in WriteChar()
128 …protected override void WriteDouble(double val, string name) => WriteCallback?.Invoke("WriteDouble… in WriteDouble()
129 …protected override void WriteInt16(short val, string name) => WriteCallback?.Invoke("WriteInt16", … in WriteInt16()
130 …protected override void WriteInt32(int val, string name) => WriteCallback?.Invoke("WriteInt32", va… in WriteInt32()
131 …protected override void WriteInt64(long val, string name) => WriteCallback?.Invoke("WriteInt64", v… in WriteInt64()
133 …protected override void WriteSByte(sbyte val, string name) => WriteCallback?.Invoke("WriteSByte", … in WriteSByte()
134 …protected override void WriteSingle(float val, string name) => WriteCallback?.Invoke("WriteSingle"… in WriteSingle()
137 …protected override void WriteUInt32(uint val, string name) => WriteCallback?.Invoke("WriteUInt32",… in WriteUInt32()
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/denverdino/aliyungo/ram/
H A Dpolicy.go100 err := client.Invoke("CreatePolicy", policyReq, &resp)
109 err := client.Invoke("GetPolicy", policyReq, &resp)
118 err := client.Invoke("DeletePolicy", policyReq, &resp)
127 err := client.Invoke("ListPolicies", policyQuery, &resp)
136 err := client.Invoke("CreatePolicyVersion", policyReq, &resp)
145 err := client.Invoke("GetPolicyVersion", policyReq, &resp)
154 err := client.Invoke("GetPolicyVersion", policyReq, &resp)
163 err := client.Invoke("DeletePolicyVersion", policyReq, &resp)
172 err := client.Invoke("ListPolicyVersions", policyReq, &resp)
181 err := client.Invoke("ListPolicyVersions", policyReq, &resp)
[all …]
/dports/sysutils/docker-registry/distribution-2.7.1/vendor/github.com/denverdino/aliyungo/aliyungo-a747050bb1ba/ram/
H A Dpolicy.go100 err := client.Invoke("CreatePolicy", policyReq, &resp)
109 err := client.Invoke("GetPolicy", policyReq, &resp)
118 err := client.Invoke("DeletePolicy", policyReq, &resp)
127 err := client.Invoke("ListPolicies", policyQuery, &resp)
136 err := client.Invoke("CreatePolicyVersion", policyReq, &resp)
145 err := client.Invoke("GetPolicyVersion", policyReq, &resp)
154 err := client.Invoke("GetPolicyVersion", policyReq, &resp)
163 err := client.Invoke("DeletePolicyVersion", policyReq, &resp)
172 err := client.Invoke("ListPolicyVersions", policyReq, &resp)
181 err := client.Invoke("ListPolicyVersions", policyReq, &resp)
[all …]
/dports/irc/smuxi/smuxi-1.1/lib/db4o-net/Db4objects.Db4o/Db4objects.Db4o/Internal/
H A DReflection4.cs21 return Invoke(clazz, methodName, null, null, null); in InvokeStatic()
25 public static object Invoke(object obj, string methodName) in Invoke() method in Db4objects.Db4o.Internal.Reflection4
27 return Invoke(obj.GetType(), methodName, null, null, obj); in Invoke()
31 public static object Invoke(object obj, string methodName, object[] @params) in Invoke() method in Db4objects.Db4o.Internal.Reflection4
38 return Invoke(obj.GetType(), methodName, paramClasses, @params, obj); in Invoke()
45 return Invoke(obj.GetType(), methodName, paramClasses, @params, obj); in Invoke()
52 return Invoke(clazz, methodName, paramClasses, @params, null); in Invoke()
55 private static object Invoke(Type clazz, string methodName, Type[] paramClasses, in Invoke() method in Db4objects.Db4o.Internal.Reflection4
58 return Invoke(@params, onObject, GetMethod(clazz, methodName, paramClasses)); in Invoke()
66 return Invoke(@params, onObject, method); in Invoke()
[all …]
/dports/devel/sccache/sccache-0.2.15/cargo-crates/syn-0.11.11/src/aster/
H A Dty.rs22 where F: Invoke<Ty>
174 where F: Invoke<Ty>
188 where F: Invoke<Ty>
202 where F: Invoke<Ty>
220 where F: Invoke<Ty>
248 where F: Invoke<Ty>
262 where F: Invoke<Ty>
285 where F: Invoke<Ty>
297 where F: Invoke<Ty>
321 where F: Invoke<Ty>
[all …]

12345678910>>...348