Home
last modified time | relevance | path

Searched refs:option (Results 1 – 25 of 33) sorted by relevance

12

/build/soong/scripts/
Dtest_config_fixer.py57 for option in options:
58 … if option.getAttribute('name') == "package" and option.getAttribute('value') == original_package:
59 option.setAttribute('value', package_name)
69 for option in options:
70 if option.getAttribute('name') == "test-file-name":
71 option.setAttribute('value', test_file_name)
/build/make/tools/droiddoc/templates-ndk/
Dcustomizations.cs413 <!-- option elements added by buildApiLevelSelector() -->
537 <option value="en">English</option>
538 <option value="es">Español</option>
539 <option value="ja">日本語</option>
540 <option value="ko">한국어</option>
541 <option value="ru">Русский</option>
542 <option value="zh-cn">中文(简体)</option>
543 <option value="zh-tw">中文(繁體)</option>
/build/soong/java/
Dkotlin.go223 for _, option := range options {
224 binary.Write(buf, binary.BigEndian, uint16(len(option[0])))
225 buf.WriteString(option[0])
226 binary.Write(buf, binary.BigEndian, uint16(len(option[1])))
227 buf.WriteString(option[1])
/build/soong/tradefed/
Dautogen.go75 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/ziptime/
DREADME.txt10 -X option to zip so that it doesn't create the 'universal time' extra.
/build/soong/ui/status/ninja_frontend/
Dfrontend.proto17 option optimize_for = LITE_RUNTIME;
20 option go_package = "ninja_frontend";
/build/make/tools/releasetools/
Dedify_generator.py233 for option in mount_options_by_format.split("|"):
234 if "=" in option:
235 key, value = option.split("=", 1)
Dpylintrc52 # either give multiple identifier separated by comma (,) or put this option
53 # multiple time. See also the "--disable" option for examples.
58 # option multiple times (only on the command line, not in the configuration
245 # --spelling-private-dict-file option instead of raising a message.
/build/soong/ui/metrics/upload_proto/
Dupload.proto18 option go_package = "soong_metrics_upload_proto";
/build/soong/ui/status/build_error_proto/
Dbuild_error.proto18 option go_package = "soong_build_error_proto";
/build/soong/cmd/extract_apks/bundle_proto/
Dtargeting.proto9 option go_package = "android_bundle_proto";
10 option java_package = "com.android.bundle";
Dcommands.proto12 option go_package = "android_bundle_proto";
13 option java_package = "com.android.bundle";
Dconfig.proto9 option go_package = "android_bundle_proto";
10 option java_package = "com.android.bundle";
/build/soong/ui/status/build_progress_proto/
Dbuild_progress.proto18 option go_package = "soong_build_progress_proto";
/build/soong/cmd/javac_wrapper/
Djavac_wrapper_test.go74 javadoc: option --boot-class-path not allowed with target 1.9
Djavac_wrapper.go217 regexp.MustCompile(`javadoc: option --boot-class-path not allowed with target 1.9`),
/build/make/tools/droiddoc/templates-pdk/assets/
Dandroid-developer-reference.js48 var option = $("<option />").attr("value",""+SINCE_DATA[i]).append(""+SINCE_DATA[i]);
50 select.append(option);
Dandroid-developer-core.css50 textarea, option, label { selector
58 option { selector
/build/make/tools/fs_config/
DREADME94 multiple sections with the same value option. It is also an error to specify a
118 The declared AIDS are sorted in ascending numerical order based on the option "value". The string
/build/make/
DUsage.txt48 previous `m showcommands` option.
/build/soong/ui/metrics/metrics_proto/
Dmetrics.proto18 option go_package = "soong_metrics_proto";
/build/make/core/
DLINUX_KERNEL_COPYING104 you may at your option offer warranty protection in exchange for a fee.
260 later version", you have the option of following the terms and conditions
315 (at your option) any later version.
Dboard_config.mk155 $(warning *** Unsupported option MALLOC_IMPL defined by board config: $(board_config_mk).)
/build/soong/cmd/pom2mk/
Dpom2mk.go359 option can be specified multiple times. When determining the Make module for a given Maven
/build/make/tools/droiddoc/templates-ndk/assets/
DGPL-LICENSE.txt88 you may at your option offer warranty protection in exchange for a fee.
244 later version", you have the option of following the terms and conditions

12