/system/media/audio_utils/tests/ |
D | biquad_filter_tests.cpp | 53 template <typename S, typename D> 55 size_t channelCount, size_t zeroChannels, D *buffer) { in populateBuffer() 63 buffer[i * stride + j] = D{}; in populateBuffer() 68 template <typename D> 69 static void randomBuffer(D *buffer, size_t frameCount, size_t channelCount) { in randomBuffer() 78 template <typename D> 79 static std::array<D, 5> randomFilter() { in randomFilter() 83 const D p1 = (D)dis(gen); in randomFilter() 84 const D p2 = (D)dis(gen); in randomFilter() 85 return {(D)dis(gen), (D)dis(gen), (D)dis(gen), -(p1 + p2), p1 * p2}; in randomFilter() [all …]
|
/system/bt/vendor_libs/test_vendor_lib/scripts/ |
D | build_and_run.sh | 123 adb logcat bt_btif:D bt_btif_core:D bt_hci:D bt_main:D bt_vendor:D \ 124 bte_logmsg:D command_packet:D dual_mode_controller:D event_packet:D \ 125 hci_transport:D hci_handler:D packet:D packet_stream:D \ 126 test_channel_transport:D vendor_manager:D *:S
|
/system/media/audio_utils/include/audio_utils/ |
D | BiquadFilter.h | 63 template <typename D> 64 static inline constexpr bool isStable(const D& a1, const D& a2) { in isStable() 65 return fabs(a2) < D(1) && fabs(a1) < D(1) + a2; in isStable() 71 template <typename D, typename T> 72 std::array<D, kBiquadNumCoefs> reduceCoefficients(const T& coef) { in reduceCoefficients() 73 std::array<D, kBiquadNumCoefs> lcoef; in reduceCoefficients() 96 template <typename D, typename T, typename DEST> 99 auto lcoef = reduceCoefficients<D, T>(coef); in setCoefficients() 112 template <size_t OCCUPANCY, bool SAME_COEF_PER_CHANNEL, typename D> 113 void biquad_filter_1fast(D *out, const D *in, size_t frames, size_t stride, in biquad_filter_1fast() [all …]
|
D | Statistics.h | 246 typename D = double, // output mean data type 247 typename S = KahanSum<D>, // compensated mean summation type, if any 250 typename PRODUCT = std::multiplies<D> // how the output variance is computed 278 const D delta = value - mMean; 288 D meanDelta = delta / mWeight; 325 constexpr D getMean() const { 414 typename D = double // output mean/variance data type 419 explicit ReferenceStatistics(D alpha = D(1.)) 423 constexpr void setAlpha(D alpha) { 454 D getWeight() const { [all …]
|
/system/core/fs_mgr/tests/ |
D | adb-remount-test.sh | 378 local D=`lsusb -v -s ${USB_DEVICE#dev} 2>&1` 379 if [ -n "${D}" ]; then 380 echo "${D}" 902 D=`get_property ro.serialno` 903 [ -n "${D}" ] || D=`get_property ro.boot.serialno` 904 [ -z "${D}" -o -n "${ANDROID_SERIAL}" ] || ANDROID_SERIAL=${D} 1097 D=`adb_sh df -k </dev/null` && 1098 H=`echo "${D}" | head -1` && 1099 D=`echo "${D}" | grep -v " /vendor/..*$" | grep "^overlay "` && 1101 echo "${D}" && [all …]
|
/system/iorap/include/binder/ |
D | auto_parcelable.h | 126 using D = std::decay_t<F>; // [const] [volatile] X[&][&] -> X in writeAnyToParcel() local 128 if constexpr (std::is_base_of_v<Parcelable, D>) { in writeAnyToParcel() 130 } else if constexpr (std::is_enum_v<D>) { in writeAnyToParcel() 133 } else if constexpr (std::is_same_v<D, std::decay_t<type_name>>) { \ in writeAnyToParcel() 136 } else if constexpr (std::is_same_v<D, std::string>) { in writeAnyToParcel() 139 STATIC_FAIL(D, "Unsupported type: Add more manual type conversions above^^^"); in writeAnyToParcel() 152 using D = std::decay_t<F>; in readAnyFromParcel() local 154 D value; in readAnyFromParcel() 157 if constexpr (std::is_base_of_v<Parcelable, D>) { in readAnyFromParcel() 159 } else if constexpr (std::is_enum_v<D>) { in readAnyFromParcel() [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/core/fastboot/device/ |
D | usb.cpp | 44 #define D(...) macro 64 D("[ aio: got error on io_setup (%d) ]", errno); in aio_block_init() 71 D("[ could not get endpoint descriptor! (%d) ]", errno); in getMaxPacketSize() 79 D("about to write (fd=%d, len=%d)", h->bulk_in.get(), len); in usb_ffs_write() 87 D("ERROR: fd = %d, n = %d: %s", h->bulk_in.get(), n, strerror(errno)); in usb_ffs_write() 94 D("[ done fd=%d ]", h->bulk_in.get()); in usb_ffs_write() 99 D("about to read (fd=%d, len=%d)", h->bulk_out.get(), len); in usb_ffs_read() 108 D("ERROR: fd = %d, n = %d: %s", h->bulk_out.get(), n, strerror(errno)); in usb_ffs_read() 125 D("[ done fd=%d ]", h->bulk_out.get()); in usb_ffs_read() 139 D("[ Failed to madvise: %d ]", errno); in usb_ffs_do_aio()
|
/system/bt/vendor_libs/test_vendor_lib/model/setup/ |
D | device_boutique.h | 40 template <typename D> 43 DeviceBoutique::Register(name, &D::Create); in Registrar() 45 static Registrar<D> registrar_;
|
/system/core/libusbhost/ |
D | usbhost.c | 27 #define D ALOGD macro 29 #define D printf macro 33 #define D(...) macro 203 D("Created device discovery thread\n"); in usb_host_load() 269 D("%s subdirectory %s: index: %d\n", (event->mask & IN_CREATE) ? in usb_host_read_event() 290 D("new device %s\n", path); in usb_host_read_event() 293 D("gone device %s\n", path); in usb_host_read_event() 328 D("usb_device_open %s\n", dev_name); in usb_device_open() 346 D("usb_device_open no access sleeping\n"); in usb_device_open() 355 D("usb_device_open open returned %d writeable %d errno %d\n", fd, writeable, errno); in usb_device_open() [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}+ 179 0{D}+{IS}? { yylval->str = strdup(yytext); return token::INTEGER; } 180 {D}+{IS}? { yylval->str = strdup(yytext); return token::INTEGER; } 183 {D}+{E}{FS}? { yylval->str = strdup(yytext); return token::FLOAT; } 184 {D}+\.{E}?{FS}? { yylval->str = strdup(yytext); return token::FLOAT; } 185 {D}*\.{D}+{E}?{FS}? { yylval->str = strdup(yytext); return token::FLOAT; }
|
/system/ca-certificates/google/files/ |
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 | 7999be0d.0 | 58 C0:7A:98:68:8D:89:FB:AB:05:64:0C:11:7D:AA:7D:65:B8:CA:CC:4E 60 keyid:C0:7A:98:68:8D:89:FB:AB:05:64:0C:11:7D:AA:7D:65:B8:CA:CC:4E
|
D | 89c02a45.0 | 42 75:71:A7:19:48:19:BC:9D:9D:EA:41:47:DF:94:C4:48:77:99:D3:79 54 SHA1 Fingerprint=9F:74:4E:9F:2B:4D:BA:EC:0F:31:2C:50:B6:56:3B:8E:2D:93:C3:11
|
D | 04f60c28.0 | 54 SHA1 Fingerprint=D1:CB:CA:5D:B2:D5:2A:7F:69:3B:67:4D:E5:F0:5A:1D:0C:95:7D:F0
|
/system/ca-certificates/files/ |
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…
|
D | 89c02a45.0 | 43 75:71:A7:19:48:19:BC:9D:9D:EA:41:47:DF:94:C4:48:77:99:D3:79 55 SHA1 Fingerprint=9F:74:4E:9F:2B:4D:BA:EC:0F:31:2C:50:B6:56:3B:8E:2D:93:C3:11
|
D | 5acf816d.0 | 44 80:4C:D6:EB:74:FF:49:36:A3:D5:D8:FC:B5:3E:C5:6A:F0:94:1D:8C 52 SHA1 Fingerprint=2A:1D:60:27:D9:4A:B1:0A:1C:4D:91:5C:CD:33:A0:CB:3E:2D:54:CB
|
D | 04f60c28.0 | 55 SHA1 Fingerprint=D1:CB:CA:5D:B2:D5:2A:7F:69:3B:67:4D:E5:F0:5A:1D:0C:95:7D:F0
|
/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);
|
/system/tools/sysprop/tests/ |
D | CppGenTest.cpp | 58 enum_values: "a|b|c|D|e|f|G" 235 {"D", test_enum_values::D},
|
/system/tools/hidl/test/error_test/no_cyclic_expressions_1/1.0/ |
D | types.hal | 19 A = D, 22 D
|