/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 | 291 InputIterator2 first2, InputIterator2 last2) { in starts_with() argument 292 if (last1 - first1 < last2 - first2) { in starts_with() 295 return std::equal(first2, last2, first1); in starts_with() 310 InputIterator2 first2, InputIterator2 last2) { in istarts_with() argument 311 if (last1 - first1 < last2 - first2) { in istarts_with() 314 return std::equal(first2, last2, first1, CaseCmp()); in istarts_with() 328 InputIterator2 first2, InputIterator2 last2) { in ends_with() argument 329 if (last1 - first1 < last2 - first2) { in ends_with() 332 return std::equal(first2, last2, last1 - (last2 - first2)); in ends_with() 346 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/lame/doc/ |
D | Makefile.in | 174 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 175 if test "$$first2" = "$$first"; then \
|
/third_party/lame/macosx/ |
D | Makefile.in | 174 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 175 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/lame/ACM/ |
D | Makefile.in | 174 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 175 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/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/curl/include/ |
D | Makefile.in | 195 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 196 if test "$$first2" = "$$first"; then \
|
/third_party/curl/packages/ |
D | Makefile.in | 193 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 194 if test "$$first2" = "$$first"; then \
|
/third_party/curl/tests/http/ |
D | Makefile.in | 218 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 219 if test "$$first2" = "$$first"; then \
|
/third_party/curl/tests/ |
D | Makefile.in | 216 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 217 if test "$$first2" = "$$first"; then \
|
/third_party/curl/docs/libcurl/ |
D | Makefile.in | 278 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 279 if test "$$first2" = "$$first"; then \
|
/third_party/curl/docs/ |
D | Makefile.in | 249 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 250 if test "$$first2" = "$$first"; then \
|
/third_party/curl/tests/certs/ |
D | Makefile.in | 193 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 194 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/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/libevdev/ |
D | Makefile.in | 222 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 223 if test "$$first2" = "$$first"; then \
|
/third_party/lame/ |
D | Makefile.in | 190 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 191 if test "$$first2" = "$$first"; then \
|
/third_party/node/deps/cares/ |
D | Makefile.in | 261 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 262 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 \
|
/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 \
|