Home
last modified time | relevance | path

Searched refs:IgnoreResult (Results 1 – 22 of 22) sorted by relevance

/external/libchrome/base/
Dbind_unittest.cc407 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()
Dbind_helpers.h703 static inline internal::IgnoreResultHelper<T> IgnoreResult(T data) {
709 IgnoreResult(const Callback<T>& data) {
/external/libweave/third_party/chromium/base/
Dbind_unittest.cc408 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()
Dbind_helpers.h642 static inline internal::IgnoreResultHelper<T> IgnoreResult(T data) {
648 IgnoreResult(const Callback<T>& data) {
/external/libweave/examples/provider/
Dwifi_manager.cc185 base::IgnoreResult(ForkCmdAndWait("pkill", {"-f", "dnsmasq.*/tmp/weave"})); in StopAccessPoint()
186 base::IgnoreResult(ForkCmdAndWait("pkill", {"-f", "hostapd.*/tmp/weave"})); in StopAccessPoint()
/external/libweave/src/
Dutils.cc59 base::IgnoreResult(value.release()); in LoadJsonDict()
Ddevice_registration_info.cc222 base::IgnoreResult(value.release()); in ParseJsonResponse()
/external/gmock/test/
Dgmock-actions_test.cc62 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()
Dgmock_link_test.h146 using testing::IgnoreResult;
402 EXPECT_CALL(mock, VoidFromString(_)).WillOnce(IgnoreResult(Return(42))); in TEST()
Dgmock-spec-builders_test.cc2580 .WillByDefault(IgnoreResult(InvokeWithoutArgs(&c, in TEST()
/external/libweave/src/privet/
Dsecurity_manager.cc310 base::Bind(base::IgnoreResult(&SecurityManager::ClosePendingSession), in StartPairing()
368 base::Bind(base::IgnoreResult(&SecurityManager::CloseConfirmedSession), in ConfirmPairing()
/external/libchrome/base/posix/
Dunix_domain_socket_linux_unittest.cc40 Bind(IgnoreResult(&UnixDomainSocket::SendRecvMsg), fds[1], in TEST()
/external/libchrome/base/files/
Dimportant_file_writer.cc228 MakeCriticalClosure(Bind(IgnoreResult(task)))); in PostWriteTask()
/external/google-breakpad/src/testing/test/
Dgmock-actions_test.cc62 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()
Dgmock_link_test.h146 using testing::IgnoreResult;
402 EXPECT_CALL(mock, VoidFromString(_)).WillOnce(IgnoreResult(Return(42))); in TEST()
Dgmock-spec-builders_test.cc2502 .WillByDefault(IgnoreResult(InvokeWithoutArgs(&c, in TEST()
/external/libbrillo/brillo/http/
Dhttp_transport_fake.cc183 base::IgnoreResult(value.release()); in GetDataAsJson()
Dhttp_utils.cc416 base::IgnoreResult(value.release()); in ParseJsonResponse()
/external/gmock/include/gmock/internal/
Dgmock-generated-internal-utils.h.pump55 // This is used in implementing the IgnoreResult(a) action.
/external/google-breakpad/src/testing/include/gmock/internal/
Dgmock-generated-internal-utils.h.pump55 // This is used in implementing the IgnoreResult(a) action.
/external/gmock/include/gmock/
Dgmock-actions.h1060 inline internal::IgnoreResultAction<A> IgnoreResult(const A& an_action) { in IgnoreResult() function
/external/google-breakpad/src/testing/include/gmock/
Dgmock-actions.h1060 inline internal::IgnoreResultAction<A> IgnoreResult(const A& an_action) { in IgnoreResult() function