/external/cronet/tot/third_party/libc++/src/include/__algorithm/ |
D | is_sorted.h | 26 is_sorted(_ForwardIterator __first, _ForwardIterator __last, _Compare __comp) { in is_sorted() function 32 is_sorted(_ForwardIterator __first, _ForwardIterator __last) { in is_sorted() function
|
/external/cronet/tot/third_party/libc++/src/include/__cxx03/__algorithm/ |
D | is_sorted.h | 26 is_sorted(_ForwardIterator __first, _ForwardIterator __last, _Compare __comp) { in is_sorted() function 32 is_sorted(_ForwardIterator __first, _ForwardIterator __last) { in is_sorted() function
|
/external/cronet/stable/third_party/libc++/src/include/__algorithm/ |
D | is_sorted.h | 26 is_sorted(_ForwardIterator __first, _ForwardIterator __last, _Compare __comp) { in is_sorted() function 32 is_sorted(_ForwardIterator __first, _ForwardIterator __last) { in is_sorted() function
|
/external/sdv/vsomeip/third_party/boost/range/include/boost/range/algorithm_ext/ |
D | is_sorted.hpp | 32 inline bool is_sorted(const SinglePassRange& rng) in is_sorted() function 42 inline bool is_sorted(const SinglePassRange& rng, BinaryPredicate pred) in is_sorted() function
|
/external/cronet/stable/third_party/libc++/src/include/__cxx03/__algorithm/ |
D | is_sorted.h | 26 is_sorted(_ForwardIterator __first, _ForwardIterator __last, _Compare __comp) { in is_sorted() function 32 is_sorted(_ForwardIterator __first, _ForwardIterator __last) { in is_sorted() function
|
/external/sdv/vsomeip/third_party/boost/algorithm/include/boost/algorithm/cxx11/ |
D | is_sorted.hpp | 73 BOOST_CXX14_CONSTEXPR bool is_sorted ( ForwardIterator first, ForwardIterator last, Pred p ) in is_sorted() function 85 BOOST_CXX14_CONSTEXPR bool is_sorted ( ForwardIterator first, ForwardIterator last ) in is_sorted() function 131 is_sorted ( const R &range, Pred p ) in is_sorted() function 143 BOOST_CXX14_CONSTEXPR bool is_sorted ( const R &range ) in is_sorted() function
|
/external/sdv/vsomeip/third_party/boost/detail/include/boost/detail/ |
D | is_sorted.hpp | 42 inline bool is_sorted (Iterator first, Iterator last, Comp c) { in is_sorted() function 47 inline bool is_sorted (Iterator first, Iterator last) { in is_sorted() function
|
/external/perfetto/src/trace_processor/db/column/ |
D | data_layer.cc | 217 bool is_sorted, in NumericStorageBase() 231 bool is_sorted) in NumericStorage() 271 bool is_sorted) in StringStorage()
|
D | numeric_storage.h | 53 bool is_sorted() const { return is_sorted_; } in is_sorted() function 100 ChainImpl(const std::vector<T>* vector, ColumnType type, bool is_sorted) in ChainImpl()
|
/external/perfetto/protos/perfetto/trace_processor/ |
D | serialization.proto | 62 optional bool is_sorted = 2; field 74 optional bool is_sorted = 2; field
|
/external/sdv/vsomeip/third_party/boost/container/include/boost/container/detail/ |
D | is_sorted.hpp | 26 bool is_sorted (ForwardIterator first, ForwardIterator last, Pred pred) in is_sorted() function
|
/external/sdv/vsomeip/third_party/boost/move/include/boost/move/algo/detail/ |
D | is_sorted.hpp | 25 bool is_sorted(ForwardIt const first, ForwardIt last, Pred pred) in is_sorted() function
|
/external/rust/android-crates-io/crates/rayon-core/tests/ |
D | scope_join.rs | 36 fn is_sorted<T: Send + Ord>(v: &[T]) -> bool { in is_sorted() function
|
/external/rust/android-crates-io/crates/quickcheck/examples/ |
D | sort.rs | 31 fn is_sorted(xs: Vec<isize>) -> bool { in main() function
|
/external/perfetto/src/trace_processor/db/ |
D | runtime_table.cc | 82 bool is_sorted = true; in CreateNonNullableIntsColumn() local 451 bool is_sorted = in Build() local 468 bool is_sorted = std::is_sorted(non_null_doubles->vector().begin(), in Build() local
|
D | table.h | 130 bool is_sorted; member
|
/external/rust/android-crates-io/crates/uefi/src/mem/memory_map/ |
D | api.rs | 78 fn is_sorted(&self) -> bool { in is_sorted() method
|
D | mod.rs | 214 fn is_sorted(iter: &MemoryMapIter) -> bool { in is_sorted() function
|
/external/eigen/test/ |
D | sparse_permutations.cpp | 23 bool is_sorted(const T& mat) { in is_sorted() function
|
/external/sdv/vsomeip/third_party/boost/multi_index/test/ |
D | test_list_ops.cpp | 51 bool is_sorted( in is_sorted() function
|
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/upb/reflection/ |
D | enum_value_def.c | 120 bool* is_sorted) { in _upb_EnumValueDefs_New()
|
/external/grpc-grpc/third_party/upb/upb/reflection/ |
D | enum_value_def.c | 135 bool* is_sorted) { in _upb_EnumValueDefs_New()
|
/external/boringssl/src/crypto/x509/ |
D | x_crl.cc | 309 const int is_sorted = sk_X509_REVOKED_is_sorted(crl->crl->revoked); in crl_lookup() local
|
/external/cronet/stable/third_party/boringssl/src/crypto/x509/ |
D | x_crl.cc | 356 const int is_sorted = sk_X509_REVOKED_is_sorted(crl->crl->revoked); in crl_lookup() local
|
/external/cronet/tot/third_party/boringssl/src/crypto/x509/ |
D | x_crl.cc | 356 const int is_sorted = sk_X509_REVOKED_is_sorted(crl->crl->revoked); in crl_lookup() local
|