Searched defs:total_shards (Results 1 – 4 of 4) sorted by relevance
| /third_party/googletest/googletest/test/ |
| D | googletest-filter-unittest.py | 234 def RunWithSharding(total_shards, shard_index, command): argument 306 def RunAndVerifyWithSharding(self, gtest_filter, total_shards, tests_to_run, argument
|
| /third_party/mesa3d/src/gtest/src/ |
| D | gtest.cc | 5425 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/node/deps/googletest/src/ |
| D | gtest.cc | 6024 const int32_t total_shards = Int32FromEnvOrDie(total_shards_env, -1); in ShouldShard() local 6080 bool ShouldRunTestOnShard(int total_shards, int shard_index, int test_id) { in ShouldRunTestOnShard() 6092 const int32_t total_shards = shard_tests == HONOR_SHARDING_PROTOCOL in FilterTests() local
|
| /third_party/googletest/googletest/src/ |
| D | gtest.cc | 6001 const int32_t total_shards = Int32FromEnvOrDie(total_shards_env, -1); in ShouldShard() local 6057 bool ShouldRunTestOnShard(int total_shards, int shard_index, int test_id) { in ShouldRunTestOnShard() 6069 const int32_t total_shards = shard_tests == HONOR_SHARDING_PROTOCOL in FilterTests() local
|