Home
last modified time | relevance | path

Searched refs:variable (Results 1 – 25 of 74) sorted by relevance

123

/build/bazel/product_config/config_settings/
Dsoong_config_variable_config_settings.bzl32 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/
DTODO2 * 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)
DAndroid.bp40 "variable.go",
/build/blueprint/
Dninja_strings.go59 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/
Dmodules.go192 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/
Dcompdb.md6 compdb file generation is enabled via environment variable:
14 variable:
Dtidy.md13 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
Drbe.md18 variable and `ANDROID_BUILD_ENVIRONMENT_CONFIG` environment variable. The
/build/release/flag_declarations/
DRELEASE_PACKAGE_VARIABLE_NOTO_SANS_CJK.textproto3 description: "True for using variable font of the NotoSansCJK"
DRELEASE_PLATFORM_VERSION_ALL_CODENAMES.textproto3 description: "A comma separated list of all codenames that are in preview. This variable is sort of…
/build/soong/partner/bpfix/extensions/
Dheaders.go28 variable string member
36 variable: "TARGET_OUT_HEADERS",
52 if arg0.Name == lib.variable && arg1.Value == lib.subdir {
/build/bazel/flags/
Dcommon.bzl16 """return the truthiness of the value of an environment variable
19 value (str): the environment variable value to test
/build/bazel/rules/
Dstatus_file_reader.py38 if args.variable not in status_file:
40 print(status_file[args.variable])
/build/bazel/examples/soong_config_variables/plus_os/
DREADME.md1 # Soong config variable plus arch/os demonstration
/build/make/tools/
Dmk2bp_partition.py29 def get_build_var(variable, product, build_variant): argument
39 variable
/build/soong/third_party/zip/testdata/
Dreadme.notzip31 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/
DBUILD14 # values for testing. Unfortunately we cannot just transition on a single product config variable
/build/bazel/rules/java/
Dlibrary.bzl45 on this target (overriding the value of environment variable
53 # TODO (b/227504307) temporarily disable errorprone until environment variable is handled
/build/make/
DUsage.txt3 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/
Dandroid.go352 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/
DREADME.md82 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/
Dandroid_binary.bzl78 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/
Drule.bzl51 doc = "PlatformSdkFinal product variable",
55 doc = "UnbundledBuildApps product variable",
/build/bazel/bazel_sandwich/
Dbazel_sandwich_imported_file.bzl54 "product variable.",
65 "$(DeviceName) will be replaced with the device name product variable.",
/build/bazel/rules/kotlin/
Dkt_jvm_library.bzl55 on this target (overriding the value of environment variable
74 # TODO (b/227504307) temporarily disable errorprone until environment variable is handled

123