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

  /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/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
find_selectors.h 110 RandomAccessIterator1 spot = adjacent_find(begin1, end1 + 1,
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,
algo.h 802 adjacent_find(ForwardIterator begin, ForwardIterator end, function in namespace:std::__parallel
809 adjacent_find(ForwardIterator begin, ForwardIterator end, function in namespace:std::__parallel
846 adjacent_find(ForwardIterator begin, ForwardIterator end) function in namespace:std::__parallel
880 adjacent_find(ForwardIterator begin, ForwardIterator end, function in namespace:std::__parallel
    [all...]
  /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/android-ndk-r5/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/android-ndk-r6/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/android-ndk-r7/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/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
algorithmfwd.h 43 adjacent_find
186 // adjacent_find
577 adjacent_find(_FIter, _FIter);
581 adjacent_find(_FIter, _FIter, _BinaryPredicate);
stl_algo.h 364 // adjacent_find
4381 adjacent_find(_ForwardIterator __first, _ForwardIterator __last) function
4413 adjacent_find(_ForwardIterator __first, _ForwardIterator __last, function
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
algorithmfwd.h 45 adjacent_find
189 // adjacent_find
588 adjacent_find(_FIter, _FIter);
592 adjacent_find(_FIter, _FIter, _BinaryPredicate);
stl_algo.h 316 // adjacent_find
4554 adjacent_find(_ForwardIterator __first, _ForwardIterator __last) function
4586 adjacent_find(_ForwardIterator __first, _ForwardIterator __last, function
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
algorithmfwd.h 45 adjacent_find
189 // adjacent_find
588 adjacent_find(_FIter, _FIter);
592 adjacent_find(_FIter, _FIter, _BinaryPredicate);
stl_algo.h 316 // adjacent_find
4554 adjacent_find(_ForwardIterator __first, _ForwardIterator __last) function
4586 adjacent_find(_ForwardIterator __first, _ForwardIterator __last, function
    [all...]
  /prebuilts/ndk/android-ndk-r5/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);
stl_algo.h 364 // adjacent_find
4381 adjacent_find(_ForwardIterator __first, _ForwardIterator __last) function
4413 adjacent_find(_ForwardIterator __first, _ForwardIterator __last, function
    [all...]
  /prebuilts/ndk/android-ndk-r6/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);
stl_algo.h 364 // adjacent_find
4381 adjacent_find(_ForwardIterator __first, _ForwardIterator __last) function
4413 adjacent_find(_ForwardIterator __first, _ForwardIterator __last, function
    [all...]
  /prebuilts/ndk/android-ndk-r7/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);
stl_algo.h 364 // adjacent_find
4381 adjacent_find(_ForwardIterator __first, _ForwardIterator __last) function
4413 adjacent_find(_ForwardIterator __first, _ForwardIterator __last, function
    [all...]

Completed in 123 milliseconds