/external/skqp/src/sksl/ir/ |
D | SkSLProgram.h | 144 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/skia/src/sksl/ir/ |
D | SkSLProgram.h | 154 iterator(inner begin1, inner end1, inner begin2, inner end2) in iterator() 155 : fIter1(begin1) in iterator() 197 const_iterator(inner begin1, inner end1, inner begin2, inner end2) in const_iterator() 198 : fIter1(begin1) in const_iterator()
|
/external/e2fsprogs/contrib/android/ |
D | e2fsdroid.c | 101 static int is_overlapping(unsigned int begin1, unsigned int length1, in is_overlapping() argument 104 unsigned int end1 = begin1 + length1; in is_overlapping() 106 return !(end1 <= begin2 || end2 <= begin1); in is_overlapping()
|
/external/clang/test/OpenMP/ |
D | parallel_for_loop_messages.cpp | 460 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()
|
D | simd_loop_messages.cpp | 448 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()
|
D | target_parallel_for_loop_messages.cpp | 460 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()
|
D | taskloop_loop_messages.cpp | 555 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()
|
D | for_loop_messages.cpp | 567 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()
|
D | parallel_for_simd_loop_messages.cpp | 461 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()
|
D | target_parallel_for_simd_loop_messages.cpp | 460 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()
|
D | taskloop_simd_loop_messages.cpp | 556 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()
|
D | for_simd_loop_messages.cpp | 535 Iter1 begin1, end1; in test_with_random_access_iterator() local 540 for (Iter1 I = begin1; I < end1; ++I) in test_with_random_access_iterator() 546 for (Iter1 I = begin1; I >= end1; ++I) in test_with_random_access_iterator()
|
D | distribute_simd_loop_messages.cpp | 596 Iter1 begin1, end1; in test_with_random_access_iterator() local 602 for (Iter1 I = begin1; I < end1; ++I) in test_with_random_access_iterator() 609 for (Iter1 I = begin1; I >= end1; ++I) in test_with_random_access_iterator()
|
D | distribute_parallel_for_simd_loop_messages.cpp | 605 Iter1 begin1, end1; in test_with_random_access_iterator() local 611 for (Iter1 I = begin1; I < end1; ++I) in test_with_random_access_iterator() 618 for (Iter1 I = begin1; I >= end1; ++I) in test_with_random_access_iterator()
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | constant_folding_test.cc | 2010 auto begin1 = ops::Const(scope.WithOpName("begin1"), {0, 0}, {2}); in TEST_F() local 2015 ops::Slice s1(scope.WithOpName("s1"), in1, begin1, size); in TEST_F() 2110 auto begin1 = ops::Const(scope.WithOpName("begin1"), {0, 0, 0}, {3}); in TEST_F() local 2114 scope.WithOpName("s1"), in1, begin1, end1, strides1, in TEST_F()
|