Home
last modified time | relevance | path

Searched defs:try_set (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/tools/test/connectivity/acts/framework/tests/metrics/
Dlogger_test.py256 def try_set(): function
/aosp_15_r20/external/rust/android-crates-io/crates/tokio-util/src/sync/
Dreusable_box.rs46 pub fn try_set<F>(&mut self, future: F) -> Result<(), F> in try_set() method
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/signal/
Dreusable_box.rs51 pub(crate) fn try_set<F>(&mut self, future: F) -> Result<(), F> in try_set() method
/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-sanitize.hh418 bool try_set (const Type *obj, const ValueType &v) in try_set() function
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/mqueue/
H A Dmq_perf_tests.c260 static inline int try_set(FILE *stream, int value) in try_set() function