HomeSort by relevance Sort by last modified time
    Searched refs:shard_index_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/base/test/launcher/
test_launcher.h 138 int32 shard_index_; // Index of shard the launcher is to run. member in class:base::TestLauncher
test_launcher.cc 325 shard_index_(0),
596 &shard_index_)) {
602 shard_index_, total_shards_);
607 if (!TakeInt32FromEnvironment(kTestShardIndex, &shard_index_))
611 shard_index_, total_shards_);
614 if (shard_index_ < 0 ||
616 shard_index_ >= total_shards_) {
619 << ", but you have " << kTestShardIndex << "=" << shard_index_
830 static_cast<uint32>(shard_index_)) {
    [all...]

Completed in 153 milliseconds