Searched defs:total_shards_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/base/test/launcher/
H A Dtest_launcher.h152 int32 total_shards_; // Total number of outer shards, at least one. member in class:base::TestLauncher
H A Dtest_launcher.cc450 total_shards_(1),
707 &total_shards_)) {
720 shard_index_, total_shards_);
723 if (!TakeInt32FromEnvironment(kTestTotalShards, &total_shards_))
729 shard_index_, total_shards_);
733 total_shards_ < 0 ||
734 shard_index_ >= total_shards_) {
738 << ", " << kTestTotalShards << "=" << total_shards_ << ".\n"; local
953 if (base::Hash(test_name) % total_shards_ !=

Completed in 78 milliseconds