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

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/
algorithm.hpp 35 /// @param first2 - second collection begin iterator
40 InputIter2 first2, InputIter2 last2 )
42 while( first1 != last1 && first2 != last2 && *first1 == *first2 ) {
44 ++first2;
47 return std::pair<InputIter1, InputIter2>(first1, first2);
58 /// @param first2 - second collection begin iterator
64 InputIter2 first2, InputIter2 last2,
67 while( first1 != last1 && first2 != last2 && pred( *first1, *first2 ) ) {
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/range/algorithm/
equal.hpp 29 SinglePassTraversalReadableIterator2 first2,
40 return first2 == last2;
45 if (first2 == last2)
49 if (*first1 != *first2)
53 ++first2;
68 SinglePassTraversalReadableIterator2 first2,
80 return first2 == last2;
85 if (first2 == last2)
89 if (!pred(*first1, *first2))
93 ++first2;
    [all...]
  /external/stlport/src/
num_get.cpp 39 const char * first2, const char * last2) {
40 if (first1 == last1 || first2 == last2) return true;
45 if (*last1 != *first2)
48 if (first2 != last2) ++first2;
51 return *last1 <= *first2;
  /ndk/sources/cxx-stl/stlport/src/
num_get.cpp 39 const char * first2, const char * last2) {
40 if (first1 == last1 || first2 == last2) return true;
45 if (*last1 != *first2)
48 if (first2 != last2) ++first2;
51 return *last1 <= *first2;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numeric.ops/inner.product/
inner_product.pass.cpp 20 // inner_product(Iter1 first1, Iter1 last1, Iter2 first2, T init);
29 test(Iter1 first1, Iter1 last1, Iter2 first2, T init, T x)
31 assert(std::inner_product(first1, last1, first2, init) == x);
inner_product_comp.pass.cpp 20 // inner_product(Iter1 first1, Iter1 last1, Iter2 first2,
31 test(Iter1 first1, Iter1 last1, Iter2 first2, T init, T x)
33 assert(std::inner_product(first1, last1, first2, init,
  /external/llvm/include/llvm/ADT/
ilist.h 619 iterator first2 = right.begin(), last2 = right.end(); local
620 while (first1 != last1 && first2 != last2)
621 if (pred(*first2, *first1)) {
622 iterator next = first2;
623 transfer(first1, right, first2, ++next);
624 first2 = next;
628 if (first2 != last2) transfer(last1, right, first2, last2);
686 iterator first2 = this->begin(), last2 = this->end(); local
687 for ( ; first1 != last1 && first2 != last2; ++first1, ++first2
    [all...]
  /external/stlport/test/eh/
test_insert.h 171 DstIter first2 = result.begin(); local
177 while ( first2 != result.end() )
179 EH_STD::pair<DstIter, DstIter> p = EH_STD::mismatch( first1, original.end(), first2 );
210 first2 = p.second;
  /external/stlport/test/unit/
codecvt_test.cpp 466 intern_type* first2, intern_type* last2,
468 for ( next1 = first1, next2 = first2; next1 < last1; next1 += 2 ) {
  /ndk/tests/device/test-gnustl-full/unit/
codecvt_test.cpp 468 intern_type* first2, intern_type* last2,
470 for ( next1 = first1, next2 = first2; next1 < last1; next1 += 2 ) {
  /ndk/tests/device/test-stlport/unit/
codecvt_test.cpp 468 intern_type* first2, intern_type* last2,
470 for ( next1 = first1, next2 = first2; next1 < last1; next1 += 2 ) {
  /external/chromium_org/media/base/
container_names.cc 1593 uint32 first2 = Read16(buffer); local
    [all...]
  /external/opencv/cv/src/
cvcalibinit.cpp 1203 CvCBCorner* first = 0, *first2 = 0, *right, *cur, *below, *c; local
    [all...]
  /prebuilts/devtools/tools/lib/
sdkuilib.jar 
  /external/grub/docs/
texinfo.tex     [all...]
  /external/bison/build-aux/
texinfo.tex     [all...]
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texinfo.tex     [all...]

Completed in 322 milliseconds