Home
last modified time | relevance | path

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

/third_party/googletest/googletest/test/
Dgoogletest-filter-unittest.py241 def RunWithSharding(total_shards, shard_index, command): argument
319 total_shards, argument
/third_party/mesa3d/src/gtest/src/
Dgtest.cc5998 const int32_t total_shards = Int32FromEnvOrDie(total_shards_env, -1); in ShouldShard() local
6054 bool ShouldRunTestOnShard(int total_shards, int shard_index, int test_id) { in ShouldRunTestOnShard()
6066 const int32_t total_shards = shard_tests == HONOR_SHARDING_PROTOCOL in FilterTests() local
/third_party/googletest/googletest/src/
Dgtest.cc6027 const int32_t total_shards = Int32FromEnvOrDie(total_shards_env, -1); in ShouldShard() local
6083 bool ShouldRunTestOnShard(int total_shards, int shard_index, int test_id) { in ShouldRunTestOnShard()
6095 const int32_t total_shards = shard_tests == HONOR_SHARDING_PROTOCOL in FilterTests() local