Home
last modified time | relevance | path

Searched refs:repair (Results 1 – 25 of 99) sorted by relevance

1234

/external/autotest/server/control_segments/
Drepair14 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/
Dcros_repair.py462 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 …]
Dservo_repair.py258 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
Drepair_utils.py74 def repair(self, host): member in RebootRepair
95 def repair(self, host): member in RPMCycleRepair
Dservo_host.py539 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/
Drepair_unittest.py15 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__.py11 from repair import *
Drepair.py572 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/
Dscript39 # 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/
Dautoserv440 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
Dautoserv.py440 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/
Dbuild_artifact_python.sh77 "${AUDITWHEEL}" repair "$wheel" -w "$ARTIFACT_DIR"
81 "${AUDITWHEEL}" repair "$wheel" -w "$ARTIFACT_DIR"
/external/llvm/test/CodeGen/AArch64/GlobalISel/
Darm64-regbankselect.mir93 # 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/
Dname1 repair corrupt inline data files
/external/e2fsprogs/tests/f_mmp_garbage/
Dname1 repair MMP when it is corrupted
/external/gptfdisk/
Dcurrent.spec1 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/
Darm64-regbankselect.mir152 # 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/
Dv1.43.2.txt27 Fix the logic in e2fsck which decides when to repair legacy negative
58 deciding when to repair a legacy negative timestamp encoding, so
Dv1.43.3.txt6 E2fsck will now check, and if necessary repair the extra isize fields
/external/autotest/server/site_tests/policy_ExternalStorageServer/
Dcontrol.Disabled17 This test connects the servo repair USB stick to the DUT, then runs the
Dcontrol.ReadOnly17 This test connects the servo repair USB stick to the DUT, then runs the
/external/syzkaller/vm/adb/
Dadb.go102 if err := inst.repair(); err != nil {
256 func (inst *instance) repair() error { func
/external/syzkaller/vm/isolated/
Disolated.go97 if err := inst.repair(); err != nil {
173 func (inst *instance) repair() error { func
/external/autotest/client/site_tests/power_FlashVideoSuspend/
Dcontrol.html517 # manual repair.
/external/autotest/test_suites/
Dcontrol.cellular_modem_repair13 Run stale modem reboot test to repair the stale modem.

1234