Home
last modified time | relevance | path

Searched refs:InvokeWithoutArgs (Results 1 – 20 of 20) sorted by relevance

/external/webrtc/talk/app/webrtc/
Dproxy_unittest.cc41 using ::testing::InvokeWithoutArgs;
115 .WillOnce(InvokeWithoutArgs(this, &ProxyTest::CheckThread)); in TEST_F()
123 DoAll(InvokeWithoutArgs(this, &ProxyTest::CheckThread), in TEST_F()
133 DoAll(InvokeWithoutArgs(this, &ProxyTest::CheckThread), in TEST_F()
144 DoAll(InvokeWithoutArgs(this, &ProxyTest::CheckThread), in TEST_F()
154 DoAll(InvokeWithoutArgs(this, &ProxyTest::CheckThread), in TEST_F()
165 DoAll(InvokeWithoutArgs(this, &ProxyTest::CheckThread), in TEST_F()
/external/perfetto/src/traced/service/
Dlazy_producer_unittest.cc35 using ::testing::InvokeWithoutArgs;
55 .WillOnce(InvokeWithoutArgs([&done]() { in TEST()
78 .WillOnce(InvokeWithoutArgs([&done]() { in TEST()
101 .WillOnce(InvokeWithoutArgs([&done]() { in TEST()
/external/perfetto/src/base/
Dunix_socket_unittest.cc45 using ::testing::InvokeWithoutArgs;
92 .WillOnce(InvokeWithoutArgs(checkpoint)); in TEST_F()
116 .WillOnce(InvokeWithoutArgs(checkpoint)); in TEST_F()
123 .WillOnce(InvokeWithoutArgs(cli_disconnected)); in TEST_F()
140 .WillOnce(InvokeWithoutArgs(srv_disconnected)); in TEST_F()
170 .WillOnce(InvokeWithoutArgs(cli_disconnected)); in TEST_F()
199 .WillOnce(InvokeWithoutArgs(srv_disconnected)); in TEST_F()
262 .WillOnce(InvokeWithoutArgs(cli_disconnected)); in TEST_F()
286 InvokeWithoutArgs([srv_conn] { srv_conn->ReceiveString(); })); in TEST_F()
288 .WillOnce(InvokeWithoutArgs(srv_disconnected)); in TEST_F()
[all …]
/external/perfetto/src/ipc/
Dhost_impl_unittest.cc43 using ::testing::InvokeWithoutArgs;
225 EXPECT_CALL(*cli_, OnServiceBound(_)).WillOnce(InvokeWithoutArgs(on_bind)); in TEST_F()
245 EXPECT_CALL(*cli_, OnServiceBound(_)).WillOnce(InvokeWithoutArgs(on_bind)); in TEST_F()
283 EXPECT_CALL(*cli_, OnServiceBound(_)).WillOnce(InvokeWithoutArgs(on_bind)); in TEST_F()
326 EXPECT_CALL(*cli_, OnServiceBound(_)).WillOnce(InvokeWithoutArgs(on_bind)); in TEST_F()
370 EXPECT_CALL(*cli_, OnServiceBound(_)).WillOnce(InvokeWithoutArgs(on_bind)); in TEST_F()
406 EXPECT_CALL(*cli_, OnServiceBound(_)).WillOnce(InvokeWithoutArgs(on_bind)); in TEST_F()
431 EXPECT_CALL(*cli_, OnServiceBound(_)).WillOnce(InvokeWithoutArgs(on_bind)); in TEST_F()
/external/perfetto/src/traced/probes/filesystem/
Dinode_file_data_source_unittest.cc31 using ::testing::InvokeWithoutArgs;
94 .WillOnce(InvokeWithoutArgs(done)); in TEST_F()
/external/google-breakpad/src/testing/test/
Dgmock-actions_test.cc64 using testing::InvokeWithoutArgs;
1099 Action<int(int)> a = InvokeWithoutArgs(Nullary); // NOLINT in TEST()
1103 Action<int(int, double)> a2 = InvokeWithoutArgs(Nullary); // NOLINT in TEST()
1107 Action<void(int)> a3 = InvokeWithoutArgs(VoidNullary); // NOLINT in TEST()
1116 Action<int()> a = InvokeWithoutArgs(NullaryFunctor()); // NOLINT in TEST()
1121 InvokeWithoutArgs(NullaryFunctor()); in TEST()
1125 Action<void()> a3 = InvokeWithoutArgs(VoidNullaryFunctor()); in TEST()
1135 InvokeWithoutArgs(&foo, &Foo::Nullary); in TEST()
Dgmock_link_test.h149 using testing::InvokeWithoutArgs;
336 .WillOnce(InvokeWithoutArgs(&InvokeHelper::StaticVoidFromVoid)) in TEST()
337 .WillOnce(InvokeWithoutArgs(&test_invoke_helper, in TEST()
Dgmock-spec-builders_test.cc83 using testing::InvokeWithoutArgs;
2502 .WillByDefault(IgnoreResult(InvokeWithoutArgs(&c, in TEST()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Transforms/Scalar/
DLoopPassManagerTest.cpp45 using testing::InvokeWithoutArgs;
355 .WillOnce(InvokeWithoutArgs([] { return PreservedAnalyses::none(); })) in TEST_F()
479 EXPECT_CALL(MMPHandle, run(_, _)).WillOnce(InvokeWithoutArgs([] { in TEST_F()
508 EXPECT_CALL(MMPHandle, run(_, _)).WillOnce(InvokeWithoutArgs([] { in TEST_F()
529 EXPECT_CALL(MMPHandle, run(_, _)).WillOnce(InvokeWithoutArgs([] { in TEST_F()
579 EXPECT_CALL(MFPHandle, run(HasName("f"), _)).WillOnce(InvokeWithoutArgs([] { in TEST_F()
595 EXPECT_CALL(MFPHandle, run(HasName("f"), _)).WillOnce(InvokeWithoutArgs([] { in TEST_F()
611 EXPECT_CALL(MFPHandle, run(HasName("f"), _)).WillOnce(InvokeWithoutArgs([] { in TEST_F()
627 EXPECT_CALL(MFPHandle, run(HasName("f"), _)).WillOnce(InvokeWithoutArgs([] { in TEST_F()
643 EXPECT_CALL(MFPHandle, run(HasName("f"), _)).WillOnce(InvokeWithoutArgs([] { in TEST_F()
[all …]
/external/googletest/googlemock/test/
Dgmock-actions_test.cc68 using testing::InvokeWithoutArgs;
941 Action<int(int)> a = InvokeWithoutArgs(Nullary); // NOLINT in TEST()
945 Action<int(int, double)> a2 = InvokeWithoutArgs(Nullary); // NOLINT in TEST()
949 Action<void(int)> a3 = InvokeWithoutArgs(VoidNullary); // NOLINT in TEST()
958 Action<int()> a = InvokeWithoutArgs(NullaryFunctor()); // NOLINT in TEST()
963 InvokeWithoutArgs(NullaryFunctor()); in TEST()
967 Action<void()> a3 = InvokeWithoutArgs(VoidNullaryFunctor()); in TEST()
977 InvokeWithoutArgs(&foo, &Foo::Nullary); in TEST()
1288 InvokeWithoutArgs(&mock_function, &testing::MockFunction<void()>::Call), in TEST()
Dgmock_link_test.h152 using testing::InvokeWithoutArgs;
341 .WillOnce(InvokeWithoutArgs(&InvokeHelper::StaticVoidFromVoid)) in TEST()
342 .WillOnce(InvokeWithoutArgs(&test_invoke_helper, in TEST()
Dgmock-spec-builders_test.cc84 using testing::InvokeWithoutArgs;
2672 .WillByDefault(IgnoreResult(InvokeWithoutArgs(&c, in TEST()
/external/perfetto/src/tracing/test/
Dmock_producer.cc27 using ::testing::InvokeWithoutArgs;
142 .WillOnce(InvokeWithoutArgs(on_ds_stop)); in WaitForDataSourceStop()
Dtracing_integration_test.cc48 using testing::InvokeWithoutArgs;
/external/google-breakpad/src/testing/include/gmock/
Dgmock-actions.h1041 InvokeWithoutArgs(FunctionImpl function_impl) { in InvokeWithoutArgs() function
1050 InvokeWithoutArgs(Class* obj_ptr, MethodPtr method_ptr) { in InvokeWithoutArgs() function
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googlemock/include/gmock/
Dgmock-actions.h1168 InvokeWithoutArgs(FunctionImpl function_impl) {
1177 InvokeWithoutArgs(Class* obj_ptr, MethodPtr method_ptr) {
/external/googletest/googlemock/include/gmock/
Dgmock-actions.h1160 InvokeWithoutArgs(FunctionImpl function_impl) {
1167 internal::InvokeMethodWithoutArgsAction<Class, MethodPtr> InvokeWithoutArgs(
/external/googletest/googlemock/docs/
DCheatSheet.md411 |`InvokeWithoutArgs(f)`|Invoke `f`, which can be a global/static function or a functor. `f` must ta…
412 |`InvokeWithoutArgs(object_pointer, &class::method)`|Invoke the method on the object, which takes n…
DCookBook.md1877 `InvokeWithoutArgs()` solves this problem. It's like `Invoke()` except
1883 using ::testing::InvokeWithoutArgs;
1895 .WillOnce(InvokeWithoutArgs(Job1));
2107 As you may have realized, `InvokeWithoutArgs(...)` is just syntactic
/external/perfetto/src/tracing/core/
Dtracing_service_impl_unittest.cc51 using ::testing::InvokeWithoutArgs;