Home
last modified time | relevance | path

Searched refs:is_usable (Results 1 – 4 of 4) sorted by relevance

/external/autotest/server/cros/dynamic_suite/
Dtools.py149 usable_hosts = [host for host in updated_hosts if is_usable(host)]
151 unusable_hosts = [h for h in updated_hosts if not is_usable(h)]
234 def is_usable(host): function
/external/rust/crates/rusqlite/src/vtab/
Darray.rs95 if !constraint.is_usable() { in best_index()
Dseries.rs81 if !constraint.is_usable() { in best_index()
Dmod.rs410 pub fn is_usable(&self) -> bool { in is_usable() method