Home
last modified time | relevance | path

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/
Dgtest-all.cc1653 static const char kTestTotalShards[] = "GTEST_TOTAL_SHARDS"; variable
4217 if (internal::ShouldShard(kTestTotalShards, kTestShardIndex, false)) { in OnTestIterationStart()
4222 internal::posix::GetEnv(kTestTotalShards)); in OnTestIterationStart()
5736 const bool should_shard = ShouldShard(kTestTotalShards, kTestShardIndex, in RunAllTests()
5881 << ", but have left " << kTestTotalShards << " unset.\n"; in ShouldShard()
5888 << kTestTotalShards << " = " << total_shards in ShouldShard()
5896 << kTestShardIndex << " < " << kTestTotalShards in ShouldShard()
5898 << ", " << kTestTotalShards << "=" << total_shards << ".\n"; in ShouldShard()
5941 Int32FromEnvOrDie(kTestTotalShards, -1) : -1; in FilterTests()