HomeSort by relevance Sort by last modified time
    Searched refs:DEFINE_boolean (Results 1 - 25 of 36) 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/tensorflow/tensorflow/python/platform/
app_test.py 27 flags.DEFINE_boolean('myflag', False, '')
flags.py 119 DEFINE_boolean = _wrap_define_function(DEFINE_boolean)
120 DEFINE_bool = DEFINE_boolean
flags_test.py 45 flags.DEFINE_boolean(
47 flags.DEFINE_boolean(
  /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/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/python/apitools/apitools/base/py/
base_cli.py 61 flags.DEFINE_boolean(
64 flags.DEFINE_boolean(
67 flags.DEFINE_boolean(
  /external/tensorflow/tensorflow/contrib/eager/python/examples/revnet/
main.py 240 flags.DEFINE_boolean(
244 flags.DEFINE_boolean(
257 flags.DEFINE_boolean(
  /cts/tools/utils/
monsoon.py 437 flags.DEFINE_boolean("status", None, "Print power meter status")
450 flags.DEFINE_boolean("timestamp", None,
452 flags.DEFINE_boolean("ramp", True, "Gradually increase voltage")
453 flags.DEFINE_boolean("includeusb", False, "Include measurements from USB channel")
  /external/tensorflow/tensorflow/contrib/eager/python/examples/l2hmc/
main.py 221 flags.DEFINE_boolean(
225 flags.DEFINE_boolean(
  /external/python/apitools/samples/fusiontables_sample/fusiontables_v1/
fusiontables_v1.py 62 flags.DEFINE_boolean(
375 flags.DEFINE_boolean(
381 flags.DEFINE_boolean(
393 flags.DEFINE_boolean(
441 flags.DEFINE_boolean(
447 flags.DEFINE_boolean(
459 flags.DEFINE_boolean(
830 flags.DEFINE_boolean(
938 flags.DEFINE_boolean(
    [all...]
  /external/autotest/site_utils/bootperf-bin/
bootperf 43 DEFINE_boolean keep_logs "$FLAGS_FALSE" "keep autotest results" k
  /external/tensorflow/tensorflow/contrib/tpu/profiler/pip_package/cloud_tpu_profiler/
main.py 58 flags.DEFINE_boolean('include_dataset_ops', True,
  /cts/apps/CtsVerifier/assets/scripts/
execute_power_tests.py     [all...]

Completed in 527 milliseconds

1 2