Home
last modified time | relevance | path

Searched refs:begin2 (Results 1 – 6 of 6) sorted by relevance

/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()
147 , fIter2(begin2) in iterator()
187 const_iterator(inner begin1, inner end1, inner begin2, inner end2) in const_iterator()
190 , fIter2(begin2) in const_iterator()
/external/llvm-project/compiler-rt/lib/lsan/
Dlsan_common_fuchsia.cpp119 uptr begin2 = params->allocator_caches[i] + sizeof(AllocatorCache); in LockStuffAndStopTheWorld() local
120 ScanRangeForPointers(begin2, end, &params->argument->frontier, "TLS", in LockStuffAndStopTheWorld()
/external/e2fsprogs/contrib/android/
De2fsdroid.c103 unsigned int begin2, unsigned int length2) in is_overlapping() argument
106 unsigned int end2 = begin2 + length2; in is_overlapping()
107 return !(end1 <= begin2 || end2 <= begin1); in is_overlapping()
/external/libchrome/base/i18n/
Dstreaming_utf8_validator_unittest.cc275 Iterator2 begin2, in CheckCombinations() argument
281 for (Iterator2 it2 = begin2; it2 != end2; ++it2) { in CheckCombinations()
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dconstant_folding_test.cc2325 auto begin2 = ops::Const(scope.WithOpName("begin2"), {1, 1}, {2}); in TEST_F() local
2330 ops::Slice s2(scope.WithOpName("s2"), in2, begin2, size); in TEST_F()
2433 auto begin2 = ops::Const(scope.WithOpName("begin2"), {0, 0, 0, 0, 0}, {5}); in TEST_F() local
2437 ops::StridedSlice s2(scope.WithOpName("s2"), in2, begin2, end2, strides2); in TEST_F()