Home
last modified time | relevance | path

Searched refs:reason (Results 1 – 25 of 29) sorted by relevance

12

/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DTargetSetupError.java36 public TargetSetupError(String reason) { in TargetSetupError() argument
37 super(reason); in TargetSetupError()
46 public TargetSetupError(String reason, DeviceDescriptor descriptor) { in TargetSetupError() argument
47 this(reason, null, descriptor); in TargetSetupError()
59 public TargetSetupError(String reason, Throwable cause) { in TargetSetupError() argument
60 super(reason, cause); in TargetSetupError()
71 public TargetSetupError(String reason, Throwable cause, DeviceDescriptor descriptor) { in TargetSetupError() argument
72 super(reason + " " + descriptor, cause); in TargetSetupError()
DBuildError.java34 public BuildError(String reason, DeviceDescriptor descriptor) { in BuildError() argument
35 super(reason + " " + descriptor); in BuildError()
46 public BuildError(String reason) { in BuildError() argument
47 super(reason); in BuildError()
DDeviceFailedToBootError.java32 public DeviceFailedToBootError(String reason, DeviceDescriptor descriptor) { in DeviceFailedToBootError() argument
33 super(reason, descriptor); in DeviceFailedToBootError()
/tools/tradefederation/core/src/com/android/tradefed/build/
DBuildRetrievalError.java31 public BuildRetrievalError(String reason) { in BuildRetrievalError() argument
32 super(reason); in BuildRetrievalError()
42 public BuildRetrievalError(String reason, Throwable cause) { in BuildRetrievalError() argument
43 super(reason, cause); in BuildRetrievalError()
54 public BuildRetrievalError(String reason, Throwable cause, IBuildInfo build) { in BuildRetrievalError() argument
55 super(reason, cause); in BuildRetrievalError()
/tools/tradefederation/core/src/com/android/tradefed/result/
DLegacySubprocessResultsReporter.java63 public void testFailed(TestIdentifier testId, String reason) { in testFailed() argument
65 new FailedTestEventInfo(testId.getClassName(), testId.getTestName(), reason); in testFailed()
109 public void testRunFailed(String reason) { in testRunFailed() argument
110 TestRunFailedEventInfo info = new TestRunFailedEventInfo(reason); in testRunFailed()
DSubprocessResultsReporter.java103 public void testFailed(TestDescription testId, String reason) { in testFailed() argument
105 new FailedTestEventInfo(testId.getClassName(), testId.getTestName(), reason); in testFailed()
127 public void testRunFailed(String reason) { in testRunFailed() argument
128 TestRunFailedEventInfo info = new TestRunFailedEventInfo(reason); in testRunFailed()
/tools/loganalysis/src/com/android/loganalysis/item/
DAnrItem.java124 public void setReason(String reason) { in setReason() argument
125 setAttribute(REASON, reason); in setReason()
/tools/tradefederation/core/src/com/android/tradefed/testtype/
DPythonUnitTestResultParser.java161 public PythonUnitTestParseException(String reason) { in PythonUnitTestParseException() argument
162 super(reason); in PythonUnitTestParseException()
/tools/tradefederation/core/python-lib/tradefed_py/
Dtf_runner.py87 def addSkip(self, test, reason): argument
98 super(TextTestResult, self).addSkip(test, reason)
/tools/test/connectivity/acts/framework/acts/test_utils/bt/
Dbluetooth.proto124 // Numeric reason for disconnecting as defined in metrics.h
179 // The reason for disconnecting
/tools/tradefederation/core/src/com/android/tradefed/config/
DConfigurationXmlParser.java339 private void throwException(String reason) throws SAXException { in throwException() argument
341 "Failed to parse config xml '%s'. Reason: %s", mConfigDef.getName(), reason))); in throwException()
/tools/tradefederation/core/tests/res/testdata/
Dsubprocess2.txt11 03-22 14:04:02 E/SubprocessResultsReporter: TEST_RUN_FAILED {"reason":"damn I failed"}
/tools/tradefederation/core/src/com/android/tradefed/util/
DSubprocessEventHelper.java114 public TestRunFailedEventInfo(String reason) { in TestRunFailedEventInfo() argument
115 mReason = reason; in TestRunFailedEventInfo()
/tools/tradefederation/core/atest/proto/
Dexternal_user_log.proto17 // Occurs when atest exits for any reason
Dinternal_user_log.proto21 // Occurs when atest exits for any reason
/tools/test/connectivity/acts/framework/acts/test_utils/tel/
DTelephonyBaseTest.py505 def _block_all_test_cases(self, tests, reason='Failed class setup'): argument
508 signal = signals.TestFailure(reason)
/tools/test/connectivity/acts/framework/acts/
Dbase_test.py878 def _block_all_test_cases(self, tests, reason='Failed class setup'): argument
887 signal = signals.TestError(reason)
/tools/tradefederation/core/atest/docs/
Ddevelop_test_runners.md17 the atest CLI and your test runner's CLI. The reason for this is so that atest
/tools/metalava/
DFORMAT.md352 files, that method does not exist, but clearly it's there in the SDK. The reason
373 generated by the compiler. There's no reason to list these in the signature
/tools/test/connectivity/acts/tests/google/tel/live/
DTelLiveStressTest.py484 for reason in failure_reasons:
485 self.result_info["Call %s Failure" % reason] += 1
/tools/security/sanitizer-status/
DNOTICE186 incurred by, or claims asserted against, such Contributor by reason
/tools/trebuchet/
DLICENSE174 incurred by, or claims asserted against, such Contributor by reason
/tools/apksig/
DLICENSE186 incurred by, or claims asserted against, such Contributor by reason
/tools/acloud/
DLICENSE174 incurred by, or claims asserted against, such Contributor by reason
/tools/external/fat32lib/
DNOTICE35 … advantage over competing non-free programs. These disadvantages are the reason we use the ordinar…
118 …f a court judgment or allegation of patent infringement or for any other reason (not limited to pa…

12