Searched defs:totalShards (Results 1 – 2 of 2) sorted by relevance
248 public CompatibilityTest(int totalShards, IModuleRepo moduleRepo) { in CompatibilityTest()
351 public CtsTest(int shardAssignment, int totalShards) { in CtsTest()853 int totalShards = Math.min(mTotalShards, numTestPackages); in setupTestPackageList() local