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

/external/chromium_org/base/test/launcher/
H A Dtest_launcher.cc54 const char kTestTotalShards[] = "GTEST_TOTAL_SHARDS"; member in namespace:base
723 if (!TakeInt32FromEnvironment(kTestTotalShards, &total_shards_))
736 << kTestShardIndex << " < " << kTestTotalShards
738 << ", " << kTestTotalShards << "=" << total_shards_ << ".\n";
/external/chromium_org/testing/gtest/src/
H A Dgtest.cc173 static const char kTestTotalShards[] = "GTEST_TOTAL_SHARDS"; member in namespace:testing
3020 if (internal::ShouldShard(kTestTotalShards, kTestShardIndex, false)) {
3025 internal::posix::GetEnv(kTestTotalShards));
4528 const bool should_shard = ShouldShard(kTestTotalShards, kTestShardIndex,
4673 << ", but have left " << kTestTotalShards << " unset.\n";
4680 << kTestTotalShards << " = " << total_shards
4688 << kTestShardIndex << " < " << kTestTotalShards
4690 << ", " << kTestTotalShards << "=" << total_shards << ".\n";
4733 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.cc169 static const char kTestTotalShards[] = "GTEST_TOTAL_SHARDS"; member in namespace:testing
2733 if (internal::ShouldShard(kTestTotalShards, kTestShardIndex, false)) {
2738 internal::posix::GetEnv(kTestTotalShards));
4252 const bool should_shard = ShouldShard(kTestTotalShards, kTestShardIndex,
4397 << ", but have left " << kTestTotalShards << " unset.\n";
4404 << kTestTotalShards << " = " << total_shards
4412 << kTestShardIndex << " < " << kTestTotalShards
4414 << ", " << kTestTotalShards << "=" << total_shards << ".\n";
4457 Int32FromEnvOrDie(kTestTotalShards, -1) : -1;
/external/llvm/utils/unittest/googletest/src/
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/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/chromium_org/third_party/libvpx/source/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;
/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 384 milliseconds