HomeSort by relevance Sort by last modified time
    Searched defs:mShardIndex (Results 1 - 12 of 12) sorted by null

  /tools/tradefederation/core/src/com/android/tradefed/testtype/
VersionedTfLauncher.java 49 private int mShardIndex = -1;
58 mShardIndex = shardIndex;
93 if (0 <= mShardCount && 0 <= mShardIndex) {
97 mCmdArgs.add(Integer.toString(mShardIndex));
AndroidJUnitTest.java 140 private int mShardIndex = 0;
258 if (mTotalShards > 0 && !isShardable() && mShardIndex != 0) {
333 runner.addInstrumentationArg(SHARD_INDEX_INST_ARGS_KEY, Integer.toString(mShardIndex));
451 shard.mShardIndex = shardIndex;
InstalledInstrumentationsTest.java 174 private int mShardIndex = 0;
232 mShardIndex = shardIndex;
278 if ((numUnshardedTests - 1) % mTotalShards != mShardIndex) {
296 t.addInstrumentationArg("shardIndex", Integer.toString(mShardIndex));
412 shard.mShardIndex = shardIndex;
GTest.java 160 private int mShardIndex = 0;
249 mShardIndex = shardIndex;
257 return mShardIndex;
656 gTestCmdLine.append(String.format("GTEST_SHARD_INDEX=%s ", mShardIndex));
676 shard.mShardIndex = shardIndex;
  /test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/testtype/
TestStub.java 56 protected Integer mShardIndex = null;
120 TestDescription tid = new TestDescription("TestStub", "failed" + mShardIndex);
  /tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/
TestSuiteStub.java 77 protected Integer mShardIndex = null;
164 TestDescription tid = new TestDescription("TestStub", "failed" + mShardIndex);
  /tools/tradefederation/core/src/com/android/tradefed/command/
CommandOptions.java 112 private Integer mShardIndex;
357 return mShardIndex;
365 mShardIndex = shardIndex;
  /test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/
ModuleRepo.java 77 private Integer mShardIndex;
183 mShardIndex = shardIndex;
323 if (mShardIndex != null && test instanceof IStrictShardableTest) {
CompatibilityTest.java 297 private Integer mShardIndex = null;
328 mShardIndex = shardIndex;
546 mModuleRepo.initialize(mTotalShards, mShardIndex, mBuildHelper.getTestsDir(),
564 return mModuleRepo.getModules(getDevice().getSerialNumber(), mShardIndex);
    [all...]
  /test/framework/harnesses/cts-tradefed/
tradefed-cts-prebuilt.jar 
  /prebuilts/misc/common/android-support-test/runner/
runner_release_no_deps.jar 
  /prebuilts/misc/common/ub-janktesthelper/
ub-janktesthelper.jar 

Completed in 615 milliseconds