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

/external/chromium_org/base/test/
H A Dtest_launcher.cc34 const char kTestTotalShards[] = "GTEST_TOTAL_SHARDS"; member in namespace:base
70 *total_shards = Int32FromEnvOrDie(kTestTotalShards, 1);
76 << ", but have left " << kTestTotalShards << " unset.\n"; local
80 << kTestTotalShards << " = " << *total_shards
85 << kTestShardIndex << " < " << kTestTotalShards
87 << ", " << kTestTotalShards << "=" << *total_shards << ".\n";
/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/chromium_org/testing/gtest/src/
H A Dgtest.cc167 static const char kTestTotalShards[] = "GTEST_TOTAL_SHARDS"; member in namespace:testing
2633 if (internal::ShouldShard(kTestTotalShards, kTestShardIndex, false)) {
2638 internal::posix::GetEnv(kTestTotalShards));
4114 const bool should_shard = ShouldShard(kTestTotalShards, kTestShardIndex,
4259 << ", but have left " << kTestTotalShards << " unset.\n";
4266 << kTestTotalShards << " = " << total_shards
4274 << kTestShardIndex << " < " << kTestTotalShards
4276 << ", " << kTestTotalShards << "=" << total_shards << ".\n";
4319 Int32FromEnvOrDie(kTestTotalShards, -1) : -1;
/external/chromium_org/third_party/mesa/src/src/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/mesa3d/src/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/open-vcdiff/gtest/src/
H A Dgtest.cc154 static const char kTestTotalShards[] = "GTEST_TOTAL_SHARDS"; member in namespace:testing
2707 if (internal::ShouldShard(kTestTotalShards, kTestShardIndex, false)) {
2711 internal::posix::GetEnv(kTestTotalShards));
3967 const bool should_shard = ShouldShard(kTestTotalShards, kTestShardIndex,
4108 << ", but have left " << kTestTotalShards << " unset.\n";
4115 << kTestTotalShards << " = " << total_shards
4123 << kTestShardIndex << " < " << kTestTotalShards
4125 << ", " << kTestTotalShards << "=" << total_shards << ".\n";
4168 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;
/external/libvpx/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 690 milliseconds