Searched refs:num_shards (Results 1 – 9 of 9) sorted by relevance
/external/autotest/puppylab/ |
D | clusterctl | 117 def _register_shards(self, num_shards): argument 141 for num in range(1, num_shards+1): 166 num_shards=1): argument 177 self._register_shards(num_shards) 278 def bringup_cluster(admin_repo, num_shards=NUM_SHARDS, start_safe=False): argument 296 vagrant_master_name='master', num_shards=num_shards)
|
/external/autotest/server/cros/ap_configurators/ |
D | pyauto_utils.py | 168 def Shard(ilist, shard_index, num_shards): argument 176 chunk_size = len(ilist) / num_shards 178 if shard_index == num_shards - 1: # Exhaust the remainder in the last shard.
|
/external/autotest/frontend/afe/ |
D | rpc_utils.py | 844 num_shards = len(shard_host_map) 845 if num_shards > 1: 847 if num_shards == 1:
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_allocator_test.cc | 833 size_t num_shards; member 838 for (size_t i = p->shard; i < p->m->size(); i += p->num_shards) { in TwoLevelByteMapUserThread() 857 p[i].num_shards = kNumThreads; in TEST()
|
/external/protobuf/gtest/test/ |
D | gtest_unittest.cc | 2029 const int num_shards = 5; in TEST() local 2034 for (int shard_index = 0; shard_index < num_shards; shard_index++) { in TEST() 2035 if (ShouldRunTestOnShard(num_shards, shard_index, test_id)) { in TEST() 2048 for (int shard_index = 0; shard_index < num_shards; shard_index++) { in TEST() 2052 ShouldRunTestOnShard(num_shards, shard_index, test_id); in TEST() 2054 EXPECT_GE(num_tests_on_shard, num_tests / num_shards); in TEST()
|
/external/v8/testing/gtest/test/ |
D | gtest_unittest.cc | 1891 const int num_shards = 5; in TEST() local 1896 for (int shard_index = 0; shard_index < num_shards; shard_index++) { in TEST() 1897 if (ShouldRunTestOnShard(num_shards, shard_index, test_id)) { in TEST() 1910 for (int shard_index = 0; shard_index < num_shards; shard_index++) { in TEST() 1914 ShouldRunTestOnShard(num_shards, shard_index, test_id); in TEST() 1916 EXPECT_GE(num_tests_on_shard, num_tests / num_shards); in TEST()
|
/external/googletest/googletest/test/ |
D | gtest_unittest.cc | 1891 const int num_shards = 5; in TEST() local 1896 for (int shard_index = 0; shard_index < num_shards; shard_index++) { in TEST() 1897 if (ShouldRunTestOnShard(num_shards, shard_index, test_id)) { in TEST() 1910 for (int shard_index = 0; shard_index < num_shards; shard_index++) { in TEST() 1914 ShouldRunTestOnShard(num_shards, shard_index, test_id); in TEST() 1916 EXPECT_GE(num_tests_on_shard, num_tests / num_shards); in TEST()
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/ |
D | gtest_unittest.cc | 1884 const int num_shards = 5; in TEST() local 1889 for (int shard_index = 0; shard_index < num_shards; shard_index++) { in TEST() 1890 if (ShouldRunTestOnShard(num_shards, shard_index, test_id)) { in TEST() 1903 for (int shard_index = 0; shard_index < num_shards; shard_index++) { in TEST() 1907 ShouldRunTestOnShard(num_shards, shard_index, test_id); in TEST() 1909 EXPECT_GE(num_tests_on_shard, num_tests / num_shards); in TEST()
|
/external/google-breakpad/src/testing/gtest/test/ |
D | gtest_unittest.cc | 2191 const int num_shards = 5; in TEST() local 2196 for (int shard_index = 0; shard_index < num_shards; shard_index++) { in TEST() 2197 if (ShouldRunTestOnShard(num_shards, shard_index, test_id)) { in TEST() 2210 for (int shard_index = 0; shard_index < num_shards; shard_index++) { in TEST() 2214 ShouldRunTestOnShard(num_shards, shard_index, test_id); in TEST() 2216 EXPECT_GE(num_tests_on_shard, num_tests / num_shards); in TEST()
|