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

1 2 3

  /external/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),
Android.mk 23 test_name := algorithms/alg.nonmodifying/alg.adjacent.find/adjacent_find
24 test_src := adjacent_find.pass.cpp
  /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),
  /external/stlport/test/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-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/parallel/
find_selectors.h 110 _RAIter1 __spot = adjacent_find(__begin1, __end1 + 1,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/
find_selectors.h 110 _RAIter1 __spot = adjacent_find(__begin1, __end1 + 1,
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/
find_selectors.h 110 _RAIter1 __spot = adjacent_find(__begin1, __end1 + 1,
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
find_selectors.h 110 _RAIter1 __spot = adjacent_find(__begin1, __end1 + 1,
  /external/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);
  /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/5/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/6/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/7/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/8/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/9/sources/cxx-stl/EH/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);
  /external/chromium_org/base/
stl_util.h 206 return std::adjacent_find(cont.rbegin(), cont.rend(),
  /external/chromium_org/third_party/webrtc/system_wrappers/interface/
stl_util.h 211 return std::adjacent_find(cont.rbegin(), cont.rend(),
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
algorithmfwd.h 45 adjacent_find
189 // adjacent_find
588 adjacent_find(_FIter, _FIter);
592 adjacent_find(_FIter, _FIter, _BinaryPredicate);
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
algorithmfwd.h 43 adjacent_find
186 // adjacent_find
577 adjacent_find(_FIter, _FIter);
581 adjacent_find(_FIter, _FIter, _BinaryPredicate);
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
algorithmfwd.h 43 adjacent_find
186 // adjacent_find
577 adjacent_find(_FIter, _FIter);
581 adjacent_find(_FIter, _FIter, _BinaryPredicate);
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
algorithmfwd.h 43 adjacent_find
186 // adjacent_find
577 adjacent_find(_FIter, _FIter);
581 adjacent_find(_FIter, _FIter, _BinaryPredicate);

Completed in 984 milliseconds

1 2 3