Home
last modified time | relevance | path

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

12

/build/soong/android/soongconfig/
Dmodules.go163 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/
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.md140 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`
Dbest_practices.md97 Soong supports variable definitions in Android.bp files, but in many cases,
246 ### Module with name based on variable
Dperf.md140 changed file, a changed environment variable, or different output from a
/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/androidmk/androidmk/
Dandroid.go327 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]
Dandroidmk_test.go1374 dashed-variable:= a.cpp
1377 LOCAL_SRC_FILES:= $(dashed-variable)
1402 # clear locally used 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/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.md115 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/
Dparser.go331 var variable Variable
332 variable = p.parseVariable()
333 if variable.Name == builtinDollarName {
336 value.appendVariable(variable)
/build/soong/android/
Dfilegroup.go76 $(error variable {{.makeVar}} set by soong module is already set in make)
Dmakevars.go237 # 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)
DAndroid.bp53 "variable.go",
/build/soong/cc/
Dcmakelists.go281 variable const
308 return variable
365 case variable:
/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/
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.go312 variable, ok := variables[v]
316 value, err := variable.Eval(variables)
/build/soong/cmd/path_interposer/
Dmain.go68 * Write the original PATH variable to <interposer>_origpath
/build/make/target/product/
Dbase_system.mk316 $(error ART_APEX_JARS is empty; cannot initialize PRODUCT_BOOT_JARS variable)
/build/soong/genrule/
Dgenrule_test.go410 err: `unknown variable '$(foo)'`,
/build/soong/
DREADME.md64 An Android.bp file may contain top-level variable assignments:
272 variable.

12