Home
last modified time | relevance | path

Searched refs:DEFINE_string (Results 1 – 25 of 138) sorted by relevance

123456

/external/google-breakpad/src/client/linux/sender/
Dgoogle_crash_report_sender.cc38 DEFINE_string(crash_server, "https://clients2.google.com/cr",
40 DEFINE_string(product_name, "",
42 DEFINE_string(product_version, "",
44 DEFINE_string(client_id, "",
46 DEFINE_string(minidump_path, "",
48 DEFINE_string(ptime, "",
50 DEFINE_string(ctime, "",
52 DEFINE_string(email, "",
54 DEFINE_string(comments, "",
56 DEFINE_string(proxy_host, "",
[all …]
/external/skqp/tools/flags/
DSkCommonFlags.cpp22 DEFINE_string(images, "", "List of images and/or directories to decode. A directory with no images"
25 DEFINE_string(colorImages, "", "List of images and/or directories to decode with color correction. "
57 DEFINE_string(skps, "/data/local/tmp/skps", "Directory to read skps from.");
58 DEFINE_string(jpgs, "/data/local/tmp/resources", "Directory to read jpgs from.");
59 DEFINE_string(lotties, "/data/local/tmp/lotties", "Directory to read (Bodymovin) jsons from.");
60 DEFINE_string(nimas, "/data/local/tmp/nimas", "Directory to read NIMA animations from.");
62 DEFINE_string(skps, "skps", "Directory to read skps from.");
63 DEFINE_string(jpgs, "jpgs", "Directory to read jpgs from.");
64 DEFINE_string(lotties, "lotties", "Directory to read (Bodymovin) jsons from.");
65 DEFINE_string(nimas, "nimas", "Directory to read NIMA animations from.");
[all …]
/external/grpc-grpc/test/cpp/qps/
Dbenchmark_config.cc30 DEFINE_string(scenario_result_file, "",
33 DEFINE_string(hashed_id, "", "Hash of the user id");
35 DEFINE_string(test_name, "", "Name of the test being executed");
37 DEFINE_string(sys_info, "", "System information");
39 DEFINE_string(server_address, "localhost:50052",
42 DEFINE_string(tag, "", "Optional tag for the test");
44 DEFINE_string(rpc_reporter_server_address, "",
49 DEFINE_string(
Dqps_json_driver.cc37 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/rust/crates/grpcio-sys/grpc/tools/run_tests/xds_k8s_test_driver/framework/
Dxds_flags.py18 PROJECT = flags.DEFINE_string("project",
21 NAMESPACE = flags.DEFINE_string(
25 NETWORK = flags.DEFINE_string("network",
30 SERVER_NAME = flags.DEFINE_string("server_name",
36 SERVER_XDS_HOST = flags.DEFINE_string("server_xds_host",
44 CLIENT_NAME = flags.DEFINE_string("client_name",
Dxds_k8s_flags.py17 KUBE_CONTEXT = flags.DEFINE_string("kube_context",
20 GCP_SERVICE_ACCOUNT = flags.DEFINE_string(
24 TD_BOOTSTRAP_IMAGE = flags.DEFINE_string(
30 SERVER_IMAGE = flags.DEFINE_string("server_image",
33 CLIENT_IMAGE = flags.DEFINE_string("client_image",
/external/tensorflow/tensorflow/lite/python/
Dconvert_file_to_c_source.py28 flags.DEFINE_string("input_tflite_file", None,
30 flags.DEFINE_string(
33 flags.DEFINE_string("output_header_file", None,
35 flags.DEFINE_string("array_variable_name", None,
38 flags.DEFINE_string("include_guard", None,
40 flags.DEFINE_string("include_path", None,
/external/puffin/src/
Dmain.cc158 DEFINE_string(src_file, "", "Source file"); \
159 DEFINE_string(dst_file, "", "Target file"); \
160 DEFINE_string(patch_file, "", "patch file"); \
161 DEFINE_string( \
164 DEFINE_string( \
167 DEFINE_string( \
170 DEFINE_string( \
173 DEFINE_string(src_puffs, "", \
175 DEFINE_string(dst_puffs, "", \
177 DEFINE_string(src_extents, "", \
[all …]
/external/vboot_reference/scripts/image_signing/
Dtag_image.sh15 DEFINE_string from "chromiumos_image.bin" \
17 DEFINE_string dev_mode "" \
19 DEFINE_string update_firmware "" \
21 DEFINE_string leave_firmware_alone "" \
23 DEFINE_string leave_core "" \
25 DEFINE_string crosh_workarounds "" \
Dtofactory.sh24 DEFINE_string bios "" "Path of system firmware (BIOS) binary to write" "b"
25 DEFINE_string ec "" "Path of EC shellball to execute" "e"
26 DEFINE_string backup_dir "" "Path of directory in whoch to store backups" "k"
27 DEFINE_string asset_tag "unspecified_tag" \
29 DEFINE_string ssd "/dev/sda" "Path to SSD / target drive" "s"
Dmake_dev_firmware.sh20 DEFINE_string from "" "Path of input file (empty for system live firmware)" "f"
21 DEFINE_string to "" "Path of output file (empty for system live firmware)" "t"
22 DEFINE_string keys "$DEFAULT_KEYS_FOLDER" "Path to folder of dev keys" "k"
23 DEFINE_string preamble_flags "" "Override preamble flags value. Known values:
30 DEFINE_string backup_dir \
Dmake_dev_ssd.sh28 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/tflite-support/tensorflow_lite_support/codegen/python/
Dcodegen.py32 flags.DEFINE_string('model', None, 'Path to model (.tflite) flatbuffer file.')
33 flags.DEFINE_string('destination', None, 'Path of destination of generation.')
34 flags.DEFINE_string('package_name', 'org.tensorflow.lite.support',
36 flags.DEFINE_string(
39 flags.DEFINE_string(
/external/grpc-grpc/test/cpp/util/
Dcli_credentials.cc34 DEFINE_string(
38 DEFINE_string(
42 DEFINE_string(
46 DEFINE_string(
50 DEFINE_string(
54 DEFINE_string(
/external/grpc-grpc/test/cpp/interop/
Dclient.cc37 DEFINE_string(custom_credentials_type, "", "User provided credentials type.");
40 DEFINE_string(server_host, "localhost", "Server host to connect to");
41 DEFINE_string(server_host_override, "foo.test.google.fr",
43 DEFINE_string(
75 DEFINE_string(default_service_account, "",
77 DEFINE_string(service_account_key_file, "",
79 DEFINE_string(oauth_scope, "", "Scope for OAuth tokens.");
/external/tensorflow/tensorflow/python/tpu/profiler/
Dcapture_tpu_profile.py39 flags.DEFINE_string(
43 flags.DEFINE_string(
48 flags.DEFINE_string(
53 flags.DEFINE_string(
56 flags.DEFINE_string(
61 flags.DEFINE_string(
/external/shflags/
Dshflags_public_test.sh90 DEFINE_string test_str '' 'test string' s
91 DEFINE_string long_desc 'blah' \
93 DEFINE_string long_default \
144 DEFINE_string test_str '' 'test string' s
146 DEFINE_string long_desc 'blah' \
149 DEFINE_string long_default \
/external/tensorflow/tensorflow/python/keras/distribute/
Dtpu_strategy_test_utils.py31 flags.DEFINE_string("tpu", "", "Name of TPU to connect to.")
32 flags.DEFINE_string("project", None, "Name of GCP project with TPU.")
33 flags.DEFINE_string("zone", None, "Name of GCP zone with TPU.")
/external/tensorflow/tensorflow/lite/g3doc/tools/
Dbuild_py_api_docs.py39 flags.DEFINE_string('output_dir', '/tmp/lite_api/',
42 flags.DEFINE_string('code_url_prefix',
49 flags.DEFINE_string('site_path', 'lite/api_docs/python',
Dbuild_java_api_docs.py33 flags.DEFINE_string('output_dir', '/tmp/lite_api/',
37 flags.DEFINE_string('site_path', 'lite/api_docs/java',
40 flags.DEFINE_string('code_url_prefix', None,
/external/tensorflow/tensorflow/python/tpu/
Dtpu_test_wrapper.py43 flags.DEFINE_string(
47 flags.DEFINE_string('test_dir_base',
50 flags.DEFINE_string(
62 flags.DEFINE_string(f, None, 'flag defined by test lib')
/external/tensorflow/tensorflow/tools/dockerfiles/
Dassembler.py51 flags.DEFINE_string('hub_username', None,
54 flags.DEFINE_string(
62 flags.DEFINE_string(
67 flags.DEFINE_string(
91 flags.DEFINE_string(
109 flags.DEFINE_string(
116 flags.DEFINE_string(
123 flags.DEFINE_string(
131 flags.DEFINE_string(
154 flags.DEFINE_string(
/external/tensorflow/tensorflow/python/eager/
Dremote_cloud_tpu_test.py30 flags.DEFINE_string('tpu', '', 'Name of TPU to connect to.')
31 flags.DEFINE_string('project', None, 'Name of GCP project with TPU.')
32 flags.DEFINE_string('zone', None, 'Name of GCP zone with TPU.')
/external/tensorflow/tensorflow/tools/docs/
Dbuild_java_api_docs.py34 flags.DEFINE_string('output_dir', None,
38 flags.DEFINE_string('site_path', 'api_docs/java',
41 flags.DEFINE_string('code_url_prefix', None,
/external/tensorflow/tensorflow/python/distribute/
Dtpu_strategy_compilation_test.py31 flags.DEFINE_string("tpu", "", "Name of TPU to connect to.")
32 flags.DEFINE_string("project", None, "Name of GCP project with TPU.")
33 flags.DEFINE_string("zone", None, "Name of GCP zone with TPU.")

123456