/build/soong/android/soongconfig/ |
D | modules.go | 194 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/ |
D | sort.go | 191 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 …]
|
D | printer_test.go | 372 values: [ "one_a", "one_b",], 376 values: [ "two_a", "two_b", ], 387 values: [ 394 values: [
|
/build/soong/android/ |
D | path_properties.go | 82 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)
|
D | onceper.go | 23 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)
|
D | licenses.go | 237 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...)
|
D | soong_config_modules_test.go | 70 values: ["soc_a", "soc_b", "soc_c", "soc_d"], 75 values: ["a", "b"],
|
/build/soong/scripts/hiddenapi/ |
D | signature_trie.py | 39 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 …]
|
D | analyze_bcpf_test.py | 202 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=[],
|
D | analyze_bcpf.py | 118 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/ |
D | check_radio_versions.py | 42 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/ |
D | MakeWriter.java | 47 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/ |
D | soong_config_module_type_conversion_test.go | 130 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/ |
D | usedVariations.jq | 1 # CMD: Prints the set of variations and their values used in the input
|
/build/soong/mk2rbc/test/ |
D | config_variables.mk.test | 3 # Variables that are lists of values.
|
/build/make/tools/releasetools/ |
D | edify_generator.py | 72 def AssertOemProperty(self, name, values, oem_no_mount): argument 76 if not values: 85 for value in values: 93 values='\\" or \\"'.join(values))
|
D | non_ab_ota.py | 229 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():
|
D | ota_utils.py | 247 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/ |
D | provider_test.go | 87 values := []string{strings.ToLower(ctx.ModuleName())} 92 values = append(values, mp.Values...) 97 Values: values,
|
/build/bazel/product_variables/ |
D | settings.bzl | 1 """Macros to generate constraint settings and values for Soong variables."""
|
/build/make/core/ |
D | node_fns.mk | 148 define _expand-inherited-values 213 $(call _expand-inherited-values,$(1),$(2),$(3),$(4))
|
/build/bazel/scripts/difftool/ |
D | clangcompile.py | 69 def _str_for_field(self, field_name, values): argument 71 for x in values:
|
/build/soong/scripts/ |
D | lint_project_xml.py | 35 def __call__(self, parser, namespace, values, option_string=None): argument 37 checks.append((check_type, values))
|
/build/bazel/examples/soong_config_variables/ |
D | Android.bp | 10 values: [
|
/build/soong/sdk/ |
D | bp.go | 359 if values, ok := value.([]string); ok { 360 valuesCopy := make([]string, len(values)) 361 copy(valuesCopy, values)
|