Searched refs:DEFINE_boolean (Results 1 – 25 of 33) sorted by relevance
12
/external/chromium-trace/catapult/third_party/closure_linter/closure_linter/ |
D | 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',
|
D | errorrules.py | 26 flags.DEFINE_boolean('jsdoc', True,
|
D | fixjsstyle.py | 34 flags.DEFINE_boolean('dry_run', False, 'Do not modify the file, only print it.')
|
D | error_check.py | 55 flags.DEFINE_boolean('strict', False,
|
D | runner.py | 44 flags.DEFINE_boolean('error_trace', False,
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/base/py/ |
D | base_cli.py | 44 flags.DEFINE_boolean( 47 flags.DEFINE_boolean( 50 flags.DEFINE_boolean(
|
D | app2.py | 24 flags.DEFINE_boolean( 27 flags.DEFINE_boolean(
|
/external/shflags/src/ |
D | shflags_test_defines.sh | 68 DEFINE_boolean boolVal "${default}" 'my boolean' b 81 DEFINE_boolean boolVal "${default}" 'my boolean' b 93 DEFINE_boolean boolVal 'invalid' 'my boolean' b >"${stdoutF}" 2>"${stderrF}"
|
D | 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
|
D | shflags_test_private.sh | 24 DEFINE_boolean bool false 'boolean value' b 36 DEFINE_boolean help false 'show help' h
|
D | shflags_test_parsing.sh | 59 DEFINE_boolean bool2 true '2nd boolean' B 352 DEFINE_boolean bool false 'boolean test' 'b'
|
/external/shflags/bin/ |
D | 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/autotest/client/site_tests/firmware_TouchMTB/ |
D | summary.sh | 17 DEFINE_boolean "scores" false "display the summary scores" "s" 18 DEFINE_boolean "individual" false \
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/gen/ |
D | gen_client.py | 36 flags.DEFINE_boolean( 68 flags.DEFINE_boolean( 75 flags.DEFINE_boolean( 82 flags.DEFINE_boolean(
|
/external/vboot_reference/scripts/image_signing/ |
D | tag_image.sh | 29 DEFINE_boolean remove_test_label false \ 31 DEFINE_boolean change_dev_to_beta false \
|
D | tofactory.sh | 30 DEFINE_boolean wipe_ssd $FLAGS_TRUE "Wipe SSD after firmware updates" "" 31 DEFINE_boolean nothing $FLAGS_FALSE \
|
D | 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"
|
D | make_dev_firmware.sh | 26 DEFINE_boolean mod_gbb_flags \ 28 DEFINE_boolean force_backup \
|
D | set_gbb_flags.sh | 16 DEFINE_boolean check_wp $FLAGS_TRUE "Check write protection states first." ""
|
D | common_minimal.sh | 35 DEFINE_boolean debug $FLAGS_FALSE "Provide debug messages" "d"
|
/external/shflags/examples/ |
D | write_date.sh | 27 DEFINE_boolean 'force' false 'force overwriting' 'f'
|
D | debug_output.sh | 18 DEFINE_boolean 'debug' false 'enable debug mode' 'd'
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/oauth2client/ |
D | old_run.py | 36 gflags.DEFINE_boolean('auth_local_webserver', True,
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/samples/storage_sample/storage/ |
D | storage_v1.py | 63 flags.DEFINE_boolean( 1030 flags.DEFINE_boolean( 1910 flags.DEFINE_boolean( 2045 flags.DEFINE_boolean( 2264 flags.DEFINE_boolean( 2402 flags.DEFINE_boolean( 2522 flags.DEFINE_boolean( 2933 flags.DEFINE_boolean( 3040 flags.DEFINE_boolean(
|
/external/autotest/site_utils/bootperf-bin/ |
D | bootperf | 43 DEFINE_boolean keep_logs "$FLAGS_FALSE" "keep autotest results" k
|
12