Home
last modified time | relevance | path

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

/test/framework/harnesses/host_controller/campaigns/
Dcampaign_common.py92 shards = int(kwargs["shards"])
152 if shards > 1:
154 if shards <= len(serials):
155 for shard_index in range(shards):
244 shards = int(kwargs["shards"])
261 if shards > 1:
264 if shards <= len(serials):
265 for shard_index in range(shards):
339 shards = int(kwargs["shards"])
361 if shards > 1:
[all …]
/test/vti/test_serving/gae/webapp/src/tasks/
Dindexing_test.py65 job.shards = schedule.shards
103 and (parent_schedule.shards == job.shards) and
138 job.shards = schedule.shards
176 and (parent_schedule.shards == job.shards) and
Dindexing.py123 model.ScheduleModel.shards == entity.shards,
/test/vti/test_serving/gae/webapp/src/scheduler/
Djob_heartbeat_test.py52 shards = 2
59 for i in range(shards):
68 lab_model=lab, device_model=device, shards=shards)
Dschedule_worker.py304 new_job.shards = schedule.shards
487 if len(host_devices) < schedule.shards:
492 schedule.shards))
508 sum([len(y.device_equipment) for y in x[0][:schedule.shards]])))
511 1], [x.serial for x in selected_host_devices[0][:schedule.shards]]
Dschedule_worker_test.py479 device_target="{}-test".format(correct_product), shards=3)
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/command/
DCompatibilityConsole.java149 int shards = Integer.parseInt(arg); in setCustomCommands()
150 if (shards <= 1) { in setCustomCommands()
154 splitModules(shards); in setCustomCommands()
278 private void splitModules(int shards) { in splitModules() argument
327 for (int i = 0; i < shards; i++) { in splitModules()
332 long[] shardTimes = new long[shards]; in splitModules()
341 if (shardIndex == shards) { in splitModules()
343 shardIndex = shards - 1; in splitModules()
/test/vti/test_serving/gae/webapp/src/endpoint/
Dschedule_info_test.py56 shards=1,
101 shards=1,
Dschedule_info.py205 schedule.shards = request.shards
/test/vti/test_serving/gae/webapp/src/testing/
Dunittest_base.py140 shards=1, argument
196 schedule.shards = shards
/test/vti/test_serving/proto/
DGreenBuildScheduleConfigMessage.proto67 // Number of shards (0 for auto selection)
68 optional int32 shards = 11; field
DTestScheduleConfigMessage.proto72 // number of shards (-1 for auto selection?)
73 optional int32 shards = 5; field
/test/vti/test_serving/gae/frontend/src/app/model/
Djob.ts35 shards: number = void 0; property in Job
Dschedule.ts47 shards: number = void 0; property in Schedule
/test/vti/test_serving/gae/webapp/src/proto/
Dmodel.py89 shards = ndb.IntegerProperty() variable in ScheduleModel
150 shards = messages.IntegerField(7) variable in ScheduleInfoMessage
270 shards = ndb.IntegerProperty() variable in JobModel
327 shards = messages.IntegerField(8) variable in JobMessage
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/
DIModuleRepo.java40 void initialize(int shards, Integer shardIndex, File testsDir, Set<IAbi> abis, in initialize() argument
/test/framework/harnesses/host_controller/command_processor/
Dcommand_retry.py237 if args.shards:
239 shard_num = args.shards
Dcommand_reproduce_test.py115 shards="2",
138 shards="2",
/test/suite_harness/tools/cts-instant-tradefed/
DREADME51 'run cts-instant --shard-count <number of shards>
/test/suite_harness/tools/cts-tradefed/
DREADME59 'run cts --shard-count <number of shards>
/test/framework/harnesses/cts-tradefed/
Dtradefed-cts-prebuilt.jarMETA-INF/ META-INF/MANIFEST.MF com/android/compatibility/common/ ...