| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/python3-hypothesis/ |
| H A D | test_binary_search.py | 78 def is_sorted(ls): function 105 assert is_sorted(ls) 115 assert not is_sorted(ls2)
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/move/algo/detail/ |
| H A D | adaptive_sort_merge.hpp | 100 bool is_sorted(ForwardIt const first, ForwardIt last, Pred pred) in is_sorted() function 115 bool is_sorted(::order_perf_type *first, ::order_perf_type *last, ::order_type_less) in is_sorted() function 579 BOOST_MOVE_ADAPTIVE_SORT_INVARIANT(is_sorted(f, f+l_block, comp)); in merge_blocks_bufferless() 580 BOOST_MOVE_ADAPTIVE_SORT_INVARIANT(is_sorted(first_min, first_min + l_block, comp)); in merge_blocks_bufferless() 584 …BOOST_MOVE_ADAPTIVE_SORT_INVARIANT(is_sorted(first+l_irreg1+n_bef_irreg2*l_block, first_irr2, comp… in merge_blocks_bufferless() 596 BOOST_MOVE_ADAPTIVE_SORT_INVARIANT(is_sorted(first, first1, comp)); in merge_blocks_bufferless() 600 BOOST_MOVE_ADAPTIVE_SORT_INVARIANT(is_sorted(first, last_irr2, comp)); in merge_blocks_bufferless() 1171 BOOST_MOVE_ADAPTIVE_SORT_INVARIANT(is_sorted(first_reg, last_reg, comp)); in op_merge_blocks_with_irreg() 1172 BOOST_MOVE_ADAPTIVE_SORT_INVARIANT(!next_key_idx || is_sorted(first_min, last_min, comp)); in op_merge_blocks_with_irreg() 1178 BOOST_MOVE_ADAPTIVE_SORT_INVARIANT(is_sorted(orig_dest, dest, comp)); in op_merge_blocks_with_irreg() [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ext/ |
| H A D | algorithm | 466 using std::is_sorted; 468 // is_sorted, a predicated testing whether a range is sorted in 479 is_sorted(_ForwardIterator __first, _ForwardIterator __last) 504 is_sorted(_ForwardIterator __first, _ForwardIterator __last,
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ext/ |
| H A D | algorithm | 466 using std::is_sorted; 468 // is_sorted, a predicated testing whether a range is sorted in 479 is_sorted(_ForwardIterator __first, _ForwardIterator __last) 504 is_sorted(_ForwardIterator __first, _ForwardIterator __last,
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/bits/ |
| H A D | algorithmfwd.h | 361 is_sorted(_FIter, _FIter); in _GLIBCXX_VISIBILITY() 366 is_sorted(_FIter, _FIter, _Compare); in _GLIBCXX_VISIBILITY()
|
| H A D | stl_algo.h | 3228 is_sorted(_ForwardIterator __first, _ForwardIterator __last) in _GLIBCXX_VISIBILITY() 3243 is_sorted(_ForwardIterator __first, _ForwardIterator __last, in _GLIBCXX_VISIBILITY()
|
| H A D | ranges_algo.h | 2259 inline constexpr __is_sorted_fn is_sorted{}; in _GLIBCXX_VISIBILITY()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/bits/ |
| H A D | algorithmfwd.h | 361 is_sorted(_FIter, _FIter); in _GLIBCXX_VISIBILITY() 366 is_sorted(_FIter, _FIter, _Compare); in _GLIBCXX_VISIBILITY()
|
| H A D | stl_algo.h | 3228 is_sorted(_ForwardIterator __first, _ForwardIterator __last) in _GLIBCXX_VISIBILITY() 3243 is_sorted(_ForwardIterator __first, _ForwardIterator __last, in _GLIBCXX_VISIBILITY()
|
| H A D | ranges_algo.h | 2259 inline constexpr __is_sorted_fn is_sorted{}; in _GLIBCXX_VISIBILITY()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/pstl/ |
| H A D | glue_algorithm_defs.h | 390 is_sorted(_ExecutionPolicy&& __exec, _ForwardIterator __first, _ForwardIterator __last, _Compare __… 394 is_sorted(_ExecutionPolicy&& __exec, _ForwardIterator __first, _ForwardIterator __last);
|
| H A D | glue_algorithm_impl.h | 850 is_sorted(_ExecutionPolicy&& __exec, _ForwardIterator __first, _ForwardIterator __last, _Compare __… in is_sorted() function 862 is_sorted(_ExecutionPolicy&& __exec, _ForwardIterator __first, _ForwardIterator __last) in is_sorted() function 865 …return std::is_sorted(std::forward<_ExecutionPolicy>(__exec), __first, __last, std::less<_InputTyp… in is_sorted()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/pstl/ |
| H A D | glue_algorithm_defs.h | 390 is_sorted(_ExecutionPolicy&& __exec, _ForwardIterator __first, _ForwardIterator __last, _Compare __… 394 is_sorted(_ExecutionPolicy&& __exec, _ForwardIterator __first, _ForwardIterator __last);
|
| H A D | glue_algorithm_impl.h | 850 is_sorted(_ExecutionPolicy&& __exec, _ForwardIterator __first, _ForwardIterator __last, _Compare __… in is_sorted() function 862 is_sorted(_ExecutionPolicy&& __exec, _ForwardIterator __first, _ForwardIterator __last) in is_sorted() function 865 …return std::is_sorted(std::forward<_ExecutionPolicy>(__exec), __first, __last, std::less<_InputTyp… in is_sorted()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A D | algorithm | 330 is_sorted(ForwardIterator first, ForwardIterator last); 334 is_sorted(ForwardIterator first, ForwardIterator last, Compare comp); 3554 // is_sorted 3559 is_sorted(_ForwardIterator __first, _ForwardIterator __last, _Compare __comp) 3567 is_sorted(_ForwardIterator __first, _ForwardIterator __last) 3569 …return _VSTD::is_sorted(__first, __last, __less<typename iterator_traits<_ForwardIterator>::value_…
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | algorithm | 330 is_sorted(ForwardIterator first, ForwardIterator last); 334 is_sorted(ForwardIterator first, ForwardIterator last, Compare comp); 3554 // is_sorted 3559 is_sorted(_ForwardIterator __first, _ForwardIterator __last, _Compare __comp) 3567 is_sorted(_ForwardIterator __first, _ForwardIterator __last) 3569 …return _VSTD::is_sorted(__first, __last, __less<typename iterator_traits<_ForwardIterator>::value_…
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/ |
| H A D | core_c.h | 1713 int is_sorted, int* elem_idx,
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/ |
| H A D | core_c.h | 1713 int is_sorted, int* elem_idx,
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/ |
| H A D | core_c.h | 1713 int is_sorted, int* elem_idx,
|