Home
last modified time | relevance | path

Searched refs:IsAborted (Results 1 – 25 of 38) sorted by relevance

12

/external/tensorflow/tensorflow/core/distributed_runtime/
Dmaster_test.cc145 EXPECT_TRUE(errors::IsAborted(CloseSession("randombits"))); in TEST_F()
166 EXPECT_TRUE(errors::IsAborted(CloseSession(s1))); in TEST_F()
167 EXPECT_TRUE(errors::IsAborted(CloseSession(s2))); in TEST_F()
198 EXPECT_TRUE(errors::IsAborted( in TEST_F()
244 EXPECT_TRUE(errors::IsAborted( in TEST_F()
269 EXPECT_TRUE(s.ok() || errors::IsAborted(s)); in TEST_F()
Dsession_mgr_test.cc252 EXPECT_TRUE(errors::IsAborted(s)); in TEST_F()
Dbase_rendezvous_mgr.cc382 if (errors::IsCancelled(s) || errors::IsAborted(s)) { in StartAbort()
/external/libchrome/base/android/
Djava_handler_thread.cc38 DCHECK(!message_loop_ || message_loop_->IsAborted()); in ~JavaHandlerThread()
41 if (message_loop_ && message_loop_->IsAborted()) { in ~JavaHandlerThread()
/external/pigweed/pw_status/
Dstatus_test.cc32 static_assert(status.IsAborted()); in TEST()
106 static_assert(Status::Aborted().IsAborted()); in TEST()
126 static_assert(!OkStatus().IsAborted()); in TEST()
Dstatus_with_size_test.cc202 static_assert(StatusWithSize::Aborted().IsAborted()); in TEST()
222 static_assert(!StatusWithSize(0).IsAborted()); in TEST()
/external/pigweed/pw_status/public/pw_status/
Dstatus_with_size.h157 [[nodiscard]] constexpr bool IsAborted() const { in IsAborted() function
158 return status().IsAborted(); in IsAborted()
Dstatus.h284 [[nodiscard]] constexpr bool IsAborted() const { in IsAborted() function
/external/tensorflow/tensorflow/core/framework/
Drendezvous_test.cc368 EXPECT_TRUE(errors::IsAborted(status)); in TEST_F()
384 EXPECT_TRUE(errors::IsAborted(status)); in TEST_F()
392 EXPECT_TRUE(errors::IsAborted(rendez_->Send(KeyFoo(), args, val, val_dead))); in TEST_F()
394 errors::IsAborted(rendez_->Recv(KeyFoo(), args, &val, &val_dead))); in TEST_F()
/external/libchrome/base/message_loop/
Dmessage_pump_android.h46 bool IsAborted() { return should_abort_; } in IsAborted() function
Dmessage_loop.h383 bool IsAborted();
Dmessage_loop.cc713 bool MessageLoopForUI::IsAborted() { in IsAborted() function in base::MessageLoopForUI
714 return static_cast<MessagePumpForUI*>(pump_.get())->IsAborted(); in IsAborted()
/external/tensorflow/tensorflow/core/data/service/
Dgrpc_util.cc44 if (!errors::IsUnavailable(s) && !errors::IsAborted(s) && in Retry()
Dworker_impl.cc79 if (!errors::IsUnavailable(s) && !errors::IsAborted(s) && in Start()
/external/icing/icing/absl_ports/
Dcanonical_errors.h56 bool IsAborted(const libtextclassifier3::Status& status);
Dcanonical_errors.cc150 bool IsAborted(const libtextclassifier3::Status& status) { in IsAborted() function
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Drpc_rendezvous_mgr_test.cc176 EXPECT_TRUE(errors::IsAborted(rendez->Recv(key, args, &val, &val_dead))); in TEST_F()
190 EXPECT_TRUE(errors::IsAborted(rendez->Recv(key, args, &val, &val_dead))); in TEST_F()
/external/tensorflow/tensorflow/core/grappler/optimizers/data/
Dmeta_optimizer.cc174 } else if (errors::IsAborted(status)) { in ApplyOptimization()
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/status/
Dstatus.h627 ABSL_MUST_USE_RESULT bool IsAborted(const Status& status);
/external/openscreen/third_party/abseil/src/absl/status/
Dstatus.h627 ABSL_MUST_USE_RESULT bool IsAborted(const Status& status);
/external/libtextclassifier/abseil-cpp/absl/status/
Dstatus.h627 ABSL_MUST_USE_RESULT bool IsAborted(const Status& status);
/external/tensorflow/tensorflow/core/common_runtime/
Dexecutor_test.cc373 EXPECT_TRUE(errors::IsAborted(Run(rendez_))); in TEST_F()
376 EXPECT_TRUE(errors::IsAborted(rendez_->Recv( in TEST_F()
/external/webrtc/third_party/abseil-cpp/absl/status/
Dstatus.h408 ABSL_MUST_USE_RESULT bool IsAborted(const Status& status);
/external/abseil-cpp/absl/status/
Dstatus.h408 ABSL_MUST_USE_RESULT bool IsAborted(const Status& status);
/external/icing/icing/result/
Dsnippet-retriever.cc381 if (absl_ports::IsAborted(match_or.status())) { in GetEntriesFromProperty()

12