Home
last modified time | relevance | path

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

/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/binary/
DExecutableBaseTest.java371 int runningTestCountInShard = 0; in splitByShardCount() local
384 ++runningTestCountInShard; in splitByShardCount()
386 if ((tests.size() < numFullSizeShards && runningTestCountInShard == maxTestCntPerShard) in splitByShardCount()
388 && (runningTestCountInShard >= (maxTestCntPerShard - 1)))) { in splitByShardCount()
392 runningTestCountInShard = 0; in splitByShardCount()