Home
last modified time | relevance | path

Searched defs:is_sorted (Results 1 – 12 of 12) sorted by relevance

/external/cronet/buildtools/third_party/libc++/trunk/include/__algorithm/
Dis_sorted.h28 is_sorted(_ForwardIterator __first, _ForwardIterator __last, _Compare __comp) in is_sorted() function
37 is_sorted(_ForwardIterator __first, _ForwardIterator __last) in is_sorted() function
/external/rust/crates/rayon-core/tests/
Dscope_join.rs36 fn is_sorted<T: Send + Ord>(v: &[T]) -> bool { in is_sorted() function
/external/rust/crates/quickcheck/examples/
Dsort.rs31 fn is_sorted(xs: Vec<isize>) -> bool { in main() function
/external/eigen/test/
Dsparse_permutations.cpp23 bool is_sorted(const T& mat) { in is_sorted() function
Dstl_iterators.cpp36 bool is_sorted(ForwardIt firstIt, ForwardIt lastIt) in is_sorted() function
/external/cronet/third_party/boringssl/src/crypto/x509/
Dx_crl.c447 const int is_sorted = sk_X509_REVOKED_is_sorted(crl->crl->revoked); in crl_lookup() local
/external/boringssl/src/crypto/x509/
Dx_crl.c447 const int is_sorted = sk_X509_REVOKED_is_sorted(crl->crl->revoked); in crl_lookup() local
/external/perfetto/src/trace_processor/db/
Dtable.h87 bool is_sorted; member
/external/rust/crates/quiche/deps/boringssl/src/crypto/x509/
Dx_crl.c492 const int is_sorted = sk_X509_REVOKED_is_sorted(crl->crl->revoked); in def_crl_lookup() local
/external/tensorflow/tensorflow/compiler/xla/tests/
Dtest_utils.cc373 bool is_sorted) { in MakeFakeLiteralInternalWithBounds()
/external/python/setuptools/setuptools/_vendor/more_itertools/
Dmore.py3376 def is_sorted(iterable, key=None, reverse=False): function
/external/python/setuptools/pkg_resources/_vendor/more_itertools/
Dmore.py3570 def is_sorted(iterable, key=None, reverse=False, strict=False): function