Home
last modified time | relevance | path

Searched refs:begin1 (Results 1 – 25 of 41) sorted by relevance

12

/external/llvm-project/pstl/test/std/algorithms/alg.modifying.operations/alg.partitions/
Dis_partitioned.pass.cpp28 … operator()(pstl::execution::unsequenced_policy, Iterator1 begin1, Iterator1 end1, Predicate pred) in operator ()()
33 …operator()(pstl::execution::parallel_unsequenced_policy, Iterator1 begin1, Iterator1 end1, Predica… in operator ()()
40 operator()(ExecutionPolicy&& exec, Iterator1 begin1, Iterator1 end1, Predicate pred) in operator ()()
42 const bool expected = std::is_partitioned(begin1, end1, pred); in operator ()()
43 const bool actual = std::is_partitioned(exec, begin1, end1, pred); in operator ()()
/external/llvm-project/pstl/test/std/algorithms/alg.sorting/alg.lex.comparison/
Dlexicographical_compare.pass.cpp27 …operator()(ExecutionPolicy&& exec, Iterator1 begin1, Iterator1 end1, Iterator2 begin2, Iterator2 e… in operator ()()
30 const bool expected = std::lexicographical_compare(begin1, end1, begin2, end2, pred); in operator ()()
31 const bool actual = std::lexicographical_compare(exec, begin1, end1, begin2, end2, pred); in operator ()()
37 …operator()(ExecutionPolicy&& exec, Iterator1 begin1, Iterator1 end1, Iterator2 begin2, Iterator2 e… in operator ()()
39 const bool expected = std::lexicographical_compare(begin1, end1, begin2, end2); in operator ()()
40 const bool actual = std::lexicographical_compare(exec, begin1, end1, begin2, end2); in operator ()()
/external/skqp/src/sksl/ir/
DSkSLProgram.h144 iterator(inner begin1, inner end1, inner begin2, inner end2) in iterator()
145 : fIter1(begin1) in iterator()
187 const_iterator(inner begin1, inner end1, inner begin2, inner end2) in const_iterator()
188 : fIter1(begin1) in const_iterator()
/external/e2fsprogs/contrib/android/
De2fsdroid.c102 static int is_overlapping(unsigned int begin1, unsigned int length1, in is_overlapping() argument
105 unsigned int end1 = begin1 + length1; in is_overlapping()
107 return !(end1 <= begin2 || end2 <= begin1); in is_overlapping()
/external/libchrome/base/i18n/
Dstreaming_utf8_validator_unittest.cc273 void CheckCombinations(Iterator1 begin1, in CheckCombinations() argument
279 for (Iterator1 it1 = begin1; it1 != end1; ++it1) { in CheckCombinations()
/external/llvm-project/clang/test/OpenMP/
Dparallel_for_loop_messages.cpp464 Iter1 begin1, end1; in test_with_random_access_iterator() local
468 for (Iter1 I = begin1; I < end1; ++I) in test_with_random_access_iterator()
473 for (Iter1 I = begin1; I >= end1; ++I) in test_with_random_access_iterator()
Dsimd_loop_messages.cpp476 Iter1 begin1, end1; in test_with_random_access_iterator() local
480 for (Iter1 I = begin1; I < end1; ++I) in test_with_random_access_iterator()
485 for (Iter1 I = begin1; I >= end1; ++I) in test_with_random_access_iterator()
Dtaskloop_loop_messages.cpp558 Iter1 begin1, end1; in test_with_random_access_iterator() local
563 for (Iter1 I = begin1; I < end1; ++I) in test_with_random_access_iterator()
569 for (Iter1 I = begin1; I >= end1; ++I) in test_with_random_access_iterator()
Dtarget_parallel_for_loop_messages.cpp464 Iter1 begin1, end1; in test_with_random_access_iterator() local
468 for (Iter1 I = begin1; I < end1; ++I) in test_with_random_access_iterator()
473 for (Iter1 I = begin1; I >= end1; ++I) in test_with_random_access_iterator()
Dparallel_for_simd_loop_messages.cpp465 Iter1 begin1, end1; in test_with_random_access_iterator() local
469 for (Iter1 I = begin1; I < end1; ++I) in test_with_random_access_iterator()
474 for (Iter1 I = begin1; I >= end1; ++I) in test_with_random_access_iterator()
Dtarget_simd_loop_messages.cpp466 Iter1 begin1, end1; in test_with_random_access_iterator() local
470 for (Iter1 I = begin1; I < end1; ++I) in test_with_random_access_iterator()
475 for (Iter1 I = begin1; I >= end1; ++I) in test_with_random_access_iterator()
Dtarget_teams_distribute_loop_messages.cpp450 Iter1 begin1, end1; in test_with_random_access_iterator() local
454 for (Iter1 I = begin1; I < end1; ++I) in test_with_random_access_iterator()
459 for (Iter1 I = begin1; I >= end1; ++I) in test_with_random_access_iterator()
Dtarget_teams_distribute_simd_loop_messages.cpp444 Iter1 begin1, end1; in test_with_random_access_iterator() local
448 for (Iter1 I = begin1; I < end1; ++I) in test_with_random_access_iterator()
453 for (Iter1 I = begin1; I >= end1; ++I) in test_with_random_access_iterator()
Dtaskloop_simd_loop_messages.cpp560 Iter1 begin1, end1; in test_with_random_access_iterator() local
565 for (Iter1 I = begin1; I < end1; ++I) in test_with_random_access_iterator()
571 for (Iter1 I = begin1; I >= end1; ++I) in test_with_random_access_iterator()
Dfor_simd_loop_messages.cpp539 Iter1 begin1, end1; in test_with_random_access_iterator() local
544 for (Iter1 I = begin1; I < end1; ++I) in test_with_random_access_iterator()
550 for (Iter1 I = begin1; I >= end1; ++I) in test_with_random_access_iterator()
Dtarget_teams_distribute_parallel_for_loop_messages.cpp448 Iter1 begin1, end1; in test_with_random_access_iterator() local
452 for (Iter1 I = begin1; I < end1; ++I) in test_with_random_access_iterator()
457 for (Iter1 I = begin1; I >= end1; ++I) in test_with_random_access_iterator()
Dfor_loop_messages.cpp591 Iter1 begin1, end1; in test_with_random_access_iterator() local
596 for (Iter1 I = begin1; I < end1; ++I) in test_with_random_access_iterator()
602 for (Iter1 I = begin1; I >= end1; ++I) in test_with_random_access_iterator()
/external/clang/test/OpenMP/
Dparallel_for_loop_messages.cpp460 Iter1 begin1, end1; in test_with_random_access_iterator() local
464 for (Iter1 I = begin1; I < end1; ++I) in test_with_random_access_iterator()
469 for (Iter1 I = begin1; I >= end1; ++I) in test_with_random_access_iterator()
Dsimd_loop_messages.cpp448 Iter1 begin1, end1; in test_with_random_access_iterator() local
452 for (Iter1 I = begin1; I < end1; ++I) in test_with_random_access_iterator()
457 for (Iter1 I = begin1; I >= end1; ++I) in test_with_random_access_iterator()
Dtarget_parallel_for_loop_messages.cpp460 Iter1 begin1, end1; in test_with_random_access_iterator() local
464 for (Iter1 I = begin1; I < end1; ++I) in test_with_random_access_iterator()
469 for (Iter1 I = begin1; I >= end1; ++I) in test_with_random_access_iterator()
Dfor_loop_messages.cpp567 Iter1 begin1, end1; in test_with_random_access_iterator() local
572 for (Iter1 I = begin1; I < end1; ++I) in test_with_random_access_iterator()
578 for (Iter1 I = begin1; I >= end1; ++I) in test_with_random_access_iterator()
Dparallel_for_simd_loop_messages.cpp461 Iter1 begin1, end1; in test_with_random_access_iterator() local
465 for (Iter1 I = begin1; I < end1; ++I) in test_with_random_access_iterator()
470 for (Iter1 I = begin1; I >= end1; ++I) in test_with_random_access_iterator()
Dtaskloop_loop_messages.cpp555 Iter1 begin1, end1; in test_with_random_access_iterator() local
560 for (Iter1 I = begin1; I < end1; ++I) in test_with_random_access_iterator()
566 for (Iter1 I = begin1; I >= end1; ++I) in test_with_random_access_iterator()
Dtarget_parallel_for_simd_loop_messages.cpp460 Iter1 begin1, end1; in test_with_random_access_iterator() local
464 for (Iter1 I = begin1; I < end1; ++I) in test_with_random_access_iterator()
469 for (Iter1 I = begin1; I >= end1; ++I) in test_with_random_access_iterator()
Dtaskloop_simd_loop_messages.cpp556 Iter1 begin1, end1; in test_with_random_access_iterator() local
561 for (Iter1 I = begin1; I < end1; ++I) in test_with_random_access_iterator()
567 for (Iter1 I = begin1; I >= end1; ++I) in test_with_random_access_iterator()

12