/external/javaparser/javaparser-core-testing/src/test/java/com/github/javaparser/ |
D | RangeTest.java | 45 Range r2 = Range.range(2, 1, 7, 10); in overlappingButNotContainedRangesAreNotOnContains() local 53 Range r2 = Range.range(2, 1, 7, 10); in overlappingButNotContainedRangesAreNotOnStrictlyContains() local 61 Range r2 = Range.range(5, 1, 7, 10); in unrelatedRangesAreNotOnContains() local 69 Range r2 = Range.range(5, 1, 7, 10); in unrelatedRangesAreNotOnStrictlyContains() local 77 Range r2 = Range.range(2, 1, 3, 4); in strictlyContainedRangesOnContains() local 85 Range r2 = Range.range(2, 1, 3, 4); in strictlyContainedRangesOnStrictlyContains() local 93 Range r2 = Range.range(26, 19, 26, 28); in containsConsiderLines() local 101 Range r2 = Range.range(26, 5, 57, 6); in lineCountIsReturned() local 133 Range r2 = Range.range(3, 5, 5, 10); in rangesOverlap() local 141 Range r2 = Range.range(4, 11, 5, 10); in rangesDoNotOverlap() local [all …]
|
/external/rust/android-crates-io/crates/crossbeam-channel/tests/ |
D | same_channel.rs | 13 let r2 = r.clone(); in after_same_channel() localVariable 32 let r2 = r.clone(); in array_same_channel() localVariable 49 let r2 = r.clone(); in list_same_channel() localVariable 63 let r2 = r.clone(); in never_same_channel() localVariable 76 let r2 = r.clone(); in tick_same_channel() localVariable 95 let r2 = r.clone(); in zero_same_channel() localVariable
|
/external/llvm/test/MC/Hexagon/ |
D | align.s | 13 r2 = sub(#1, r2) } define 21 r2 = sub(#1, r2) define 28 r2 = sub(#1, r2) define 46 r2 = sub(#1, r2) define
|
/external/cronet/tot/base/allocator/partition_allocator/src/partition_alloc/pointers/ |
D | raw_ref_unittest.cc | 173 raw_ref<Int> r2(r); // raw_ref(const raw_ref&) in __anon7d6dba300202() local 239 auto r2 = raw_ref<int>(r); in TEST() local 246 auto r2 = raw_ref<const int>(r); in TEST() local 256 auto r2 = raw_ref<int>(std::move(r)); in TEST() local 263 auto r2 = raw_ref<const int>(std::move(r)); in TEST() local 302 auto r2 = std::move(r); in TEST() local 340 auto r2 = std::move(r); in TEST() local 351 auto r2 = raw_ref<BaseClass>(r); in TEST() local 358 auto r2 = raw_ref<const BaseClass>(r); in TEST() local 368 auto r2 = raw_ref<BaseClass>(std::move(r)); in TEST() local [all …]
|
/external/cronet/stable/base/allocator/partition_allocator/src/partition_alloc/pointers/ |
D | raw_ref_unittest.cc | 173 raw_ref<Int> r2(r); // raw_ref(const raw_ref&) in __anone759af140202() local 239 auto r2 = raw_ref<int>(r); in TEST() local 246 auto r2 = raw_ref<const int>(r); in TEST() local 256 auto r2 = raw_ref<int>(std::move(r)); in TEST() local 263 auto r2 = raw_ref<const int>(std::move(r)); in TEST() local 302 auto r2 = std::move(r); in TEST() local 340 auto r2 = std::move(r); in TEST() local 351 auto r2 = raw_ref<BaseClass>(r); in TEST() local 358 auto r2 = raw_ref<const BaseClass>(r); in TEST() local 368 auto r2 = raw_ref<BaseClass>(std::move(r)); in TEST() local [all …]
|
/external/sdv/vsomeip/third_party/boost/spirit/test/qi/ |
D | utree1.cpp | 72 rule<char const*, utf8_symbol_type()> r2 = lexeme[*char_]; in main() local 86 rule<char const*, utree::list_type()> r2 = char_("abc"); in main() local 127 rule<char const*, utree()> r2 = int_ >> char_("!") >> double_; in main() local 143 rule<char const*, utree::list_type()> r2 = double_; in main() local
|
D | utree2.cpp | 90 rule<char const*, utree::list_type(), space_type> r2 = '(' >> *r1 >> ')'; in main() local 124 rule<char const*, utree::list_type()> r2; in main() local 147 rule<char const*, std::vector<int>()> r2 = int_ % ','; in main() local
|
/external/rust/android-crates-io/crates/oorandom/src/ |
D | lib.rs | 278 let mut r2 = PCG32::seed(seed, Rand32::DEFAULT_INC); in test_rand32_vs_randomize() localVariable 289 let mut r2 = PCG32::seed(seed, inc); in test_rand32_vs_randomize() localVariable 304 let mut r2 = PCG64::seed(seed, Rand64::DEFAULT_INC); in test_rand64_vs_randomize() localVariable 315 let mut r2 = PCG64::seed(seed, inc); in test_rand64_vs_randomize() localVariable 328 let mut r2 = PCG32::seed(seed, Rand32::DEFAULT_INC); in test_float32() localVariable 374 let mut r2 = PCG64::seed(seed, Rand64::DEFAULT_INC); in test_float64() localVariable 464 let mut r2 = rand_pcg::Pcg32::new(seed, Rand32::DEFAULT_INC); in test_rand32_vs_rand() localVariable 474 let mut r2 = rand_pcg::Pcg32::new(seed, inc); in test_rand32_vs_rand() localVariable 493 let mut r2 = rand_pcg::Pcg64::new(seed, Rand64::DEFAULT_INC); localVariable 503 let mut r2 = rand_pcg::Pcg64::new(seed, inc); localVariable [all …]
|
/external/cronet/stable/third_party/libc++/src/test/std/algorithms/alg.modifying.operations/alg.swap/ |
D | ranges.swap_ranges.pass.cpp | 40 std::same_as<Expected> auto r2 = std::ranges::swap_ranges(i, j); in test_different_lengths() local 65 std::array r2 = {4, 5, 6}; in test_range() local 79 int r2[] = {4, 5, 6}; in test_borrowed_input_range() local 90 int r2[] = {4, 5, 6}; in test_borrowed_input_range() local 101 int r2[] = {4, 5, 6}; in test_borrowed_input_range() local
|
/external/cronet/tot/third_party/libc++/src/test/std/algorithms/alg.modifying.operations/alg.swap/ |
D | ranges.swap_ranges.pass.cpp | 40 std::same_as<Expected> auto r2 = std::ranges::swap_ranges(i, j); in test_different_lengths() local 65 std::array r2 = {4, 5, 6}; in test_range() local 79 int r2[] = {4, 5, 6}; in test_borrowed_input_range() local 90 int r2[] = {4, 5, 6}; in test_borrowed_input_range() local 101 int r2[] = {4, 5, 6}; in test_borrowed_input_range() local
|
/external/libcxx/test/std/containers/sequences/array/ |
D | indexing.pass.cpp | 45 C::reference r2 = c[2]; in main() local 56 C::const_reference r2 = c[2]; in main() local 68 C::const_reference r2 = cc[0]; in main() local 82 C::const_reference r2 = cc[0]; in main() local
|
/external/cronet/tot/third_party/libc++/src/test/std/containers/sequences/vector/vector.modifiers/ |
D | emplace_back.pass.cpp | 68 A& r2 = c.emplace_back(3, 4.5); in tests() local 95 A& r2 = c.emplace_back(3, 4.5); in tests() local 122 A& r2 = c.emplace_back(3, 4.5); in tests() local 149 A& r2 = c.emplace_back(3, 4.5); in tests() local
|
/external/cronet/stable/third_party/libc++/src/test/std/containers/sequences/vector/vector.modifiers/ |
D | emplace_back.pass.cpp | 68 A& r2 = c.emplace_back(3, 4.5); in tests() local 95 A& r2 = c.emplace_back(3, 4.5); in tests() local 122 A& r2 = c.emplace_back(3, 4.5); in tests() local 149 A& r2 = c.emplace_back(3, 4.5); in tests() local
|
/external/igt-gpu-tools/tools/ |
D | hsw_compute_wrpll.c | 49 unsigned p, n2, r2; member 127 unsigned r2, unsigned n2, unsigned p, in wrpll_update_rnp() 190 unsigned p, n2, r2; in wrpll_compute_rnp() local 255 uint16_t r2; /* Reference divider */ member 642 unsigned r2, n2, p; in main() local
|
/external/libcxx/test/std/containers/sequences/vector/vector.modifiers/ |
D | emplace_back.pass.cpp | 68 A& r2 = c.emplace_back(3, 4.5); in main() local 95 A& r2 = c.emplace_back(3, 4.5); in main() local 122 A& r2 = c.emplace_back(3, 4.5); in main() local
|
/external/libchrome/ui/gfx/range/ |
D | range_unittest.cc | 22 const T& r2, in TestContainsAndIntersects() 114 TypeParam r2(10, 4); in TYPED_TEST() local 133 TypeParam r2(5, 10); in TYPED_TEST() local 204 TypeParam r2(1, 8); in TYPED_TEST() local 211 TypeParam r2(8, 1); in TYPED_TEST() local 217 TypeParam r2(8, 1); in TYPED_TEST() local
|
/external/llvm/unittests/Support/ |
D | RegexTest.cpp | 28 Regex r2("[0-9]+"); in TEST_F() local 71 Regex r2("a([0-9])b\\1c\\1"); in TEST_F() local 145 Regex r2(std::move(r1)); in TEST_F() local 151 Regex r2("abc"); in TEST_F() local
|
/external/cronet/tot/third_party/libc++/src/test/std/algorithms/alg.sorting/alg.merge/ |
D | ranges_merge.pass.cpp | 130 std::ranges::subrange r2{In2{in2.data()}, Sent2{In2{in2.data() + in2.size()}}}; in testMergeImpl() local 209 std::array r2{2, 3, 4}; in testImpl() local 258 std::array<TracedCopy, 3> r2{1, 3, 8}; in test() local 298 std::array<IntAndID, 3> r2{{{1, 0}, {1, 1}, {1, 2}}}; in test() local 324 std::array<IntAndID, 3> r2{{{0, 2}, {1, 2}, {2, 2}}}; in test() local 356 std::array r2{Data{5}, Data{9}}; in test() local 418 std::array r2{Data{5}, Data{9}}; in test() local 480 Data r2[] = {{0}, {1}, {2}, {3}, {4}, {5}, {6}, {7}, {8}, {9}}; in test() local 549 Data r2[] = {{3}, {4}, {5}}; in test() local
|
/external/cronet/stable/third_party/libc++/src/test/std/algorithms/alg.sorting/alg.merge/ |
D | ranges_merge.pass.cpp | 130 std::ranges::subrange r2{In2{in2.data()}, Sent2{In2{in2.data() + in2.size()}}}; in testMergeImpl() local 209 std::array r2{2, 3, 4}; in testImpl() local 258 std::array<TracedCopy, 3> r2{1, 3, 8}; in test() local 298 std::array<IntAndID, 3> r2{{{1, 0}, {1, 1}, {1, 2}}}; in test() local 324 std::array<IntAndID, 3> r2{{{0, 2}, {1, 2}, {2, 2}}}; in test() local 356 std::array r2{Data{5}, Data{9}}; in test() local 418 std::array r2{Data{5}, Data{9}}; in test() local 480 Data r2[] = {{0}, {1}, {2}, {3}, {4}, {5}, {6}, {7}, {8}, {9}}; in test() local 549 Data r2[] = {{3}, {4}, {5}}; in test() local
|
/external/cronet/stable/third_party/libc++/src/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv/ |
D | invoke.pass.cpp | 174 std::function<void (A_void_1*)> r2 = fp; in test_void_1() local 187 std::function<void (A_void_1*)> r2(fp); in test_void_1() local 244 std::function<int (A_int_1*)> r2(fp); in test_int_1() local 254 std::function<int (A_int_1*)> r2(fp); in test_int_1() local 266 std::function<int& (A_int_1*)> r2(fp); in test_int_1() local 334 std::function<void (A_void_2*, int)> r2(fp); in test_void_2() local 349 std::function<void (A_void_2*, int)> r2(fp); in test_void_2() local 407 std::function<int (A_int_2*, int)> r2(fp); in test_int_2() local 418 std::function<int (A_int_2*, int)> r2(fp); in test_int_2() local
|
/external/cronet/tot/third_party/libc++/src/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv/ |
D | invoke.pass.cpp | 174 std::function<void (A_void_1*)> r2 = fp; in test_void_1() local 187 std::function<void (A_void_1*)> r2(fp); in test_void_1() local 244 std::function<int (A_int_1*)> r2(fp); in test_int_1() local 254 std::function<int (A_int_1*)> r2(fp); in test_int_1() local 266 std::function<int& (A_int_1*)> r2(fp); in test_int_1() local 334 std::function<void (A_void_2*, int)> r2(fp); in test_void_2() local 349 std::function<void (A_void_2*, int)> r2(fp); in test_void_2() local 407 std::function<int (A_int_2*, int)> r2(fp); in test_int_2() local 418 std::function<int (A_int_2*, int)> r2(fp); in test_int_2() local
|
/external/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv/ |
D | invoke.pass.cpp | 155 std::function<void (A_void_1*)> r2 = fp; in test_void_1() local 168 std::function<void (A_void_1*)> r2(fp); in test_void_1() local 225 std::function<int (A_int_1*)> r2(fp); in test_int_1() local 235 std::function<int (A_int_1*)> r2(fp); in test_int_1() local 247 std::function<int& (A_int_1*)> r2(fp); in test_int_1() local 315 std::function<void (A_void_2*, int)> r2(fp); in test_void_2() local 330 std::function<void (A_void_2*, int)> r2(fp); in test_void_2() local 388 std::function<int (A_int_2*, int)> r2(fp); in test_int_2() local 399 std::function<int (A_int_2*, int)> r2(fp); in test_int_2() local
|
/external/libcxx/test/std/experimental/memory/memory.resource.adaptor/memory.resource.adaptor.mem/ |
D | do_is_equal.pass.cpp | 48 R1 const r2(a2); in main() local 63 R1 const r2(a2); in main() local 77 R2 const r2(a2); in main() local
|
/external/swiftshader/third_party/subzero/src/ |
D | IceRegList.h | 28 #define REGLIST3(ns, r0, r1, r2) \ argument 30 #define REGLIST4(ns, r0, r1, r2, r3) \ argument 32 #define REGLIST7(ns, r0, r1, r2, r3, r4, r5, r6) \ argument
|
/external/cronet/tot/third_party/libc++/src/test/std/algorithms/alg.sorting/alg.set.operations/set.difference/ |
D | ranges_set_difference.pass.cpp | 130 std::ranges::subrange r2{In2{in2.data()}, Sent2{In2{in2.data() + in2.size()}}}; in testSetDifferenceImpl() local 217 std::array r2{2, 3, 4, 5, 6}; in testImpl() local 266 std::array<TracedCopy, 3> r2{1, 3, 8}; in test() local 304 std::array<IntAndOrder, 3> r2{{{0, 1}, {0, 2}, {0, 3}}}; in test() local 336 std::array r2{Data{8}, Data{9}}; in test() local 393 std::array r2{Data{2}, Data{3}, Data{4}}; in test() local 450 std::array<Data, 9> r2{{{1}, {2}, {3}, {5}, {6}, {7}, {9}, {10}, {11}}}; in test() local 523 Data r2[] = {{3}, {4}, {5}}; in test() local
|