Searched refs:selects (Results 1 – 2 of 2) sorted by relevance
/build/soong/bp2build/ |
D | configurability.go | 12 type selects map[string]reflect.Value type 14 func getStringListValues(list bazel.StringListAttribute) (reflect.Value, selects, selects) { 33 func getLabelValue(label bazel.LabelAttribute) (reflect.Value, selects, selects) { 35 var archSelects selects 49 func getLabelListValues(list bazel.LabelListAttribute) (reflect.Value, selects, selects) { 72 var archSelects, osSelects selects 98 appendSelects := func(selectsData selects, defaultValue, s string) (string, error) { 130 var selects string 148 selects += s + ",\n" 152 if len(selects) == 0 { [all …]
|
/build/make/ |
D | help.sh | 21 don'\''t provide a -j argument, the build system automatically selects a parallel
|