HomeSort by relevance Sort by last modified time
    Searched refs:DEFINE_boolean (Results 1 - 23 of 23) sorted by null

  /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/tensorflow/tensorflow/contrib/tpu/profiler/pip_package/cloud_tpu_profiler/
main.py 53 flags.DEFINE_boolean('include_dataset_ops', True,
  /external/tensorflow/tensorflow/tools/dist_test/python/
mnist_replica.py 49 flags.DEFINE_boolean("download_only", False,
68 flags.DEFINE_boolean(
73 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/autotest/site_utils/bootperf-bin/
bootperf 43 DEFINE_boolean keep_logs "$FLAGS_FALSE" "keep autotest results" k
  /cts/apps/CtsVerifier/assets/scripts/
execute_power_tests.py     [all...]
  /external/tensorflow/tensorflow/tools/quantization/
quantize_graph.py 53 flags.DEFINE_boolean("print_nodes", False, """Lists all nodes in the model.""")
66 flags.DEFINE_boolean("strip_redundant_quantization", True,
68 flags.DEFINE_boolean("quantized_input", False,
    [all...]

Completed in 407 milliseconds