Searched defs:total_shards (Results 1 – 4 of 4) sorted by relevance
/third_party/googletest/googletest/test/ |
D | googletest-filter-unittest.py | 220 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/ |
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 | 5962 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/ |
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
|