/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/pointers/ |
H A D | raw_ref_unittest.cc | 178 raw_ref<Int> r2(r); // raw_ref(const raw_ref&) in __anon2aa3d5aa0202() local 244 auto r2 = raw_ref<int>(r); in TEST() local 251 auto r2 = raw_ref<const int>(r); in TEST() local 261 auto r2 = raw_ref<int>(std::move(r)); in TEST() local 268 auto r2 = raw_ref<const int>(std::move(r)); in TEST() local 307 auto r2 = std::move(r); in TEST() local 345 auto r2 = std::move(r); in TEST() local 356 auto r2 = raw_ref<BaseClass>(r); in TEST() local 363 auto r2 = raw_ref<const BaseClass>(r); in TEST() local 373 auto r2 = raw_ref<BaseClass>(std::move(r)); in TEST() local [all …]
|
/aosp_15_r20/external/javaparser/javaparser-core-testing/src/test/java/com/github/javaparser/ |
H A 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 …]
|
/aosp_15_r20/packages/apps/TV/tests/robotests/src/com/android/tv/dvr/ |
D | DvrScheduleManagerTest.java | 115 ScheduledRecording r2 = in testGetConflictingSchedules_conflict() local 219 ScheduledRecording r2 = in testGetConflictingSchedules_conflict2() local 250 ScheduledRecording r2 = in testGetConflictingSchedules_reverseOrder() local 351 ScheduledRecording r2 = in testGetConflictingSchedules_period1() local 377 ScheduledRecording r2 = in testGetConflictingSchedules_period2() local 403 ScheduledRecording r2 = in testGetConflictingSchedules_period3() local 448 ScheduledRecording r2 = in testGetConflictingSchedules_addSchedules1() local 485 ScheduledRecording r2 = in testGetConflictingSchedules_addSchedules2() local 522 ScheduledRecording r2 = in testGetConflictingSchedules_addLowestPriority() local 564 ScheduledRecording r2 = in testGetConflictingSchedule_startEarlyAndFail() local [all …]
|
/aosp_15_r20/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 …]
|
/aosp_15_r20/packages/modules/Connectivity/staticlibs/tests/unit/src/com/android/net/module/util/ |
D | IpRangeTest.java | 128 final IpRange r2 = new IpRange(new IpPrefix(IPV6_ADDR, 35)); in testContainsRangeEqualRanges() local 139 final IpRange r2 = new IpRange(new IpPrefix(address("2001:db8::0101"), 128)); in testContainsRangeSubset() local 150 final IpRange r2 = new IpRange(new IpPrefix(address("2001:db8::0101"), 100)); in testContainsRangeTruncatesLowerOrderBits() local 161 final IpRange r2 = new IpRange(new IpPrefix(IPV6_ADDR, 39)); in testContainsRangeSubsetSameStartAddr() local 172 final IpRange r2 = new IpRange(address("2001:db8::"), address("2001:db9::1")); in testContainsRangeOverlapping() local 183 final IpRange r2 = new IpRange(new IpPrefix(IPV6_ADDR, 35)); in testOverlapsRangeEqualRanges() local 194 final IpRange r2 = new IpRange(new IpPrefix(IPV6_ADDR, 39)); in testOverlapsRangeSubset() local 205 final IpRange r2 = new IpRange(new IpPrefix(address("2001:db9::"), 32)); in testOverlapsRangeDisjoint() local 216 final IpRange r2 = new IpRange(address("2001:db8::"), address("2001:db9::1")); in testOverlapsRangePartialOverlapLow() local 227 final IpRange r2 = new IpRange(address("2001:db7::ffff"), address("2001:db8::")); in testOverlapsRangePartialOverlapHigh() local
|
/aosp_15_r20/frameworks/base/cmds/idmap2/tests/ |
H A D | ResultTests.cpp | 65 Result<uint32_t> r2(r1); in TEST() local 82 Result<uint32_t> r2(e); in TEST() local 93 Result<uint32_t> r2(Error("foo")); in TEST() local 102 Result<uint32_t> r2(0U); in TEST() local 130 Result<uint32_t> r2(Error("foo")); in TEST() local 141 const Result<Container> r2(Container{42U}); in TEST() local 159 Result<Container> r2(Container{42U}); in TEST() local 241 auto r2 = CreateContainer(false); in TEST() local 284 auto r2 = CreateNoCopyContainer(false); in TEST() local
|
/aosp_15_r20/system/extras/simpleperf/ |
H A D | record_equal_test.h | 19 static void CheckRecordDataEqual(const MmapRecord& r1, const MmapRecord& r2) { in CheckRecordDataEqual() 24 static void CheckRecordDataEqual(const CommRecord& r1, const CommRecord& r2) { in CheckRecordDataEqual() 29 static void CheckRecordDataEqual(const BuildIdRecord& r1, const BuildIdRecord& r2) { in CheckRecordDataEqual() 35 static void CheckRecordDataEqual(const DebugRecord& r1, const DebugRecord& r2) { in CheckRecordDataEqual() 40 static void CheckRecordDataEqual(const SampleRecord& r1, const SampleRecord& r2) { in CheckRecordDataEqual() 98 static void CheckRecordEqual(const Record& r1, const Record& r2) { in CheckRecordEqual()
|
/aosp_15_r20/hardware/google/gfxstream/third-party/astc-encoder/Source/UnitTest/ |
D | test_simd.cpp | 100 vfloat r2 = change_sign(a2, b2); in TEST() local 121 vfloat r2 = atan(a2); in TEST() local 144 vfloat r2 = atan2(a2, b2); in TEST() local 549 vmask4 r2 = a2 == b2; in TEST() local 580 vmask4 r2 = a2 != b2; in TEST() local 698 vfloat4 r2 = clamp(2.1f, 3.0f, a2); in TEST() local 716 vfloat4 r2 = clampz(3.0f, a2); in TEST() local 734 vfloat4 r2 = clampzo(a2); in TEST() local 763 vfloat4 r2 = round(a2); in TEST() local 779 vfloat4 r2 = hmin(a2); in TEST() local [all …]
|
/aosp_15_r20/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
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/algorithms/alg.sorting/alg.merge/ |
H A 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
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv/ |
H A 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
|
/aosp_15_r20/external/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv/ |
H A 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
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/algorithms/alg.sorting/alg.set.operations/set.difference/ |
H A 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
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/algorithms/alg.sorting/alg.set.operations/set.intersection/ |
H A D | ranges_set_intersection.pass.cpp | 125 std::ranges::subrange r2{In2{in2.data()}, Sent2{In2{in2.data() + in2.size()}}}; in testSetIntersectionImpl() local 229 int r2[] = {2, 3, 4, 5, 6}; in testImpl() local 279 std::array<TracedCopy, 3> r2{1, 3, 8}; in test() local 321 std::array<IntAndOrder, 3> r2{{{0, 5}, {0, 6}, {0, 7}}}; in test() local 351 std::array r2{Data{8}, Data{9}}; in test() local 411 std::array r2{Data{2}, Data{3}, Data{5}}; in test() local 469 std::array<Data, 5> r2{{{2}, {4}, {6}, {8}, {10}}}; in test() local 542 Data r2[] = {{3}, {4}, {5}}; in test() local
|
/aosp_15_r20/external/libchrome/ui/gfx/range/ |
H A 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
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/algorithms/alg.modifying.operations/alg.swap/ |
H A 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
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/algorithms/alg.sorting/alg.set.operations/set.symmetric.difference/ |
H A D | ranges_set_symmetric_difference.pass.cpp | 131 std::ranges::subrange r2{In2{in2.data()}, Sent2{In2{in2.data() + in2.size()}}}; in testSetSymmetricDifferenceImpl() local 235 int r2[] = {2, 3, 4, 5, 6}; in testImpl() local 285 std::array<TracedCopy, 3> r2{1, 3, 8}; in test() local 327 std::array<IntAndOrder, 3> r2{{{0, 5}, {0, 6}, {0, 7}}}; in test() local 357 std::array r2{Data{8}, Data{9}}; in test() local 392 std::array r2{Data{2}, Data{3}, Data{5}}; in test() local 452 std::array<Data, 6> r2{{{1}, {2}, {3}, {4}, {5}, {6}}}; in test() local
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/algorithms/alg.sorting/alg.set.operations/set.union/ |
H A D | ranges_set_union.pass.cpp | 132 std::ranges::subrange r2{In2{in2.data()}, Sent2{In2{in2.data() + in2.size()}}}; in testSetUnionImpl() local 235 int r2[] = {2, 3, 4, 5, 6}; in testImpl() local 285 std::array<TracedCopy, 3> r2{1, 3, 8}; in test() local 329 std::array<IntAndOrder, 5> r2{{{0, 3}, {0, 4}, {0, 5}, {0, 6}, {0, 7}}}; in test() local 357 std::array r2{Data{8}, Data{9}}; in test() local 392 std::array r2{Data{2}, Data{3}, Data{5}}; in test() local 452 std::array<Data, 4> r2{{{0}, {2}, {2}, {5}}}; in test() local
|
/aosp_15_r20/external/llvm/test/MC/Hexagon/ |
H A 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
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/vendor/compiler_builtins/src/hexagon/ |
H A D | umodsi3.s | 5 r2 = cl0(r0) define 10 r2 = sub(r3,r2) define 16 r2 = lsl(r1,r2) define 23 r2 = lsr(r2,#1) define
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/vendor/compiler_builtins/src/hexagon/ |
H A D | umodsi3.s | 5 r2 = cl0(r0) define 10 r2 = sub(r3,r2) define 16 r2 = lsl(r1,r2) define 23 r2 = lsr(r2,#1) define
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/vendor/compiler_builtins/src/hexagon/ |
H A D | umodsi3.s | 5 r2 = cl0(r0) define 10 r2 = sub(r3,r2) define 16 r2 = lsl(r1,r2) define 23 r2 = lsr(r2,#1) define
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/vendor/compiler_builtins/src/hexagon/ |
H A D | umodsi3.s | 5 r2 = cl0(r0) define 10 r2 = sub(r3,r2) define 16 r2 = lsl(r1,r2) define 23 r2 = lsr(r2,#1) define
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/vendor/compiler_builtins/src/hexagon/ |
H A D | umodsi3.s | 5 r2 = cl0(r0) define 10 r2 = sub(r3,r2) define 16 r2 = lsl(r1,r2) define 23 r2 = lsr(r2,#1) define
|
/aosp_15_r20/external/igt-gpu-tools/tools/ |
H A 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
|