Home
last modified time | relevance | path

Searched refs:shards (Results 1 – 19 of 19) sorted by relevance

/external/autotest/client/site_tests/graphics_dEQP/
Dgenerate_controlfiles.py36 … Test('dEQP-EGL.functional', Suite.none, shards=1, hasty=False, notpass=True, time='LENGTHY'),
37 Test('dEQP-EGL.info', Suite.none, shards=1, hasty=False, notpass=True, time='SHORT'),
38 Test('dEQP-EGL.performance', Suite.none, shards=1, hasty=False, notpass=True, time='SHORT'),
39 Test('dEQP-EGL.stress', Suite.none, shards=1, hasty=False, notpass=True, time='LONG'),
40 Test('dEQP-GLES2.accuracy', Suite.bvtpb, shards=1, hasty=False, notpass=True, time='FAST'),
41 Test('dEQP-GLES2.capability', Suite.bvtpb, shards=1, hasty=False, notpass=True, time='FAST'),
42 … Test('dEQP-GLES2.functional', Suite.daily, shards=1, hasty=False, notpass=True, time='LENGTHY'),
43 Test('dEQP-GLES2.functional', Suite.daily, shards=1, hasty=True, notpass=False, time='LONG'),
44 Test('dEQP-GLES2.functional', Suite.bvtpb, shards=10, hasty=True, notpass=False, time='FAST'),
45 Test('dEQP-GLES2.info', Suite.bvtpb, shards=1, hasty=False, notpass=True, time='FAST'),
[all …]
/external/chromium-trace/catapult/third_party/mapreduce/mapreduce/
Dmapreduce_pipeline.py82 shards=None): argument
94 shards=shards)
134 shards=None): argument
149 if shards is None:
150 shards = len(filenames)
158 shards=shards)
202 shards=None, argument
223 shards=shards)
Dshuffler.py197 shards=1)
478 shards = mapper_spec.shard_count
483 for i in range(shards):
491 shards = mapreduce_state.mapreduce_spec.mapper.shard_count
493 for _ in range(shards):
494 filenames.append([None] * shards)
498 for y in range(shards):
615 shards=len(filenames))
651 def run(self, job_name, bucket_name, filenames, shards=None): argument
654 if shards is None:
[all …]
Dmapper_pipeline.py70 shards=None): argument
83 if shards is None:
84 shards = parameters.config.SHARD_COUNT
96 shard_count=shards,
Dinput_readers.py2169 shards = []
2173 shards.append(LogInputReader(**params))
2178 return shards + [LogInputReader(**params)]
/external/autotest/cli/
Dshard.py38 return self.shards
52 if self.shards:
53 filters['hostname__in'] = self.shards
/external/guava/guava-tests/test/com/google/common/hash/
DHashingTest.java166 for (int shards = 1; shards <= 100000; shards++) { in checkConsistentHashCorrectness()
167 int b = Hashing.consistentHash(hashCode, shards); in checkConsistentHashCorrectness()
169 assertEquals(shards - 1, b); in checkConsistentHashCorrectness()
189 for (int shards = 2; shards <= MAX_SHARDS; shards++) { in countRemaps()
190 int chosen = Hashing.consistentHash(h, shards); in countRemaps()
192 map.incrementAndGet(shards); in countRemaps()
/external/autotest/server/
Dsystem_utils.py38 shards = config.get_config_value(
40 return [hostname.strip() for hostname in shards.split(',')]
/external/libvpx/libvpx/tools/
Dall_builds.py52 shards = int(options["--shards"])
58 my_configs = filter(lambda x: x[1] % shards == shard, my_configs)
/external/chromium-trace/catapult/third_party/mapreduce/mapreduce/static/
Dstatus.js335 var activity = '' + job.active_shards + ' / ' + job.shards + ' shards';
600 var shards = detail.chart_data.length;
601 for (var i = 0; i < shards; i++) {
604 var log2Shards = Math.log(shards) / Math.log(2);
605 var chartWidth = Math.max(Math.max(300, shards * 2), 100 * log2Shards);
656 $.each(detail.shards, function(index, shard) {
/external/autotest/tko/
Dretrieve_logs.cgi116 shards = system_utils.get_shards()
120 tpool_args += _get_tpool_args(shards, job_path, True, host_set)
/external/autotest/site_utils/lib/
Dinfra.py266 shards = afe.run('get_shards')
267 for shard in shards:
/external/autotest/puppylab/
Dlab_manifest.py37 shards = ['board:stumpy'] variable
Dclusterctl154 if lab_manifest.shards:
155 board = lab_manifest.shards.pop()
/external/protobuf/java/src/test/java/com/google/protobuf/
DIsValidUtf8TestUtil.java169 List<Shard> shards = new ArrayList<Shard>(numShards);
174 shards.add(new Shard(i,
179 return shards;
/external/autotest/frontend/afe/
Dsite_rpc_interface.py480 shards = models.Shard.query_objects(filter_data)
481 serialized_shards = rpc_utils.prepare_rows_as_nested_dicts(shards, ())
482 for serialized, shard in zip(serialized_shards, shards):
/external/deqp/android/cts/runner/tests/src/com/drawelements/deqp/runner/
DDeqpTestRunnerTest.java1799 ArrayList<IRemoteTest> shards = (ArrayList<IRemoteTest>)runner.split(); in runShardedTest() local
1801 for (int shardIndex = 0; shardIndex < shards.size(); shardIndex++) { in runShardedTest()
1802 DeqpTestRunner shard = (DeqpTestRunner)shards.get(shardIndex); in runShardedTest()
1899 ArrayList<IRemoteTest> shards = (ArrayList<IRemoteTest>)runner.split(); in testSharding_empty() local
2185 ArrayList<IRemoteTest> shards = (ArrayList<IRemoteTest>)deqpTest.split(); in testRuntimeHint_optionSetSharded() local
2188 ((IRuntimeHintProvider)shards.get(0)).getRuntimeHint()); in testRuntimeHint_optionSetSharded()
2191 ((IRuntimeHintProvider)shards.get(1)).getRuntimeHint()); in testRuntimeHint_optionSetSharded()
/external/autotest/
Dglobal_config.ini37 # rather than drones or shards.
/external/skia/dm/
DDM.cpp67 DEFINE_int32(shards, 1, "We're splitting source data into this many shards.");