/external/stlport/src/ |
D | num_get.cpp | 39 const char * first2, const char * last2) { in __valid_grouping() argument 40 if (first1 == last1 || first2 == last2) return true; in __valid_grouping() 45 if (*last1 != *first2) in __valid_grouping() 48 if (first2 != last2) ++first2; in __valid_grouping() 51 return *last1 <= *first2; in __valid_grouping()
|
/external/llvm/include/llvm/ADT/ |
D | ilist.h | 619 iterator first2 = right.begin(), last2 = right.end(); 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(); 687 for ( ; first1 != last1 && first2 != last2; ++first1, ++first2) 688 *first1 = *first2; [all …]
|
/external/llvm/test/Transforms/InstSimplify/ |
D | ptr_diff.ll | 22 %first2 = getelementptr inbounds i8* %first1, i32 1 23 %first3 = getelementptr inbounds i8* %first2, i32 2 25 %last1 = getelementptr inbounds i8* %first2, i32 48
|
D | compare.ll | 113 %first2 = getelementptr inbounds i8* %first1, i32 1 114 %first3 = getelementptr inbounds i8* %first2, i32 2 116 %last1 = getelementptr inbounds i8* %first2, i32 48 133 %first2 = getelementptr inbounds i8* %first1, i32 44 136 %first.int = ptrtoint i8* %first2 to i32
|
/external/stlport/test/eh/ |
D | test_insert.h | 171 DstIter first2 = result.begin(); in VerifyInsertion() local 177 while ( first2 != result.end() ) in VerifyInsertion() 179 EH_STD::pair<DstIter, DstIter> p = EH_STD::mismatch( first1, original.end(), first2 ); in VerifyInsertion() 210 first2 = p.second; in VerifyInsertion()
|
/external/stlport/test/unit/ |
D | codecvt_test.cpp | 466 intern_type* first2, intern_type* last2, in do_in() argument 468 for ( next1 = first1, next2 = first2; next1 < last1; next1 += 2 ) { in do_in()
|
/external/openfst/src/ |
D | Makefile.in | 81 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 82 if test "$$first2" = "$$first"; then \
|
/external/libcap-ng/libcap-ng-0.7/bindings/ |
D | Makefile.in | 103 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 104 if test "$$first2" = "$$first"; then \
|
/external/openfst/src/extensions/ |
D | Makefile.in | 81 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 82 if test "$$first2" = "$$first"; then \
|
/external/marisa-trie/ |
D | Makefile.in | 84 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 85 if test "$$first2" = "$$first"; then \
|
/external/stressapptest/ |
D | Makefile.in | 113 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 114 if test "$$first2" = "$$first"; then \
|
/external/libmtp/ |
D | Makefile.in | 118 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 119 if test "$$first2" = "$$first"; then \
|
/external/libcap-ng/libcap-ng-0.7/src/ |
D | Makefile.in | 157 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 158 if test "$$first2" = "$$first"; then \
|
/external/openfst/ |
D | Makefile.in | 95 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 96 if test "$$first2" = "$$first"; then \
|
/external/libusb/ |
D | Makefile.in | 120 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 121 if test "$$first2" = "$$first"; then \
|
/external/libcap-ng/libcap-ng-0.7/ |
D | Makefile.in | 95 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 96 if test "$$first2" = "$$first"; then \
|
/external/libcap-ng/libcap-ng-0.7/bindings/python/ |
D | Makefile.in | 132 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 133 if test "$$first2" = "$$first"; then \
|
/external/opencv/cv/src/ |
D | cvcalibinit.cpp | 1203 CvCBCorner* first = 0, *first2 = 0, *right, *cur, *below, *c; in icvCheckQuadGroup() local 1267 else if( !first2 && corners[i]->row == ROW2 ) in icvCheckQuadGroup() 1268 first2 = corners[i]; in icvCheckQuadGroup() 1275 first = first2; in icvCheckQuadGroup()
|
/external/valgrind/main/callgrind/tests/ |
D | Makefile.in | 115 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 116 if test "$$first2" = "$$first"; then \
|
/external/valgrind/main/cachegrind/tests/ |
D | Makefile.in | 122 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 123 if test "$$first2" = "$$first"; then \
|
/external/protobuf/ |
D | Makefile.in | 126 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 127 if test "$$first2" = "$$first"; then \
|
/external/valgrind/main/none/ |
D | Makefile.in | 120 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 121 if test "$$first2" = "$$first"; then \
|
/external/valgrind/main/massif/ |
D | Makefile.in | 171 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 172 if test "$$first2" = "$$first"; then \
|
/external/bison/examples/ |
D | Makefile.in | 218 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 219 if test "$$first2" = "$$first"; then \
|
/external/bison/ |
D | Makefile.in | 266 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 267 if test "$$first2" = "$$first"; then \
|