OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DEFINE_boolean
(Results
1 - 25
of
33
) sorted by null
1
2
/external/shflags/examples/
write_date.sh
27
DEFINE_boolean
'force' false 'force overwriting' 'f'
debug_output.sh
18
DEFINE_boolean
'debug' false 'enable debug mode' 'd'
/external/autotest/client/site_tests/firmware_TouchMTB/
summary.sh
17
DEFINE_boolean
"scores" false "display the summary scores" "s"
18
DEFINE_boolean
"individual" false \
/external/shflags/bin/
gen_test_results.sh
35
DEFINE_boolean
force false 'force overwrite' f
38
DEFINE_boolean
dry_run false "supress logging to a file" n
/external/chromium-trace/catapult/third_party/closure_linter/closure_linter/
gjslint.py
61
flags.
DEFINE_boolean
('unix_mode', False,
63
flags.
DEFINE_boolean
('beep', True, 'Whether to beep when errors are found.')
64
flags.
DEFINE_boolean
('time', False, 'Whether to emit timing statistics.')
65
flags.
DEFINE_boolean
('quiet', False, 'Whether to minimize logged messages. '
68
flags.
DEFINE_boolean
('check_html', False,
70
flags.
DEFINE_boolean
('summary', False,
75
flags.
DEFINE_boolean
('multiprocess',
error_check.py
55
flags.
DEFINE_boolean
('strict', False,
errorrules.py
26
flags.
DEFINE_boolean
('jsdoc', True,
fixjsstyle.py
34
flags.
DEFINE_boolean
('dry_run', False, 'Do not modify the file, only print it.')
/external/shflags/src/
shflags_test_defines.sh
68
DEFINE_boolean
boolVal "${default}" 'my boolean' b
71
"
DEFINE_boolean
() call with default of '${default}' failed." \
74
"
DEFINE_boolean
() call with default of '${default}' returned faliure." \
81
DEFINE_boolean
boolVal "${default}" 'my boolean' b
84
"
DEFINE_boolean
() call with default of '${default}' failed." \
87
"
DEFINE_boolean
() call with default of '${default}' returned faliure." \
93
DEFINE_boolean
boolVal 'invalid' 'my boolean' b >"${stdoutF}" 2>"${stderrF}"
94
assertFalse '
DEFINE_boolean
() call with invalid default did not fail.' $?
shflags_test_public.sh
53
DEFINE_boolean
b false "help string containing a ' char" b
71
DEFINE_boolean
test_bool false 'test boolean' b
111
DEFINE_boolean
test_bool false 'test boolean' b
shflags_test_private.sh
24
DEFINE_boolean
bool false 'boolean value' b
36
DEFINE_boolean
help false 'show help' h
shflags_test_parsing.sh
59
DEFINE_boolean
bool2 true '2nd boolean' B
352
DEFINE_boolean
bool false 'boolean test' 'b'
/external/vboot_reference/scripts/image_signing/
set_gbb_flags.sh
16
DEFINE_boolean
check_wp $FLAGS_TRUE "Check write protection states first." ""
tag_image.sh
29
DEFINE_boolean
remove_test_label false \
31
DEFINE_boolean
change_dev_to_beta false \
tofactory.sh
30
DEFINE_boolean
wipe_ssd $FLAGS_TRUE "Wipe SSD after firmware updates" ""
31
DEFINE_boolean
nothing $FLAGS_FALSE \
make_dev_firmware.sh
26
DEFINE_boolean
mod_gbb_flags \
28
DEFINE_boolean
force_backup \
make_dev_ssd.sh
30
DEFINE_boolean
remove_rootfs_verification \
40
DEFINE_boolean
recovery_key "$FLAGS_FALSE" \
42
DEFINE_boolean
force "$FLAGS_FALSE" "Skip sanity checks and make the change" "f"
common_minimal.sh
35
DEFINE_boolean
debug $FLAGS_FALSE "Provide debug messages" "d"
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/base/py/
base_cli.py
44
flags.
DEFINE_boolean
(
47
flags.
DEFINE_boolean
(
50
flags.
DEFINE_boolean
(
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/gen/
gen_client.py
36
flags.
DEFINE_boolean
(
68
flags.
DEFINE_boolean
(
75
flags.
DEFINE_boolean
(
82
flags.
DEFINE_boolean
(
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/oauth2client/
old_run.py
36
gflags.
DEFINE_boolean
('auth_local_webserver', True,
/system/connectivity/shill/bin/
set_apn
163
DEFINE_boolean
'clear' false 'clear any APN that has been previously set' 'c'
set_cellular_ppp
182
DEFINE_boolean
'clear' false \
/cts/tools/utils/
monsoon.py
407
flags.
DEFINE_boolean
("status", None, "Print power meter status")
418
flags.
DEFINE_boolean
("timestamp", None,
420
flags.
DEFINE_boolean
("ramp", True, "Gradually increase voltage")
/external/autotest/site_utils/bootperf-bin/
bootperf
43
DEFINE_boolean
keep_logs "$FLAGS_FALSE" "keep autotest results" k
Completed in 285 milliseconds
1
2