Searched refs:option (Results 1 – 25 of 67) sorted by relevance
123
/build/soong/scripts/ |
D | test_config_fixer.py | 70 for option in options: 71 … if option.getAttribute('name') == "package" and option.getAttribute('value') == original_package: 72 option.setAttribute('value', package_name) 82 for option in options: 83 if option.getAttribute('name') == "test-file-name": 84 option.setAttribute('value', test_file_name) 94 for option in options: 95 …if option.getAttribute('name') == "test-file-name" and option.getAttribute('value') == orig_test_f… 96 option.setAttribute('value', new_test_file_name) 104 for option in get_children_with_tag(obj, 'option'): [all …]
|
D | buildinfo.py | 63 option = parse_args() 65 build_hostname = option.build_hostname_file.read().strip() 66 build_number = option.build_number_file.read().strip() 67 build_version_tags = option.build_keys 68 if option.build_type == "debug": 71 raw_date = option.date_file.read().strip() 81 platform_preview_sdk_fingerprint = option.platform_preview_sdk_fingerprint_file.read().strip() 83 with contextlib.redirect_stdout(option.out): 88 if option.use_vbmeta_digest_in_fingerprint: 94 if option.build_variant == "user": [all …]
|
/build/make/tools/ |
D | lunchable | 22 while getopts "cwh" option; do 23 case $option in
|
/build/release/flag_declarations/ |
D | RELEASE_GOOGLE_HUSKY_16K_DEVELOPER_OPTION.textproto | 3 description: "Enables 16KB developer option in settings"
|
D | RELEASE_GOOGLE_SHIBA_16K_DEVELOPER_OPTION.textproto | 3 description: "Enables 16KB developer option in settings"
|
/build/make/tools/ziptime/ |
D | README.txt | 10 -X option to zip so that it doesn't create the 'universal time' extra.
|
/build/soong/java/ |
D | kotlin.go | 243 for _, option := range options { 244 binary.Write(buf, binary.BigEndian, uint16(len(option[0]))) 245 buf.WriteString(option[0]) 246 binary.Write(buf, binary.BigEndian, uint16(len(option[1]))) 247 buf.WriteString(option[1])
|
/build/soong/tradefed/ |
D | autogen.go | 75 return fmt.Sprintf(`<option name="%s" key="%s" value="%s" />`, o.Name, o.Key, o.Value) 77 return fmt.Sprintf(`<option name="%s" value="%s" />`, o.Name, o.Value) 92 for _, option := range ob.Options { 93 optionStrings = append(optionStrings, option.Config())
|
/build/make/tools/check-flagged-apis/src/com/android/checkflaggedapis/ |
D | Main.kt | 31 import com.github.ajalt.clikt.parameters.options.option in <lambda>() 183 option(ARG_API_SIGNATURE) 188 option(ARG_FLAG_VALUES) 193 option(ARG_API_VERSIONS) 224 option(ARG_API_SIGNATURE) 229 option(ARG_FLAG_VALUES)
|
/build/make/tools/releasetools/ |
D | ota_metadata.proto | 25 option optimize_for = LITE_RUNTIME; 26 option java_package = "android.ota"; 27 option java_outer_classname = "OtaPackageMetadata";
|
D | edify_generator.py | 233 for option in mount_options_by_format.split("|"): 234 if "=" in option: 235 key, value = option.split("=", 1)
|
/build/soong/ui/metrics/bazel_metrics_proto/ |
D | bazel_metrics.proto | 18 option go_package = "android/soong/ui/metrics/bazel_metrics_proto";
|
/build/soong/testing/test_spec_proto/ |
D | test_spec.proto | 14 option go_package = "android/soong/testing/test_spec_proto";
|
/build/soong/cmd/release_config/release_config_proto/ |
D | build_flags_common.proto | 18 option go_package = "android/soong/release_config/release_config_proto";
|
/build/soong/ui/metrics/mk_metrics_proto/ |
D | mk_metrics.proto | 18 option go_package = "android/soong/ui/metrics/mk_metrics_proto";
|
/build/soong/ui/metrics/upload_proto/ |
D | upload.proto | 18 option go_package = "android/soong/ui/metrics/upload_proto";
|
/build/soong/testing/code_metadata_proto/ |
D | code_metadata.proto | 14 option go_package = "android/soong/testing/code_metadata_proto";
|
/build/make/tools/rbcrun/ |
D | README.md | 9 A Roboleaf configuration file is a Starlark script. Usually it is read from *file*. The option `-c`… 10 script directly on the command line. The option `-f` is there to allow the name of a file script to…
|
/build/soong/ui/status/ninja_frontend/ |
D | frontend.proto | 17 option optimize_for = LITE_RUNTIME; 20 option go_package = "android/soong/ui/status/ninja_frontend";
|
/build/soong/testing/code_metadata_internal_proto/ |
D | code_metadata_internal.proto | 14 option go_package = "android/soong/testing/code_metadata_internal_proto";
|
/build/soong/cmd/extract_apks/bundle_proto/ |
D | config.proto | 9 option go_package = "android/soong/cmd/extract_apks/bundle_proto"; 10 option java_package = "com.android.bundle"; 52 // This option can be overridden at a finer granularity by specifying 54 // This option should only be used if the app is able to handle compressed 124 // Previously 'ENFORCED'. This option is deprecated because of issues found
|
/build/soong/ui/status/build_error_proto/ |
D | build_error.proto | 18 option go_package = "android/soong/ui/status/build_error_proto";
|
/build/soong/ui/status/build_progress_proto/ |
D | build_progress.proto | 18 option go_package = "android/soong/ui/status/build_progress_proto";
|
/build/soong/android/team_proto/ |
D | team.proto | 14 option go_package = "android/soong/android/team_proto";
|
/build/soong/provenance/provenance_metadata_proto/ |
D | provenance_metadata.proto | 20 option go_package = "android/soong/provenance/provenance_metadata_proto";
|
123