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

/external/chromium_org/tools/telemetry/telemetry/
H A Dtest_runner.py100 args.tests, args.num_shards))
272 test_classes, num_shards):
307 device_affinity = int(hashlib.sha1(base_name).hexdigest(), 16) % num_shards
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/views/
H A Dprinting.py116 def print_workers_and_shards(self, num_workers, num_shards, num_locked_shards):
120 self._print_debug("(%s)." % grammar.pluralize('shard', num_shards))
123 self._print_debug("(%d shards; %d locked)." % (num_shards, num_locked_shards))
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/
H A Dlayout_test_runner_unittest.py54 def print_workers_and_shards(self, num_workers, num_shards, num_locked_shards):
/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_allocator_test.cc825 size_t num_shards;
830 for (size_t i = p->shard; i < p->m->size(); i += p->num_shards) {
849 p[i].num_shards = kNumThreads;
/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 195 milliseconds