Home
last modified time | relevance | path

Searched refs:toList (Results 1 – 4 of 4) sorted by relevance

/build/soong/android/
Ddepset_paths.go81 return d.toList(func(paths interface{}) interface{} {
Ddepset_generic.go212 return d.toList(firstUnique)
221 func (d *depSet) toList(firstUniqueFunc func(interface{}) interface{}) interface{} { func
/build/make/tools/product_config/src/com/android/build/config/
DStr.java75 public static ArrayList<Str> toList(Position pos, List<String> list) { in toList() method in Str
DConvertMakeToGenericConfig.java208 return new GenericConfig.Assign(varName, Str.toList(varVal.getPosition(), words)); in convertInheritedVar()