/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;
|
/external/llvm/include/llvm/ADT/ |
ilist.h | 603 iterator first2 = right.begin(), last2 = right.end(); local 604 while (first1 != last1 && first2 != last2) 605 if (pred(*first2, *first1)) { 606 iterator next = first2; 607 transfer(first1, right, first2, ++next); 608 first2 = next; 612 if (first2 != last2) transfer(last1, right, first2, last2); 674 iterator first2 = this->begin(), last2 = this->end(); local 675 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/opencv/cv/src/ |
cvcalibinit.cpp | 1203 CvCBCorner* first = 0, *first2 = 0, *right, *cur, *below, *c; local [all...] |
/external/grub/docs/ |
texinfo.tex | [all...] |
/ndk/sources/host-tools/sed-4.2.1/build-aux/ |
texinfo.tex | [all...] |