Home
last modified time | relevance | path

Searched refs:shards (Results 1 – 23 of 23) 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.java164 int shards = Integer.parseInt(arg); in setCustomCommands()
165 if (shards <= 1) { in setCustomCommands()
169 splitModules(shards); in setCustomCommands()
315 private void splitModules(int shards) { in splitModules() argument
364 for (int i = 0; i < shards; i++) { in splitModules()
369 long[] shardTimes = new long[shards]; in splitModules()
378 if (shardIndex == shards) { in splitModules()
380 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/mts/tools/mts-tradefed/
DREADME40 'run mts --shards <number of 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.java43 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/app_compat/csuite/harness/src/main/java/com/android/compatibility/
DAppCompatibilityTest.java605 Collection<IRemoteTest> shards = new ArrayList<>(shardCountHint);
607 shards.add(getTestShard(shardCountHint, index));
609 return shards;
/test/vts/tools/vts-core-tradefed/
DREADME57 'run vts --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/ ...