HomeSort by relevance Sort by last modified time
    Searched defs:is_sorted (Results 1 - 12 of 12) sorted by null

  /external/boringssl/src/crypto/x509/
x_crl.c 482 const int is_sorted = sk_X509_REVOKED_is_sorted(crl->crl->revoked); local
485 if (!is_sorted)
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_algo.h 711 // is_sorted, a predicated testing whether a range is sorted in
722 inline bool is_sorted(_ForwardIter __first, _ForwardIter __last) { function
728 inline bool is_sorted(_ForwardIter __first, _ForwardIter __last, function
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_algo.h 711 // is_sorted, a predicated testing whether a range is sorted in
722 inline bool is_sorted(_ForwardIter __first, _ForwardIter __last) { function
728 inline bool is_sorted(_ForwardIter __first, _ForwardIter __last, function
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/Gimpact/
gim_hash_table.h 616 inline bool is_sorted() function in class:gim_hash_table
624 if(is_sorted()) return true;
773 if(is_sorted())
821 if(is_sorted()==false) return false;
857 if(this->is_sorted())
875 if(this->is_sorted())
  /external/opencv/ml/src/
ml_inner_functions.cpp 467 int i, idx_total, idx_selected = 0, step, type, prev = INT_MIN, is_sorted = 1; local
516 is_sorted = 0;
541 if( !is_sorted )
    [all...]
  /external/opencv3/apps/traincascade/
old_ml_inner_functions.cpp 400 int i, idx_total, idx_selected = 0, step, type, prev = INT_MIN, is_sorted = 1; local
447 is_sorted = 0;
472 if( !is_sorted )
    [all...]
boost.cpp 124 int i, idx_total, idx_selected = 0, step, type, prev = INT_MIN, is_sorted = 1; local
171 is_sorted = 0;
196 if( !is_sorted )
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
stl_algo.h 3952 is_sorted(_ForwardIterator __first, _ForwardIterator __last) function
3966 is_sorted(_ForwardIterator __first, _ForwardIterator __last, function
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
stl_algo.h 3952 is_sorted(_ForwardIterator __first, _ForwardIterator __last) function
3966 is_sorted(_ForwardIterator __first, _ForwardIterator __last, function
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
stl_algo.h 3952 is_sorted(_ForwardIterator __first, _ForwardIterator __last) function
3966 is_sorted(_ForwardIterator __first, _ForwardIterator __last, function
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
reloc.cc 727 bool is_sorted = true; local
841 is_sorted = false;
857 is_sorted = false;
893 if (!is_sorted)
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_algo.h 3242 is_sorted(_ForwardIterator __first, _ForwardIterator __last) function
3256 is_sorted(_ForwardIterator __first, _ForwardIterator __last, function
    [all...]

Completed in 399 milliseconds