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

/external/chromium/testing/gtest/src/
H A Dgtest.cc166 static const char kTestTotalShards[] = "GTEST_TOTAL_SHARDS"; member in namespace:testing
2729 if (internal::ShouldShard(kTestTotalShards, kTestShardIndex, false)) {
2734 internal::posix::GetEnv(kTestTotalShards));
4175 const bool should_shard = ShouldShard(kTestTotalShards, kTestShardIndex,
4319 << ", but have left " << kTestTotalShards << " unset.\n";
4326 << kTestTotalShards << " = " << total_shards
4334 << kTestShardIndex << " < " << kTestTotalShards
4336 << ", " << kTestTotalShards << "=" << total_shards << ".\n";
4379 Int32FromEnvOrDie(kTestTotalShards, -1) : -1;
/external/gtest/src/
H A Dgtest.cc166 static const char kTestTotalShards[] = "GTEST_TOTAL_SHARDS"; member in namespace:testing
2729 if (internal::ShouldShard(kTestTotalShards, kTestShardIndex, false)) {
2734 internal::posix::GetEnv(kTestTotalShards));
4175 const bool should_shard = ShouldShard(kTestTotalShards, kTestShardIndex,
4319 << ", but have left " << kTestTotalShards << " unset.\n";
4326 << kTestTotalShards << " = " << total_shards
4334 << kTestShardIndex << " < " << kTestTotalShards
4336 << ", " << kTestTotalShards << "=" << total_shards << ".\n";
4379 Int32FromEnvOrDie(kTestTotalShards, -1) : -1;
/external/llvm/utils/unittest/googletest/
H A Dgtest.cc166 static const char kTestTotalShards[] = "GTEST_TOTAL_SHARDS"; member in namespace:testing
2701 if (internal::ShouldShard(kTestTotalShards, kTestShardIndex, false)) {
2706 internal::posix::GetEnv(kTestTotalShards));
4143 const bool should_shard = ShouldShard(kTestTotalShards, kTestShardIndex,
4287 << ", but have left " << kTestTotalShards << " unset.\n";
4294 << kTestTotalShards << " = " << total_shards
4302 << kTestShardIndex << " < " << kTestTotalShards
4304 << ", " << kTestTotalShards << "=" << total_shards << ".\n";
4347 Int32FromEnvOrDie(kTestTotalShards, -1) : -1;
/external/protobuf/gtest/src/
H A Dgtest.cc154 static const char kTestTotalShards[] = "GTEST_TOTAL_SHARDS"; member in namespace:testing
2677 if (internal::ShouldShard(kTestTotalShards, kTestShardIndex, false)) {
2681 internal::posix::GetEnv(kTestTotalShards));
3936 const bool should_shard = ShouldShard(kTestTotalShards, kTestShardIndex,
4077 << ", but have left " << kTestTotalShards << " unset.\n";
4084 << kTestTotalShards << " = " << total_shards
4092 << kTestShardIndex << " < " << kTestTotalShards
4094 << ", " << kTestTotalShards << "=" << total_shards << ".\n";
4137 Int32FromEnvOrDie(kTestTotalShards, -1) : -1;

Completed in 335 milliseconds