HomeSort by relevance Sort by last modified time
    Searched full:adjacent_find (Results 26 - 37 of 37) sorted by null

12

  /external/webrtc/webrtc/system_wrappers/include/
stl_util.h 211 return std::adjacent_find(cont.rbegin(), cont.rend(),
  /external/webrtc/talk/app/webrtc/
webrtcsessiondescriptionfactory.cc 65 std::adjacent_find(sorted_streams.begin(), sorted_streams.end(),
  /external/libcxx/include/
algorithm 72 adjacent_find(ForwardIterator first, ForwardIterator last);
76 adjacent_find(ForwardIterator first, ForwardIterator last, BinaryPredicate pred);
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
algorithm 72 adjacent_find(ForwardIterator first, ForwardIterator last);
76 adjacent_find(ForwardIterator first, ForwardIterator last, BinaryPredicate pred);
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/
algorithm 72 adjacent_find(ForwardIterator first, ForwardIterator last);
76 adjacent_find(ForwardIterator first, ForwardIterator last, BinaryPredicate pred);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
stl_algo.h 341 // adjacent_find
4558 adjacent_find(_ForwardIterator __first, _ForwardIterator __last) function
4590 adjacent_find(_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 341 // adjacent_find
4558 adjacent_find(_ForwardIterator __first, _ForwardIterator __last) function
4590 adjacent_find(_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 341 // adjacent_find
4558 adjacent_find(_ForwardIterator __first, _ForwardIterator __last) function
4590 adjacent_find(_ForwardIterator __first, _ForwardIterator __last, function
    [all...]
  /external/llvm/lib/Target/X86/
X86IntrinsicsInfo.h     [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_algo.h 197 // adjacent_find
3931 adjacent_find(_ForwardIterator __first, _ForwardIterator __last) function
3956 adjacent_find(_ForwardIterator __first, _ForwardIterator __last, function
    [all...]
  /ndk/tests/device/test-libc++-shared-full/jni/
Android.mk 190 $(call gen-test, algorithms/alg.nonmodifying/alg.adjacent.find/adjacent_find)
    [all...]
  /ndk/tests/device/test-libc++-static-full/jni/
Android.mk 181 $(call gen-test, algorithms/alg.nonmodifying/alg.adjacent.find/adjacent_find)
    [all...]

Completed in 631 milliseconds

12