Home
last modified time | relevance | path

Searched refs:is_sorted (Results 1 – 2 of 2) sorted by relevance

/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-hypothesis/
H A Dtest_binary_search.py78 def is_sorted(ls): function
105 assert is_sorted(ls)
115 assert not is_sorted(ls2)
/openbmc/linux/rust/alloc/
H A Dlib.rs100 #![cfg_attr(test, feature(is_sorted))]