Home
last modified time | relevance | path

Searched defs:total_shards (Results 1 – 5 of 5) sorted by relevance

/third_party/googletest/googletest/test/
Dgoogletest-filter-unittest.py217 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/
Dgoogletest-filter-unittest.py220 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/
Dgtest.cc5275 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/
Dgtest.cc5363 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/
Dgmock-gtest-all.cc6170 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