Home
last modified time | relevance | path

Searched refs:shard_count (Results 1 – 25 of 82) sorted by relevance

1234

/external/autotest/server/site_tests/video_VDAStress/
Dgenerate_controlfiles.py64 shard_count = 10 variable
66 for shard_number in xrange(0, shard_count):
72 shard_number, shard_count))
/external/autotest/server/site_tests/video_VDAStressSetup/
Dvideo_VDAStressSetup.py23 shard_count): argument
39 shard_size = int(math.ceil(video_count / float(shard_count)))
/external/v8/tools/
Drun-tests.py627 shard_count = int(os.environ.get('GTEST_TOTAL_SHARDS', options.shard_count))
635 if options.shard_count > 1:
638 if options.shard_count != shard_count:
645 if shard_count < 2:
647 if shard_run < 1 or shard_run > shard_count:
654 if count % shard_count == shard_run - 1:
Drun-deopt-fuzzer.py277 def ShardTests(tests, shard_count, shard_run): argument
278 if shard_count < 2:
280 if shard_run < 1 or shard_run > shard_count:
287 if count % shard_count == shard_run - 1:
/external/autotest/client/site_tests/graphics_dEQP/
Dcontrol.egl.info24 'shard_count=1'])
Dcontrol.vk.spirv_assembly.hasty24 'shard_count=1'])
Dcontrol.vk.pipeline.hasty24 'shard_count=1'])
Dcontrol.gles3.functional.hasty24 'shard_count=1'])
Dcontrol.egl.stress24 'shard_count=1'])
Dcontrol.egl.functional24 'shard_count=1'])
Dcontrol.gles31.stress24 'shard_count=1'])
Dcontrol.vk.binding_model.hasty24 'shard_count=1'])
Dcontrol.vk.api.hasty24 'shard_count=1'])
Dcontrol.gles2.functional.hasty24 'shard_count=1'])
Dcontrol.egl.performance24 'shard_count=1'])
Dcontrol.vk.glsl.hasty24 'shard_count=1'])
Dcontrol.gles31.functional24 'shard_count=1'])
Dcontrol.gles3.functional.hasty.324 'shard_count=10'])
Dcontrol.gles2.functional.hasty.024 'shard_count=10'])
Dcontrol.gles3.functional.hasty.524 'shard_count=10'])
Dcontrol.gles31.info24 'shard_count=1'])
Dcontrol.gles2.functional.hasty.124 'shard_count=10'])
Dcontrol.gles3.functional24 'shard_count=1'])
Dcontrol.gles3.stress24 'shard_count=1'])
Dcontrol.gles2.functional.hasty.424 'shard_count=10'])

1234