Home
last modified time | relevance | path

Searched refs:buildList (Results 1 – 2 of 2) sorted by relevance

/libcore/benchmarks/src/benchmarks/regression/
DCollectionsBenchmark.java42 List<Integer> input = buildList(arrayListLength, ArrayList.class); in timeSort_arrayList()
49 List<Integer> input = buildList(arrayListLength, ArrayList.class); in timeSortWithComparator_arrayList()
56 List<Integer> input = buildList(arrayListLength, Vector.class); in timeSort_vector()
63 List<Integer> input = buildList(arrayListLength, Vector.class); in timeSortWithComparator_vector()
69 private static <T extends List<Integer>> List<Integer> buildList( in buildList() method in CollectionsBenchmark
/libcore/ojluni/src/main/java/sun/security/provider/certpath/
DAdjacencyList.java103 buildList(list, 0, null); in AdjacencyList()
123 private boolean buildList(List<List<Vertex>> theList, int index, in buildList() method in AdjacencyList
215 success = buildList(theList, v.getIndex(), bs); in buildList()