/build/bazel/product_config/config_settings/ |
D | soong_config_variable_config_settings.bzl | 32 for variable in _soong_config_bool_variables.keys(): 33 variable = variable.lower() 35 name = variable, 37 "//build/bazel/product_config/soong_config_variables:" + variable: "True", 41 # We need a "conditions_default" config setting so that we can select on the variable 67 name = variable + "__conditions_default", 69 ":" + variable: "//build/bazel/utils:always_off_config_setting", 77 name = variable + "__" + arch, 79 ":" + variable, 84 name = variable + "__conditions_default__" + arch, [all …]
|
/build/soong/mk2rbc/ |
D | TODO | 2 * Need heuristics to recognize that a variable is local. Propose to use lowercase. 3 * Need heuristics for the local variable type. Propose '_list' suffix 7 * If variable's type is not yet known, try to divine it from the value assigned to it 8 (it may be a variable of the known type, or a function result)
|
D | Android.bp | 40 "variable.go",
|
/build/blueprint/ |
D | ninja_strings.go | 59 variable Variable member 82 ps.result.variables = &[]variableReference{{start: int32(start), end: int32(end), variable: v}} 84 … append(*ps.result.variables, variableReference{start: int32(start), end: int32(end), variable: v}) 347 if v.variable == nil { 351 w.WriteString(nameTracker.Variable(v.variable)) 368 if v.variable == nil { 371 variable, ok := variables[v.variable] 373 return "", fmt.Errorf("no such global variable: %s", v.variable) 375 value, err := variable.Eval(variables) 394 if v.variable != nil { [all …]
|
/build/soong/android/soongconfig/ |
D | modules.go | 192 v.variables[base.variable] = &stringVariable{ 206 v.variables[base.variable] = &boolVariable{ 230 variable: props.Name, 470 variable: name, 482 variable: name, 517 variable string member 521 return CanonicalizeToProperty(c.variable) 557 configValue := config.String(s.variable) 559 …return nil, fmt.Errorf("Soong config property %q must be one of %v, found %q", s.variable, s.value… 582 variable: name, [all …]
|
/build/soong/docs/ |
D | compdb.md | 6 compdb file generation is enabled via environment variable: 14 variable:
|
D | tidy.md | 13 to set environment variable `WITH_TIDY`. 21 checks, set the `CLANG_ANALYZER_CHECKS` variable. 60 `tidy:true` property unless the environment variable 70 environment variable `WITH_TIDY=1` is set. 184 fast as possible. Changing the `WITH_TIDY=1` variable setting is also expensive 185 since the build.ninja file will be regenerated due to any such variable change. 188 do not set the `WITH_TIDY=1` variable, but use the special `tidy-<directory>` 231 To limit clang-tidy time, an environment variable can be set as 254 * The global `WITH_TIDY=1` variable will enable clang-tidy for all C/C++ 257 * The global `TIDY_TIMEOUT` variable is recognized by Android prebuilt
|
D | rbe.md | 18 variable and `ANDROID_BUILD_ENVIRONMENT_CONFIG` environment variable. The
|
/build/release/flag_declarations/ |
D | RELEASE_PACKAGE_VARIABLE_NOTO_SANS_CJK.textproto | 3 description: "True for using variable font of the NotoSansCJK"
|
D | RELEASE_PLATFORM_VERSION_ALL_CODENAMES.textproto | 3 description: "A comma separated list of all codenames that are in preview. This variable is sort of…
|
/build/soong/partner/bpfix/extensions/ |
D | headers.go | 28 variable string member 36 variable: "TARGET_OUT_HEADERS", 52 if arg0.Name == lib.variable && arg1.Value == lib.subdir {
|
/build/bazel/flags/ |
D | common.bzl | 16 """return the truthiness of the value of an environment variable 19 value (str): the environment variable value to test
|
/build/bazel/rules/ |
D | status_file_reader.py | 38 if args.variable not in status_file: 40 print(status_file[args.variable])
|
/build/bazel/examples/soong_config_variables/plus_os/ |
D | README.md | 1 # Soong config variable plus arch/os demonstration
|
/build/make/tools/ |
D | mk2bp_partition.py | 29 def get_build_var(variable, product, build_variant): argument 39 variable
|
/build/soong/third_party/zip/testdata/ |
D | readme.notzip | 31 the environment variable $GOROOT to the full path of the go 33 variable if you unpack it into /usr/local/go, or if you rebuild
|
/build/bazel/tests/products/ |
D | BUILD | 14 # values for testing. Unfortunately we cannot just transition on a single product config variable
|
/build/bazel/rules/java/ |
D | library.bzl | 45 on this target (overriding the value of environment variable 53 # TODO (b/227504307) temporarily disable errorprone until environment variable is handled
|
/build/make/ |
D | Usage.txt | 3 m [-j] [<targets>] [<variable>=<value>...] 16 m [<options>] [<targets>] [<variable>=<value>...] 25 Each of <options>, <targets>, and <variable>=<value> is optional.
|
/build/soong/androidmk/androidmk/ |
D | android.go | 352 if variable, ok := firstOperand.(*bpparser.Variable); !ok || variable.Name != "LOCAL_PATH" { 500 if variable, ok := exp.Args[0].(*bpparser.Variable); ok && variable.Name == "LOCAL_MODULE" { 642 func varLiteralName(variable mkparser.Variable) string { 643 if len(variable.Name.Variables) == 0 { 644 return variable.Name.Strings[0]
|
/build/soong/ |
D | README.md | 82 An Android.bp file may contain top-level variable assignments: 294 variable. 469 * bool variable (e.g. `feature`): Properties are applied if set to `true`. 470 * list variable (e.g. `impl`): (lists of strings properties only) Properties are 474 * value variable (e.g. `width`): (strings or lists of strings) The value are 476 * string variable (e.g. `board`): Properties are applied only if they match the 477 variable's value. 482 * bool variable (e.g. `feature`): the variable is unspecified or not set to 484 * list variable (e.g. `impl`): the variable is unspecified 485 * value variable (e.g. `width`): the variable is unspecified [all …]
|
/build/bazel/rules/android/ |
D | android_binary.bzl | 78 DefaultAppCertificate product variable. In either case, we convert the specified 86 on this target (overriding the value of environment variable 95 # TODO (b/227504307) temporarily disable errorprone until environment variable is handled
|
/build/bazel/rules/android/android_binary_aosp_internal/ |
D | rule.bzl | 51 doc = "PlatformSdkFinal product variable", 55 doc = "UnbundledBuildApps product variable",
|
/build/bazel/bazel_sandwich/ |
D | bazel_sandwich_imported_file.bzl | 54 "product variable.", 65 "$(DeviceName) will be replaced with the device name product variable.",
|
/build/bazel/rules/kotlin/ |
D | kt_jvm_library.bzl | 55 on this target (overriding the value of environment variable 74 # TODO (b/227504307) temporarily disable errorprone until environment variable is handled
|