Home
last modified time | relevance | path

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

/ndk/sources/third_party/googletest/googletest/test/
Dgtest_filter_unittest.py215 def RunWithSharding(total_shards, shard_index, command): argument
287 def RunAndVerifyWithSharding(self, gtest_filter, total_shards, tests_to_run, argument
/ndk/sources/third_party/googletest/googletest/src/
Dgtest.cc4295 const Int32 total_shards = Int32FromEnvOrDie(total_shards_env, -1); in ShouldShard() local
4351 bool ShouldRunTestOnShard(int total_shards, int shard_index, int test_id) { in ShouldRunTestOnShard()
4363 const Int32 total_shards = shard_tests == HONOR_SHARDING_PROTOCOL ? in FilterTests() local