Home
last modified time | relevance | path

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

/aosp_15_r20/external/AFLplusplus/src/
H A Dafl-fuzz-bitmap.c295 u8 is_timeout = 0; in describe_op() local
479 u8 new_bits = 0, keeping = 0, res, classified = 0, is_timeout = 0, in save_if_interesting() local
/aosp_15_r20/external/rust/android-crates-io/crates/crossbeam-channel/src/
Derr.rs266 pub fn is_timeout(&self) -> bool { in is_timeout() method
348 pub fn is_timeout(&self) -> bool { in is_timeout() method
/aosp_15_r20/external/deqp/external/openglcts/modules/gl/
H A Dgl4cSyncTests.cpp105 bool is_timeout = false; in iterate() local
/aosp_15_r20/external/pigweed/pw_rpc/public/pw_rpc/
H A Dsynchronous_call_result.h174 constexpr bool SynchronousCallResult<Response>::is_timeout() const { in is_timeout() function
/aosp_15_r20/external/rust/android-crates-io/crates/hyper/src/
Derror.rs209 pub fn is_timeout(&self) -> bool { in is_timeout() method
/aosp_15_r20/external/libchrome-gestures/src/
H A Dimmediate_interpreter.cc2631 bool is_timeout = (now - tap_to_click_state_entered_ > in UpdateTapState() local