/external/autotest/server/control_segments/ |
D | repair | 18 def repair(machine): 21 job.record('START', None, 'repair') 33 # Collect logs before the repair, as it might destroy all 46 target.repair() 51 task_name='repair', 57 job.record('END FAIL', None, 'repair') 62 job.record('END GOOD', None, 'repair', 66 job.parallel_simple(repair, machines)
|
/external/autotest/client/common_lib/hosts/ |
D | repair_unittest.py | 20 from autotest_lib.client.common_lib.hosts import repair 225 def repair(self, host): member in _StubRepairAction 317 failures = [repair._DependencyFailure(v.description, v.message, v.tag) 864 repair = self._make_repair_action(True, 'fixit', 866 repair._repair_host(self._fake_host, silent) 869 self.assertEqual(repair.repair_count, 1) 870 self.assertEqual(repair.status, 'repaired') 898 repair = self._make_repair_action(True, 'fixit', 902 repair._repair_host(self._fake_host, silent) 907 self.assertEqual(repair.repair_count, 0) [all …]
|
D | __init__.py | 12 from autotest_lib.client.common_lib.hosts.repair import * 15 from repair import *
|
/external/autotest/server/hosts/ |
D | cros_repair.py | 873 def repair(self, host): member in ServoSysRqRepair 900 def repair(self, host): member in ServoResetRepair 920 def repair(self, host): member in ServoCr50RebootRepair 948 def repair(self, host): member in DevDefaultBootRepair 962 def repair(self, host): member in CrosRebootRepair 970 super(CrosRebootRepair, self).repair(host) 990 def repair(self, host): member in LabelCleanupRepair 1006 def repair(self, host): member in EnrollmentCleanupRepair 1034 def repair(self, host): member in ProvisionRepair 1059 def repair(self, host): member in PowerWashRepair [all …]
|
D | servo_repair.py | 797 def repair(self, host): member in _RestartServod 821 def repair(self, host): member in _ServoRebootRepair 822 super(_ServoRebootRepair, self).repair(host) 855 def repair(self, host): member in _ToggleCCLineRepair 919 def repair(self, host): member in _ECRebootRepair 937 def repair(self, host): member in _DutRebootRepair 963 def repair(self, host): member in _DiskCleanupRepair 988 def repair(self, host): member in _ServoMicroFlashRepair
|
D | repair_utils.py | 124 def repair(self, host): member in RebootRepair 145 def repair(self, host): member in RPMCycleRepair
|
D | servo_host_unittest.py | 72 host._repair_strategy.repair.side_effect = Exception('something_ex') 74 host.repair(silent=True) 85 host.repair(silent=True)
|
D | labstation_host.py | 229 def repair(self): member in LabstationHost 235 self._repair_strategy.repair(self)
|
/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/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/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/rust/crates/grpcio-sys/grpc/tools/run_tests/artifacts/ |
D | build_artifact_python.sh | 87 "${AUDITWHEEL}" repair "$wheel" -w "$ARTIFACT_DIR" 92 "${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/autotest/server/ |
D | autoserv | 452 repair = parser.options.repair 478 is_special_task = (verify or repair or cleanup or collect_crashinfo or 578 if repair: 581 job.repair(job_labels) 784 is_task = (parser.options.verify or parser.options.repair or
|
D | autoserv.py | 452 repair = parser.options.repair 478 is_special_task = (verify or repair or cleanup or collect_crashinfo or 578 if repair: 581 job.repair(job_labels) 784 is_task = (parser.options.verify or parser.options.repair or
|
/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/capstone/bindings/python/ |
D | build_wheel.sh | 14 auditwheel repair *.whl
|
/external/protobuf/python/release/wheel/ |
D | protobuf_optimized_pip.sh | 19 auditwheel repair dist/protobuf-${PROTOBUF_VERSION}-${PYTHON_VERSION}-linux_x86_64.whl
|
/external/tensorflow/tensorflow/tools/ci_build/nightly_release/ubuntu/ |
D | cpu_py36.sh | 43 auditwheel repair --plat manylinux2010_x86_64 -w "${WHL_DIR}" "${WHL_PATH}"
|
D | cpu_py37.sh | 43 auditwheel repair --plat manylinux2010_x86_64 -w "${WHL_DIR}" "${WHL_PATH}"
|
D | cpu_py39.sh | 43 auditwheel repair --plat manylinux2010_x86_64 -w "${WHL_DIR}" "${WHL_PATH}"
|
D | cpu_py38.sh | 43 auditwheel repair --plat manylinux2010_x86_64 -w "${WHL_DIR}" "${WHL_PATH}"
|
/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
|
/external/llvm-project/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. 741 # %0 has been mapped to GPR, we need to repair to match FPR. 780 # %0 has been mapped to GPR, we need to repair to match FPR. 816 # %0 has been mapped to GPR, we need to repair to match FPR. 851 # %0 has been mapped to GPR, we need to repair to match FPR. 883 # %0 has been mapped to GPR, we need to repair to match FPR.
|