Home
last modified time | relevance | path

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

/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/binary/
DExecutableBaseTest.java367 int numFullSizeShards = testCount % maxTestCntPerShard; in splitByShardCount() local
386 if ((tests.size() < numFullSizeShards && runningTestCountInShard == maxTestCntPerShard) in splitByShardCount()
387 || (tests.size() >= numFullSizeShards in splitByShardCount()