Home
last modified time | relevance | path

Searched +full:- +full:- +full:volume (Results 1 – 25 of 1060) sorted by relevance

12345678910>>...43

/external/python/google-api-python-client/docs/dyn/
Dbooks_v1.volumes.html8 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 …]
Dbooks_v1.volumes.mybooks.html8 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 …]
Dbooks_v1.volumes.associated.html8 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 …]
Dbooks_v1.series.membership.html8 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 …]
Dbooks_v1.volumes.useruploaded.html8 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 …]
Dbooks_v1.mylibrary.bookshelves.volumes.html8 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 …]
Dbooks_v1.personalizedstream.html8 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 …]
Dbooks_v1.volumes.recommended.html8 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 …]
Dbooks_v1.bookshelves.volumes.html8 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 …]
Dbooks_v1.myconfig.html8 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 …]
Dbooks_v1.onboarding.html8 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/u-boot/doc/
DREADME.ubi1 -------------------
2 UBI usage in U-Boot
3 -------------------
5 UBI support in U-Boot is broken down into five separate commands.
9 ubi - ubi commands
13 - Show or set current partition (with optional VID header offset)
14 ubi info [l[ayout]] - Display volume and ubi layout information
15 ubi create[vol] volume [size] [type] - create volume name with size
16 ubi write[vol] address volume size - Write volume from address with size
17 ubi write.part address volume size [fullsize]
[all …]
/external/cldr/common/validity/
Dunit.xml1 <?xml version='1.0' encoding='UTF-8' ?>
3 <!--
4 Copyright © 1991-2013 Unicode, Inc.
7 -->
12 acceleration-g-force acceleration-meter-per-second-squared
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 concentr-karat
[all …]
/external/u-boot/drivers/mtd/ubi/
Dubi-media.h1 /* SPDX-License-Identifier: GPL-2.0+ */
13 * This file defines the layout of UBI headers and all the other UBI on-flash
33 /* Volume identifier header magic number (ASCII "UBI!") */
37 * Volume type constants used in the volume identifier header.
39 * @UBI_VID_DYNAMIC: dynamic volume
40 * @UBI_VID_STATIC: static volume
48 * Volume flags used in the volume table record.
50 * @UBI_VTBL_AUTORESIZE_FLG: auto-resize this volume
52 * %UBI_VTBL_AUTORESIZE_FLG flag can be set only for one volume in the volume
53 * table. UBI automatically re-sizes the volume which has this flag and makes
[all …]
Dvtbl.c1 // SPDX-License-Identifier: GPL-2.0+
10 * This file includes volume table manipulation code. The volume table is an
11 * on-flash table containing volume meta-data like name, number of reserved
12 * physical eraseblocks, type, etc. The volume table is stored in the so-called
13 * "layout volume".
15 * The layout volume is an internal volume which is organized as follows. It
16 * consists of two logical eraseblocks - LEB 0 and LEB 1. Each logical
17 * eraseblock stores one volume table copy, i.e. LEB 0 and LEB 1 duplicate each
18 * other. This redundancy guarantees robustness to unclean reboots. The volume
19 * table is basically an array of volume table records. Each record contains
[all …]
Dvmt.c1 // SPDX-License-Identifier: GPL-2.0+
9 * This file contains implementation of volume creation, deletion, updating and
53 * A. process 1 opens a sysfs file related to volume Y, say
55 * B. process 2 removes volume Y;
58 * In this situation, this function will return %-ENODEV because it will find
59 * out that the volume was removed from the @ubi->volumes array.
68 ubi = ubi_get_device(vol->ubi->ubi_num); in vol_attribute_show()
70 return -ENODEV; in vol_attribute_show()
72 spin_lock(&ubi->volumes_lock); in vol_attribute_show()
73 if (!ubi->volumes[vol->vol_id]) { in vol_attribute_show()
[all …]
/external/u-boot/include/linux/mtd/
Dubi.h1 /* SPDX-License-Identifier: GPL-2.0+ */
15 #include <mtd/ubi-user.h>
19 #define UBI_ALL -1
28 * enum ubi_open_mode - UBI volume open mode constants.
30 * UBI_READONLY: read-only mode
31 * UBI_READWRITE: read-write mode
33 * UBI_METAONLY: modify only the volume meta-data,
34 * i.e. the data stored in the volume table, but not in any of volume LEBs.
44 * struct ubi_volume_info - UBI volume description data structure.
45 * @vol_id: volume ID
[all …]
/external/autotest/client/site_tests/platform_InputVolume/
Dplatform_InputVolume.py2 # 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/webrtc/webrtc/voice_engine/test/auto_test/standard/
Dvolume_test.cc4 * Use of this source code is governed by a BSD-style license
16 // The hardware volume may be more coarsely quantized than [0, 255], so in ExpectVolumeNear()
29 void SetAndVerifyMicVolume(unsigned int volume) { in SetAndVerifyMicVolume() argument
30 bool success = voe_volume_control_->SetMicVolume(volume) == 0; in SetAndVerifyMicVolume()
35 TEST_LOG("Failed to set microphone volume to %u.\n", volume); in SetAndVerifyMicVolume()
40 success = voe_volume_control_->GetMicVolume(test_volume) == 0; in SetAndVerifyMicVolume()
45 EXPECT_EQ(volume, test_volume); in SetAndVerifyMicVolume()
47 TEST_LOG("Failed to get the microphone volume."); in SetAndVerifyMicVolume()
53 bool success = voe_volume_control_->SetInputMute(channel_, enable) == 0; in SetAndVerifyInputMute()
63 success = voe_volume_control_->GetInputMute(channel_, is_muted) == 0; in SetAndVerifyInputMute()
[all …]
/external/kernel-headers/original/uapi/mtd/
Dubi-user.h1 /* 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/u-boot/include/mtd/
Dubi-user.h1 /* SPDX-License-Identifier: GPL-2.0+ */
19 * &struct ubi_attach_req object - UBI will attach the MTD device specified in
29 * UBI volume creation
36 * UBI volume deletion
39 * To delete a volume, the %UBI_IOCRMVOL ioctl command of the UBI character
40 * device should be used. A pointer to the 32-bit volume ID hast to be passed
43 * UBI volume re-size
46 * To re-size a volume, the %UBI_IOCRSVOL ioctl command of the UBI character
50 * UBI volumes re-name
53 * To re-name several volumes atomically at one go, the %UBI_IOCRNVOL command
[all …]
/external/adhd/cras/src/server/
Dcras_volume_curve.h2 * 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 …]
/external/u-boot/cmd/
Dubi.c7 * Copyright 2008-2009 Stefan Roese <sr@denx.de>, DENX Software Engineering
58 for (i = 0; i < (ubi->vtbl_slots + 1); i++) { in display_volume_info()
59 if (!ubi->volumes[i]) in display_volume_info()
61 ubi_dump_vol_info(ubi->volumes[i]); in display_volume_info()
67 ubi_msg("MTD device name: \"%s\"", ubi->mtd->name); in display_ubi_info()
68 ubi_msg("MTD device size: %llu MiB", ubi->flash_size >> 20); in display_ubi_info()
70 ubi->peb_size, ubi->peb_size >> 10); in display_ubi_info()
71 ubi_msg("logical eraseblock size: %d bytes", ubi->leb_size); in display_ubi_info()
72 ubi_msg("number of good PEBs: %d", ubi->good_peb_count); in display_ubi_info()
73 ubi_msg("number of bad PEBs: %d", ubi->bad_peb_count); in display_ubi_info()
[all …]
/external/webrtc/webrtc/voice_engine/include/
Dvoe_volume_control.h4 * Use of this source code is governed by a BSD-style license
11 // This sub-API supports the following functionalities:
13 // - Speaker volume controls.
14 // - Microphone volume control.
15 // - Non-linear speech level control.
16 // - Mute functions.
17 // - Additional stereo scaling methods.
24 // VoEVolumeControl* volume = VoEVolumeControl::GetInterface(voe);
25 // base->Init();
26 // int ch = base->CreateChannel();
[all …]
/external/webrtc/webrtc/voice_engine/
Dvoe_volume_control_impl.cc4 * Use of this source code is governed by a BSD-style license
31 s->AddRef(); in GetInterface()
40 WEBRTC_TRACE(kTraceMemory, kTraceVoice, VoEId(_shared->instance_id(), -1), in VoEVolumeControlImpl()
41 "VoEVolumeControlImpl::VoEVolumeControlImpl() - ctor"); in VoEVolumeControlImpl()
45 WEBRTC_TRACE(kTraceMemory, kTraceVoice, VoEId(_shared->instance_id(), -1), in ~VoEVolumeControlImpl()
46 "VoEVolumeControlImpl::~VoEVolumeControlImpl() - dtor"); in ~VoEVolumeControlImpl()
49 int VoEVolumeControlImpl::SetSpeakerVolume(unsigned int volume) { in SetSpeakerVolume() argument
50 WEBRTC_TRACE(kTraceApiCall, kTraceVoice, VoEId(_shared->instance_id(), -1), in SetSpeakerVolume()
51 "SetSpeakerVolume(volume=%u)", volume); in SetSpeakerVolume()
53 if (!_shared->statistics().Initialized()) { in SetSpeakerVolume()
[all …]

12345678910>>...43