Home
last modified time | relevance | path

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

12345678910

/aosp_15_r20/system/update_engine/scripts/
H A Dbrillo_update_payload181 DEFINE_string payload "" \
183 DEFINE_string target_image "" \
185 DEFINE_string source_image "" \
187 DEFINE_string metadata_size_file "" \
189 DEFINE_string max_timestamp "" \
193 DEFINE_string partition_timestamps "" \
197 DEFINE_string disable_fec_computation "" \
200 DEFINE_string disable_verity_computation "" \
203 DEFINE_string is_partial_update "" \
206 DEFINE_string full_boot "" "Will include full boot image"
[all …]
/aosp_15_r20/system/update_engine/payload_generator/
H A Dgenerate_delta_main.cc308 DEFINE_string(old_image, "", "Path to the old rootfs");
309 DEFINE_string(new_image, "", "Path to the new rootfs");
310 DEFINE_string(old_kernel, "", "Path to the old kernel partition image");
311 DEFINE_string(new_kernel, "", "Path to the new kernel partition image");
312 DEFINE_string(old_partitions,
318 DEFINE_string(new_partitions,
324 DEFINE_string(old_mapfiles,
331 DEFINE_string(new_mapfiles,
335 DEFINE_string(partition_names,
341 DEFINE_string(in_file,
[all …]
/aosp_15_r20/external/google-breakpad/src/client/linux/sender/
H A Dgoogle_crash_report_sender.cc41 DEFINE_string(crash_server, "https://clients2.google.com/cr",
43 DEFINE_string(product_name, "",
45 DEFINE_string(product_version, "",
47 DEFINE_string(client_id, "",
49 DEFINE_string(minidump_path, "",
51 DEFINE_string(ptime, "",
53 DEFINE_string(ctime, "",
55 DEFINE_string(email, "",
57 DEFINE_string(comments, "",
59 DEFINE_string(proxy_host, "",
[all …]
/aosp_15_r20/external/executorch/examples/qualcomm/qaihub_scripts/llama/llama3/
H A Dqaihub_llama3_8b_runner.cpp25 DEFINE_string(sharded_1_path, "", "Path to 1st sharded pte file");
26 DEFINE_string(sharded_2_path, "", "Path to 2nd sharded pte file");
27 DEFINE_string(sharded_3_path, "", "Path to 3rd sharded pte file");
28 DEFINE_string(sharded_4_path, "", "Path to 4th sharded pte file");
29 DEFINE_string(sharded_5_path, "", "Path to 5th sharded pte file");
31 DEFINE_string(freq_cos_path, "", "Path to precomputed position embeddings");
32 DEFINE_string(freq_sin_path, "", "Path to precomputed position embeddings");
34 DEFINE_string(output_path, "outputs", "Executorch inference data output path.");
35 DEFINE_string(tokenizer_path, "tokenizer.bin", "Tokenizer stuff.");
36 DEFINE_string(prompt, "The answer to the ultimate question is", "Prompt.");
[all …]
/aosp_15_r20/device/google/cuttlefish_vmm/
Drebuild.sh21 DEFINE_string arm_instance "" "IP address or DNS name of an ARM system to do the secondary build"
22 DEFINE_string arm_user "vsoc-01" "User to invoke on the ARM system"
28 DEFINE_string docker_arch "$(uname -m)" "Target architectre"
30 DEFINE_string docker_image "docker_vmm" "Name of docker image to build"
31 DEFINE_string docker_container "docker_vmm" "Name of docker container to create"
32 DEFINE_string docker_source "" "Path to sources checked out using manifest"
33 DEFINE_string docker_working "" "Path to working directory"
34 DEFINE_string docker_output "" "Output directory (when --docker is specified)"
35 DEFINE_string docker_user "${USER}" "Docker-container user"
36 DEFINE_string docker_uid "${UID}" "Docker-container user ID"
[all …]
/aosp_15_r20/device/google/cuttlefish/tools/
Dmake_manifest.sh19 DEFINE_string loader1 \
21 DEFINE_string env \
23 DEFINE_string loader2 \
25 DEFINE_string trust \
27 DEFINE_string rootfs \
29 DEFINE_string tftp \
31 DEFINE_string tftpdir \
33 DEFINE_string version \
35 DEFINE_string ethaddr \
37 DEFINE_string kernel \
Dcreate_base_image_hostlib.sh24 DEFINE_string build_instance \
26 DEFINE_string build_project "$(gcloud config get-value project)" \
28 DEFINE_string build_zone "$(gcloud config get-value compute/zone)" \
30 DEFINE_string dest_image "vsoc-host-scratch-${USER}" "Image to create" "o"
31 DEFINE_string dest_family "" "Image family to add the image to" "f"
32 DEFINE_string dest_project "$(gcloud config get-value project)" \
34 DEFINE_string launch_instance "" \
36 DEFINE_string source_image_family "debian-12" \
38 DEFINE_string source_image_project debian-cloud \
40 DEFINE_string repository_url \
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/run_tests/xds_k8s_test_driver/framework/
Dxds_flags.py22 PROJECT = flags.DEFINE_string("project",
25 RESOURCE_PREFIX = flags.DEFINE_string(
31 RESOURCE_SUFFIX = flags.DEFINE_string(
39 NETWORK = flags.DEFINE_string("network",
42 COMPUTE_API_VERSION = flags.DEFINE_string(
47 XDS_SERVER_URI = flags.DEFINE_string(
65 SERVER_NAME = flags.DEFINE_string(
85 SERVER_XDS_HOST = flags.DEFINE_string(
105 CLIENT_NAME = flags.DEFINE_string(
120 TESTING_VERSION = flags.DEFINE_string(
Dxds_k8s_flags.py17 KUBE_CONTEXT = flags.DEFINE_string("kube_context",
20 SECONDARY_KUBE_CONTEXT = flags.DEFINE_string(
24 GCP_SERVICE_ACCOUNT = flags.DEFINE_string(
28 TD_BOOTSTRAP_IMAGE = flags.DEFINE_string(
34 SERVER_IMAGE = flags.DEFINE_string("server_image",
37 SERVER_IMAGE_CANONICAL = flags.DEFINE_string(
43 CLIENT_IMAGE = flags.DEFINE_string("client_image",
/aosp_15_r20/external/executorch/examples/qualcomm/qaihub_scripts/llama/llama2/
H A Dqaihub_llama2_7b_runner.cpp25 DEFINE_string(sharded_1_path, "", "Path to 1st sharded pte file");
26 DEFINE_string(sharded_2_path, "", "Path to 2nd sharded pte file");
27 DEFINE_string(sharded_3_path, "", "Path to 3rd sharded pte file");
28 DEFINE_string(sharded_4_path, "", "Path to 4th sharded pte file");
30 DEFINE_string(freq_cos_path, "", "Path to precomputed position embeddings");
31 DEFINE_string(freq_sin_path, "", "Path to precomputed position embeddings");
33 DEFINE_string(output_path, "outputs", "Executorch inference data output path.");
34 DEFINE_string(tokenizer_path, "tokenizer.bin", "Tokenizer stuff.");
35 DEFINE_string(prompt, "The answer to the ultimate question is", "Prompt.");
/aosp_15_r20/external/puffin/src/
H A 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 …]
/aosp_15_r20/device/google/cuttlefish/host/commands/assemble_cvd/
Ddisk_flags.cc55 DEFINE_string(boot_image, CF_DEFAULTS_BOOT_IMAGE,
58 DEFINE_string(
62 DEFINE_string(data_image, CF_DEFAULTS_DATA_IMAGE,
64 DEFINE_string(super_image, CF_DEFAULTS_SUPER_IMAGE,
66 DEFINE_string(misc_info_txt, "", "Location of the misc_info.txt file.");
67 DEFINE_string(
71 DEFINE_string(vbmeta_image, CF_DEFAULTS_VBMETA_IMAGE,
74 DEFINE_string(
78 DEFINE_string(
84 DEFINE_string(
[all …]
Dflags.cc80 #define DEFINE_vec DEFINE_string
81 #define DEFINE_proto DEFINE_string
107 DEFINE_string(display0, CF_DEFAULTS_DISPLAY0, cuttlefish::kDisplayHelp);
108 DEFINE_string(display1, CF_DEFAULTS_DISPLAY1, cuttlefish::kDisplayHelp);
109 DEFINE_string(display2, CF_DEFAULTS_DISPLAY2, cuttlefish::kDisplayHelp);
110 DEFINE_string(display3, CF_DEFAULTS_DISPLAY3, cuttlefish::kDisplayHelp);
114 DEFINE_string(x_res, "0", "Width of the screen in pixels");
115 DEFINE_string(y_res, "0", "Height of the screen in pixels");
116 DEFINE_string(dpi, "0", "Pixels per inch for the screen");
117 DEFINE_string(refresh_rate_hz, "60", "Screen refresh rate in Hertz");
[all …]
/aosp_15_r20/external/executorch/examples/mediatek/executor_runner/
H A Dmtk_llama_executor_runner.cpp93 DEFINE_string(input_type, "int16", "Model input type. Default to 'int16'");
94 DEFINE_string(output_type, "int16", "Model output type. Default to 'int16'");
95 DEFINE_string(cache_type, "int16", "Model cache type. Default to 'int16'");
96 DEFINE_string(mask_type, "int16", "Model mask type. Default to 'int16'");
97 DEFINE_string(
103 DEFINE_string(
107 DEFINE_string(
111 DEFINE_string(
117 DEFINE_string(tokenizer_path, "tokenizer.model", "tokenizer.model vocab path.");
118 DEFINE_string(
[all …]
/aosp_15_r20/external/executorch/examples/qualcomm/qaihub_scripts/stable_diffusion/
H A Dqaihub_stable_diffusion_runner.cpp13 DEFINE_string(
17 DEFINE_string(
21 DEFINE_string(
25 DEFINE_string(
29 DEFINE_string(
33 DEFINE_string(
37 DEFINE_string(
/aosp_15_r20/external/tensorflow/tensorflow/tools/test/
H A Drun_and_gather_logs.py50 flags.DEFINE_string("name", "", """Benchmark target identifier.""")
51 flags.DEFINE_string("test_name", "", """Test target to run.""")
58 flags.DEFINE_string("benchmark_type", "",
60 flags.DEFINE_string("compilation_mode", "",
62 flags.DEFINE_string("cc_flags", "", """CC flags used during this build.""")
63 flags.DEFINE_string("test_log_output_dir", "",
65 flags.DEFINE_string(
/aosp_15_r20/external/tensorflow/tensorflow/lite/python/
H A Dconvert_file_to_c_source.py24 flags.DEFINE_string("input_tflite_file", None,
26 flags.DEFINE_string(
29 flags.DEFINE_string("output_header_file", None,
31 flags.DEFINE_string("array_variable_name", None,
34 flags.DEFINE_string("include_guard", None,
36 flags.DEFINE_string("include_path", None,
/aosp_15_r20/external/sandboxed-api/sandboxed_api/tools/generator2/
H A Dsapi_generator.py31 flags.DEFINE_string('sapi_name', None, 'library name')
32 flags.DEFINE_string('sapi_out', '', 'output header file')
33 flags.DEFINE_string('sapi_ns', '', 'namespace')
34 flags.DEFINE_string('sapi_isystem', '', 'system includes')
37 flags.DEFINE_string('sapi_embed_dir', '', 'directory with embed includes')
38 flags.DEFINE_string('sapi_embed_name', '', 'name of the embed object')
/aosp_15_r20/external/python/absl-py/absl/flags/tests/
D_flagvalues_test.py271 _defines.DEFINE_string(f, 'default', 'help', flag_values=fv)
378 _defines.DEFINE_string('foo', None, 'help', flag_values=fv)
526 _defines.DEFINE_string(
537 _defines.DEFINE_string(
539 _defines.DEFINE_string(
541 _defines.DEFINE_string(
543 _defines.DEFINE_string(
564 _defines.DEFINE_string('name', None, '', flag_values=fv)
595 _defines.DEFINE_string('strf', '', '', flag_values=flag_values)
709 _defines.DEFINE_string(
[all …]
D_validators_test.py463 self.flag_one_holder = _defines.DEFINE_string(
465 self.flag_two_holder = _defines.DEFINE_string(
467 _defines.DEFINE_string(
753 _defines.DEFINE_string(
762 holder = _defines.DEFINE_string(
770 holder = _defines.DEFINE_string(
778 _defines.DEFINE_string(
790 _defines.DEFINE_string(
804 _defines.DEFINE_string(
816 flag_holder = _defines.DEFINE_string(
[all …]
/aosp_15_r20/external/tink/python/examples/encrypted_keyset/
H A Dencrypted_keyset.py30 flags.DEFINE_string('keyset_path', None,
32 flags.DEFINE_string('kek_uri', None,
34 flags.DEFINE_string('gcp_credential_path', None,
36 flags.DEFINE_string('input_path', None, 'Path to the input file.')
37 flags.DEFINE_string('output_path', None, 'Path to the output file.')
38 flags.DEFINE_string('associated_data', None,
/aosp_15_r20/external/executorch/examples/qualcomm/oss_scripts/llama3_2/
H A Dqnn_llama3_2_runner.cpp24 DEFINE_string(
29 DEFINE_string(
33 DEFINE_string(tokenizer_path, "tokenizer.bin", "Tokenizer stuff.");
34 DEFINE_string(prompt, "The answer to the ultimate question is", "Prompt.");
35 DEFINE_string(
/aosp_15_r20/external/skia/tools/testrunners/benchmark/
H A DBazelBenchmarkTestRunner.cpp35 static DEFINE_string(skip, "", "Space-separated list of test cases (regexps) to skip.");
36 static DEFINE_string(
42 static DEFINE_string(
47 static DEFINE_string(issue,
52 static DEFINE_string(patchset,
57 static DEFINE_string(key,
62 static DEFINE_string(
79 static DEFINE_string(outputDir,
86 static DEFINE_string(surfaceConfig,
93 static DEFINE_string(
[all …]
/aosp_15_r20/external/skia/tools/testrunners/gm/
H A DBazelGMTestRunner.cpp44 static DEFINE_string(skip, "", "Space-separated list of test cases (regexps) to skip.");
45 static DEFINE_string(
58 static DEFINE_string(outputDir,
65 static DEFINE_string(knownDigestsFile,
70 static DEFINE_string(key, "", "Space-separated key/value pairs common to all traces.");
74 static DEFINE_string(
82 static DEFINE_string(
87 static DEFINE_string(
92 static DEFINE_string(via,
/aosp_15_r20/external/tensorflow/tensorflow/tools/dockerfiles/
H A Dassembler.py47 flags.DEFINE_string('hub_username', None,
50 flags.DEFINE_string(
58 flags.DEFINE_string(
63 flags.DEFINE_string(
87 flags.DEFINE_string(
105 flags.DEFINE_string(
112 flags.DEFINE_string(
119 flags.DEFINE_string(
127 flags.DEFINE_string(
150 flags.DEFINE_string(

12345678910