Home
last modified time | relevance | path

Searched refs:Bar3 (Results 1 – 25 of 483) sorted by relevance

12345678910>>...20

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Dynamic.Runtime/tests/Dynamic.NamedAndOptional/
H A DConformance.dynamic.namedandoptional.usage.executeOrder.cs39 public static int Bar3(int j) in Bar3() method in ManagedTests.DynamicCSharp.Conformance.dynamic.namedandoptional.usage.executeOrder.nested01.nested01.Test
94 public static int Bar3(int j) in Bar3() method in ManagedTests.DynamicCSharp.Conformance.dynamic.namedandoptional.usage.executeOrder.nested01a.nested01a.Test
811 public static int Bar3() in Bar3() method in ManagedTests.DynamicCSharp.Conformance.dynamic.namedandoptional.usage.executeOrder.order01.order01.Test
866 public static int Bar3() in Bar3() method in ManagedTests.DynamicCSharp.Conformance.dynamic.namedandoptional.usage.executeOrder.order01a.order01a.Test
921 public static int Bar3() in Bar3() method in ManagedTests.DynamicCSharp.Conformance.dynamic.namedandoptional.usage.executeOrder.order01b.order01b.Test
976 public static int Bar3() in Bar3() method in ManagedTests.DynamicCSharp.Conformance.dynamic.namedandoptional.usage.executeOrder.order02.order02.Test
1031 public static int Bar3() in Bar3() method in ManagedTests.DynamicCSharp.Conformance.dynamic.namedandoptional.usage.executeOrder.order02a.order02a.Test
1086 public static int Bar3() in Bar3() method in ManagedTests.DynamicCSharp.Conformance.dynamic.namedandoptional.usage.executeOrder.order02b.order02b.Test
1141 public static int Bar3() in Bar3() method in ManagedTests.DynamicCSharp.Conformance.dynamic.namedandoptional.usage.executeOrder.order03.order03.Test
1306 public static int Bar3() in Bar3() method in ManagedTests.DynamicCSharp.Conformance.dynamic.namedandoptional.usage.executeOrder.order04.order04.Test
[all …]
/dports/games/openlierox/OpenLieroX/src/breakpad/external/src/testing/test/
H A Dgmock_output_test_.cc54 MOCK_METHOD2(Bar3, void(int x, int y));
74 EXPECT_CALL(foo_, Bar3(0, _)); in TEST_F()
75 foo_.Bar3(0, 0); // Expected call in TEST_F()
96 EXPECT_CALL(foo_, Bar3(0, _)); in TEST_F()
98 foo_.Bar3(1, 0); // Unexpected call in TEST_F()
99 foo_.Bar3(0, 0); // Expected call in TEST_F()
110 EXPECT_CALL(foo_, Bar3(0, _)); in TEST_F()
112 foo_.Bar3(0, 0); // Expected call in TEST_F()
113 foo_.Bar3(0, 1); // Excessive call in TEST_F()
121 foo_.Bar3(0, 1); // Uninteresting call in TEST_F()
[all …]
/dports/net/flower/flower-0.10/contrib/googletest-release-1.8.0/googlemock/test/
H A Dgmock_output_test_.cc57 MOCK_METHOD2(Bar3, void(int x, int y));
80 EXPECT_CALL(foo_, Bar3(0, _)); in TEST_F()
81 foo_.Bar3(0, 0); // Expected call in TEST_F()
102 EXPECT_CALL(foo_, Bar3(0, _)); in TEST_F()
104 foo_.Bar3(1, 0); // Unexpected call in TEST_F()
105 foo_.Bar3(0, 0); // Expected call in TEST_F()
116 EXPECT_CALL(foo_, Bar3(0, _)); in TEST_F()
118 foo_.Bar3(0, 0); // Expected call in TEST_F()
119 foo_.Bar3(0, 1); // Excessive call in TEST_F()
127 foo_.Bar3(0, 1); // Uninteresting call in TEST_F()
[all …]
/dports/math/curv/curv-0.5/extern/googletest/googlemock/test/
H A Dgmock_output_test_.cc57 MOCK_METHOD2(Bar3, void(int x, int y));
80 EXPECT_CALL(foo_, Bar3(0, _)); in TEST_F()
81 foo_.Bar3(0, 0); // Expected call in TEST_F()
102 EXPECT_CALL(foo_, Bar3(0, _)); in TEST_F()
104 foo_.Bar3(1, 0); // Unexpected call in TEST_F()
105 foo_.Bar3(0, 0); // Expected call in TEST_F()
116 EXPECT_CALL(foo_, Bar3(0, _)); in TEST_F()
118 foo_.Bar3(0, 0); // Expected call in TEST_F()
119 foo_.Bar3(0, 1); // Excessive call in TEST_F()
127 foo_.Bar3(0, 1); // Uninteresting call in TEST_F()
[all …]
/dports/misc/thrill/thrill-12c5b59bca66df93b66628b3829027bd0f110dd9/extlib/googletest/googlemock/test/
H A Dgmock_output_test_.cc57 MOCK_METHOD2(Bar3, void(int x, int y));
80 EXPECT_CALL(foo_, Bar3(0, _)); in TEST_F()
81 foo_.Bar3(0, 0); // Expected call in TEST_F()
102 EXPECT_CALL(foo_, Bar3(0, _)); in TEST_F()
104 foo_.Bar3(1, 0); // Unexpected call in TEST_F()
105 foo_.Bar3(0, 0); // Expected call in TEST_F()
116 EXPECT_CALL(foo_, Bar3(0, _)); in TEST_F()
118 foo_.Bar3(0, 0); // Expected call in TEST_F()
119 foo_.Bar3(0, 1); // Excessive call in TEST_F()
127 foo_.Bar3(0, 1); // Uninteresting call in TEST_F()
[all …]
/dports/devel/arpc/arpc-0.7/contrib/googletest-release-1.8.0/googlemock/test/
H A Dgmock_output_test_.cc57 MOCK_METHOD2(Bar3, void(int x, int y));
80 EXPECT_CALL(foo_, Bar3(0, _)); in TEST_F()
81 foo_.Bar3(0, 0); // Expected call in TEST_F()
102 EXPECT_CALL(foo_, Bar3(0, _)); in TEST_F()
104 foo_.Bar3(1, 0); // Unexpected call in TEST_F()
105 foo_.Bar3(0, 0); // Expected call in TEST_F()
116 EXPECT_CALL(foo_, Bar3(0, _)); in TEST_F()
118 foo_.Bar3(0, 0); // Expected call in TEST_F()
119 foo_.Bar3(0, 1); // Excessive call in TEST_F()
127 foo_.Bar3(0, 1); // Uninteresting call in TEST_F()
[all …]
/dports/biology/vcflib/vcflib-1.0.2/googletest/googlemock/test/
H A Dgmock_output_test_.cc57 MOCK_METHOD2(Bar3, void(int x, int y));
80 EXPECT_CALL(foo_, Bar3(0, _)); in TEST_F()
81 foo_.Bar3(0, 0); // Expected call in TEST_F()
102 EXPECT_CALL(foo_, Bar3(0, _)); in TEST_F()
104 foo_.Bar3(1, 0); // Unexpected call in TEST_F()
105 foo_.Bar3(0, 0); // Expected call in TEST_F()
116 EXPECT_CALL(foo_, Bar3(0, _)); in TEST_F()
118 foo_.Bar3(0, 0); // Expected call in TEST_F()
119 foo_.Bar3(0, 1); // Excessive call in TEST_F()
127 foo_.Bar3(0, 1); // Uninteresting call in TEST_F()
[all …]
/dports/www/davix/davix-0.7.6/deps/googletest/googlemock/test/
H A Dgmock_output_test_.cc57 MOCK_METHOD2(Bar3, void(int x, int y));
80 EXPECT_CALL(foo_, Bar3(0, _)); in TEST_F()
81 foo_.Bar3(0, 0); // Expected call in TEST_F()
102 EXPECT_CALL(foo_, Bar3(0, _)); in TEST_F()
104 foo_.Bar3(1, 0); // Unexpected call in TEST_F()
105 foo_.Bar3(0, 0); // Expected call in TEST_F()
116 EXPECT_CALL(foo_, Bar3(0, _)); in TEST_F()
118 foo_.Bar3(0, 0); // Expected call in TEST_F()
119 foo_.Bar3(0, 1); // Excessive call in TEST_F()
127 foo_.Bar3(0, 1); // Uninteresting call in TEST_F()
[all …]
/dports/biology/freebayes/freebayes-1.3.5/vcflib/googletest/googlemock/test/
H A Dgmock_output_test_.cc57 MOCK_METHOD2(Bar3, void(int x, int y));
80 EXPECT_CALL(foo_, Bar3(0, _)); in TEST_F()
81 foo_.Bar3(0, 0); // Expected call in TEST_F()
102 EXPECT_CALL(foo_, Bar3(0, _)); in TEST_F()
104 foo_.Bar3(1, 0); // Unexpected call in TEST_F()
105 foo_.Bar3(0, 0); // Expected call in TEST_F()
116 EXPECT_CALL(foo_, Bar3(0, _)); in TEST_F()
118 foo_.Bar3(0, 0); // Expected call in TEST_F()
119 foo_.Bar3(0, 1); // Excessive call in TEST_F()
127 foo_.Bar3(0, 1); // Uninteresting call in TEST_F()
[all …]
/dports/devel/nextpnr/nextpnr-48cd407/3rdparty/googletest/googlemock/test/
H A Dgmock_output_test_.cc57 MOCK_METHOD2(Bar3, void(int x, int y));
80 EXPECT_CALL(foo_, Bar3(0, _)); in TEST_F()
81 foo_.Bar3(0, 0); // Expected call in TEST_F()
102 EXPECT_CALL(foo_, Bar3(0, _)); in TEST_F()
104 foo_.Bar3(1, 0); // Unexpected call in TEST_F()
105 foo_.Bar3(0, 0); // Expected call in TEST_F()
116 EXPECT_CALL(foo_, Bar3(0, _)); in TEST_F()
118 foo_.Bar3(0, 0); // Expected call in TEST_F()
119 foo_.Bar3(0, 1); // Excessive call in TEST_F()
127 foo_.Bar3(0, 1); // Uninteresting call in TEST_F()
[all …]
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/yaml-cpp/test/gmock-1.7.0/test/
H A Dgmock_output_test_.cc57 MOCK_METHOD2(Bar3, void(int x, int y));
80 EXPECT_CALL(foo_, Bar3(0, _)); in TEST_F()
81 foo_.Bar3(0, 0); // Expected call in TEST_F()
102 EXPECT_CALL(foo_, Bar3(0, _)); in TEST_F()
104 foo_.Bar3(1, 0); // Unexpected call in TEST_F()
105 foo_.Bar3(0, 0); // Expected call in TEST_F()
116 EXPECT_CALL(foo_, Bar3(0, _)); in TEST_F()
118 foo_.Bar3(0, 0); // Expected call in TEST_F()
119 foo_.Bar3(0, 1); // Excessive call in TEST_F()
127 foo_.Bar3(0, 1); // Uninteresting call in TEST_F()
[all …]
/dports/sysutils/fusefs-encfs/encfs-1.9.5/vendor/github.com/google/googletest/googlemock/test/
H A Dgmock_output_test_.cc57 MOCK_METHOD2(Bar3, void(int x, int y));
80 EXPECT_CALL(foo_, Bar3(0, _));
81 foo_.Bar3(0, 0); // Expected call
102 EXPECT_CALL(foo_, Bar3(0, _));
104 foo_.Bar3(1, 0); // Unexpected call
105 foo_.Bar3(0, 0); // Expected call
116 EXPECT_CALL(foo_, Bar3(0, _));
118 foo_.Bar3(0, 0); // Expected call
119 foo_.Bar3(0, 1); // Excessive call
127 foo_.Bar3(0, 1); // Uninteresting call
[all …]
/dports/games/leela-zero/leela-zero-0.17/gtest/googlemock/test/
H A Dgmock_output_test_.cc58 MOCK_METHOD2(Bar3, void(int x, int y));
81 EXPECT_CALL(foo_, Bar3(0, _)); in TEST_F()
82 foo_.Bar3(0, 0); // Expected call in TEST_F()
103 EXPECT_CALL(foo_, Bar3(0, _)); in TEST_F()
105 foo_.Bar3(1, 0); // Unexpected call in TEST_F()
106 foo_.Bar3(0, 0); // Expected call in TEST_F()
117 EXPECT_CALL(foo_, Bar3(0, _)); in TEST_F()
119 foo_.Bar3(0, 0); // Expected call in TEST_F()
120 foo_.Bar3(0, 1); // Excessive call in TEST_F()
128 foo_.Bar3(0, 1); // Uninteresting call in TEST_F()
[all …]
/dports/multimedia/libgav1/libgav1-0.17.0/third_party/googletest/googlemock/test/
H A Dgmock_output_test_.cc63 MOCK_METHOD2(Bar3, void(int x, int y));
86 EXPECT_CALL(foo_, Bar3(0, _)); in TEST_F()
87 foo_.Bar3(0, 0); // Expected call in TEST_F()
108 EXPECT_CALL(foo_, Bar3(0, _)); in TEST_F()
110 foo_.Bar3(1, 0); // Unexpected call in TEST_F()
111 foo_.Bar3(0, 0); // Expected call in TEST_F()
122 EXPECT_CALL(foo_, Bar3(0, _)); in TEST_F()
124 foo_.Bar3(0, 0); // Expected call in TEST_F()
125 foo_.Bar3(0, 1); // Excessive call in TEST_F()
133 foo_.Bar3(0, 1); // Uninteresting call in TEST_F()
[all …]
/dports/math/suitesparse-graphblas/SuiteSparse-5.10.1/GraphBLAS/CUDA/test/googlemock/test/
H A Dgmock_output_test_.cc63 MOCK_METHOD2(Bar3, void(int x, int y));
86 EXPECT_CALL(foo_, Bar3(0, _)); in TEST_F()
87 foo_.Bar3(0, 0); // Expected call in TEST_F()
108 EXPECT_CALL(foo_, Bar3(0, _)); in TEST_F()
110 foo_.Bar3(1, 0); // Unexpected call in TEST_F()
111 foo_.Bar3(0, 0); // Expected call in TEST_F()
122 EXPECT_CALL(foo_, Bar3(0, _)); in TEST_F()
124 foo_.Bar3(0, 0); // Expected call in TEST_F()
125 foo_.Bar3(0, 1); // Excessive call in TEST_F()
133 foo_.Bar3(0, 1); // Uninteresting call in TEST_F()
[all …]
/dports/math/suitesparse-klu/SuiteSparse-5.10.1/GraphBLAS/CUDA/test/googlemock/test/
H A Dgmock_output_test_.cc63 MOCK_METHOD2(Bar3, void(int x, int y));
86 EXPECT_CALL(foo_, Bar3(0, _)); in TEST_F()
87 foo_.Bar3(0, 0); // Expected call in TEST_F()
108 EXPECT_CALL(foo_, Bar3(0, _)); in TEST_F()
110 foo_.Bar3(1, 0); // Unexpected call in TEST_F()
111 foo_.Bar3(0, 0); // Expected call in TEST_F()
122 EXPECT_CALL(foo_, Bar3(0, _)); in TEST_F()
124 foo_.Bar3(0, 0); // Expected call in TEST_F()
125 foo_.Bar3(0, 1); // Excessive call in TEST_F()
133 foo_.Bar3(0, 1); // Uninteresting call in TEST_F()
[all …]
/dports/misc/adios2/ADIOS2-2.7.1/thirdparty/GTest/googletest/googlemock/test/
H A Dgmock_output_test_.cc63 MOCK_METHOD2(Bar3, void(int x, int y));
86 EXPECT_CALL(foo_, Bar3(0, _)); in TEST_F()
87 foo_.Bar3(0, 0); // Expected call in TEST_F()
108 EXPECT_CALL(foo_, Bar3(0, _)); in TEST_F()
110 foo_.Bar3(1, 0); // Unexpected call in TEST_F()
111 foo_.Bar3(0, 0); // Expected call in TEST_F()
122 EXPECT_CALL(foo_, Bar3(0, _)); in TEST_F()
124 foo_.Bar3(0, 0); // Expected call in TEST_F()
125 foo_.Bar3(0, 1); // Excessive call in TEST_F()
133 foo_.Bar3(0, 1); // Uninteresting call in TEST_F()
[all …]
/dports/archivers/draco/googletest/googlemock/test/
H A Dgmock_output_test_.cc63 MOCK_METHOD2(Bar3, void(int x, int y));
86 EXPECT_CALL(foo_, Bar3(0, _)); in TEST_F()
87 foo_.Bar3(0, 0); // Expected call in TEST_F()
108 EXPECT_CALL(foo_, Bar3(0, _)); in TEST_F()
110 foo_.Bar3(1, 0); // Unexpected call in TEST_F()
111 foo_.Bar3(0, 0); // Expected call in TEST_F()
122 EXPECT_CALL(foo_, Bar3(0, _)); in TEST_F()
124 foo_.Bar3(0, 0); // Expected call in TEST_F()
125 foo_.Bar3(0, 1); // Excessive call in TEST_F()
133 foo_.Bar3(0, 1); // Uninteresting call in TEST_F()
[all …]
/dports/lang/v8/v8-9.6.180.12/third_party/googletest/src/googlemock/test/
H A Dgmock_output_test_.cc63 MOCK_METHOD2(Bar3, void(int x, int y));
86 EXPECT_CALL(foo_, Bar3(0, _)); in TEST_F()
87 foo_.Bar3(0, 0); // Expected call in TEST_F()
108 EXPECT_CALL(foo_, Bar3(0, _)); in TEST_F()
110 foo_.Bar3(1, 0); // Unexpected call in TEST_F()
111 foo_.Bar3(0, 0); // Expected call in TEST_F()
122 EXPECT_CALL(foo_, Bar3(0, _)); in TEST_F()
124 foo_.Bar3(0, 0); // Expected call in TEST_F()
125 foo_.Bar3(0, 1); // Excessive call in TEST_F()
133 foo_.Bar3(0, 1); // Uninteresting call in TEST_F()
[all …]
/dports/math/suitesparse-btf/SuiteSparse-5.10.1/GraphBLAS/CUDA/test/googlemock/test/
H A Dgmock_output_test_.cc63 MOCK_METHOD2(Bar3, void(int x, int y));
86 EXPECT_CALL(foo_, Bar3(0, _)); in TEST_F()
87 foo_.Bar3(0, 0); // Expected call in TEST_F()
108 EXPECT_CALL(foo_, Bar3(0, _)); in TEST_F()
110 foo_.Bar3(1, 0); // Unexpected call in TEST_F()
111 foo_.Bar3(0, 0); // Expected call in TEST_F()
122 EXPECT_CALL(foo_, Bar3(0, _)); in TEST_F()
124 foo_.Bar3(0, 0); // Expected call in TEST_F()
125 foo_.Bar3(0, 1); // Excessive call in TEST_F()
133 foo_.Bar3(0, 1); // Uninteresting call in TEST_F()
[all …]
/dports/math/suitesparse-amd/SuiteSparse-5.10.1/GraphBLAS/CUDA/test/googlemock/test/
H A Dgmock_output_test_.cc63 MOCK_METHOD2(Bar3, void(int x, int y));
86 EXPECT_CALL(foo_, Bar3(0, _)); in TEST_F()
87 foo_.Bar3(0, 0); // Expected call in TEST_F()
108 EXPECT_CALL(foo_, Bar3(0, _)); in TEST_F()
110 foo_.Bar3(1, 0); // Unexpected call in TEST_F()
111 foo_.Bar3(0, 0); // Expected call in TEST_F()
122 EXPECT_CALL(foo_, Bar3(0, _)); in TEST_F()
124 foo_.Bar3(0, 0); // Expected call in TEST_F()
125 foo_.Bar3(0, 1); // Excessive call in TEST_F()
133 foo_.Bar3(0, 1); // Uninteresting call in TEST_F()
[all …]
/dports/math/stanmath/math-4.2.0/lib/benchmark_1.5.1/googletest/googlemock/test/
H A Dgmock_output_test_.cc63 MOCK_METHOD2(Bar3, void(int x, int y));
86 EXPECT_CALL(foo_, Bar3(0, _)); in TEST_F()
87 foo_.Bar3(0, 0); // Expected call in TEST_F()
108 EXPECT_CALL(foo_, Bar3(0, _)); in TEST_F()
110 foo_.Bar3(1, 0); // Unexpected call in TEST_F()
111 foo_.Bar3(0, 0); // Expected call in TEST_F()
122 EXPECT_CALL(foo_, Bar3(0, _)); in TEST_F()
124 foo_.Bar3(0, 0); // Expected call in TEST_F()
125 foo_.Bar3(0, 1); // Excessive call in TEST_F()
133 foo_.Bar3(0, 1); // Uninteresting call in TEST_F()
[all …]
/dports/devel/googletest/googletest-release-1.11.0/googlemock/test/
H A Dgmock_output_test_.cc63 MOCK_METHOD2(Bar3, void(int x, int y));
86 EXPECT_CALL(foo_, Bar3(0, _)); in TEST_F()
87 foo_.Bar3(0, 0); // Expected call in TEST_F()
108 EXPECT_CALL(foo_, Bar3(0, _)); in TEST_F()
110 foo_.Bar3(1, 0); // Unexpected call in TEST_F()
111 foo_.Bar3(0, 0); // Expected call in TEST_F()
122 EXPECT_CALL(foo_, Bar3(0, _)); in TEST_F()
124 foo_.Bar3(0, 0); // Expected call in TEST_F()
125 foo_.Bar3(0, 1); // Excessive call in TEST_F()
133 foo_.Bar3(0, 1); // Uninteresting call in TEST_F()
[all …]
/dports/math/suitesparse-slip_lu/SuiteSparse-5.10.1/GraphBLAS/CUDA/test/googlemock/test/
H A Dgmock_output_test_.cc63 MOCK_METHOD2(Bar3, void(int x, int y));
86 EXPECT_CALL(foo_, Bar3(0, _)); in TEST_F()
87 foo_.Bar3(0, 0); // Expected call in TEST_F()
108 EXPECT_CALL(foo_, Bar3(0, _)); in TEST_F()
110 foo_.Bar3(1, 0); // Unexpected call in TEST_F()
111 foo_.Bar3(0, 0); // Expected call in TEST_F()
122 EXPECT_CALL(foo_, Bar3(0, _)); in TEST_F()
124 foo_.Bar3(0, 0); // Expected call in TEST_F()
125 foo_.Bar3(0, 1); // Excessive call in TEST_F()
133 foo_.Bar3(0, 1); // Uninteresting call in TEST_F()
[all …]
/dports/science/axom/axom-0.6.1/src/cmake/blt/thirdparty_builtin/googletest-master-2020-01-07/googlemock/test/
H A Dgmock_output_test_.cc63 MOCK_METHOD2(Bar3, void(int x, int y));
86 EXPECT_CALL(foo_, Bar3(0, _)); in TEST_F()
87 foo_.Bar3(0, 0); // Expected call in TEST_F()
108 EXPECT_CALL(foo_, Bar3(0, _)); in TEST_F()
110 foo_.Bar3(1, 0); // Unexpected call in TEST_F()
111 foo_.Bar3(0, 0); // Expected call in TEST_F()
122 EXPECT_CALL(foo_, Bar3(0, _)); in TEST_F()
124 foo_.Bar3(0, 0); // Expected call in TEST_F()
125 foo_.Bar3(0, 1); // Excessive call in TEST_F()
133 foo_.Bar3(0, 1); // Uninteresting call in TEST_F()
[all …]

12345678910>>...20