Searched refs:num_shards (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
H A Dtest_runner.py543 def _num_workers(self, num_shards):
544 num_workers = min(int(self._options.child_processes), num_shards)
548 (driver_name, grammar.pluralize('shard', num_shards)))
551 (num_workers, driver_name, num_shards))
/external/chromium/testing/gtest/test/
H A Dgtest_unittest.cc2089 const int num_shards = 5; local
2094 for (int shard_index = 0; shard_index < num_shards; shard_index++) {
2095 if (ShouldRunTestOnShard(num_shards, shard_index, test_id)) {
2108 for (int shard_index = 0; shard_index < num_shards; shard_index++) {
2112 ShouldRunTestOnShard(num_shards, shard_index, test_id);
2114 EXPECT_GE(num_tests_on_shard, num_tests / num_shards);
/external/gtest/test/
H A Dgtest_unittest.cc2089 const int num_shards = 5; local
2094 for (int shard_index = 0; shard_index < num_shards; shard_index++) {
2095 if (ShouldRunTestOnShard(num_shards, shard_index, test_id)) {
2108 for (int shard_index = 0; shard_index < num_shards; shard_index++) {
2112 ShouldRunTestOnShard(num_shards, shard_index, test_id);
2114 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 109 milliseconds