Home
last modified time | relevance | path

Searched defs:try_get (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/autotest/site_utils/
H A Djob_history.py129 def try_get(self, host_id, job_id, start_time, end_time): member in TaskCacheCollection
172 def try_get(self, job_id, start_time, end_time): member in TaskCache
/aosp_15_r20/external/pytorch/torch/
H A D_guards.py584 def try_get() -> Optional[CompileContext]: member in CompileContext
618 def try_get() -> Optional[TracingContext]: member in TracingContext
/aosp_15_r20/external/pytorch/torch/csrc/api/include/torch/nn/modules/container/
H A Dany_value.h51 T* try_get() { in try_get() function
/aosp_15_r20/external/rust/android-crates-io/crates/tower/src/retry/
Dbudget.rs160 fn try_get(&self, amt: isize) -> bool { in try_get() method
/aosp_15_r20/external/rust/android-crates-io/crates/fragile/src/
Dfragile.rs108 pub fn try_get(&self) -> Result<&T, InvalidThreadAccess> { in try_get() method
Dsemisticky.rs114 pub fn try_get<'stack>( in try_get() method
Dsticky.rs170 pub fn try_get<'stack>( in try_get() method
/aosp_15_r20/external/rust/android-crates-io/crates/dashmap/src/
Dlib.rs617 pub fn try_get<Q>(&'a self, key: &Q) -> TryResult<Ref<'a, K, V, S>> in try_get() method
/aosp_15_r20/system/security/keystore2/src/
H A Ddatabase.rs607 fn try_get(&self, key_id: i64) -> Option<KeyIdGuard> { in try_get() method