OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VOLUME
(Results
1 - 8
of
8
) sorted by null
/external/e2fsprogs/contrib/
e2croncheck
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
,
22
VOLUME
=root
33
lvcreate -s -L ${SNAPSIZE} -n "${
VOLUME
}-snap" "${VG}/${
VOLUME
}"
34
if nice logsave -as $TMPFILE e2fsck -p $OPTS "/dev/${VG}/${
VOLUME
}-snap" && \
35
nice logsave -as $TMPFILE e2fsck -fy $OPTS "/dev/${VG}/${
VOLUME
}-snap" ; then
37
tune2fs -C 0 -T "${START}" "/dev/${VG}/${
VOLUME
}"
40
tune2fs -C 16000 -T "19000101" "/dev/${VG}/${
VOLUME
}"
[
all
...]
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
aural_style_util.js
19
VOLUME
: '
VOLUME
',
61
VOLUME
: '
volume
',
92
VOLUME
: cvox.AuralStyleConverter.identity,
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/interface/
abstract_tts.js
30
*
volume
: number}}
36
'
volume
': 0.5
43
*
volume
: number}}
49
'
volume
': 0.0
56
*
volume
: number}}
62
'
volume
': 1.0
69
*
volume
: number}}
75
'
volume
': 0.1
164
if (typeof(properties[tts.
VOLUME
]) == 'number') {
165
mergedProperties[tts.
VOLUME
] = properties[tts.VOLUME]
[
all
...]
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
user_commands.js
639
cvox.AbstractTts.
VOLUME
, false);
643
cvox.AbstractTts.
VOLUME
, true);
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/background/
background.js
67
* Chrome's actual TTS which knows and cares about pitch,
volume
, etc.
259
case cvox.AbstractTts.
VOLUME
:
/external/chromium_org/chrome/third_party/chromevox/
chromeVoxChromeBackgroundScript.js
[
all
...]
chromeVoxChromeOptionsScript.js
[
all
...]
chromeVoxChromePageScript.js
[
all
...]
Completed in 1283 milliseconds