Home
last modified time | relevance | path

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

12

/build/soong/cc/config/
Dbp2build.go125 variable := matches[1]
127 if _, ok := seenVars[variable]; ok {
129 "Unbounded recursive interpolation of variable: %s", variable))
138 newSeenVars[variable] = true
139 unexpandedVars := exportedVars[variable]
/build/soong/android/soongconfig/
Dmodules.go185 v.variables[base.variable] = &stringVariable{
199 v.variables[base.variable] = &boolVariable{
223 variable: props.Name,
461 variable: name,
496 variable string member
500 return CanonicalizeToProperty(c.variable)
538 if config.String(s.variable) == v && !f.Elem().IsNil() {
557 variable: name,
630 if config.Bool(b.variable) {
665 if !config.IsSet(s.variable) {
[all …]
/build/soong/docs/
Dcompdb.md6 compdb file generation is enabled via environment variable:
14 variable:
Dclion.md6 CMakeLists.txt project file generation is enabled via environment variable:
Dmap_files.md149 Used to define a public global variable. By default all symbols are exposed as
150 functions. In the uncommon situation of exposing a global variable, the `var`
/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/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/soong/androidmk/androidmk/
Dandroid.go331 if variable, ok := firstOperand.(*bpparser.Variable); !ok || variable.Name != "LOCAL_PATH" {
479 if variable, ok := exp.Args[0].(*bpparser.Variable); ok && variable.Name == "LOCAL_MODULE" {
611 func varLiteralName(variable mkparser.Variable) string {
612 if len(variable.Name.Variables) == 0 {
613 return variable.Name.Strings[0]
Dandroidmk_test.go1361 dashed-variable:= a.cpp
1364 LOCAL_SRC_FILES:= $(dashed-variable)
1389 # clear locally used variable
/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.
Dbuildspec.mk.default71 # DEBUG_MODULE_ variable is set. Host and device flags are handled
111 # variable will be changed. After you have modified this file with the new
DChanges.md29 * Android.mk variable: `LOCAL_PROVIDES_USES_LIBRARY`
37 * Android.mk variable: `LOCAL_ENFORCE_USES_LIBRARIES`
44 The environment variable overrides the product variable, so it is possible to
169 variable `M4` that contains the path.
172 behind the scene, so you must set the M4 environment variable (and depend upon
205 There's now a `BUILD_BROKEN_OUTSIDE_INCLUDE_DIRS` variable, that when set, will
329 make variable `BUILD_USERNAME` for now.
468 It is not recommended to just move the environment variable setting outside of
612 transparently make every environment variable available as a make variable.
623 particular variable, we'll switch it to obsolete, and any references will become
[all …]
/build/bazel/product_variables/
Dproduct_variables.bzl16 ….android.com/android/platform/superproject/+/master:build/soong/android/variable.go;l=412;drc=7b85…
/build/make/tools/rbcrun/
DREADME.md38 `"|symbol"` which defines a single variable `symbol` with `None` value if a
57 A `struct` containing the variable set by the interpreter's command line. That is, running
/build/bazel/
Dcommon.bazelrc12 # Lock down the PATH variable in actions to /usr/bin and /usr/local/bin.
22 # variable. This prevents the need to double-escape characters like backslashes
/build/make/target/product/
Ddefault_art_config.mk18 $(error ART_APEX_JARS is empty; cannot initialize PRODUCT_BOOT_JARS variable)
/build/soong/androidmk/parser/
Dparser.go344 var variable Variable
345 variable = p.parseVariable()
346 if variable.Name == builtinDollarName {
349 value.appendVariable(variable)
/build/soong/cc/
Dcmakelists.go281 variable const
308 return variable
368 case variable:
/build/bazel/json_module_graph/
DREADME.md6 `SOONG_DUMP_JSON_MODULE_GRAPH` environment variable is set.
/build/make/tools/releasetools/
Dpylintrc150 # Good variable names which should always be accepted, separated by a comma
153 # Bad variable names which should always be refused, separated by a comma
169 # Regular expression matching correct variable names
170 variable-rgx=[a-z_][a-z0-9_]{2,30}$
172 # Naming hint for variable names
173 variable-name-hint=[a-z_][a-z0-9_]{2,30}$
/build/soong/android/
Dmakevars.go309 # If the original variable is empty, then just set it to the SOONG_ version.
311 # $(1): Name of the variable to check
355 $(error Soong variable check failed)
DAndroid.bp80 "variable.go",
/build/
Dbuildspec.mk.default71 # DEBUG_MODULE_ variable is set. Host and device flags are handled
111 # variable will be changed. After you have modified this file with the new
/build/blueprint/
Dninja_strings.go311 variable, ok := variables[v]
315 value, err := variable.Eval(variables)
/build/soong/cmd/path_interposer/
Dmain.go68 * Write the original PATH variable to <interposer>_origpath

12