Searched defs:num_shards (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/testing/gtest/test/
H A Dgtest_unittest.cc1877 const int num_shards = 5; local
1882 for (int shard_index = 0; shard_index < num_shards; shard_index++) {
1883 if (ShouldRunTestOnShard(num_shards, shard_index, test_id)) {
1896 for (int shard_index = 0; shard_index < num_shards; shard_index++) {
1900 ShouldRunTestOnShard(num_shards, shard_index, test_id);
1902 EXPECT_GE(num_tests_on_shard, num_tests / num_shards);
/external/gtest/test/
H A Dgtest_unittest.cc1884 const int num_shards = 5; local
1889 for (int shard_index = 0; shard_index < num_shards; shard_index++) {
1890 if (ShouldRunTestOnShard(num_shards, shard_index, test_id)) {
1903 for (int shard_index = 0; shard_index < num_shards; shard_index++) {
1907 ShouldRunTestOnShard(num_shards, shard_index, test_id);
1909 EXPECT_GE(num_tests_on_shard, num_tests / num_shards);
/external/protobuf/gtest/test/
H A Dgtest_unittest.cc2347 const int num_shards = 5; local
2352 for (int shard_index = 0; shard_index < num_shards; shard_index++) {
2353 if (ShouldRunTestOnShard(num_shards, shard_index, test_id)) {
2366 for (int shard_index = 0; shard_index < num_shards; shard_index++) {
2370 ShouldRunTestOnShard(num_shards, shard_index, test_id);
2372 EXPECT_GE(num_tests_on_shard, num_tests / num_shards);

Completed in 659 milliseconds