Searched refs:variable (Results 1 – 25 of 28) sorted by relevance
12
/build/soong/android/soongconfig/ |
D | modules.go | 163 variable: name, 175 variable: name, 203 v.variables[base.variable] = &stringVariable{ 217 v.variables[base.variable] = &boolVariable{ 241 variable: props.Name, 463 variable string member 467 return CanonicalizeToProperty(c.variable) 496 if config.String(s.variable) == v { 517 if config.Bool(b.variable) { 537 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 | 140 Used to define a public global variable. By default all symbols are exposed as 141 functions. In the uncommon situation of exposing a global variable, the `var`
|
D | best_practices.md | 97 Soong supports variable definitions in Android.bp files, but in many cases, 246 ### Module with name based on variable
|
D | perf.md | 140 changed file, a changed environment variable, or different output from a
|
/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/androidmk/androidmk/ |
D | android.go | 327 if variable, ok := firstOperand.(*bpparser.Variable); !ok || variable.Name != "LOCAL_PATH" { 475 if variable, ok := exp.Args[0].(*bpparser.Variable); ok && variable.Name == "LOCAL_MODULE" { 607 func varLiteralName(variable mkparser.Variable) string { 608 if len(variable.Name.Variables) == 0 { 609 return variable.Name.Strings[0]
|
D | androidmk_test.go | 1374 dashed-variable:= a.cpp 1377 LOCAL_SRC_FILES:= $(dashed-variable) 1402 # clear locally used 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/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 | 115 variable `M4` that contains the path. 118 behind the scene, so you must set the M4 environment variable (and depend upon 151 There's now a `BUILD_BROKEN_OUTSIDE_INCLUDE_DIRS` variable, that when set, will 275 make variable `BUILD_USERNAME` for now. 414 It is not recommended to just move the environment variable setting outside of 558 transparently make every environment variable available as a make variable. 569 particular variable, we'll switch it to obsolete, and any references will become 584 need an absolute variable, convert it to absolute during a rule, so that it's
|
/build/soong/androidmk/parser/ |
D | parser.go | 331 var variable Variable 332 variable = p.parseVariable() 333 if variable.Name == builtinDollarName { 336 value.appendVariable(variable)
|
/build/soong/android/ |
D | filegroup.go | 76 $(error variable {{.makeVar}} set by soong module is already set in make)
|
D | makevars.go | 237 # If the original variable is empty, then just set it to the SOONG_ version. 239 # $(1): Name of the variable to check 283 $(error Soong variable check failed)
|
D | Android.bp | 53 "variable.go",
|
/build/soong/cc/ |
D | cmakelists.go | 281 variable const 308 return variable 365 case variable:
|
/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/ |
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 | 312 variable, ok := variables[v] 316 value, err := variable.Eval(variables)
|
/build/soong/cmd/path_interposer/ |
D | main.go | 68 * Write the original PATH variable to <interposer>_origpath
|
/build/make/target/product/ |
D | base_system.mk | 316 $(error ART_APEX_JARS is empty; cannot initialize PRODUCT_BOOT_JARS variable)
|
/build/soong/genrule/ |
D | genrule_test.go | 410 err: `unknown variable '$(foo)'`,
|
/build/soong/ |
D | README.md | 64 An Android.bp file may contain top-level variable assignments: 272 variable.
|
12