Home
last modified time | relevance | path

Searched defs:is_error (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/
H A Devents.rs34 fn is_error(&self) -> bool; in is_error() method
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/
H A Devents.rs164 fn is_error(&self) -> bool { in is_error() method
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/
H A Depoll.rs162 fn is_error(&self) -> bool { in is_error() method
H A Dkqueue.rs269 fn is_error(&self) -> bool { in is_error() method
/aosp12/bionic/libc/kernel/uapi/linux/
H A Dptrace.h76 __u8 is_error; member
/aosp12/art/runtime/
H A Dclass_linker.cc603 bool is_error = env->IsInstanceOf(cause.get(), WellKnownClasses::java_lang_Error); in WrapExceptionInInitializer() local