Home
last modified time | relevance | path

Searched defs:reason (Results 1 – 18 of 18) sorted by relevance

/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/targetprep/
DTargetSetupError.java38 public TargetSetupError(String reason) { in TargetSetupError()
49 public TargetSetupError(String reason, ErrorIdentifier errorId) { in TargetSetupError()
60 public TargetSetupError(String reason, DeviceDescriptor descriptor) { in TargetSetupError()
72 public TargetSetupError(String reason, DeviceDescriptor descriptor, ErrorIdentifier errorId) { in TargetSetupError()
86 public TargetSetupError(String reason, Throwable cause) { in TargetSetupError()
98 public TargetSetupError(String reason, Throwable cause, ErrorIdentifier errorId) { in TargetSetupError()
110 public TargetSetupError(String reason, Throwable cause, DeviceDescriptor descriptor) { in TargetSetupError()
124 String reason, Throwable cause, DeviceDescriptor descriptor, ErrorIdentifier errorId) { in TargetSetupError()
138 String reason, Throwable cause, DeviceDescriptor descriptor, boolean deviceSide) { in TargetSetupError()
153 String reason, in TargetSetupError()
DBuildError.java38 public BuildError(String reason, DeviceDescriptor descriptor) { in BuildError()
53 public BuildError(String reason, DeviceDescriptor descriptor, ErrorIdentifier errorId) { in BuildError()
/tools/tradefederation/core/src/com/android/tradefed/build/
DBuildRetrievalError.java34 public BuildRetrievalError(String reason) { in BuildRetrievalError()
44 public BuildRetrievalError(String reason, ErrorIdentifier errorId) { in BuildRetrievalError()
55 public BuildRetrievalError(String reason, Throwable cause) { in BuildRetrievalError()
66 public BuildRetrievalError(String reason, Throwable cause, ErrorIdentifier errorId) { in BuildRetrievalError()
78 public BuildRetrievalError(String reason, Throwable cause, IBuildInfo build) { in BuildRetrievalError()
92 String reason, Throwable cause, ErrorIdentifier errorId, IBuildInfo build) { in BuildRetrievalError()
/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DDeviceFailedToBootError.java37 public DeviceFailedToBootError(String reason, DeviceDescriptor descriptor) { in DeviceFailedToBootError()
48 String reason, DeviceDescriptor descriptor, ErrorIdentifier errorId) { in DeviceFailedToBootError()
/tools/tradefederation/core/src/com/android/tradefed/result/
DLegacySubprocessResultsReporter.java68 public void testFailed(TestIdentifier testId, String reason) { in testFailed()
114 public void testRunFailed(String reason) { in testRunFailed()
DSubprocessResultsReporter.java119 public void testFailed(TestDescription testId, String reason) { in testFailed()
143 public void testRunFailed(String reason) { in testRunFailed()
/tools/loganalysis/src/com/android/loganalysis/item/
DAnrItem.java124 public void setReason(String reason) { in setReason()
/tools/test/connectivity/acts/framework/acts/test_utils/tel/
DTelephonyBaseTest.py560 def _block_all_test_cases(self, tests, reason='Failed class setup'): argument
/tools/tradefederation/core/src/com/android/tradefed/device/cloud/
DRemoteAndroidVirtualDevice.java344 protected void doAdbReboot(RebootMode rebootMode, @Nullable final String reason) in doAdbReboot()
/tools/tradefederation/core/python-lib/tradefed_py/
Dtf_runner.py87 def addSkip(self, test, reason): argument
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DPythonUnitTestResultParser.java169 public PythonUnitTestParseException(String reason) { in PythonUnitTestParseException()
/tools/tradefederation/core/src/com/android/tradefed/config/
DConfigurationXmlParser.java339 private void throwException(String reason) throws SAXException { in throwException()
/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DINativeDevice.java948 public void reboot(@Nullable String reason) throws DeviceNotAvailableException; in reboot()
1014 public void rebootUntilOnline(@Nullable String reason) throws DeviceNotAvailableException; in rebootUntilOnline()
/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDevice.java335 RebootDeviceAction(RebootMode rebootMode, @Nullable String reason) { in RebootDeviceAction()
3013 public void reboot(@Nullable String reason) throws DeviceNotAvailableException { in reboot()
3065 public void rebootUntilOnline(@Nullable String reason) throws DeviceNotAvailableException { in rebootUntilOnline()
3159 String formatRebootCommand(@Nullable String reason) { in formatRebootCommand()
3182 void doReboot(RebootMode rebootMode, @Nullable final String reason) in doReboot()
3231 protected void doAdbReboot(RebootMode rebootMode, @Nullable final String reason) in doAdbReboot()
3245 RebootMode rebootMode, @Nullable final String reason) { in createRebootDeviceAction()
DTestDevice.java936 private boolean doAdbFrameworkReboot(RebootMode rebootMode, @Nullable final String reason) in doAdbFrameworkReboot()
980 protected void doAdbReboot(RebootMode rebootMode, @Nullable final String reason) in doAdbReboot()
/tools/test/connectivity/acts/framework/acts/
Dbase_test.py723 def _block_all_test_cases(self, tests, reason='Failed class setup'): argument
/tools/tradefederation/core/src/com/android/tradefed/util/
DSubprocessEventHelper.java135 public TestRunFailedEventInfo(String reason) { in TestRunFailedEventInfo()
/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DTestDeviceTest.java124 void doReboot(RebootMode rebootMode, @Nullable final String reason) in doReboot()