/external/webrtc/talk/app/webrtc/ |
D | proxy_unittest.cc | 41 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/ |
D | lazy_producer_unittest.cc | 35 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/ |
D | unix_socket_unittest.cc | 45 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/ |
D | host_impl_unittest.cc | 43 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/ |
D | inode_file_data_source_unittest.cc | 31 using ::testing::InvokeWithoutArgs; 94 .WillOnce(InvokeWithoutArgs(done)); in TEST_F()
|
/external/google-breakpad/src/testing/test/ |
D | gmock-actions_test.cc | 64 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()
|
D | gmock_link_test.h | 149 using testing::InvokeWithoutArgs; 336 .WillOnce(InvokeWithoutArgs(&InvokeHelper::StaticVoidFromVoid)) in TEST() 337 .WillOnce(InvokeWithoutArgs(&test_invoke_helper, in TEST()
|
D | gmock-spec-builders_test.cc | 83 using testing::InvokeWithoutArgs; 2502 .WillByDefault(IgnoreResult(InvokeWithoutArgs(&c, in TEST()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Transforms/Scalar/ |
D | LoopPassManagerTest.cpp | 45 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/ |
D | gmock-actions_test.cc | 68 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()
|
D | gmock_link_test.h | 152 using testing::InvokeWithoutArgs; 341 .WillOnce(InvokeWithoutArgs(&InvokeHelper::StaticVoidFromVoid)) in TEST() 342 .WillOnce(InvokeWithoutArgs(&test_invoke_helper, in TEST()
|
D | gmock-spec-builders_test.cc | 84 using testing::InvokeWithoutArgs; 2672 .WillByDefault(IgnoreResult(InvokeWithoutArgs(&c, in TEST()
|
/external/perfetto/src/tracing/test/ |
D | mock_producer.cc | 27 using ::testing::InvokeWithoutArgs; 142 .WillOnce(InvokeWithoutArgs(on_ds_stop)); in WaitForDataSourceStop()
|
D | tracing_integration_test.cc | 48 using testing::InvokeWithoutArgs;
|
/external/google-breakpad/src/testing/include/gmock/ |
D | gmock-actions.h | 1041 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/ |
D | gmock-actions.h | 1168 InvokeWithoutArgs(FunctionImpl function_impl) { 1177 InvokeWithoutArgs(Class* obj_ptr, MethodPtr method_ptr) {
|
/external/googletest/googlemock/include/gmock/ |
D | gmock-actions.h | 1160 InvokeWithoutArgs(FunctionImpl function_impl) { 1167 internal::InvokeMethodWithoutArgsAction<Class, MethodPtr> InvokeWithoutArgs(
|
/external/googletest/googlemock/docs/ |
D | CheatSheet.md | 411 |`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…
|
D | CookBook.md | 1877 `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/ |
D | tracing_service_impl_unittest.cc | 51 using ::testing::InvokeWithoutArgs;
|