/external/libchrome/base/ |
D | bind_unittest.cc | 407 TEST_F(BindTest, IgnoreResult) { in TEST_F() argument 416 Closure normal_func_cb = Bind(IgnoreResult(&IntFunc0)); in TEST_F() 420 Bind(IgnoreResult(&HasRef::IntMethod0), &has_ref_); in TEST_F() 424 Bind(IgnoreResult(&HasRef::IntConstMethod0), &has_ref_); in TEST_F() 431 Bind(IgnoreResult(&NoRef::IntMethod0), weak_factory.GetWeakPtr()); in TEST_F() 435 Bind(IgnoreResult(&NoRef::IntConstMethod0), weak_factory.GetWeakPtr()); in TEST_F()
|
D | bind_helpers.h | 703 static inline internal::IgnoreResultHelper<T> IgnoreResult(T data) { 709 IgnoreResult(const Callback<T>& data) {
|
/external/libweave/third_party/chromium/base/ |
D | bind_unittest.cc | 408 TEST_F(BindTest, IgnoreResult) { in TEST_F() argument 417 Closure normal_func_cb = Bind(IgnoreResult(&IntFunc0)); in TEST_F() 421 Bind(IgnoreResult(&HasRef::IntMethod0), &has_ref_); in TEST_F() 425 Bind(IgnoreResult(&HasRef::IntConstMethod0), &has_ref_); in TEST_F() 432 Bind(IgnoreResult(&NoRef::IntMethod0), weak_factory.GetWeakPtr()); in TEST_F() 436 Bind(IgnoreResult(&NoRef::IntConstMethod0), weak_factory.GetWeakPtr()); in TEST_F()
|
D | bind_helpers.h | 642 static inline internal::IgnoreResultHelper<T> IgnoreResult(T data) { 648 IgnoreResult(const Callback<T>& data) {
|
/external/libweave/examples/provider/ |
D | wifi_manager.cc | 185 base::IgnoreResult(ForkCmdAndWait("pkill", {"-f", "dnsmasq.*/tmp/weave"})); in StopAccessPoint() 186 base::IgnoreResult(ForkCmdAndWait("pkill", {"-f", "hostapd.*/tmp/weave"})); in StopAccessPoint()
|
/external/libweave/src/ |
D | utils.cc | 59 base::IgnoreResult(value.release()); in LoadJsonDict()
|
D | device_registration_info.cc | 222 base::IgnoreResult(value.release()); in ParseJsonResponse()
|
/external/gmock/test/ |
D | gmock-actions_test.cc | 62 using testing::IgnoreResult; 1089 Action<void(int)> a = IgnoreResult(Return(5)); // NOLINT in TEST() 1102 Action<void()> a = IgnoreResult(Invoke(ReturnOne)); in TEST() 1116 Action<void(int)> a = IgnoreResult(Invoke(ReturnMyClass)); // NOLINT in TEST()
|
D | gmock_link_test.h | 146 using testing::IgnoreResult; 402 EXPECT_CALL(mock, VoidFromString(_)).WillOnce(IgnoreResult(Return(42))); in TEST()
|
D | gmock-spec-builders_test.cc | 2580 .WillByDefault(IgnoreResult(InvokeWithoutArgs(&c, in TEST()
|
/external/libweave/src/privet/ |
D | security_manager.cc | 310 base::Bind(base::IgnoreResult(&SecurityManager::ClosePendingSession), in StartPairing() 368 base::Bind(base::IgnoreResult(&SecurityManager::CloseConfirmedSession), in ConfirmPairing()
|
/external/libchrome/base/posix/ |
D | unix_domain_socket_linux_unittest.cc | 40 Bind(IgnoreResult(&UnixDomainSocket::SendRecvMsg), fds[1], in TEST()
|
/external/libchrome/base/files/ |
D | important_file_writer.cc | 228 MakeCriticalClosure(Bind(IgnoreResult(task)))); in PostWriteTask()
|
/external/google-breakpad/src/testing/test/ |
D | gmock-actions_test.cc | 62 using testing::IgnoreResult; 1141 Action<void(int)> a = IgnoreResult(Return(5)); // NOLINT in TEST() 1154 Action<void()> a = IgnoreResult(Invoke(ReturnOne)); in TEST() 1168 Action<void(int)> a = IgnoreResult(Invoke(ReturnMyClass)); // NOLINT in TEST()
|
D | gmock_link_test.h | 146 using testing::IgnoreResult; 402 EXPECT_CALL(mock, VoidFromString(_)).WillOnce(IgnoreResult(Return(42))); in TEST()
|
D | gmock-spec-builders_test.cc | 2502 .WillByDefault(IgnoreResult(InvokeWithoutArgs(&c, in TEST()
|
/external/libbrillo/brillo/http/ |
D | http_transport_fake.cc | 183 base::IgnoreResult(value.release()); in GetDataAsJson()
|
D | http_utils.cc | 416 base::IgnoreResult(value.release()); in ParseJsonResponse()
|
/external/gmock/include/gmock/internal/ |
D | gmock-generated-internal-utils.h.pump | 55 // This is used in implementing the IgnoreResult(a) action.
|
/external/google-breakpad/src/testing/include/gmock/internal/ |
D | gmock-generated-internal-utils.h.pump | 55 // This is used in implementing the IgnoreResult(a) action.
|
/external/gmock/include/gmock/ |
D | gmock-actions.h | 1060 inline internal::IgnoreResultAction<A> IgnoreResult(const A& an_action) { in IgnoreResult() function
|
/external/google-breakpad/src/testing/include/gmock/ |
D | gmock-actions.h | 1060 inline internal::IgnoreResultAction<A> IgnoreResult(const A& an_action) { in IgnoreResult() function
|