Searched refs:is_usable (Results 1 – 4 of 4) sorted by relevance
149 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
95 if !constraint.is_usable() { in best_index()
81 if !constraint.is_usable() { in best_index()
410 pub fn is_usable(&self) -> bool { in is_usable() method