/test/framework/harnesses/host_controller/campaigns/ |
D | campaign_common.py | 92 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/ |
D | indexing_test.py | 65 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
|
D | indexing.py | 123 model.ScheduleModel.shards == entity.shards,
|
/test/vti/test_serving/gae/webapp/src/scheduler/ |
D | job_heartbeat_test.py | 52 shards = 2 59 for i in range(shards): 68 lab_model=lab, device_model=device, shards=shards)
|
D | schedule_worker.py | 304 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]]
|
D | schedule_worker_test.py | 479 device_target="{}-test".format(correct_product), shards=3)
|
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/command/ |
D | CompatibilityConsole.java | 149 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/ |
D | schedule_info_test.py | 56 shards=1, 101 shards=1,
|
D | schedule_info.py | 205 schedule.shards = request.shards
|
/test/vti/test_serving/gae/webapp/src/testing/ |
D | unittest_base.py | 140 shards=1, argument 196 schedule.shards = shards
|
/test/vti/test_serving/proto/ |
D | GreenBuildScheduleConfigMessage.proto | 67 // Number of shards (0 for auto selection) 68 optional int32 shards = 11; field
|
D | TestScheduleConfigMessage.proto | 72 // number of shards (-1 for auto selection?) 73 optional int32 shards = 5; field
|
/test/vti/test_serving/gae/frontend/src/app/model/ |
D | job.ts | 35 shards: number = void 0; property in Job
|
D | schedule.ts | 47 shards: number = void 0; property in Schedule
|
/test/vti/test_serving/gae/webapp/src/proto/ |
D | model.py | 89 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/ |
D | IModuleRepo.java | 40 void initialize(int shards, Integer shardIndex, File testsDir, Set<IAbi> abis, in initialize() argument
|
/test/framework/harnesses/host_controller/command_processor/ |
D | command_retry.py | 237 if args.shards: 239 shard_num = args.shards
|
D | command_reproduce_test.py | 115 shards="2", 138 shards="2",
|
/test/suite_harness/tools/cts-instant-tradefed/ |
D | README | 51 'run cts-instant --shard-count <number of shards>
|
/test/suite_harness/tools/cts-tradefed/ |
D | README | 59 'run cts --shard-count <number of shards>
|
/test/framework/harnesses/cts-tradefed/ |
D | tradefed-cts-prebuilt.jar | META-INF/
META-INF/MANIFEST.MF
com/android/compatibility/common/ ... |