/external/python/google-api-python-client/docs/dyn/ |
D | books_v1.volumes.html | 8 font-weight: inherit; 9 font-style: inherit; 10 font-size: 100%; 11 font-family: inherit; 12 vertical-align: baseline; 16 font-size: 13px; 21 font-size: 26px; 22 margin-bottom: 1em; 26 font-size: 24px; 27 margin-bottom: 1em; [all …]
|
D | books_v1.volumes.associated.html | 8 font-weight: inherit; 9 font-style: inherit; 10 font-size: 100%; 11 font-family: inherit; 12 vertical-align: baseline; 16 font-size: 13px; 21 font-size: 26px; 22 margin-bottom: 1em; 26 font-size: 24px; 27 margin-bottom: 1em; [all …]
|
D | books_v1.volumes.mybooks.html | 8 font-weight: inherit; 9 font-style: inherit; 10 font-size: 100%; 11 font-family: inherit; 12 vertical-align: baseline; 16 font-size: 13px; 21 font-size: 26px; 22 margin-bottom: 1em; 26 font-size: 24px; 27 margin-bottom: 1em; [all …]
|
D | books_v1.series.membership.html | 8 font-weight: inherit; 9 font-style: inherit; 10 font-size: 100%; 11 font-family: inherit; 12 vertical-align: baseline; 16 font-size: 13px; 21 font-size: 26px; 22 margin-bottom: 1em; 26 font-size: 24px; 27 margin-bottom: 1em; [all …]
|
D | books_v1.volumes.useruploaded.html | 8 font-weight: inherit; 9 font-style: inherit; 10 font-size: 100%; 11 font-family: inherit; 12 vertical-align: baseline; 16 font-size: 13px; 21 font-size: 26px; 22 margin-bottom: 1em; 26 font-size: 24px; 27 margin-bottom: 1em; [all …]
|
D | books_v1.mylibrary.bookshelves.volumes.html | 8 font-weight: inherit; 9 font-style: inherit; 10 font-size: 100%; 11 font-family: inherit; 12 vertical-align: baseline; 16 font-size: 13px; 21 font-size: 26px; 22 margin-bottom: 1em; 26 font-size: 24px; 27 margin-bottom: 1em; [all …]
|
D | books_v1.personalizedstream.html | 8 font-weight: inherit; 9 font-style: inherit; 10 font-size: 100%; 11 font-family: inherit; 12 vertical-align: baseline; 16 font-size: 13px; 21 font-size: 26px; 22 margin-bottom: 1em; 26 font-size: 24px; 27 margin-bottom: 1em; [all …]
|
D | books_v1.volumes.recommended.html | 8 font-weight: inherit; 9 font-style: inherit; 10 font-size: 100%; 11 font-family: inherit; 12 vertical-align: baseline; 16 font-size: 13px; 21 font-size: 26px; 22 margin-bottom: 1em; 26 font-size: 24px; 27 margin-bottom: 1em; [all …]
|
D | books_v1.bookshelves.volumes.html | 8 font-weight: inherit; 9 font-style: inherit; 10 font-size: 100%; 11 font-family: inherit; 12 vertical-align: baseline; 16 font-size: 13px; 21 font-size: 26px; 22 margin-bottom: 1em; 26 font-size: 24px; 27 margin-bottom: 1em; [all …]
|
D | books_v1.onboarding.html | 8 font-weight: inherit; 9 font-style: inherit; 10 font-size: 100%; 11 font-family: inherit; 12 vertical-align: baseline; 16 font-size: 13px; 21 font-size: 26px; 22 margin-bottom: 1em; 26 font-size: 24px; 27 margin-bottom: 1em; [all …]
|
D | books_v1.myconfig.html | 8 font-weight: inherit; 9 font-style: inherit; 10 font-size: 100%; 11 font-family: inherit; 12 vertical-align: baseline; 16 font-size: 13px; 21 font-size: 26px; 22 margin-bottom: 1em; 26 font-size: 24px; 27 margin-bottom: 1em; [all …]
|
/external/cldr/common/validity/ |
D | unit.xml | 1 <?xml version='1.0' encoding='UTF-8' ?> 3 <!-- 4 Copyright © 1991-2013 Unicode, Inc. 7 --> 12 acceleration-g-force acceleration-meter-per-square-second 13 angle-arc-minute angle-arc-second angle-degree angle-radian angle-revolution 14 area-acre 15 area-hectare area-square-centimeter area-square-foot area-square-inch area-square-kilometer 16 area-square-meter area-square-mile area-square-yard 17 area-dunam [all …]
|
/external/llvm-project/clang/test/Analysis/ |
D | cxx-uninitialized-object-unionlike-constructs.cpp | 1 // RUN: %clang_analyze_cc1 -analyzer-checker=core,optin.cplusplus.UninitializedObject \ 2 // RUN: -analyzer-config optin.cplusplus.UninitializedObject:Pedantic=true -DPEDANTIC \ 3 // RUN: -analyzer-config optin.cplusplus.UninitializedObject:IgnoreRecordsWithField="[Tt]ag|[Kk]i… 4 // RUN: -std=c++11 -verify %s 6 // RUN: not %clang_analyze_cc1 -verify %s \ 7 // RUN: -analyzer-checker=core \ 8 // RUN: -analyzer-checker=optin.cplusplus.UninitializedObject \ 9 // RUN: -analyzer-config \ 11 // RUN: 2>&1 | FileCheck %s -check-prefix=CHECK-UNINIT-INVALID-REGEX 13 // CHECK-UNINIT-INVALID-REGEX: (frontend): invalid input for checker option [all …]
|
D | cxx-uninitialized-object-unguarded-access.cpp | 1 // RUN: %clang_analyze_cc1 -analyzer-checker=core,optin.cplusplus.UninitializedObject \ 2 // RUN: -analyzer-config optin.cplusplus.UninitializedObject:Pedantic=true -DPEDANTIC \ 3 // RUN: -analyzer-config optin.cplusplus.UninitializedObject:IgnoreGuardedFields=true \ 4 // RUN: -std=c++11 -verify %s 6 //===----------------------------------------------------------------------===// 8 //===----------------------------------------------------------------------===// 19 //===----------------------------------------------------------------------===// 21 //===----------------------------------------------------------------------===// 31 int Volume, Area; member in NoUnguardedFieldsTest 38 Volume = 0; in NoUnguardedFieldsTest() [all …]
|
/external/autotest/client/site_tests/platform_InputVolume/ |
D | platform_InputVolume.py | 2 # Use of this source code is governed by a BSD-style license that can be 23 CTC_GREP_FOR = "cras_test_client --dump_server_info | grep " 33 def test_volume_down(self, volume): argument 35 Use keyboard shortcut to test Volume Down (F9) key. 37 @param volume: expected volume. 39 @raises: error.TestFail if system volume did not decrease or is muted. 44 # If expected volume is 0, we should be muted. 45 if volume == 0 and not self.is_muted(): 46 raise error.TestFail("Volume should be muted.") 48 if sys_volume != volume: [all …]
|
/external/kernel-headers/original/uapi/mtd/ |
D | ubi-user.h | 1 /* SPDX-License-Identifier: GPL-2.0+ WITH Linux-syscall-note */ 17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 33 * &struct ubi_attach_req object - UBI will attach the MTD device specified in 43 * UBI volume creation 50 * UBI volume deletion 53 * To delete a volume, the %UBI_IOCRMVOL ioctl command of the UBI character 54 * device should be used. A pointer to the 32-bit volume ID hast to be passed 57 * UBI volume re-size 60 * To re-size a volume, the %UBI_IOCRSVOL ioctl command of the UBI character 64 * UBI volumes re-name [all …]
|
/external/adhd/cras/src/server/ |
D | cras_volume_curve.h | 2 * Use of this source code is governed by a BSD-style license that can be 10 #define NUM_VOLUME_STEPS (MAX_VOLUME + 1) /* 0-100 inclusive. */ 12 /* Holds the function that converts from a volume index to a dBFS value. */ 16 * curve - A curve from cras_volume_curve_create_* functions. 17 * volume - The volume level from 0 to 100. 19 * The volume to apply in dB * 100. This value will normally be 22 long (*get_dBFS)(const struct cras_volume_curve *curve, size_t volume); 25 /* Creates a system-default volume curve. The default curve maps one volume step 27 * Returns null on error, or the new volume curve on success. 31 /* Creates a volume curve with a specified max volume and step. [all …]
|
D | softvol_curve.c | 2 * Use of this source code is governed by a BSD-style license that can be 14 0.003162, /* volume 0 */ 29 0.944061, 1.000000, /* volume 100 */ 35 unsigned int volume; in softvol_build_from_curve() local 44 /* When software volume is used, it is assumed all volume curve values in softvol_build_from_curve() 49 for (volume = 0; volume <= MAX_VOLUME; volume++) { in softvol_build_from_curve() 50 scalers[volume] = convert_softvol_scaler_from_dB( in softvol_build_from_curve() 51 curve->get_dBFS(curve, volume)); in softvol_build_from_curve() 52 if (scalers[volume] > 1.0) in softvol_build_from_curve() 53 scalers[volume] = 1.0; in softvol_build_from_curve() [all …]
|
/external/webrtc/modules/audio_coding/neteq/ |
D | dtmf_buffer_unittest.cc | 4 * Use of this source code is governed by a BSD-style license 24 // for backwards bit-exactness. Once bit-exactness is no longer required, this 32 static uint32_t MakeDtmfPayload(int event, bool end, int volume, int duration) { in MakeDtmfPayload() argument 36 // +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ in MakeDtmfPayload() 37 // | event |E|R| volume | duration | in MakeDtmfPayload() 38 // +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ in MakeDtmfPayload() 41 payload |= (volume & 0x003F) << 16; in MakeDtmfPayload() 50 a.volume == b.volume); in EqualEvents() 62 int volume = 17; in TEST() local 65 uint32_t payload = MakeDtmfPayload(event_no, end_bit, volume, duration); in TEST() [all …]
|
/external/e2fsprogs/contrib/ |
D | e2croncheck | 3 # e2croncheck -- run e2fsck automatically out of /etc/cron.weekly 11 # Make sure you customize "VG" so it is your LVM volume group name, 12 # "VOLUME" so it is the name of the filesystem's logical volume, 13 # and "EMAIL" to be your e-mail address 22 VOLUME=root 26 TMPFILE=`mktemp ${TMPDIR:-/tmp}/e2fsck.log.XXXXXXXXXX` 28 OPTS="-Fttv -C0" 29 #OPTS="-Fttv -E fragcheck" 31 set -e 33 lvcreate -s -L ${SNAPSIZE} -n "${VOLUME}-snap" "${VG}/${VOLUME}" [all …]
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/data/cldr/units/ |
D | unitsTest.txt | 2 # Copyright © 1991-2020 Unicode, Inc. 17 acceleration ; meter-per-square-second ; meter-per-square-second ; 1 * x ; 1,000.00 18 acceleration ; g-force ; meter-per-square-second ; 9.80665 * x ; 9806.65 19 angle ; arc-second ; revolution ; 0.0000625/81 * x ; 7.716049E-4 20 angle ; arc-minute ; revolution ; 0.00125/27 * x ; 0.0462963 24 area ; square-centimeter ; square-meter ; 0.0001 * x ; 0.1 25 area ; square-inch ; square-meter ; 0.00064516 * x ; 0.64516 26 area ; square-foot ; square-meter ; 0.09290304 * x ; 92.90304 27 area ; square-yard ; square-meter ; 0.83612736 * x ; 836.1274 28 area ; square-meter ; square-meter ; 1 * x ; 1,000.00 [all …]
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/cldr/units/ |
D | unitsTest.txt | 2 # Copyright © 1991-2020 Unicode, Inc. 17 acceleration ; meter-per-square-second ; meter-per-square-second ; 1 * x ; 1,000.00 18 acceleration ; g-force ; meter-per-square-second ; 9.80665 * x ; 9806.65 19 angle ; arc-second ; revolution ; 0.0000625/81 * x ; 7.716049E-4 20 angle ; arc-minute ; revolution ; 0.00125/27 * x ; 0.0462963 24 area ; square-centimeter ; square-meter ; 0.0001 * x ; 0.1 25 area ; square-inch ; square-meter ; 0.00064516 * x ; 0.64516 26 area ; square-foot ; square-meter ; 0.09290304 * x ; 92.90304 27 area ; square-yard ; square-meter ; 0.83612736 * x ; 836.1274 28 area ; square-meter ; square-meter ; 1 * x ; 1,000.00 [all …]
|
/external/icu/icu4c/source/test/testdata/cldr/units/ |
D | unitsTest.txt | 2 # Copyright © 1991-2020 Unicode, Inc. 17 acceleration ; meter-per-square-second ; meter-per-square-second ; 1 * x ; 1,000.00 18 acceleration ; g-force ; meter-per-square-second ; 9.80665 * x ; 9806.65 19 angle ; arc-second ; revolution ; 0.0000625/81 * x ; 7.716049E-4 20 angle ; arc-minute ; revolution ; 0.00125/27 * x ; 0.0462963 24 area ; square-centimeter ; square-meter ; 0.0001 * x ; 0.1 25 area ; square-inch ; square-meter ; 0.00064516 * x ; 0.64516 26 area ; square-foot ; square-meter ; 0.09290304 * x ; 92.90304 27 area ; square-yard ; square-meter ; 0.83612736 * x ; 836.1274 28 area ; square-meter ; square-meter ; 1 * x ; 1,000.00 [all …]
|
/external/cldr/common/testData/units/ |
D | unitsTest.txt | 2 # Copyright © 1991-2020 Unicode, Inc. 17 acceleration ; meter-per-square-second ; meter-per-square-second ; 1 * x ; 1,000.00 18 acceleration ; g-force ; meter-per-square-second ; 9.80665 * x ; 9806.65 19 angle ; arc-second ; revolution ; 0.0000625/81 * x ; 7.716049E-4 20 angle ; arc-minute ; revolution ; 0.00125/27 * x ; 0.0462963 24 area ; square-centimeter ; square-meter ; 0.0001 * x ; 0.1 25 area ; square-inch ; square-meter ; 0.00064516 * x ; 0.64516 26 area ; square-foot ; square-meter ; 0.09290304 * x ; 92.90304 27 area ; square-yard ; square-meter ; 0.83612736 * x ; 836.1274 28 area ; square-meter ; square-meter ; 1 * x ; 1,000.00 [all …]
|
/external/e2fsprogs/misc/ |
D | e2label.8.in | 1 .\" -*- nroff -*- 7 e2label \- Change the label on an ext2/ext3/ext4 filesystem 12 .I volume-label 16 will display or change the volume label on the ext2, ext3, or ext4 21 .I volume-label 24 will simply display the current volume label. 27 .I volume-label 30 will set the volume label to be 31 .IR volume-label . 32 Ext2 volume labels can be at most 16 characters long; if [all …]
|