Home
last modified time | relevance | path

Searched refs:values (Results 1 – 25 of 75) sorted by relevance

123

/build/soong/android/soongconfig/
Dmodules.go194 values: CanonicalizeToProperties(stringProps.Values),
291 for _, value := range strVar.values {
598 PropertiesToApply(config SoongConfig, values reflect.Value) (interface{}, error)
611 values []string member
617 var values []string
618 values = append(values, s.values...)
619 values = append(values, conditionsDefault)
620 for _, v := range values {
633 for i := range s.values {
636 v.Field(len(s.values)).Set(reflect.Zero(typ)) // conditions default is the final value
[all …]
/build/blueprint/parser/
Dsort.go191 func sortSubList(values []Expression, nextPos scanner.Position, file *File) {
192 if !isListOfPrimitives(values) {
195 l := make([]elem, len(values))
196 for i, v := range values {
202 if i < len(values)-1 {
203 n = values[i+1].Pos()
212 copyValues := append([]Expression{}, values...)
224 curPos := values[0].Pos()
226 values[i] = copyValues[e.i]
227 values[i].(*String).LiteralPos = curPos
[all …]
Dprinter_test.go372 values: [ "one_a", "one_b",],
376 values: [ "two_a", "two_b", ],
387 values: [
394 values: [
/build/soong/android/
Dpath_properties.go82 var values []reflect.Value
83 fieldsByIndex(v, i, &values)
84 for _, sv := range values {
116 func fieldsByIndex(v reflect.Value, index []int, values *[]reflect.Value) {
121 *values = append(*values, v.Index(i).Field(index[0]))
131 *values = append(*values, v.Field(index[0]))
146 fieldsByIndex(v.Index(i).Field(index[0]), index[1:], values)
150 fieldsByIndex(v.Field(index[0]), index[1:], values)
Donceper.go23 values sync.Map member
33 value, _ = once.values.Load(key)
47 if v, ok := once.values.Load(key); ok {
53 if v, loaded := once.values.LoadOrStore(key, waiter); loaded {
62 once.values.Store(key, v)
74 v, ok := once.values.Load(key)
Dlicenses.go237 func mergeStringProps(prop *[]string, values ...string) {
238 *prop = append(*prop, values...)
243 func namePathProps(prop *NamedPaths, name *string, values ...Path) {
245 for _, value := range values {
249 for _, value := range values {
257 func mergeNamedPathProps(prop *NamedPaths, values ...NamedPath) {
258 *prop = append(*prop, values...)
Dsoong_config_modules_test.go70 values: ["soc_a", "soc_b", "soc_c", "soc_d"],
75 values: ["a", "b"],
/build/soong/scripts/hiddenapi/
Dsignature_trie.py39 def values(self, selector): member in Node
48 values = []
49 self.append_values(values, selector)
50 return values
52 def append_values(self, values, selector): argument
319 return node.values(selector)
321 def append_values(self, values, selector): argument
324 node.append_values(values, lambda x: True)
327 return self.nodes.values()
337 def append_values(self, values, selector): argument
[all …]
Danalyze_bcpf_test.py202 values=["hiddenapi/hiddenapi-max-target-o-low-priority.txt"],
206 values=["hiddenapi/hiddenapi-max-target-p.txt"],
210 values=["hiddenapi/hiddenapi-max-target-q.txt"],
214 values=["hiddenapi/hiddenapi-max-target-r-low-priority.txt"],
437 values=["android.provider"],
477 values=["android.provider"],
535 values=["another.provider", "other.system"],
587 values=[],
626 values=[],
Danalyze_bcpf.py118 def add_values_to_property(self, property_name, values, module_name, argument
121 self.bpmodify_path, "-a", values, "-property", property_name, "-m",
158 values: typing.List[str]
169 if self.values:
171 for value in self.values:
185 bpmodify_values.extend(self.values)
293 insert = [f'{indent}"{x}",' for x in self.values]
295 if not self.values:
949 values=[rel_bcpf_flags_file],
1005 values=[rel_bcpf_flags_file],
[all …]
/build/make/tools/
Dcheck_radio_versions.py42 values = build_info.get(key, None) variable
43 if not values:
45 values = values.split("|") variable
71 if versions[digest] not in values:
/build/make/tools/product_config/src/com/android/build/config/
DMakeWriter.java47 for (GenericConfig.ConfigFile file: config.getFiles().values()) { in writeGeneric()
78 final List<Str> values = statement.getValue(); in writeAssign() local
79 final int size = values.size(); in writeAssign()
86 final Str value = values.get(0); in writeAssign()
89 } else if (size == 2 && values.get(0).toString().length() == 0) { in writeAssign()
91 final Str value = values.get(1); in writeAssign()
96 out.print(varName + " := " + values.get(0)); in writeAssign()
98 out.print("$(" + varName + ") " + values.get(i)); in writeAssign()
99 pos = values.get(i).getPosition(); in writeAssign()
134 for (Var var: sorted.values()) { in writeStrVars()
/build/soong/bp2build/
Dsoong_config_module_type_conversion_test.go130 values: ["soc_a", "soc_b", "soc_c"],
189 values: ["soc_a", "soc_b", "soc_c"],
257 values: ["soc_a", "soc_b", "soc_c"],
581 values: [
679 values: [
759 values: [
/build/bazel/json_module_graph/
DusedVariations.jq1 # CMD: Prints the set of variations and their values used in the input
/build/soong/mk2rbc/test/
Dconfig_variables.mk.test3 # Variables that are lists of values.
/build/make/tools/releasetools/
Dedify_generator.py72 def AssertOemProperty(self, name, values, oem_no_mount): argument
76 if not values:
85 for value in values:
93 values='\\" or \\"'.join(values))
Dnon_ab_ota.py229 block_diffs=block_diff_dict.values(),
234 for block_diff in block_diff_dict.values():
411 block_diff_dict.values()]
441 for diff in block_diff_dict.values():
473 block_diffs=block_diff_dict.values(),
478 for block_diff in block_diff_dict.values():
Dota_utils.py247 for key, values in d.items():
248 boot_variable_values[key] = [val.strip() for val in values.split(',')]
364 value_list = boot_variable_values.values()
365 combinations = [dict(zip(keys, values))
366 for values in itertools.product(*value_list)]
/build/blueprint/
Dprovider_test.go87 values := []string{strings.ToLower(ctx.ModuleName())}
92 values = append(values, mp.Values...)
97 Values: values,
/build/bazel/product_variables/
Dsettings.bzl1 """Macros to generate constraint settings and values for Soong variables."""
/build/make/core/
Dnode_fns.mk148 define _expand-inherited-values
213 $(call _expand-inherited-values,$(1),$(2),$(3),$(4))
/build/bazel/scripts/difftool/
Dclangcompile.py69 def _str_for_field(self, field_name, values): argument
71 for x in values:
/build/soong/scripts/
Dlint_project_xml.py35 def __call__(self, parser, namespace, values, option_string=None): argument
37 checks.append((check_type, values))
/build/bazel/examples/soong_config_variables/
DAndroid.bp10 values: [
/build/soong/sdk/
Dbp.go359 if values, ok := value.([]string); ok {
360 valuesCopy := make([]string, len(values))
361 copy(valuesCopy, values)

123