Searched defs:total_shards (Results 1 – 5 of 5) 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/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
|
| /third_party/node/deps/googletest/src/ |
| D | gtest.cc | 6037 const int32_t total_shards = Int32FromEnvOrDie(total_shards_env, -1); in ShouldShard() local 6093 bool ShouldRunTestOnShard(int total_shards, int shard_index, int test_id) { in ShouldRunTestOnShard() 6105 const int32_t total_shards = shard_tests == HONOR_SHARDING_PROTOCOL in FilterTests() local
|
| /third_party/cef/tools/distrib/gtest/ |
| D | gtest-all.cc | 7448 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
|