Home
last modified time | relevance | path

Searched refs:test_id (Results 1 – 3 of 3) sorted by relevance

/ndk/sources/third_party/googletest/googletest/test/
Dgtest_unittest.cc1896 for (int test_id = 0; test_id < num_tests; test_id++) { in TEST() local
1899 if (ShouldRunTestOnShard(num_shards, shard_index, test_id)) { in TEST()
1904 << shard_index << " are both selected to run test " << test_id; in TEST()
1914 for (int test_id = 0; test_id < num_tests; test_id++) { in TEST() local
1916 ShouldRunTestOnShard(num_shards, shard_index, test_id); in TEST()
/ndk/sources/third_party/googletest/googletest/src/
Dgtest-internal-inl.h275 int total_shards, int shard_index, int test_id);
Dgtest.cc4351 bool ShouldRunTestOnShard(int total_shards, int shard_index, int test_id) { in ShouldRunTestOnShard() argument
4352 return (test_id % total_shards) == shard_index; in ShouldRunTestOnShard()