/system/media/audio_utils/include/audio_utils/ |
D | float_test_utils.h | 52 template <typename D> 53 int test_max_exponent(const std::function<D(D)>& twice = [](D x) -> D { return x + x; }) { 54 D d = 1; 66 template <typename D> 67 int test_min_exponent(const std::function<D(D)>& half =[](D x) { return x * 0.5; } ) { 68 D d = 1; 80 template <typename D> 81 int test_mantissa(const std::function<D(D)>& inc = [](D x) { return x + 1; }) { 82 D d = 1;
|
D | BiquadFilter.h | 93 template<typename D, size_t OCCUPANCY = 0x1f> 95 void process(D* output, const D* input, size_t frames, size_t stride) { in process() 106 constexpr D DITHER_VALUE = std::numeric_limits<float>::min() * (1 << 24); // use FLOAT in process() 111 constexpr size_t CHANNELS = sizeof(T) / sizeof(D); in process() 265 template<typename D, size_t OCCUPANCY = 0x1f> 266 void process(D* output, const D* input, size_t frames, size_t stride) { in process() 276 constexpr D DITHER_VALUE = std::numeric_limits<float>::min() * (1 << 24); // use FLOAT in process() 288 constexpr size_t CHANNELS = sizeof(T) / sizeof(D); in process() 421 template <typename D> 422 static inline constexpr bool isStable(const D& a1, const D& a2) { in isStable() [all …]
|
D | Statistics.h | 248 typename D = double, // output mean data type 249 typename S = KahanSum<D>, // compensated mean summation type, if any 252 typename PRODUCT = std::multiplies<D> // how the output variance is computed 280 const D delta = value - mMean; 290 D meanDelta = delta / mWeight; 327 constexpr D getMean() const { 416 typename D = double // output mean/variance data type 421 explicit ReferenceStatistics(D alpha = D(1.)) 425 constexpr void setAlpha(D alpha) { 456 D getWeight() const { [all …]
|
/system/media/audio_utils/tests/ |
D | biquad_filter_tests.cpp | 55 template <typename S, typename D> 57 size_t channelCount, size_t zeroChannels, D *buffer) { in populateBuffer() 65 buffer[i * stride + j] = D{}; in populateBuffer() 70 template <typename D> 71 static void randomBuffer(D *buffer, size_t frameCount, size_t channelCount) { in randomBuffer() 80 template <typename D> 81 static std::array<D, 5> randomFilter() { in randomFilter() 85 const D p1 = (D)dis(gen); in randomFilter() 86 const D p2 = (D)dis(gen); in randomFilter() 87 return {(D)dis(gen), (D)dis(gen), (D)dis(gen), -(p1 + p2), p1 * p2}; in randomFilter() [all …]
|
/system/media/audio_utils/benchmarks/ |
D | intrinsic_benchmark.cpp | 29 using D = float; in BM_Intrinsic() typedef 34 using vec = android::audio_utils::intrinsics::internal_array_t<D, SIMD_LENGTH>; in BM_Intrinsic() 39 D a[DATA_SIZE]; in BM_Intrinsic() 40 D b[DATA_SIZE]; in BM_Intrinsic() 41 D c[DATA_SIZE]; in BM_Intrinsic() 42 D d[DATA_SIZE]; in BM_Intrinsic() 46 const D amplitude = 1.0f; in BM_Intrinsic() 55 for (size_t i = 0; i < DATA_SIZE; i += sizeof(vec) / sizeof(D)) { in BM_Intrinsic()
|
/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/nested/ |
D | DeeplyNested.h | 42 class D { 55 inline bool operator==(const D&) const { 58 inline bool operator<(const D&) const { 61 inline bool operator!=(const D& _rhs) const { 64 inline bool operator>(const D& _rhs) const { 67 inline bool operator>=(const D& _rhs) const { 70 inline bool operator<=(const D& _rhs) const { 149 …:aidl::tests::nested::DeeplyNested::B::C::D::E e = ::aidl::android::aidl::tests::nested::DeeplyNes… 223 [[nodiscard]] static inline std::string toString(DeeplyNested::B::C::D::E val) { in toString() 225 case DeeplyNested::B::C::D::E::OK: in toString() [all …]
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/nested/ |
D | DeeplyNested.h | 42 class D { 55 inline bool operator==(const D&) const { 58 inline bool operator<(const D&) const { 61 inline bool operator!=(const D& _rhs) const { 64 inline bool operator>(const D& _rhs) const { 67 inline bool operator>=(const D& _rhs) const { 70 inline bool operator<=(const D& _rhs) const { 149 …:aidl::tests::nested::DeeplyNested::B::C::D::E e = ::aidl::android::aidl::tests::nested::DeeplyNes… 223 [[nodiscard]] static inline std::string toString(DeeplyNested::B::C::D::E val) { in toString() 225 case DeeplyNested::B::C::D::E::OK: in toString() [all …]
|
/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/nested/ |
D | DeeplyNested.h | 28 class D : public ::android::Parcelable { 33 inline bool operator==(const D&) const { 36 inline bool operator<(const D&) const { 39 inline bool operator!=(const D& _rhs) const { 42 inline bool operator>(const D& _rhs) const { 45 inline bool operator>=(const D& _rhs) const { 48 inline bool operator<=(const D& _rhs) const { 131 …id::aidl::tests::nested::DeeplyNested::B::C::D::E e = ::android::aidl::tests::nested::DeeplyNested… 205 [[nodiscard]] static inline std::string toString(DeeplyNested::B::C::D::E val) { in toString() 207 case DeeplyNested::B::C::D::E::OK: in toString() [all …]
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/nested/ |
D | DeeplyNested.h | 28 class D : public ::android::Parcelable { 33 inline bool operator==(const D&) const { 36 inline bool operator<(const D&) const { 39 inline bool operator!=(const D& _rhs) const { 42 inline bool operator>(const D& _rhs) const { 45 inline bool operator>=(const D& _rhs) const { 48 inline bool operator<=(const D& _rhs) const { 131 …id::aidl::tests::nested::DeeplyNested::B::C::D::E e = ::android::aidl::tests::nested::DeeplyNested… 205 [[nodiscard]] static inline std::string toString(DeeplyNested::B::C::D::E val) { in toString() 207 case DeeplyNested::B::C::D::E::OK: in toString() [all …]
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/nested/ |
D | DeeplyNested.rs | 121 pub mod r#D { 123 pub struct r#D { 125 impl Default for r#D { implementation 131 impl binder::Parcelable for r#D { implementation 143 binder::impl_serialize_for_parcelable!(r#D); 144 binder::impl_deserialize_for_parcelable!(r#D); 145 impl binder::binder_impl::ParcelableMetadata for r#D { implementation 166 …pub use super::r#B::r#C::r#D::r#D as _7_android_4_aidl_5_tests_6_nested_12_DeeplyNested_1_B_1_C_1_… 167 …pub use super::r#B::r#C::r#D::r#E::r#E as _7_android_4_aidl_5_tests_6_nested_12_DeeplyNested_1_B_1…
|
/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-rust-source/gen/android/aidl/tests/nested/ |
D | DeeplyNested.rs | 121 pub mod r#D { 123 pub struct r#D { 125 impl Default for r#D { implementation 131 impl binder::Parcelable for r#D { implementation 143 binder::impl_serialize_for_parcelable!(r#D); 144 binder::impl_deserialize_for_parcelable!(r#D); 145 impl binder::binder_impl::ParcelableMetadata for r#D { implementation 166 …pub use super::r#B::r#C::r#D::r#D as _7_android_4_aidl_5_tests_6_nested_12_DeeplyNested_1_B_1_C_1_… 167 …pub use super::r#B::r#C::r#D::r#E::r#E as _7_android_4_aidl_5_tests_6_nested_12_DeeplyNested_1_B_1…
|
/system/core/fastboot/device/ |
D | usb.cpp | 47 #define D(...) macro 67 D("[ aio: got error on io_setup (%d) ]", errno); in aio_block_init() 74 D("[ could not get endpoint descriptor! (%d) ]", errno); in getMaxPacketSize() 82 D("about to write (fd=%d, len=%d)", h->bulk_in.get(), len); in usb_ffs_write() 90 D("ERROR: fd = %d, n = %d: %s", h->bulk_in.get(), n, strerror(errno)); in usb_ffs_write() 97 D("[ done fd=%d ]", h->bulk_in.get()); in usb_ffs_write() 102 D("about to read (fd=%d, len=%d)", h->bulk_out.get(), len); in usb_ffs_read() 111 D("ERROR: fd = %d, n = %d: %s", h->bulk_out.get(), n, strerror(errno)); in usb_ffs_read() 128 D("[ done fd=%d ]", h->bulk_out.get()); in usb_ffs_read() 140 D("[ Failed to madvise: %d ]", errno); in usb_ffs_do_aio()
|
/system/ca-certificates/files/ |
D | a716d4ed.0 | 25 Issuer: C=DE, O=D-Trust GmbH, CN=D-TRUST EV Root CA 1 2020 29 Subject: C=DE, O=D-Trust GmbH, CN=D-TRUST EV Root CA 1 2020 54 …URI:ldap://directory.d-trust.net/CN=D-TRUST%20EV%20Root%20CA%201%202020,O=D-Trust%20GmbH,C=DE?cert… 63 SHA1 Fingerprint=61:DB:8C:21:59:69:03:90:D8:7C:9C:12:86:54:CF:9D:3D:F4:DD:07
|
D | b30d5fda.0 | 25 Issuer: C=DE, O=D-Trust GmbH, CN=D-TRUST BR Root CA 1 2020 29 Subject: C=DE, O=D-Trust GmbH, CN=D-TRUST BR Root CA 1 2020 45 73:91:10:AB:FF:55:B3:5A:7C:09:25:D5:B2:BA:08:A0:6B:AB:1F:6D 54 …URI:ldap://directory.d-trust.net/CN=D-TRUST%20BR%20Root%20CA%201%202020,O=D-Trust%20GmbH,C=DE?cert… 63 SHA1 Fingerprint=1F:5B:98:F0:E3:B5:F7:74:3C:ED:E6:B0:36:7D:32:CD:F4:09:41:67
|
D | 69105f4f.0 | 63 45:EB:A2:AF:F4:92:CB:82:31:2D:51:8B:A7:A7:21:9D:F3:6D:C8:0F 65 keyid:45:EB:A2:AF:F4:92:CB:82:31:2D:51:8B:A7:A7:21:9D:F3:6D:C8:0F 83 SHA1 Fingerprint=05:63:B8:63:0D:62:D7:5A:BB:C8:AB:1E:4B:DF:B5:A8:99:B2:4D:43
|
D | 1df5a75f.0 | 31 Issuer: C=DE, O=D-Trust GmbH, CN=D-TRUST Root Class 3 CA 2 2009 35 Subject: C=DE, O=D-Trust GmbH, CN=D-TRUST Root Class 3 CA 2 2009 69 …URI:ldap://directory.d-trust.net/CN=D-TRUST%20Root%20Class%203%20CA%202%202009,O=D-Trust%20GmbH,C=… 90 SHA1 Fingerprint=58:E8:AB:B0:36:15:33:FB:80:F7:9B:1B:6D:29:D3:FF:8D:5F:00:F0
|
D | d7746a63.0 | 31 Issuer: C=DE, O=D-Trust GmbH, CN=D-TRUST Root Class 3 CA 2 EV 2009 35 Subject: C=DE, O=D-Trust GmbH, CN=D-TRUST Root Class 3 CA 2 EV 2009 63 D3:94:8A:4C:62:13:2A:19:2E:CC:AF:72:8A:7D:36:D7:9A:1C:DC:67 69 …URI:ldap://directory.d-trust.net/CN=D-TRUST%20Root%20Class%203%20CA%202%20EV%202009,O=D-Trust%20Gm…
|
/system/tools/aidl/tests/android/aidl/tests/nested/ |
D | DeeplyNested.aidl | 22 B.C.D.E e = B.C.D.E.OK; 26 parcelable D {
|
/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-java-source/gen/android/aidl/tests/nested/ |
D | DeeplyNested.java | 50 public byte e = android.aidl.tests.nested.DeeplyNested.B.C.D.E.OK; 176 public static class D implements android.os.Parcelable class in DeeplyNested.B.C 178 …public static final android.os.Parcelable.Creator<D> CREATOR = new android.os.Parcelable.Creator<D… 180 public D createFromParcel(android.os.Parcel _aidl_source) { 181 D _aidl_out = new D(); 186 public D[] newArray(int _aidl_size) { 187 return new D[_aidl_size];
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/nested/ |
D | DeeplyNested.java | 50 public byte e = android.aidl.tests.nested.DeeplyNested.B.C.D.E.OK; 176 public static class D implements android.os.Parcelable class in DeeplyNested.B.C 178 …public static final android.os.Parcelable.Creator<D> CREATOR = new android.os.Parcelable.Creator<D… 180 public D createFromParcel(android.os.Parcel _aidl_source) { 181 D _aidl_out = new D(); 186 public D[] newArray(int _aidl_size) { 187 return new D[_aidl_size];
|
/system/core/libusbhost/ |
D | usbhost.c | 46 #define D ALOGD macro 48 #define D printf macro 51 #define D(...) macro 197 D("Created device discovery thread\n"); in usb_host_load() 263 D("%s subdirectory %s: index: %d\n", (event->mask & IN_CREATE) ? in usb_host_read_event() 284 D("new device %s\n", path); in usb_host_read_event() 287 D("gone device %s\n", path); in usb_host_read_event() 322 D("usb_device_open %s\n", dev_name); in usb_device_open() 340 D("usb_device_open no access sleeping\n"); in usb_device_open() 349 D("usb_device_open open returned %d writeable %d errno %d\n", fd, writeable, errno); in usb_device_open() [all …]
|
/system/core/fs_mgr/tests/ |
D | adb-remount-test.sh | 402 local D=`lsusb -v -s ${USB_DEVICE#dev} 2>&1` 403 if [ -n "${D}" ]; then 404 echo "${D}" 891 D=$(adb devices | awk '$2 == "device" { print $1; exit }') 892 [ -n "${D}" ] || die "cannot get device serial" 893 ANDROID_SERIAL="${D}" 1058 D=$(adb_sh grep " ro," /proc/mounts </dev/null | 1065 for d in ${D}; do 1070 D=$(adb_sh df -k ${D} </dev/null) 1071 echo "${D}" >&2 [all …]
|
/system/tools/hidl/ |
D | hidl-gen_l.ll | 17 D [0-9] 20 E [Ee][+-]?{D}+ 24 COMPONENT {L}({L}|{D})* 27 VERSION {AT}{D}+{DOT}{D}+ 187 0{D}+{IS}? { yylval->str = strdup(yytext); return token::INTEGER; } 188 {D}+{IS}? { yylval->str = strdup(yytext); return token::INTEGER; } 191 {D}+{E}{FS}? { yylval->str = strdup(yytext); return token::FLOAT; } 192 {D}+\.{E}?{FS}? { yylval->str = strdup(yytext); return token::FLOAT; } 193 {D}*\.{D}+{E}?{FS}? { yylval->str = strdup(yytext); return token::FLOAT; }
|
/system/media/audio_utils/ |
D | limiter.c | 56 static const float D = -0.6568542495; in limiter() local 60 out = ((A*in_abs + B)*in_abs + C)*in_abs + D; in limiter()
|
/system/gatekeeper/include/gatekeeper/ |
D | UniquePtr.h | 51 template <typename T, typename D = DefaultDelete<T> > 106 D()(mPtr); 125 template <typename T, typename D> 126 class UniquePtr<T[], D> { 165 D()(mPtr);
|