Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/testtype/
DVersionedTfLauncher.java48 private int mShardCount = -1; field in VersionedTfLauncher
58 mShardCount = shardCount; in VersionedTfLauncher()
94 if (0 <= mShardCount && 0 <= mShardIndex) { in preRun()
96 mCmdArgs.add(Integer.toString(mShardCount)); in preRun()
DGTestBase.java165 private int mShardCount = 0; field in GTestBase
229 mShardCount = shardCount; in setShardCount()
234 return mShardCount; in getShardCount()
246 if (mShardCount > 0) { in addIncludeFilter()
250 mShardCount = 0; in addIncludeFilter()
580 shard.mShardCount = shardCount; in getTestShard()
/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandOptions.java111 private Integer mShardCount; field in CommandOptions
392 return mShardCount; in getShardCount()
400 mShardCount = shardCount; in setShardCount()