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.java47 private int mShardCount = -1; field in VersionedTfLauncher
57 mShardCount = shardCount; in VersionedTfLauncher()
93 if (0 <= mShardCount && 0 <= mShardIndex) { in preRun()
95 mCmdArgs.add(Integer.toString(mShardCount)); in preRun()
DGTest.java159 private int mShardCount = 0; field in GTest
265 mShardCount = shardCount; in setShardCount()
273 return mShardCount; in getShardCount()
651 if (mShardCount > 0) { in getGTestCmdLine()
657 gTestCmdLine.append(String.format("GTEST_TOTAL_SHARDS=%s ", mShardCount)); in getGTestCmdLine()
677 shard.mShardCount = shardCount; in getTestShard()
/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandOptions.java107 private Integer mShardCount; field in CommandOptions
341 return mShardCount; in getShardCount()
349 mShardCount = shardCount; in setShardCount()