/external/libchrome/base/test/launcher/ |
D | test_launcher.cc | 81 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/ |
D | gtest.cc | 166 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/llvm-project/llvm/utils/unittest/googletest/src/ |
D | gtest.cc | 176 static const char kTestTotalShards[] = "GTEST_TOTAL_SHARDS"; variable 3070 if (internal::ShouldShard(kTestTotalShards, kTestShardIndex, false)) { in OnTestIterationStart() 3075 internal::posix::GetEnv(kTestTotalShards)); in OnTestIterationStart() 4586 const bool should_shard = ShouldShard(kTestTotalShards, kTestShardIndex, in RunAllTests() 4731 << ", but have left " << kTestTotalShards << " unset.\n"; in ShouldShard() 4738 << kTestTotalShards << " = " << total_shards in ShouldShard() 4746 << kTestShardIndex << " < " << kTestTotalShards in ShouldShard() 4748 << ", " << kTestTotalShards << "=" << total_shards << ".\n"; in ShouldShard() 4791 Int32FromEnvOrDie(kTestTotalShards, -1) : -1; in FilterTests()
|
/external/libvpx/libvpx/third_party/googletest/src/src/ |
D | gtest.cc | 183 static const char kTestTotalShards[] = "GTEST_TOTAL_SHARDS"; variable 3139 if (internal::ShouldShard(kTestTotalShards, kTestShardIndex, false)) { in OnTestIterationStart() 3144 internal::posix::GetEnv(kTestTotalShards)); in OnTestIterationStart() 5114 const bool should_shard = ShouldShard(kTestTotalShards, kTestShardIndex, in RunAllTests() 5273 << ", but have left " << kTestTotalShards << " unset.\n"; in ShouldShard() 5280 << kTestTotalShards << " = " << total_shards in ShouldShard() 5288 << kTestShardIndex << " < " << kTestTotalShards in ShouldShard() 5290 << ", " << kTestTotalShards << "=" << total_shards << ".\n"; in ShouldShard() 5333 Int32FromEnvOrDie(kTestTotalShards, -1) : -1; in FilterTests()
|
/external/mesa3d/src/gtest/src/ |
D | gtest.cc | 170 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/rust/crates/quiche/deps/boringssl/src/third_party/googletest/src/ |
D | gtest.cc | 170 static const char kTestTotalShards[] = "GTEST_TOTAL_SHARDS"; variable 3146 if (internal::ShouldShard(kTestTotalShards, kTestShardIndex, false)) { in OnTestIterationStart() 3151 internal::posix::GetEnv(kTestTotalShards)); in OnTestIterationStart() 5199 const bool should_shard = ShouldShard(kTestTotalShards, kTestShardIndex, in RunAllTests() 5372 << ", but have left " << kTestTotalShards << " unset.\n"; in ShouldShard() 5379 << kTestTotalShards << " = " << total_shards in ShouldShard() 5387 << kTestShardIndex << " < " << kTestTotalShards in ShouldShard() 5389 << ", " << kTestTotalShards << "=" << total_shards << ".\n"; in ShouldShard() 5432 Int32FromEnvOrDie(kTestTotalShards, -1) : -1; in FilterTests()
|
/external/googletest/googletest/src/ |
D | gtest.cc | 166 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/libaom/libaom/third_party/googletest/src/googletest/src/ |
D | gtest.cc | 174 static const char kTestTotalShards[] = "GTEST_TOTAL_SHARDS"; variable 3227 if (internal::ShouldShard(kTestTotalShards, kTestShardIndex, false)) { in OnTestIterationStart() 3231 internal::posix::GetEnv(kTestTotalShards)); in OnTestIterationStart() 5303 const bool should_shard = ShouldShard(kTestTotalShards, kTestShardIndex, in RunAllTests() 5474 << ", but have left " << kTestTotalShards in ShouldShard() 5482 << kTestTotalShards << " = " << total_shards in ShouldShard() 5490 << kTestShardIndex << " < " << kTestTotalShards in ShouldShard() 5492 << ", " << kTestTotalShards << "=" << total_shards << ".\n"; in ShouldShard() 5535 ? Int32FromEnvOrDie(kTestTotalShards, -1) in FilterTests()
|
/external/fmtlib/test/ |
D | gmock-gtest-all.cc | 1650 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/ |
D | gmock-gtest-all.cc | 1624 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()
|