Home
last modified time | relevance | path

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

/third_party/googletest/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/mesa3d/src/gtest/src/
Dgtest.cc5425 const Int32 total_shards = Int32FromEnvOrDie(total_shards_env, -1); in ShouldShard() local
5481 bool ShouldRunTestOnShard(int total_shards, int shard_index, int test_id) { in ShouldRunTestOnShard()
5493 const Int32 total_shards = shard_tests == HONOR_SHARDING_PROTOCOL ? in FilterTests() local
/third_party/googletest/googletest/src/
Dgtest.cc5962 const int32_t total_shards = Int32FromEnvOrDie(total_shards_env, -1); in ShouldShard() local
6018 bool ShouldRunTestOnShard(int total_shards, int shard_index, int test_id) { in ShouldRunTestOnShard()
6030 const int32_t total_shards = shard_tests == HONOR_SHARDING_PROTOCOL ? in FilterTests() local
/third_party/cef/tools/distrib/gtest/
Dgtest-all.cc7448 const int32_t total_shards = Int32FromEnvOrDie(total_shards_env, -1); in ShouldShard() local
7504 bool ShouldRunTestOnShard(int total_shards, int shard_index, int test_id) { in ShouldRunTestOnShard()
7516 const int32_t total_shards = shard_tests == HONOR_SHARDING_PROTOCOL ? in FilterTests() local