Searched refs:is_sorted (Results 1 – 8 of 8) sorted by relevance
/external/stlport/stlport/stl/debug/ |
D | _list.h | 401 _STLP_DEBUG_CHECK(_STLP_STD::is_sorted(begin()._M_iterator, end()._M_iterator)) in merge() 402 _STLP_DEBUG_CHECK(_STLP_STD::is_sorted(__x.begin()._M_iterator, __x.end()._M_iterator)) in merge() 467 _STLP_DEBUG_CHECK(_STLP_STD::is_sorted(_M_non_dbg_impl.begin(), _M_non_dbg_impl.end(), __comp)) in merge() 468 _STLP_DEBUG_CHECK(_STLP_STD::is_sorted(__x.begin()._M_iterator, __x.end()._M_iterator, __comp)) in merge()
|
D | _slist.h | 534 _STLP_DEBUG_CHECK( /* _STLP_STD:: */ is_sorted(_M_non_dbg_impl.begin(), _M_non_dbg_impl.end())) in merge() 535 _STLP_DEBUG_CHECK( /* _STLP_STD:: */ is_sorted(__x.begin()._M_iterator, __x.end()._M_iterator)) in merge() 587 …_STLP_DEBUG_CHECK( /* _STLP_STD:: */ is_sorted(_M_non_dbg_impl.begin(), _M_non_dbg_impl.end(), __o… in merge() 588 …_STLP_DEBUG_CHECK( /* _STLP_STD:: */ is_sorted(__x.begin()._M_iterator, __x.end()._M_iterator, __o… in merge()
|
/external/stlport/stlport/stl/ |
D | _algo.h | 722 inline bool is_sorted(_ForwardIter __first, _ForwardIter __last) { in is_sorted() function 728 inline bool is_sorted(_ForwardIter __first, _ForwardIter __last, in is_sorted() function
|
/external/opencv/ml/src/ |
D | ml_inner_functions.cpp | 467 int i, idx_total, idx_selected = 0, step, type, prev = INT_MIN, is_sorted = 1; in cvPreprocessIndexArray() local 516 is_sorted = 0; in cvPreprocessIndexArray() 541 if( !is_sorted ) in cvPreprocessIndexArray()
|
/external/v8/src/ |
D | liveobjectlist.cc | 2297 bool is_sorted = false; in PurgeDuplicates() local 2346 if (!is_sorted) { in PurgeDuplicates() 2348 is_sorted = true; in PurgeDuplicates()
|
/external/clang/www/ |
D | libstdc++4.4-clang0x.patch | 490 // is_sorted, a predicated testing whether a range is sorted in
|
/external/opencv/cxcore/src/ |
D | cxdatastructs.cpp | 2449 int is_sorted, int* _idx, void* userdata ) in cvSeqSearch() argument 2473 if( !is_sorted ) in cvSeqSearch()
|
/external/opencv/cxcore/include/ |
D | cxcore.h | 1092 int is_sorted, int* elem_idx,
|