/external/stlport/src/ |
num_get.cpp | 38 __valid_grouping(const char * first1, const char * last1, 40 if (first1 == last1 || first2 == last2) return true; 44 while (first1 != last1) {
|
/ndk/sources/cxx-stl/stlport/src/ |
num_get.cpp | 38 __valid_grouping(const char * first1, const char * last1, 40 if (first1 == last1 || first2 == last2) return true; 44 while (first1 != last1) {
|
/external/llvm/include/llvm/ADT/ |
ilist.h | 602 iterator first1 = begin(), last1 = end(); local 604 while (first1 != last1 && first2 != last2) 605 if (pred(*first2, *first1)) { 607 transfer(first1, right, first2, ++next); 610 ++first1; 673 template<class InIt> void assign(InIt first1, InIt last1) { 675 for ( ; first1 != last1 && first2 != last2; ++first1, ++first2) 676 *first1 = *first2; 678 erase(first1, last1) [all...] |
/external/jdiff/src/jdiff/ |
Diff.java | 136 int first1 = hunk.line1; // Index of first inserted word local 139 newDocWords[first1 - 1].compareTo(" ") == 0 && 141 first1 == lasthunk.line1 + lasthunk.inserted + 1) { 193 int first1 = hunk.line1; // Index of first inserted word local 203 System.out.println("first1: " + first1); 240 for (int i = first1; i <= last1; i++) { [all...] |
/external/stlport/test/eh/ |
test_insert.h | 170 DstIter first1 = original.begin(); local 179 EH_STD::pair<DstIter, DstIter> p = EH_STD::mismatch( first1, original.end(), first2 ); 200 dstItem = EH_STD::find( first1, original.end(), *p.first ); 209 first1 = p.first;
|
/external/stlport/test/unit/ |
codecvt_test.cpp | 464 virtual result do_in(state_type& /*state*/, const extern_type* first1, 468 for ( next1 = first1, next2 = first2; next1 < last1; next1 += 2 ) {
|
/ndk/tests/device/test-gnustl-full/unit/ |
codecvt_test.cpp | 466 virtual result do_in(state_type& /*state*/, const extern_type* first1, 470 for ( next1 = first1, next2 = first2; next1 < last1; next1 += 2 ) {
|
/ndk/tests/device/test-stlport/unit/ |
codecvt_test.cpp | 466 virtual result do_in(state_type& /*state*/, const extern_type* first1, 470 for ( next1 = first1, next2 = first2; next1 < last1; next1 += 2 ) {
|
/external/grub/docs/ |
texinfo.tex | [all...] |
/ndk/sources/host-tools/sed-4.2.1/build-aux/ |
texinfo.tex | [all...] |