Searched refs:variable (Results 1 – 25 of 30) sorted by relevance
12
/build/soong/cc/config/ |
D | bp2build.go | 125 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/ |
D | modules.go | 185 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/ |
D | compdb.md | 6 compdb file generation is enabled via environment variable: 14 variable:
|
D | clion.md | 6 CMakeLists.txt project file generation is enabled via environment variable:
|
D | map_files.md | 149 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/ |
D | headers.go | 28 variable string member 36 variable: "TARGET_OUT_HEADERS", 52 if arg0.Name == lib.variable && arg1.Value == lib.subdir {
|
/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/soong/androidmk/androidmk/ |
D | android.go | 331 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]
|
D | androidmk_test.go | 1361 dashed-variable:= a.cpp 1364 LOCAL_SRC_FILES:= $(dashed-variable) 1389 # clear locally used variable
|
/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.
|
D | buildspec.mk.default | 71 # 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
|
D | Changes.md | 29 * 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/ |
D | product_variables.bzl | 16 ….android.com/android/platform/superproject/+/master:build/soong/android/variable.go;l=412;drc=7b85…
|
/build/make/tools/rbcrun/ |
D | README.md | 38 `"|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/ |
D | common.bazelrc | 12 # 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/ |
D | default_art_config.mk | 18 $(error ART_APEX_JARS is empty; cannot initialize PRODUCT_BOOT_JARS variable)
|
/build/soong/androidmk/parser/ |
D | parser.go | 344 var variable Variable 345 variable = p.parseVariable() 346 if variable.Name == builtinDollarName { 349 value.appendVariable(variable)
|
/build/soong/cc/ |
D | cmakelists.go | 281 variable const 308 return variable 368 case variable:
|
/build/bazel/json_module_graph/ |
D | README.md | 6 `SOONG_DUMP_JSON_MODULE_GRAPH` environment variable is set.
|
/build/make/tools/releasetools/ |
D | pylintrc | 150 # 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/ |
D | makevars.go | 309 # 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)
|
D | Android.bp | 80 "variable.go",
|
/build/ |
D | buildspec.mk.default | 71 # 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/ |
D | ninja_strings.go | 311 variable, ok := variables[v] 315 value, err := variable.Eval(variables)
|
/build/soong/cmd/path_interposer/ |
D | main.go | 68 * Write the original PATH variable to <interposer>_origpath
|
12