/third_party/skia/third_party/externals/abseil-cpp/absl/algorithm/ |
D | algorithm.h | 45 bool EqualImpl(InputIter1 first1, InputIter1 last1, InputIter2 first2, in EqualImpl() argument 49 if (first1 == last1) return first2 == last2; in EqualImpl() 50 if (first2 == last2) return false; in EqualImpl() 51 if (!pred(*first1, *first2)) return false; in EqualImpl() 53 ++first2; in EqualImpl() 58 bool EqualImpl(InputIter1 first1, InputIter1 last1, InputIter2 first2, in EqualImpl() argument 61 return (last1 - first1 == last2 - first2) && in EqualImpl() 62 std::equal(first1, last1, first2, std::forward<Pred>(pred)); in EqualImpl() 69 bool EqualImpl(InputIter1 first1, InputIter1 last1, InputIter2 first2, in EqualImpl() argument 73 return (last1 - first1 == last2 - first2) && in EqualImpl() [all …]
|
D | container.h | 350 auto first2 = container_algorithm_internal::c_begin(c2); 353 for (; first1 != last1 && first2 != last2; ++first1, (void)++first2) { 356 if (!(*first1 == *first2)) { 361 return std::make_pair(first1, first2); 372 auto first2 = container_algorithm_internal::c_begin(c2); 375 for (; first1 != last1 && first2 != last2; ++first1, (void)++first2) { 376 if (!pred(*first1, *first2)) { 381 return std::make_pair(first1, first2); 569 auto first2 = container_algorithm_internal::c_begin(c2); 573 for (; first1 != last1 && first2 != last2; ++first1, (void)++first2) { [all …]
|
/third_party/nghttp2/src/ |
D | util.h | 287 InputIterator2 first2, InputIterator2 last2) { in starts_with() argument 288 if (last1 - first1 < last2 - first2) { in starts_with() 291 return std::equal(first2, last2, first1); in starts_with() 306 InputIterator2 first2, InputIterator2 last2) { in istarts_with() argument 307 if (last1 - first1 < last2 - first2) { in istarts_with() 310 return std::equal(first2, last2, first1, CaseCmp()); in istarts_with() 324 InputIterator2 first2, InputIterator2 last2) { in ends_with() argument 325 if (last1 - first1 < last2 - first2) { in ends_with() 328 return std::equal(first2, last2, last1 - (last2 - first2)); in ends_with() 342 InputIterator2 first2, InputIterator2 last2) { in iends_with() argument [all …]
|
/third_party/skia/third_party/externals/microhttpd/src/spdy2http/ |
D | Makefile.in | 210 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 211 if test "$$first2" = "$$first"; then \
|
/third_party/skia/third_party/externals/microhttpd/src/examples/ |
D | Makefile.in | 365 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 366 if test "$$first2" = "$$first"; then \
|
/third_party/node/deps/cares/src/ |
D | Makefile.in | 191 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 192 if test "$$first2" = "$$first"; then \
|
/third_party/skia/third_party/externals/microhttpd/src/ |
D | Makefile.in | 175 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 176 if test "$$first2" = "$$first"; then \
|
/third_party/skia/third_party/externals/microhttpd/src/include/ |
D | Makefile.in | 204 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 205 if test "$$first2" = "$$first"; then \
|
/third_party/mtdev/ |
D | Makefile.in | 223 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 224 if test "$$first2" = "$$first"; then \
|
/third_party/skia/third_party/externals/microhttpd/doc/examples/ |
D | Makefile.in | 251 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 252 if test "$$first2" = "$$first"; then \
|
/third_party/node/deps/cares/ |
D | Makefile.in | 234 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 235 if test "$$first2" = "$$first"; then \
|
/third_party/skia/third_party/externals/microhttpd/ |
D | Makefile.in | 224 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 225 if test "$$first2" = "$$first"; then \
|
/third_party/libevdev/ |
D | Makefile.in | 222 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 223 if test "$$first2" = "$$first"; then \
|
/third_party/skia/third_party/externals/microhttpd/src/testspdy/ |
D | Makefile.in | 503 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 504 if test "$$first2" = "$$first"; then \
|
/third_party/skia/third_party/externals/microhttpd/doc/ |
D | Makefile.in | 245 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 246 if test "$$first2" = "$$first"; then \
|
D | texinfo.tex | 1414 \else\ifx\first1\adn1 \else\ifx\first2\adn2 \else\ifx\first3\adn3
|
/third_party/node/deps/nghttp2/lib/ |
D | Makefile.in | 284 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 285 if test "$$first2" = "$$first"; then \
|
/third_party/skia/third_party/externals/microhttpd/src/testcurl/https/ |
D | Makefile.in | 528 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 529 if test "$$first2" = "$$first"; then \
|
/third_party/skia/third_party/externals/microhttpd/src/testzzuf/ |
D | Makefile.in | 472 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 473 if test "$$first2" = "$$first"; then \
|
/third_party/skia/third_party/externals/microhttpd/src/testcurl/ |
D | Makefile.in | 658 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 659 if test "$$first2" = "$$first"; then \
|
/third_party/libffi/ |
D | Makefile.in | 354 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 355 if test "$$first2" = "$$first"; then \
|
/third_party/node/deps/cares/src/lib/ |
D | Makefile.in | 366 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 367 if test "$$first2" = "$$first"; then \
|
/third_party/libffi/doc/ |
D | texinfo.tex | 1538 \else\ifx\first1\adn1 \else\ifx\first2\adn2 \else\ifx\first3\adn3 1782 \else\ifx\first1\adn1 \else\ifx\first2\adn2 \else\ifx\first3\adn3
|
/third_party/libabigail/tests/data/test-read-dwarf/ |
D | test9-pr18818-clang.so.abi | 5461 …<parameter type-id='type-id-177' name='first2' filepath='src/third_party/boost-1.56.0/libs/filesys…
|
D | test10-pr18818-gcc.so.abi | 7209 …<parameter type-id='type-id-301' name='first2' filepath='src/third_party/boost-1.56.0/libs/filesys…
|