Searched defs:total_shards (Results 1 – 5 of 5) sorted by relevance
| /third_party/googletest/googletest/test/ |
| D | googletest-filter-unittest.py | 217 def RunWithSharding(total_shards, shard_index, command): argument 289 def RunAndVerifyWithSharding(self, gtest_filter, total_shards, tests_to_run, argument
|
| /third_party/boringssl/src/third_party/googletest/test/ |
| D | googletest-filter-unittest.py | 220 def RunWithSharding(total_shards, shard_index, command): argument 292 def RunAndVerifyWithSharding(self, gtest_filter, total_shards, tests_to_run, argument
|
| /third_party/googletest/googletest/src/ |
| D | gtest.cc | 5275 const Int32 total_shards = Int32FromEnvOrDie(total_shards_env, -1); in ShouldShard() local 5331 bool ShouldRunTestOnShard(int total_shards, int shard_index, int test_id) { in ShouldRunTestOnShard() 5343 const Int32 total_shards = shard_tests == HONOR_SHARDING_PROTOCOL ? in FilterTests() local
|
| /third_party/boringssl/src/third_party/googletest/src/ |
| D | gtest.cc | 5363 const Int32 total_shards = Int32FromEnvOrDie(total_shards_env, -1); in ShouldShard() local 5419 bool ShouldRunTestOnShard(int total_shards, int shard_index, int test_id) { in ShouldRunTestOnShard() 5431 const Int32 total_shards = shard_tests == HONOR_SHARDING_PROTOCOL ? in FilterTests() local
|
| /third_party/cares/test/gmock-1.8.0/ |
| D | gmock-gtest-all.cc | 6170 const Int32 total_shards = Int32FromEnvOrDie(total_shards_env, -1); in ShouldShard() local 6226 bool ShouldRunTestOnShard(int total_shards, int shard_index, int test_id) { in ShouldRunTestOnShard() 6238 const Int32 total_shards = shard_tests == HONOR_SHARDING_PROTOCOL ? in FilterTests() local
|