Home
last modified time | relevance | path

Searched defs:toList (Results 1 – 2 of 2) sorted by relevance

/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
/build/soong/android/
Ddepset_generic.go221 func (d *depSet) toList(firstUniqueFunc func(interface{}) interface{}) interface{} { func