Home
last modified time | relevance | path

Searched defs:Aborted (Results 1 – 11 of 11) sorted by relevance

/external/rust/crates/futures-util/src/
Dabortable.rs121 pub struct Aborted; struct
123 impl fmt::Display for Aborted { implementation
130 impl std::error::Error for Aborted {} implementation
137 ) -> Poll<Result<I, Aborted>> { in try_poll() argument
/external/pigweed/pw_status/rust/
Dpw_status.rs64 Aborted = 10, enumerator
/external/federated-compute/fcp/client/engine/
Dtflite_wrapper_test.cc102 TEST_F(TfLiteWrapperTest, Aborted) { in TEST_F() argument
/external/clang/lib/ARCMigrate/
DInternals.h125 bool Aborted; variable
/external/pigweed/pw_status/public/pw_status/
Dstatus.h121 [[nodiscard]] static constexpr Status Aborted() { in Aborted() function
/external/crosvm/cros_async/src/sys/windows/
Dwait_for_handle.rs55 Aborted, enumerator
/external/grpc-grpc/src/ruby/lib/grpc/
Derrors.rb219 class Aborted < BadStatus class
/external/python/python-api-core/google/api_core/
Dexceptions.py279 class Aborted(Conflict): class
/external/tensorflow/tensorflow/core/platform/
Derrors.h299 ::tensorflow::Status Aborted(Args... args) { in Aborted() function
/external/rust/crates/crossbeam-channel/src/
Dselect.rs61 Aborted, enumerator
/external/rust/crates/tonic/src/
Dstatus.rs91 Aborted = 10, enumerator