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

1 2

  /external/libcxx/test/std/algorithms/alg.nonmodifying/alg.adjacent.find/
adjacent_find.pass.cpp 15 // adjacent_find(Iter first, Iter last);
26 assert(std::adjacent_find(forward_iterator<const int*>(ia),
29 assert(std::adjacent_find(forward_iterator<const int*>(ia),
32 assert(std::adjacent_find(forward_iterator<const int*>(ia+3),
adjacent_find_pred.pass.cpp 15 // adjacent_find(Iter first, Iter last, Pred pred);
27 assert(std::adjacent_find(forward_iterator<const int*>(ia),
31 assert(std::adjacent_find(forward_iterator<const int*>(ia),
35 assert(std::adjacent_find(forward_iterator<const int*>(ia+3),
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.nonmodifying/alg.adjacent.find/
adjacent_find.pass.cpp 15 // adjacent_find(Iter first, Iter last);
26 assert(std::adjacent_find(forward_iterator<const int*>(ia),
29 assert(std::adjacent_find(forward_iterator<const int*>(ia),
32 assert(std::adjacent_find(forward_iterator<const int*>(ia+3),
adjacent_find_pred.pass.cpp 15 // adjacent_find(Iter first, Iter last, Pred pred);
27 assert(std::adjacent_find(forward_iterator<const int*>(ia),
31 assert(std::adjacent_find(forward_iterator<const int*>(ia),
35 assert(std::adjacent_find(forward_iterator<const int*>(ia+3),
  /ndk/tests/device/test-gnustl-full/unit/
adj_test.cpp 46 int* location = adjacent_find((int*)numbers1, (int*)numbers1 + 5);
49 location = adjacent_find((int*)numbers2, (int*)numbers2 + 5);
60 location = adjacent_find(v.begin(), v.end());
63 location = adjacent_find(v.begin(), v.end());
77 location = adjacent_find(v.begin(), v.end(), equal_length);
  /ndk/tests/device/test-stlport/unit/
adj_test.cpp 46 int* location = adjacent_find((int*)numbers1, (int*)numbers1 + 5);
49 location = adjacent_find((int*)numbers2, (int*)numbers2 + 5);
60 location = adjacent_find(v.begin(), v.end());
63 location = adjacent_find(v.begin(), v.end());
77 location = adjacent_find(v.begin(), v.end(), equal_length);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
algorithmfwd.h 47 adjacent_find
191 // adjacent_find
599 adjacent_find(_FIter, _FIter);
603 adjacent_find(_FIter, _FIter, _BinaryPredicate);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
algorithmfwd.h 47 adjacent_find
191 // adjacent_find
599 adjacent_find(_FIter, _FIter);
603 adjacent_find(_FIter, _FIter, _BinaryPredicate);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
algorithmfwd.h 47 adjacent_find
191 // adjacent_find
599 adjacent_find(_FIter, _FIter);
603 adjacent_find(_FIter, _FIter, _BinaryPredicate);
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
algorithmfwd.h 47 adjacent_find
191 // adjacent_find
599 adjacent_find(_FIter, _FIter);
603 adjacent_find(_FIter, _FIter, _BinaryPredicate);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_algo.h 78 // adjacent_find.
82 adjacent_find(_ForwardIter __first, _ForwardIter __last, function
98 adjacent_find(_ForwardIter __first, _ForwardIter __last) { function
99 return adjacent_find(__first, __last,
299 __first = adjacent_find(__first, __last);
306 __first = adjacent_find(__first, __last, __binary_pred);
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_algo.h 78 // adjacent_find.
82 adjacent_find(_ForwardIter __first, _ForwardIter __last, function
98 adjacent_find(_ForwardIter __first, _ForwardIter __last) { function
99 return adjacent_find(__first, __last,
299 __first = adjacent_find(__first, __last);
306 __first = adjacent_find(__first, __last, __binary_pred);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/parallel/
algorithmfwd.h 43 adjacent_find(_FIter, _FIter);
47 adjacent_find(_FIter, _FIter, __gnu_parallel::sequential_tag);
60 adjacent_find(_FIter, _FIter, _BiPredicate);
64 adjacent_find(_FIter, _FIter, _BiPredicate,
find_selectors.h 110 _RAIter1 __spot = adjacent_find(__begin1, __end1 + 1,
algo.h 795 adjacent_find(_FIterator __begin, _FIterator __end, function in namespace:__parallel
802 adjacent_find(_FIterator __begin, _FIterator __end, function in namespace:__parallel
842 adjacent_find(_FIterator __begin, _FIterator __end) function in namespace:__parallel
876 adjacent_find(_FIterator __begin, _FIterator __end, function in namespace:__parallel
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/parallel/
algorithmfwd.h 43 adjacent_find(_FIter, _FIter);
47 adjacent_find(_FIter, _FIter, __gnu_parallel::sequential_tag);
60 adjacent_find(_FIter, _FIter, _BiPredicate);
64 adjacent_find(_FIter, _FIter, _BiPredicate,
find_selectors.h 110 _RAIter1 __spot = adjacent_find(__begin1, __end1 + 1,
algo.h 795 adjacent_find(_FIterator __begin, _FIterator __end, function in namespace:__parallel
802 adjacent_find(_FIterator __begin, _FIterator __end, function in namespace:__parallel
842 adjacent_find(_FIterator __begin, _FIterator __end) function in namespace:__parallel
876 adjacent_find(_FIterator __begin, _FIterator __end, function in namespace:__parallel
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/
algorithmfwd.h 43 adjacent_find(_FIter, _FIter);
47 adjacent_find(_FIter, _FIter, __gnu_parallel::sequential_tag);
60 adjacent_find(_FIter, _FIter, _BiPredicate);
64 adjacent_find(_FIter, _FIter, _BiPredicate,
find_selectors.h 110 _RAIter1 __spot = adjacent_find(__begin1, __end1 + 1,
algo.h 795 adjacent_find(_FIterator __begin, _FIterator __end, function in namespace:__parallel
802 adjacent_find(_FIterator __begin, _FIterator __end, function in namespace:__parallel
842 adjacent_find(_FIterator __begin, _FIterator __end) function in namespace:__parallel
876 adjacent_find(_FIterator __begin, _FIterator __end, function in namespace:__parallel
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
algorithmfwd.h 43 adjacent_find(_FIter, _FIter);
47 adjacent_find(_FIter, _FIter, __gnu_parallel::sequential_tag);
60 adjacent_find(_FIter, _FIter, _BiPredicate);
64 adjacent_find(_FIter, _FIter, _BiPredicate,
find_selectors.h 110 _RAIter1 __spot = adjacent_find(__begin1, __end1 + 1,
algo.h 797 adjacent_find(_FIterator __begin, _FIterator __end, function in namespace:__parallel
804 adjacent_find(_FIterator __begin, _FIterator __end, function in namespace:__parallel
844 adjacent_find(_FIterator __begin, _FIterator __end) function in namespace:__parallel
878 adjacent_find(_FIterator __begin, _FIterator __end, function in namespace:__parallel
    [all...]
  /external/libchrome/base/
stl_util.h 208 return std::adjacent_find(cont.rbegin(), cont.rend(),

Completed in 484 milliseconds

1 2