/external/autotest/server/control_segments/ |
D | repair | 14 def repair(machine): 17 job.record('START', None, 'repair') 25 # Collect logs before the repair, as it might destroy all 38 target.repair() 47 job.record('END FAIL', None, 'repair') 52 job.record('END GOOD', None, 'repair', 56 job.parallel_simple(repair, machines)
|
/external/autotest/server/hosts/ |
D | cros_repair.py | 462 def repair(self, host): member in ServoSysRqRepair 488 def repair(self, host): member in ServoResetRepair 503 def repair(self, host): member in CrosRebootRepair 511 super(CrosRebootRepair, self).repair(host) 527 def repair(self, host): member in AutoUpdateRepair 551 def repair(self, host): member in PowerWashRepair 556 super(PowerWashRepair, self).repair(host) 572 def repair(self, host): member in ServoInstallRepair 590 def repair(self, host): member in ColdRebootRepair 604 def repair(self, host): member in JetstreamTpmRepair [all …]
|
D | servo_repair.py | 258 def repair(self, host): member in _RestartServod 306 def repair(self, host): member in _ServoRebootRepair 320 super(_ServoRebootRepair, self).repair(host) 336 def repair(self, host): member in _DutRebootRepair
|
D | repair_utils.py | 74 def repair(self, host): member in RebootRepair 95 def repair(self, host): member in RPMCycleRepair
|
D | servo_host.py | 539 def repair(self, silent=False): member in ServoHost 548 self._repair_strategy.repair(self, silent) 782 newhost.repair(silent=True) 787 newhost.repair()
|
/external/autotest/client/common_lib/hosts/ |
D | repair_unittest.py | 15 from autotest_lib.client.common_lib.hosts import repair 198 def repair(self, host): member in _StubRepairAction 290 failures = [repair._DependencyFailure(v.description, v.message, v.tag) 837 repair = self._make_repair_action(True, 'fixit', 839 repair._repair_host(self._fake_host, silent) 842 self.assertEqual(repair.repair_count, 1) 843 self.assertEqual(repair.status, 'repaired') 871 repair = self._make_repair_action(True, 'fixit', 875 repair._repair_host(self._fake_host, silent) 880 self.assertEqual(repair.repair_count, 0) [all …]
|
D | __init__.py | 11 from repair import *
|
D | repair.py | 572 self.repair(host) 605 def repair(self, host): member in RepairAction 852 def repair(self, host, silent=False): member in RepairStrategy
|
/external/e2fsprogs/tests/f_pre_1970_date_encoding/ |
D | script | 39 # fsck should repair this 55 # before we repair the filesystem, save off a copy so that 60 # repair the filesystem 79 #retry the repair
|
/external/autotest/server/ |
D | autoserv | 440 repair = parser.options.repair 466 is_special_task = (verify or repair or cleanup or collect_crashinfo or 549 if repair: 552 job.repair(job_labels) 599 if results and (repair or verify or reset or cleanup or provision): 773 is_task = (parser.options.verify or parser.options.repair or
|
D | autoserv.py | 440 repair = parser.options.repair 466 is_special_task = (verify or repair or cleanup or collect_crashinfo or 549 if repair: 552 job.repair(job_labels) 599 if results and (repair or verify or reset or cleanup or provision): 773 is_task = (parser.options.verify or parser.options.repair or
|
/external/grpc-grpc/tools/run_tests/artifacts/ |
D | build_artifact_python.sh | 77 "${AUDITWHEEL}" repair "$wheel" -w "$ARTIFACT_DIR" 81 "${AUDITWHEEL}" repair "$wheel" -w "$ARTIFACT_DIR"
|
/external/llvm/test/CodeGen/AArch64/GlobalISel/ |
D | arm64-regbankselect.mir | 93 # Check that we repair the assignment for %0. 115 # Check that we repair the assignment for %0 differently for both uses. 138 # Check that we repair the definition of %1. 199 # Make sure we can repair physical register uses as well. 220 # Make sure we can repair physical register defs.
|
/external/e2fsprogs/tests/f_inlinedata_repair/ |
D | name | 1 repair corrupt inline data files
|
/external/e2fsprogs/tests/f_mmp_garbage/ |
D | name | 1 repair MMP when it is corrupted
|
/external/gptfdisk/ |
D | current.spec | 1 Summary: GPT partitioning and MBR repair software 14 Partitioning software for GPT disks and to repair MBR disks. The gdisk,
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/GlobalISel/ |
D | arm64-regbankselect.mir | 152 # Check that we repair the assignment for %0. 174 # Check that we repair the assignment for %0 differently for both uses. 193 # Check that we repair the definition of %1. 253 # Make sure we can repair physical register uses as well. 274 # Make sure we can repair physical register defs. 734 # %0 has been mapped to GPR, we need to repair to match FPR. 773 # %0 has been mapped to GPR, we need to repair to match FPR. 809 # %0 has been mapped to GPR, we need to repair to match FPR. 844 # %0 has been mapped to GPR, we need to repair to match FPR. 876 # %0 has been mapped to GPR, we need to repair to match FPR.
|
/external/e2fsprogs/doc/RelNotes/ |
D | v1.43.2.txt | 27 Fix the logic in e2fsck which decides when to repair legacy negative 58 deciding when to repair a legacy negative timestamp encoding, so
|
D | v1.43.3.txt | 6 E2fsck will now check, and if necessary repair the extra isize fields
|
/external/autotest/server/site_tests/policy_ExternalStorageServer/ |
D | control.Disabled | 17 This test connects the servo repair USB stick to the DUT, then runs the
|
D | control.ReadOnly | 17 This test connects the servo repair USB stick to the DUT, then runs the
|
/external/syzkaller/vm/adb/ |
D | adb.go | 102 if err := inst.repair(); err != nil { 256 func (inst *instance) repair() error { func
|
/external/syzkaller/vm/isolated/ |
D | isolated.go | 97 if err := inst.repair(); err != nil { 173 func (inst *instance) repair() error { func
|
/external/autotest/client/site_tests/power_FlashVideoSuspend/ |
D | control.html5 | 17 # manual repair.
|
/external/autotest/test_suites/ |
D | control.cellular_modem_repair | 13 Run stale modem reboot test to repair the stale modem.
|