Home
last modified time | relevance | path

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

/external/libchrome/base/test/launcher/
Dtest_launcher.cc81 const char kTestTotalShards[] = "GTEST_TOTAL_SHARDS"; variable
860 if (!TakeInt32FromEnvironment(kTestTotalShards, &total_shards_)) in Init()
873 << kTestShardIndex << " < " << kTestTotalShards in Init()
875 << ", " << kTestTotalShards << "=" << total_shards_ << ".\n"; in Init()
/external/llvm/utils/unittest/googletest/src/
Dgtest.cc166 static const char kTestTotalShards[] = "GTEST_TOTAL_SHARDS"; variable
2701 if (internal::ShouldShard(kTestTotalShards, kTestShardIndex, false)) { in OnTestIterationStart()
2706 internal::posix::GetEnv(kTestTotalShards)); in OnTestIterationStart()
4145 const bool should_shard = ShouldShard(kTestTotalShards, kTestShardIndex, in RunAllTests()
4289 << ", but have left " << kTestTotalShards << " unset.\n"; in ShouldShard()
4296 << kTestTotalShards << " = " << total_shards in ShouldShard()
4304 << kTestShardIndex << " < " << kTestTotalShards in ShouldShard()
4306 << ", " << kTestTotalShards << "=" << total_shards << ".\n"; in ShouldShard()
4349 Int32FromEnvOrDie(kTestTotalShards, -1) : -1; in FilterTests()
/external/mesa3d/src/gtest/src/
Dgtest.cc170 static const char kTestTotalShards[] = "GTEST_TOTAL_SHARDS"; variable
3155 if (internal::ShouldShard(kTestTotalShards, kTestShardIndex, false)) { in OnTestIterationStart()
3160 internal::posix::GetEnv(kTestTotalShards)); in OnTestIterationStart()
5261 const bool should_shard = ShouldShard(kTestTotalShards, kTestShardIndex, in RunAllTests()
5434 << ", but have left " << kTestTotalShards << " unset.\n"; in ShouldShard()
5441 << kTestTotalShards << " = " << total_shards in ShouldShard()
5449 << kTestShardIndex << " < " << kTestTotalShards in ShouldShard()
5451 << ", " << kTestTotalShards << "=" << total_shards << ".\n"; in ShouldShard()
5494 Int32FromEnvOrDie(kTestTotalShards, -1) : -1; in FilterTests()
/external/cronet/base/test/launcher/
Dtest_launcher.cc107 const char kTestTotalShards[] = "GTEST_TOTAL_SHARDS"; variable
1512 if (!TakeInt32FromEnvironment(kTestTotalShards, &total_shards_)) in Init()
1525 << kTestShardIndex << " < " << kTestTotalShards in Init()
1527 << ", " << kTestTotalShards << "=" << total_shards_ << ".\n"; in Init()
/external/cronet/third_party/googletest/src/googletest/src/
Dgtest.cc171 static const char kTestTotalShards[] = "GTEST_TOTAL_SHARDS"; variable
3401 if (internal::ShouldShard(kTestTotalShards, kTestShardIndex, false)) { in OnTestIterationStart()
3405 internal::posix::GetEnv(kTestTotalShards)); in OnTestIterationStart()
5775 const bool should_shard = ShouldShard(kTestTotalShards, kTestShardIndex, in RunAllTests()
5979 << ", but have left " << kTestTotalShards in ShouldShard()
5987 << kTestTotalShards << " = " << total_shards in ShouldShard()
5995 << kTestShardIndex << " < " << kTestTotalShards in ShouldShard()
5997 << ", " << kTestTotalShards << "=" << total_shards << ".\n"; in ShouldShard()
6040 ? Int32FromEnvOrDie(kTestTotalShards, -1) in FilterTests()
/external/libvpx/third_party/googletest/src/src/
Dgtest.cc175 static const char kTestTotalShards[] = "GTEST_TOTAL_SHARDS"; variable
3400 if (internal::ShouldShard(kTestTotalShards, kTestShardIndex, false)) { in OnTestIterationStart()
3404 internal::posix::GetEnv(kTestTotalShards)); in OnTestIterationStart()
5779 const bool should_shard = ShouldShard(kTestTotalShards, kTestShardIndex, in RunAllTests()
5983 << ", but have left " << kTestTotalShards in ShouldShard()
5991 << kTestTotalShards << " = " << total_shards in ShouldShard()
5999 << kTestShardIndex << " < " << kTestTotalShards in ShouldShard()
6001 << ", " << kTestTotalShards << "=" << total_shards << ".\n"; in ShouldShard()
6044 ? Int32FromEnvOrDie(kTestTotalShards, -1) in FilterTests()
/external/libaom/third_party/googletest/src/googletest/src/
Dgtest.cc175 static const char kTestTotalShards[] = "GTEST_TOTAL_SHARDS"; variable
3400 if (internal::ShouldShard(kTestTotalShards, kTestShardIndex, false)) { in OnTestIterationStart()
3404 internal::posix::GetEnv(kTestTotalShards)); in OnTestIterationStart()
5779 const bool should_shard = ShouldShard(kTestTotalShards, kTestShardIndex, in RunAllTests()
5983 << ", but have left " << kTestTotalShards in ShouldShard()
5991 << kTestTotalShards << " = " << total_shards in ShouldShard()
5999 << kTestShardIndex << " < " << kTestTotalShards in ShouldShard()
6001 << ", " << kTestTotalShards << "=" << total_shards << ".\n"; in ShouldShard()
6044 ? Int32FromEnvOrDie(kTestTotalShards, -1) in FilterTests()
/external/googletest/googletest/src/
Dgtest.cc166 static const char kTestTotalShards[] = "GTEST_TOTAL_SHARDS"; variable
3402 if (internal::ShouldShard(kTestTotalShards, kTestShardIndex, false)) { in OnTestIterationStart()
3406 internal::posix::GetEnv(kTestTotalShards)); in OnTestIterationStart()
5778 const bool should_shard = ShouldShard(kTestTotalShards, kTestShardIndex, in RunAllTests()
5966 << ", but have left " << kTestTotalShards << " unset.\n"; in ShouldShard()
5973 << kTestTotalShards << " = " << total_shards in ShouldShard()
5981 << kTestShardIndex << " < " << kTestTotalShards in ShouldShard()
5983 << ", " << kTestTotalShards << "=" << total_shards << ".\n"; in ShouldShard()
6026 Int32FromEnvOrDie(kTestTotalShards, -1) : -1; in FilterTests()
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/src/
Dgtest.cc166 static const char kTestTotalShards[] = "GTEST_TOTAL_SHARDS"; variable
3399 if (internal::ShouldShard(kTestTotalShards, kTestShardIndex, false)) { in OnTestIterationStart()
3403 internal::posix::GetEnv(kTestTotalShards)); in OnTestIterationStart()
5647 const bool should_shard = ShouldShard(kTestTotalShards, kTestShardIndex, in RunAllTests()
5827 << ", but have left " << kTestTotalShards << " unset.\n"; in ShouldShard()
5834 << kTestTotalShards << " = " << total_shards in ShouldShard()
5842 << kTestShardIndex << " < " << kTestTotalShards in ShouldShard()
5844 << ", " << kTestTotalShards << "=" << total_shards << ".\n"; in ShouldShard()
5887 Int32FromEnvOrDie(kTestTotalShards, -1) : -1; in FilterTests()
/external/cronet/third_party/boringssl/src/third_party/googletest/src/
Dgtest.cc166 static const char kTestTotalShards[] = "GTEST_TOTAL_SHARDS"; variable
3399 if (internal::ShouldShard(kTestTotalShards, kTestShardIndex, false)) { in OnTestIterationStart()
3403 internal::posix::GetEnv(kTestTotalShards)); in OnTestIterationStart()
5647 const bool should_shard = ShouldShard(kTestTotalShards, kTestShardIndex, in RunAllTests()
5827 << ", but have left " << kTestTotalShards << " unset.\n"; in ShouldShard()
5834 << kTestTotalShards << " = " << total_shards in ShouldShard()
5842 << kTestShardIndex << " < " << kTestTotalShards in ShouldShard()
5844 << ", " << kTestTotalShards << "=" << total_shards << ".\n"; in ShouldShard()
5887 Int32FromEnvOrDie(kTestTotalShards, -1) : -1; in FilterTests()
/external/fmtlib/test/
Dgmock-gtest-all.cc1650 static const char kTestTotalShards[] = "GTEST_TOTAL_SHARDS"; variable
4098 if (internal::ShouldShard(kTestTotalShards, kTestShardIndex, false)) { in OnTestIterationStart()
4102 internal::posix::GetEnv(kTestTotalShards)); in OnTestIterationStart()
5586 const bool should_shard = ShouldShard(kTestTotalShards, kTestShardIndex, in RunAllTests()
5729 << ", but have left " << kTestTotalShards in ShouldShard()
5737 << kTestTotalShards << " = " << total_shards in ShouldShard()
5745 << kTestShardIndex << " < " << kTestTotalShards in ShouldShard()
5747 << ", " << kTestTotalShards << "=" << total_shards << ".\n"; in ShouldShard()
5790 ? Int32FromEnvOrDie(kTestTotalShards, -1) in FilterTests()
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/gmock-1.8.0/
Dgmock-gtest-all.cc1624 static const char kTestTotalShards[] = "GTEST_TOTAL_SHARDS"; variable
4518 if (internal::ShouldShard(kTestTotalShards, kTestShardIndex, false)) { in OnTestIterationStart()
4523 internal::posix::GetEnv(kTestTotalShards)); in OnTestIterationStart()
6034 const bool should_shard = ShouldShard(kTestTotalShards, kTestShardIndex, in RunAllTests()
6179 << ", but have left " << kTestTotalShards << " unset.\n"; in ShouldShard()
6186 << kTestTotalShards << " = " << total_shards in ShouldShard()
6194 << kTestShardIndex << " < " << kTestTotalShards in ShouldShard()
6196 << ", " << kTestTotalShards << "=" << total_shards << ".\n"; in ShouldShard()
6239 Int32FromEnvOrDie(kTestTotalShards, -1) : -1; in FilterTests()