HomeSort by relevance Sort by last modified time
    Searched refs:shard_count (Results 1 - 5 of 5) sorted by null

  /external/autotest/server/site_tests/video_VDAStress/
generate_controlfiles.py 50 shard_count={4})
64 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/
video_VDAStressSetup.py 23 shard_count):
39 shard_size = int(math.ceil(video_count / float(shard_count)))
  /external/v8/tools/
run-deopt-fuzzer.py 276 def ShardTests(tests, shard_count, shard_run):
277 if shard_count < 2:
279 if shard_run < 1 or shard_run > shard_count:
286 if count % shard_count == shard_run - 1:
run-tests.py 637 shard_count = int(os.environ.get('GTEST_TOTAL_SHARDS', options.shard_count))
645 if options.shard_count > 1:
648 if options.shard_count != shard_count:
649 print("shard_count from cmd line differs from environment variable "
655 if shard_count < 2:
657 if shard_run < 1 or shard_run > shard_count:
664 if count % shard_count == shard_run - 1:
    [all...]
  /external/autotest/client/site_tests/graphics_dEQP/
graphics_dEQP.py 519 shard_count='1',
532 self._shard_count = int(options['shard_count'])

Completed in 93 milliseconds