Home
last modified time | relevance | path

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

/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/
DModuleRepo.java563 protected List<IModuleDef> getShard(List<IModuleDef> fullList, int shardIndex, int totalShard) { in getShard() argument
564 List<List<IModuleDef>> res = LinearPartition.split(fullList, totalShard); in getShard()