Home
last modified time | relevance | path

Searched defs:Canceled (Results 1 – 7 of 7) sorted by relevance

/external/rust/crates/futures-channel/src/
Doneshot.rs241 fn try_recv(&self) -> Result<Option<T>, Canceled> { in try_recv() argument
256 fn recv(&self, cx: &mut Context<'_>) -> Poll<Result<T, Canceled>> { in recv() argument
419 pub struct Canceled; struct
421 impl fmt::Display for Canceled { implementation
428 impl std::error::Error for Canceled {} implementation
450 pub fn try_recv(&mut self) -> Result<Option<T>, Canceled> { in try_recv() argument
458 fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Result<T, Canceled>> { in poll() argument
/external/python/cpython2/Tools/webchecker/
Dwsgui.py20 class Canceled(Exception): class
23 Canceled = __name__ + ".Canceled" variable
/external/cronet/components/cronet/android/test/smoketests/src/org/chromium/net/smoke/
DSmokeTestRequestCallback.java33 public enum State { NotSet, Succeeded, Failed, Canceled } enumConstant
/external/libcups/filter/
Drastertohp.c36 Canceled; /* Has the current job been canceled? */ variable
Drastertolabel.c67 Canceled; /* Non-zero if job is canceled */ variable
Drastertoepson.c54 Canceled; /* Has the current job been canceled? */ variable
/external/crosvm/hypervisor/src/
Dlib.rs460 Canceled, enumerator