/external/vboot_reference/scripts/image_signing/ |
set_gbb_flags.sh | 14 # DEFINE_string name default_value description flag 15 DEFINE_string file "" "Path to firmware image. Default to system firmware." "f"
|
align_rootfs.sh | 22 DEFINE_string image "" \ 24 DEFINE_string src_image "" \
|
make_dev_ssd.sh | 27 # DEFINE_string name default_value description flag 28 DEFINE_string image "$ROOTDEV_DISK" "Path to device or image file" "i" 29 DEFINE_string keys "$DEFAULT_KEYS_FOLDER" "Path to folder of dev keys" "k" 32 DEFINE_string backup_dir \ 34 DEFINE_string save_config "" \ 36 DEFINE_string set_config "" \ 38 DEFINE_string partitions "" \
|
/external/webrtc/webrtc/modules/audio_processing/test/ |
audioproc_float.cc | 38 DEFINE_string(dump, "", "Name of the aecdump debug file to read from."); 39 DEFINE_string(i, "", "Name of the capture input stream file to read from."); 40 DEFINE_string( 48 DEFINE_string(mic_positions, "",
|
unpack.cc | 27 DEFINE_string(input_file, "input", "The name of the input stream file."); 28 DEFINE_string(output_file, "ref_out", 30 DEFINE_string(reverse_file, "reverse", 32 DEFINE_string(delay_file, "delay.int32", "The name of the delay file."); 33 DEFINE_string(drift_file, "drift.int32", "The name of the drift file."); 34 DEFINE_string(level_file, "level.int32", "The name of the level file."); 35 DEFINE_string(keypress_file, "keypress.bool", "The name of the keypress file."); 36 DEFINE_string(settings_file, "settings.txt", "The name of the settings file.");
|
/external/autotest/client/site_tests/firmware_TouchMTB/tools/ |
machine_replay.sh | 25 DEFINE_string board_path "" "the unit test path of the board" "b"
|
host_replay.sh | 42 DEFINE_string machine_ip "" "the machine ip address" "m"
|
/external/tensorflow/tensorflow/lite/tutorials/ |
mnist_tflite.py | 25 flags.DEFINE_string('data_dir', '/tmp/data_dir', 27 flags.DEFINE_string('model_file', '',
|
/external/webrtc/webrtc/base/ |
unittest_main.cc | 25 DEFINE_string(log, "", "logging options to use"); 26 DEFINE_string(
|
/external/grpc-grpc/test/cpp/qps/ |
qps_json_driver.cc | 37 DEFINE_string(scenarios_file, "", 39 DEFINE_string(scenarios_json, "", 42 DEFINE_string(search_param, "", 60 DEFINE_string(qps_server_target_override, "", 64 DEFINE_string(json_file_out, "", "File to write the JSON output to."); 66 DEFINE_string(credential_type, grpc::testing::kInsecureCredentialsType,
|
/external/libbrillo/brillo/ |
flag_helper_unittest.cc | 40 DEFINE_string(string_1, "", "Test string flag"); 41 DEFINE_string(string_2, "value", "Test string flag"); 85 DEFINE_string(string_1, "default", "Test string flag"); 86 DEFINE_string(string_2, "default", "Test string flag"); 147 DEFINE_string(string_1, "default", "Test string flag"); 148 DEFINE_string(string_2, "default", "Test string flag"); 226 DEFINE_string(string_1, "", "Test string flag");
|
/external/tensorflow/tensorflow/python/platform/ |
flags_test.py | 29 flags.DEFINE_string( 31 flags.DEFINE_string( 56 flags.DEFINE_string(
|
flags.py | 118 DEFINE_string = _wrap_define_function(DEFINE_string)
|
/external/tensorflow/tensorflow/contrib/eager/python/examples/revnet/ |
main_estimator_tpu.py | 317 flags.DEFINE_string( 323 flags.DEFINE_string( 329 flags.DEFINE_string( 337 flags.DEFINE_string( 339 flags.DEFINE_string( 343 flags.DEFINE_string( 377 flags.DEFINE_string( 389 flags.DEFINE_string(
|
main_estimator.py | 180 flags.DEFINE_string( 182 flags.DEFINE_string( 186 flags.DEFINE_string( 194 flags.DEFINE_string(
|
/external/webrtc/webrtc/tools/e2e_quality/audio/ |
audio_e2e_harness.cc | 26 DEFINE_string(render, "render", "render device name"); 27 DEFINE_string(codec, "ISAC", "codec name");
|
/device/google/cuttlefish_common/host/frontend/adb_connector/ |
main.cpp | 35 DEFINE_string(addresses, "", "Comma-separated list of addresses to "
|
/external/google-benchmark/src/ |
commandlineflags.h | 22 #define DEFINE_string(name, default_val, doc) \
|
benchmark.cc | 58 DEFINE_string(benchmark_filter, ".", 91 DEFINE_string(benchmark_format, "console", 95 DEFINE_string(benchmark_out_format, "json", 99 DEFINE_string(benchmark_out, "", "The file to write additional output to"); 101 DEFINE_string(benchmark_color, "auto",
|
/external/grpc-grpc/test/cpp/codegen/ |
golden_file_test.cc | 32 DEFINE_string(
|
/external/grpc-grpc/test/cpp/end2end/ |
client_crash_test_server.cc | 31 DEFINE_string(address, "", "Address to bind to");
|
/external/libcxx/utils/google-benchmark/src/ |
commandlineflags.h | 22 #define DEFINE_string(name, default_val, doc) \
|
/external/skia/tools/skiaserve/ |
Response.cpp | 18 DEFINE_string(source, "https://debugger-assets.skia.org", "Where to load the web UI from.");
|
/external/skqp/tools/skiaserve/ |
Response.cpp | 18 DEFINE_string(source, "https://debugger-assets.skia.org", "Where to load the web UI from.");
|
/external/tensorflow/tensorflow/examples/saved_model/integration_tests/ |
export_rnn_cell.py | 29 flags.DEFINE_string("export_dir", None, "Directory to export SavedModel.")
|