Home
last modified time | relevance | path

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

/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/util/
DLinearPartition.java28 public class LinearPartition { class
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/
DModuleRepo.java20 import com.android.compatibility.common.tradefed.util.LinearPartition;
564 List<List<IModuleDef>> res = LinearPartition.split(fullList, totalShard); in getShard()