| /external/autotest/client/cros/chameleon/ |
| D | audio_level.py | 20 # Digital signal, e.g., USB, HDMI. is not subjected to bias level or 26 # TODO(cychiang) Check if we need to do level scaling for digital signal. 27 DIGITAL = 'Digital' variable in _AudioLevel 43 ids.ChameleonIds.USBOUT: _AudioLevel.DIGITAL, 44 ids.CrosIds.HDMI: _AudioLevel.DIGITAL, 47 ids.CrosIds.BLUETOOTH_HEADPHONE: _AudioLevel.DIGITAL, 48 ids.CrosIds.USBOUT: _AudioLevel.DIGITAL, 51 ids.PeripheralIds.BLUETOOTH_DATA_TX: _AudioLevel.DIGITAL, 55 ids.ChameleonIds.HDMI: _AudioLevel.DIGITAL, 57 ids.ChameleonIds.USBIN: _AudioLevel.DIGITAL, [all …]
|
| /external/tink/go/jwt/ |
| D | jwt_key_templates.go | 136 // ES256Template creates a JWT key template for JWA algorithm "ES256", which is digital 142 // RawES256Template creates a JWT key template for JWA algorithm "ES256", which is digital 148 // ES384Template creates a JWT key template for JWA algorithm "ES384", which is digital 154 // RawES384Template creates a JWT key template for JWA algorithm "ES384", which is digital 160 // ES512Template creates a JWT key template for JWA algorithm "ES512", which is digital 166 // RawES512Template creates a JWT key template for JWA algorithm "ES512", which is digital 172 // RS256_2048_F4_Key_Template creates a JWT key template for JWA algorithm "RS256", which is digital 178 …awRS256_2048_F4_Key_Template creates a JWT key template for JWA algorithm "RS256", which is digital 184 // RS256_3072_F4_Key_Template creates a JWT key template for JWA algorithm "RS256", which is digital 190 …awRS256_3072_F4_Key_Template creates a JWT key template for JWA algorithm "RS256", which is digital [all …]
|
| /external/cldr/common/validity/ |
| D | unit.xml | 42 digital-petabyte 43 digital-terabyte 44 digital-terabit 45 digital-gigabyte 46 digital-gigabit 47 digital-megabyte 48 digital-megabit 49 digital-kilobyte 50 digital-kilobit 51 digital-byte [all …]
|
| /external/webrtc/modules/audio_processing/agc/ |
| D | gain_control.h | 17 // appropriate range. This is done by applying a digital gain directly and, in 40 // digital compression stage. 45 // mode, but with scaling instead applied in the digital domain. As with 46 // the analog mode, it additionally uses a digital compression stage. 49 // Fixed mode which enables only the digital compression stage also used by 65 // from digital full-scale). The convention is to use positive values. For 74 // Sets the maximum `gain` the digital compression stage may apply, in dB. A 93 // signal reaches digital full-scale) in the current frame and the analog
|
| D | agc_manager_direct.h | 31 // Adaptive Gain Controller (AGC) that controls the input volume and a digital 34 // the user (e.g., volume set to zero by a HW mute button). The digital 35 // controller chooses and applies the digital compression gain. 55 // Configures `gain_control` to work as a fixed digital controller so that the 66 // performed before external digital processing operations take place (e.g., 71 // Processes `audio_buffer`. Chooses a digital compression gain and the new 81 // Processes `audio_buffer`. Chooses a digital compression gain and the new 101 // If available, returns the latest digital compression gain that has been 212 // the (digital) compression gain to be applied by `agc_`. Must be called
|
| /external/kernel-headers/original/uapi/linux/ |
| D | cec-funcs.h | 175 struct cec_op_digital_service_id digital; member 191 const struct cec_op_digital_service_id *digital) in cec_set_digital_service_id() argument 193 *msg++ = (digital->service_id_method << 7) | digital->dig_bcast_system; in cec_set_digital_service_id() 194 if (digital->service_id_method == CEC_OP_SERVICE_ID_METHOD_BY_CHANNEL) { in cec_set_digital_service_id() 195 *msg++ = (digital->channel.channel_number_fmt << 2) | in cec_set_digital_service_id() 196 (digital->channel.major >> 8); in cec_set_digital_service_id() 197 *msg++ = digital->channel.major & 0xff; in cec_set_digital_service_id() 198 *msg++ = digital->channel.minor >> 8; in cec_set_digital_service_id() 199 *msg++ = digital->channel.minor & 0xff; in cec_set_digital_service_id() 204 switch (digital->dig_bcast_system) { in cec_set_digital_service_id() [all …]
|
| /external/dng_sdk/source/ |
| D | dng_tag_codes.h | 23 // on 2003-11-04 & 2003-12-02, purpose "Digital Negative". 27 // on 2004-08-17, purpose "Digital Negative". 31 // on 2004-12-06, purpose "Digital Negative". 35 // on 2006-03-23, purpose "Digital Negative". 39 // on 2003-11-04, purpose "Digital Negative". 43 // on 2007-04-30, purpose "Digital Negative". 47 // on 2007-12-17, purpose "Digital Negative". 51 // on 2008-04-01, purpose "Digital Negative". 55 // on 2008-10-15, purpose "Digital Negative". 59 // on 2008-12-15, purpose "Digital Negative". [all …]
|
| /external/webrtc/modules/audio_processing/ |
| D | gain_controller2.h | 32 // microphone gain and/or applying digital gain. 36 // detector is used for digital adaptive gain. 47 // Sets the fixed digital gain. 55 // can be performed before digital processing operations take place (e.g., 61 // Applies fixed and adaptive digital gains to `audio` and runs a limiter. 63 // `speech_probability` is used for digital adaptive gain if it's available
|
| /external/googleapis/google/cloud/discoveryengine/v1beta/ |
| D | document_processing_config.proto | 34 // defaults to digital parser. The first call to 46 // The digital parsing configurations for documents. 62 // Configurations applied to digital parser. 84 // * `pdf`: Override parsing config for PDF files, either digital parsing, ocr 86 // * `html`: Override parsing config for HTML files, only digital parsing and 88 // * `docx`: Override parsing config for DOCX files, only digital parsing and
|
| /external/googleapis/google/cloud/discoveryengine/v1alpha/ |
| D | document_processing_config.proto | 34 // defaults to digital parser. The first call to 70 // The digital parsing configurations for documents. 89 // Configurations applied to digital parser. 117 // * `pdf`: Override parsing config for PDF files, either digital parsing, ocr 119 // * `html`: Override parsing config for HTML files, only digital parsing and 121 // * `docx`: Override parsing config for DOCX files, only digital parsing and
|
| /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/number/ |
| D | NumberSkeletonTest.java | 377 {"digital", "bit"}, in perUnitInArabic() 378 {"digital", "byte"}, in perUnitInArabic() 387 {"digital", "gigabit"}, in perUnitInArabic() 388 {"digital", "gigabyte"}, in perUnitInArabic() 393 {"digital", "kilobit"}, in perUnitInArabic() 394 {"digital", "kilobyte"}, in perUnitInArabic() 398 {"digital", "megabit"}, in perUnitInArabic() 399 {"digital", "megabyte"}, in perUnitInArabic() 410 {"digital", "petabyte"}, in perUnitInArabic() 414 {"digital", "terabit"}, in perUnitInArabic() [all …]
|
| /external/cronet/third_party/icu/source/test/intltest/ |
| D | numbertest_skeletons.cpp | 390 {u"digital", u"bit"}, in perUnitInArabic() 391 {u"digital", u"byte"}, in perUnitInArabic() 400 {u"digital", u"gigabit"}, in perUnitInArabic() 401 {u"digital", u"gigabyte"}, in perUnitInArabic() 406 {u"digital", u"kilobit"}, in perUnitInArabic() 407 {u"digital", u"kilobyte"}, in perUnitInArabic() 411 {u"digital", u"megabit"}, in perUnitInArabic() 412 {u"digital", u"megabyte"}, in perUnitInArabic() 423 {u"digital", u"petabyte"}, in perUnitInArabic() 427 {u"digital", u"terabit"}, in perUnitInArabic() [all …]
|
| /external/icu/icu4j/main/core/src/test/java/com/ibm/icu/dev/test/number/ |
| D | NumberSkeletonTest.java | 374 {"digital", "bit"}, in perUnitInArabic() 375 {"digital", "byte"}, in perUnitInArabic() 384 {"digital", "gigabit"}, in perUnitInArabic() 385 {"digital", "gigabyte"}, in perUnitInArabic() 390 {"digital", "kilobit"}, in perUnitInArabic() 391 {"digital", "kilobyte"}, in perUnitInArabic() 395 {"digital", "megabit"}, in perUnitInArabic() 396 {"digital", "megabyte"}, in perUnitInArabic() 407 {"digital", "petabyte"}, in perUnitInArabic() 411 {"digital", "terabit"}, in perUnitInArabic() [all …]
|
| /external/libwebsockets/lib/tls/ |
| D | lws-gencrypto-common.c | 30 * Cryptographic Algorithms for Digital Signatures and MACs 101 * Digital Signature with RSASSA-PKCS1-v1_5 103 * This section defines the use of the RSASSA-PKCS1-v1_5 digital 109 * The RSASSA-PKCS1-v1_5 SHA-256 digital signature is generated as 110 * follows: generate a digital signature of the JWS Signing Input using 114 * The RSASSA-PKCS1-v1_5 SHA-256 digital signature for a JWS is 144 * Digital Signature with ECDSA 146 * The ECDSA P-256 SHA-256 digital signature is generated as follows: 148 * 1. Generate a digital signature of the JWS Signing Input using ECDSA 162 * The ECDSA P-256 SHA-256 digital signature for a JWS is validated as [all …]
|
| /external/webrtc/modules/audio_processing/agc/legacy/ |
| D | gain_control.h | 92 * It is a digital gain applied to the input signal and is used in the 121 * This function analyses a 10 ms frame and produces the analog and digital 147 * - gains : Vector of gains to apply for digital normalization 164 * This function processes a 10 ms frame by applying precomputed digital gains. 168 * - gains : Vector of gains to apply for digital normalization 241 * : 2 - Adaptive Digital Automatic Gain Control -3dBOv 242 * : 3 - Fixed Digital Gain 0dB
|
| /external/cronet/third_party/icu/source/test/testdata/cldr/units/ |
| D | unitsTest.txt | 41 digital ; bit ; bit ; 1 * x ; 1,000.00 42 digital ; byte ; bit ; 8 * x ; 8000.0 43 digital ; kilobit ; bit ; 1,000 * x ; 1000000.0 44 digital ; kilobyte ; bit ; 8,000 * x ; 8000000.0 45 digital ; megabit ; bit ; 1,000,000 * x ; 1.0E9 46 digital ; megabyte ; bit ; 8,000,000 * x ; 8.0E9 47 digital ; gigabit ; bit ; 1,000,000,000 * x ; 1.0E12 48 digital ; gigabyte ; bit ; 8,000,000,000 * x ; 8.0E12 49 digital ; terabit ; bit ; 1,000,000,000,000 * x ; 1.0E15 50 digital ; terabyte ; bit ; 8,000,000,000,000 * x ; 8.0E15 [all …]
|
| /external/licenseclassifier/v2/assets/License/MIT/ |
| D | dec.txt | 4 that the name of Digital Equipment Corporation not be used in 8 THE SOFTWARE IS PROVIDED ``AS IS'' AND DIGITAL EQUIPMENT CORP. 11 DIGITAL EQUIPMENT CORPORATION BE LIABLE FOR ANY SPECIAL, DIRECT,
|
| /external/python/cpython2/Lib/bsddb/ |
| D | db.py | 2 # Copyright (c) 1999-2001, Digital Creations, Fredericksburg, VA, USA 17 # o Neither the name of Digital Creations nor the names of its 21 # THIS SOFTWARE IS PROVIDED BY DIGITAL CREATIONS AND CONTRIBUTORS *AS 24 # PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL DIGITAL
|
| /external/cronet/third_party/icu/source/test/cintltst/ |
| D | unumberformattertst.c | 365 "digital-bit", in TestPerUnitInArabic() 366 "digital-byte", in TestPerUnitInArabic() 375 "digital-gigabit", in TestPerUnitInArabic() 376 "digital-gigabyte", in TestPerUnitInArabic() 381 "digital-kilobit", in TestPerUnitInArabic() 382 "digital-kilobyte", in TestPerUnitInArabic() 386 "digital-megabit", in TestPerUnitInArabic() 387 "digital-megabyte", in TestPerUnitInArabic() 398 "digital-petabyte", in TestPerUnitInArabic() 402 "digital-terabit", in TestPerUnitInArabic() [all …]
|
| /external/icu/icu4c/source/test/cintltst/ |
| D | unumberformattertst.c | 365 "digital-bit", in TestPerUnitInArabic() 366 "digital-byte", in TestPerUnitInArabic() 375 "digital-gigabit", in TestPerUnitInArabic() 376 "digital-gigabyte", in TestPerUnitInArabic() 381 "digital-kilobit", in TestPerUnitInArabic() 382 "digital-kilobyte", in TestPerUnitInArabic() 386 "digital-megabit", in TestPerUnitInArabic() 387 "digital-megabyte", in TestPerUnitInArabic() 398 "digital-petabyte", in TestPerUnitInArabic() 402 "digital-terabit", in TestPerUnitInArabic() [all …]
|
| /external/icu/icu4c/source/test/intltest/ |
| D | numbertest_skeletons.cpp | 391 {u"digital", u"bit"}, in perUnitInArabic() 392 {u"digital", u"byte"}, in perUnitInArabic() 401 {u"digital", u"gigabit"}, in perUnitInArabic() 402 {u"digital", u"gigabyte"}, in perUnitInArabic() 407 {u"digital", u"kilobit"}, in perUnitInArabic() 408 {u"digital", u"kilobyte"}, in perUnitInArabic() 412 {u"digital", u"megabit"}, in perUnitInArabic() 413 {u"digital", u"megabyte"}, in perUnitInArabic() 424 {u"digital", u"petabyte"}, in perUnitInArabic() 428 {u"digital", u"terabit"}, in perUnitInArabic() [all …]
|
| /external/python/google-api-python-client/docs/dyn/ |
| D | androidpublisher_v3.inappproducts.html | 150 …"eeaWithdrawalRightType": "A String", # Digital content or service classificat… 154 …tring", # Tax tier to specify reduced tax rate. Developers who sell digital news, magazines, … 170 …"eeaWithdrawalRightType": "A String", # Digital content or service classificat… 174 …tring", # Tax tier to specify reduced tax rate. Developers who sell digital news, magazines, … 208 …"eeaWithdrawalRightType": "A String", # Digital content or service classificat… 212 …tring", # Tax tier to specify reduced tax rate. Developers who sell digital news, magazines, … 228 …"eeaWithdrawalRightType": "A String", # Digital content or service classificat… 232 …tring", # Tax tier to specify reduced tax rate. Developers who sell digital news, magazines, … 265 …"eeaWithdrawalRightType": "A String", # Digital content or service classificat… 269 …tring", # Tax tier to specify reduced tax rate. Developers who sell digital news, magazines, … [all …]
|
| /external/licenseclassifier/v2/assets/License/Xcode/ |
| D | license.txt | 12 …lopment and submission of Applications to the App Store for approval and digital signing by Apple,… 108 2.12 Digital Materials and Reality Composer Software 109 …Digital Materials”). Title and intellectual property rights in the Digital Materials belong to App… 111 …Digital Materials that are provided as part of the Composer Software. Regardless of whether automa… 113 …Digital Materials, on a royalty-free basis, to create your own original content for your game, app… 115 …Digital Materials, nor does it obligate Apple to make any such Digital Materials available to You … 153 …t would disable, hack or otherwise interfere with any security, digital signing, digital rights ma…
|
| /external/icu/icu4j/main/core/src/test/resources/com/ibm/icu/dev/data/cldr/units/ |
| D | unitsTest.txt | 45 digital ; bit ; bit ; 1 * x ; 1,000.00 46 digital ; byte ; bit ; 8 * x ; 8000.0 47 digital ; kilobit ; bit ; 1,000 * x ; 1000000.0 48 digital ; kilobyte ; bit ; 8,000 * x ; 8000000.0 49 digital ; megabit ; bit ; 1,000,000 * x ; 1.0E9 50 digital ; megabyte ; bit ; 8,000,000 * x ; 8.0E9 51 digital ; gigabit ; bit ; 1,000,000,000 * x ; 1.0E12 52 digital ; gigabyte ; bit ; 8,000,000,000 * x ; 8.0E12 53 digital ; terabit ; bit ; 1,000,000,000,000 * x ; 1.0E15 54 digital ; terabyte ; bit ; 8,000,000,000,000 * x ; 8.0E15 [all …]
|
| /external/cldr/common/testData/units/ |
| D | unitsTest.txt | 45 digital ; bit ; bit ; 1 * x ; 1,000.00 46 digital ; byte ; bit ; 8 * x ; 8000.0 47 digital ; kilobit ; bit ; 1,000 * x ; 1000000.0 48 digital ; kilobyte ; bit ; 8,000 * x ; 8000000.0 49 digital ; megabit ; bit ; 1,000,000 * x ; 1.0E9 50 digital ; megabyte ; bit ; 8,000,000 * x ; 8.0E9 51 digital ; gigabit ; bit ; 1,000,000,000 * x ; 1.0E12 52 digital ; gigabyte ; bit ; 8,000,000,000 * x ; 8.0E12 53 digital ; terabit ; bit ; 1,000,000,000,000 * x ; 1.0E15 54 digital ; terabyte ; bit ; 8,000,000,000,000 * x ; 8.0E15 [all …]
|