/system/extras/simpleperf/ |
D | record_equal_test.h | 19 static void CheckMmapRecordDataEqual(const MmapRecord& r1, const MmapRecord& r2) { in CheckMmapRecordDataEqual() argument 20 ASSERT_EQ(0, memcmp(r1.data, r2.data, sizeof(*r1.data))); in CheckMmapRecordDataEqual() 21 ASSERT_STREQ(r1.filename, r2.filename); in CheckMmapRecordDataEqual() 24 static void CheckCommRecordDataEqual(const CommRecord& r1, const CommRecord& r2) { in CheckCommRecordDataEqual() argument 25 ASSERT_EQ(0, memcmp(r1.data, r2.data, sizeof(*r1.data))); in CheckCommRecordDataEqual() 26 ASSERT_STREQ(r1.comm, r2.comm); in CheckCommRecordDataEqual() 29 static void CheckBuildIdRecordDataEqual(const BuildIdRecord& r1, const BuildIdRecord& r2) { in CheckBuildIdRecordDataEqual() argument 30 ASSERT_EQ(r1.pid, r2.pid); in CheckBuildIdRecordDataEqual() 31 ASSERT_EQ(r1.build_id, r2.build_id); in CheckBuildIdRecordDataEqual() 32 ASSERT_STREQ(r1.filename, r2.filename); in CheckBuildIdRecordDataEqual() [all …]
|
D | record_test.cpp | 70 SampleRecord r2(event_attr, r1.BinaryForTestingOnly()); in TEST_F() local 72 ASSERT_EQ(2u, r2.callchain_data.ip_nr); in TEST_F() 73 ASSERT_EQ(PERF_CONTEXT_USER, r2.callchain_data.ips[0]); in TEST_F() 74 ASSERT_EQ(2u, r2.callchain_data.ips[1]); in TEST_F()
|
D | RecordReadThread.cpp | 442 static bool CompareRecordTime(KernelRecordReader* r1, KernelRecordReader* r2) { in CompareRecordTime() argument 443 return r1->RecordTime() > r2->RecordTime(); in CompareRecordTime()
|
/system/media/audio_utils/include/audio_utils/ |
D | intrinsic_utils.h | 108 auto &[r1, r2] = retval; in vdupn() 110 using r2_type = std::decay_t<decltype(r2)>; in vdupn() 112 r2 = vdupn<r2_type>(f); in vdupn() 148 auto &[r1, r2] = retval; in vld1() 150 using r2_type = std::decay_t<decltype(r2)>; in vld1() 153 r2 = vld1<r2_type>(f); in vld1() 189 auto &[r1, r2] = retval; in vmla() 194 r2 = vmla(a2, b2, c2); in vmla() 229 auto &[r1, r2] = retval; in vmul() 233 r2 = vmul(a2, b2); in vmul() [all …]
|
D | TimestampVerifier.h | 224 double a, b, r2; // sample rate is the slope b. in toString() local 225 estimateSampleRate(a, b, r2); in toString() 229 ss << " localSR(" << b << ", " << (1. - r2) << ")"; in toString() 245 constexpr void estimateSampleRate(double &a, double &b, double &r2) const { in estimateSampleRate() argument 246 mTimestampEstimator.computeYLine(a, b, r2); in estimateSampleRate()
|
D | Statistics.h | 567 T &a, T& b, T &r2, 577 r2 = cov_xy * cov_xy / (var_x * var_y); 629 constexpr void computeYLine(T &a, T &b, T &r2) const { 630 computeYLineFromStatistics(a, b, r2, 645 constexpr void computeXLine(T &a, T &b, T &r2) const { 647 computeYLineFromStatistics(a, b, r2,
|
/system/media/audio_utils/tests/ |
D | timestampverifier_tests.cpp | 72 double a, b, r2; in TEST() local 73 tv2.estimateSampleRate(a, b, r2); in TEST() 76 EXPECT_NEAR(1., r2, std::numeric_limits<double>::epsilon()); in TEST() 97 tv3.estimateSampleRate(a, b, r2); in TEST() 100 EXPECT_NEAR(1., r2, std::numeric_limits<double>::epsilon()); in TEST()
|
D | statistics_tests.cpp | 457 double a, b, r2; in TEST() local 458 fit.computeYLine(a, b, r2); in TEST() 459 printf("y line - a:%lf b:%lf r2:%lf\n", a, b, r2); in TEST() 462 PRINT_AND_EXPECT_NEAR(1.0, r2); // correlation coefficient. in TEST() 475 EXPECT_EQ(r2, r2c); in TEST() 484 double a, b, r2; in TEST() local 485 fit.computeXLine(a, b, r2); in TEST() 486 printf("x line - a:%lf b:%lf r2:%lf\n", a, b, r2); in TEST() 489 PRINT_AND_EXPECT_NEAR(1.0, r2); // correlation coefficient. in TEST() 522 double a, b, r2; in TEST() local [all …]
|
/system/netd/server/ |
D | UidRanges.cpp | 130 bool UidRanges::isOverlapped(const UidRangeParcel& r1, const UidRangeParcel& r2) const { in isOverlapped() 131 return (r1.stop >= r2.start) && (r1.start <= r2.stop); in isOverlapped()
|
D | UidRanges.h | 54 bool isOverlapped(const UidRangeParcel& r1, const UidRangeParcel& r2) const;
|
/system/unwinding/libunwindstack/tests/files/offline/jit_debug_arm/ |
D | regs.txt | 3 r2: 0
|
/system/unwinding/libunwindstack/tests/files/offline/debug_frame_load_bias_arm/ |
D | regs.txt | 3 r2: ffd4a658
|
/system/unwinding/libunwindstack/tests/files/offline/invalid_elf_offset_arm/ |
D | regs.txt | 3 r2: 00000000
|
/system/unwinding/libunwindstack/tests/files/offline/offset_arm/ |
D | regs.txt | 3 r2: 4
|
/system/unwinding/libunwindstack/tests/files/offline/jit_map_arm/ |
D | regs.txt | 3 r2: 1a90df75
|
/system/unwinding/libunwindstack/tests/files/offline/signal_load_bias_arm/ |
D | regs.txt | 3 r2: 1
|
/system/unwinding/libunwindstack/tests/files/offline/art_quick_osr_stub_arm/ |
D | regs.txt | 3 r2: 1a90df75
|
/system/core/debuggerd/crasher/arm/ |
D | crashglue.S | 6 ldr r2, =0xa5a50002
|
/system/bt/gd/neighbor/facade/ |
D | facade.proto | 53 uint32 page_scan_repetition_mode = 2; // r0, r1, r2
|
/system/bt/gd/crypto_toolbox/ |
D | crypto_toolbox.h | 38 Octet16 s1(const Octet16& k, const Octet16& r1, const Octet16& r2);
|
D | crypto_toolbox.cc | 209 Octet16 s1(const Octet16& k, const Octet16& r1, const Octet16& r2) { in s1() argument 213 memcpy(text.data() + BT_OCTET8_LEN, r2.data(), BT_OCTET8_LEN); in s1()
|
/system/ca-certificates/google/files/ |
D | 111e6273.0 | 67 URI:http://crl.globalsign.net/root-r2.crl
|
/system/ca-certificates/files/ |
D | 111e6273.0 | 67 URI:http://crl.globalsign.net/root-r2.crl
|
/system/extras/tests/icachetest/ |
D | icache.S | 16 subs r2, r2, #1 ; \ 59 mov r2, r1
|