/external/angle/third_party/abseil-cpp/absl/algorithm/ |
D | algorithm.h | 45 bool EqualImpl(InputIter1 first1, InputIter1 last1, InputIter2 first2, in EqualImpl() 58 bool EqualImpl(InputIter1 first1, InputIter1 last1, InputIter2 first2, in EqualImpl() 69 bool EqualImpl(InputIter1 first1, InputIter1 last1, InputIter2 first2, in EqualImpl() 104 bool equal(InputIter1 first1, InputIter1 last1, InputIter2 first2, in equal() 115 bool equal(InputIter1 first1, InputIter1 last1, InputIter2 first2, in equal()
|
/external/openscreen/third_party/abseil/src/absl/algorithm/ |
D | algorithm.h | 45 bool EqualImpl(InputIter1 first1, InputIter1 last1, InputIter2 first2, in EqualImpl() 58 bool EqualImpl(InputIter1 first1, InputIter1 last1, InputIter2 first2, in EqualImpl() 69 bool EqualImpl(InputIter1 first1, InputIter1 last1, InputIter2 first2, in EqualImpl() 104 bool equal(InputIter1 first1, InputIter1 last1, InputIter2 first2, in equal() 115 bool equal(InputIter1 first1, InputIter1 last1, InputIter2 first2, in equal()
|
/external/tensorflow/third_party/absl/abseil-cpp/absl/algorithm/ |
D | algorithm.h | 45 bool EqualImpl(InputIter1 first1, InputIter1 last1, InputIter2 first2, in EqualImpl() 58 bool EqualImpl(InputIter1 first1, InputIter1 last1, InputIter2 first2, in EqualImpl() 69 bool EqualImpl(InputIter1 first1, InputIter1 last1, InputIter2 first2, in EqualImpl() 104 bool equal(InputIter1 first1, InputIter1 last1, InputIter2 first2, in equal() 115 bool equal(InputIter1 first1, InputIter1 last1, InputIter2 first2, in equal()
|
/external/abseil-cpp/absl/algorithm/ |
D | algorithm.h | 45 bool EqualImpl(InputIter1 first1, InputIter1 last1, InputIter2 first2, in EqualImpl() 58 bool EqualImpl(InputIter1 first1, InputIter1 last1, InputIter2 first2, in EqualImpl() 69 bool EqualImpl(InputIter1 first1, InputIter1 last1, InputIter2 first2, in EqualImpl() 104 bool equal(InputIter1 first1, InputIter1 last1, InputIter2 first2, in equal() 115 bool equal(InputIter1 first1, InputIter1 last1, InputIter2 first2, in equal()
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/algorithm/ |
D | algorithm.h | 45 bool EqualImpl(InputIter1 first1, InputIter1 last1, InputIter2 first2, in EqualImpl() 58 bool EqualImpl(InputIter1 first1, InputIter1 last1, InputIter2 first2, in EqualImpl() 69 bool EqualImpl(InputIter1 first1, InputIter1 last1, InputIter2 first2, in EqualImpl() 104 bool equal(InputIter1 first1, InputIter1 last1, InputIter2 first2, in equal() 115 bool equal(InputIter1 first1, InputIter1 last1, InputIter2 first2, in equal()
|
/external/libtextclassifier/abseil-cpp/absl/algorithm/ |
D | algorithm.h | 45 bool EqualImpl(InputIter1 first1, InputIter1 last1, InputIter2 first2, in EqualImpl() 58 bool EqualImpl(InputIter1 first1, InputIter1 last1, InputIter2 first2, in EqualImpl() 69 bool EqualImpl(InputIter1 first1, InputIter1 last1, InputIter2 first2, in EqualImpl() 104 bool equal(InputIter1 first1, InputIter1 last1, InputIter2 first2, in equal() 115 bool equal(InputIter1 first1, InputIter1 last1, InputIter2 first2, in equal()
|
/external/webrtc/third_party/abseil-cpp/absl/algorithm/ |
D | algorithm.h | 45 bool EqualImpl(InputIter1 first1, InputIter1 last1, InputIter2 first2, in EqualImpl() 58 bool EqualImpl(InputIter1 first1, InputIter1 last1, InputIter2 first2, in EqualImpl() 69 bool EqualImpl(InputIter1 first1, InputIter1 last1, InputIter2 first2, in EqualImpl() 104 bool equal(InputIter1 first1, InputIter1 last1, InputIter2 first2, in equal() 115 bool equal(InputIter1 first1, InputIter1 last1, InputIter2 first2, in equal()
|
/external/cronet/third_party/abseil-cpp/absl/algorithm/ |
D | algorithm.h | 45 bool EqualImpl(InputIter1 first1, InputIter1 last1, InputIter2 first2, in EqualImpl() 58 bool EqualImpl(InputIter1 first1, InputIter1 last1, InputIter2 first2, in EqualImpl() 69 bool EqualImpl(InputIter1 first1, InputIter1 last1, InputIter2 first2, in EqualImpl() 104 bool equal(InputIter1 first1, InputIter1 last1, InputIter2 first2, in equal() 115 bool equal(InputIter1 first1, InputIter1 last1, InputIter2 first2, in equal()
|
/external/cronet/buildtools/third_party/libc++/trunk/test/libcxx/fuzzing/ |
D | fuzz.h | 68 bool fast_is_permutation(Iter1 first1, Iter1 last1, Iter2 first2) { in fast_is_permutation() 96 bool fast_is_permutation(Iter1 first1, Iter1 last1, Iter2 first2) { in fast_is_permutation()
|
/external/testng/src/test/java/test/classgroup/ |
D | First.java | 16 public void first2() { in first2() method in First
|
/external/libcxx/test/std/numerics/numeric.ops/inner.product/ |
D | inner_product.pass.cpp | 29 test(Iter1 first1, Iter1 last1, Iter2 first2, T init, T x) in test()
|
D | inner_product_comp.pass.cpp | 31 test(Iter1 first1, Iter1 last1, Iter2 first2, T init, T x) in test()
|
/external/cronet/buildtools/third_party/libc++/trunk/test/std/numerics/numeric.ops/inner.product/ |
D | inner_product.pass.cpp | 30 test(Iter1 first1, Iter1 last1, Iter2 first2, T init, T x) in test()
|
D | inner_product_comp.pass.cpp | 94 test(Iter1 first1, Iter1 last1, Iter2 first2, T init, T x) in test()
|
/external/libcxx/test/std/numerics/numeric.ops/transform.reduce/ |
D | transform_reduce_iter_iter_iter_init.pass.cpp | 27 test(Iter1 first1, Iter1 last1, Iter2 first2, T init, T x) in test()
|
D | transform_reduce_iter_iter_iter_init_op_op.pass.cpp | 29 test(Iter1 first1, Iter1 last1, Iter2 first2, T init, Op1 op1, Op2 op2, T x) in test()
|
/external/cronet/buildtools/third_party/libc++/trunk/test/std/numerics/numeric.ops/transform.reduce/ |
D | transform_reduce_iter_iter_iter_init.pass.cpp | 29 test(Iter1 first1, Iter1 last1, Iter2 first2, T init, T x) in test()
|
D | transform_reduce_iter_iter_iter_init_op_op.pass.cpp | 31 test(Iter1 first1, Iter1 last1, Iter2 first2, T init, Op1 op1, Op2 op2, T x) in test()
|
/external/pigweed/pw_containers/public/pw_containers/ |
D | algorithm.h | 218 auto first2 = std::begin(c2); in Mismatch() local 240 auto first2 = std::begin(c2); in Mismatch() local
|
/external/cronet/buildtools/third_party/libc++/trunk/test/std/algorithms/ |
D | robust_against_adl.compile.pass.cpp | 49 Holder<Incomplete> **first2 = u.data; in all_the_algorithms() local
|
D | robust_re_difference_type.compile.pass.cpp | 81 auto first2 = PickyIterator<void**, long long>(b); in all_the_algorithms() local
|
/external/libcxx/fuzzing/ |
D | fuzzing.cpp | 114 bool is_permutation(SVIter first1, SVIter last1, SVIter first2) in is_permutation() 142 bool is_permutation(Iter1 first1, Iter1 last1, Iter2 first2) in is_permutation() 341 static bool compare_unique(Iter1 first1, Iter1 last1, Iter2 first2, Iter2 last2) in compare_unique()
|
/external/cronet/buildtools/third_party/libc++/trunk/test/libcxx/algorithms/ |
D | ranges_robust_against_copying_projections.pass.cpp | 67 T *first2 = b; in all_the_algorithms() local
|
D | ranges_robust_against_copying_comparators.pass.cpp | 85 void **first2 = b; in all_the_algorithms() local
|
D | robust_against_copying_comparators.pass.cpp | 100 T *first2 = b; in all_the_algorithms() local
|