Searched refs:kTestTotalShards (Results 1 - 1 of 1) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc1653 static const char kTestTotalShards[] = "GTEST_TOTAL_SHARDS"; member in namespace:testing
4217 if (internal::ShouldShard(kTestTotalShards, kTestShardIndex, false)) {
4222 internal::posix::GetEnv(kTestTotalShards));
5736 const bool should_shard = ShouldShard(kTestTotalShards, kTestShardIndex,
5881 << ", but have left " << kTestTotalShards << " unset.\n";
5888 << kTestTotalShards << " = " << total_shards
5896 << kTestShardIndex << " < " << kTestTotalShards
5898 << ", " << kTestTotalShards << "=" << total_shards << ".\n";
5941 Int32FromEnvOrDie(kTestTotalShards, -1) : -1;

Completed in 61 milliseconds