/tools/tradefederation/core/src/com/android/tradefed/targetprep/ |
D | TargetSetupError.java | 36 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()
|
D | BuildError.java | 34 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()
|
D | DeviceFailedToBootError.java | 32 public DeviceFailedToBootError(String reason, DeviceDescriptor descriptor) { in DeviceFailedToBootError() argument 33 super(reason, descriptor); in DeviceFailedToBootError()
|
/tools/tradefederation/core/src/com/android/tradefed/build/ |
D | BuildRetrievalError.java | 31 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/ |
D | LegacySubprocessResultsReporter.java | 63 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()
|
D | SubprocessResultsReporter.java | 103 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/ |
D | AnrItem.java | 124 public void setReason(String reason) { in setReason() argument 125 setAttribute(REASON, reason); in setReason()
|
/tools/tradefederation/core/src/com/android/tradefed/testtype/ |
D | PythonUnitTestResultParser.java | 161 public PythonUnitTestParseException(String reason) { in PythonUnitTestParseException() argument 162 super(reason); in PythonUnitTestParseException()
|
/tools/tradefederation/core/python-lib/tradefed_py/ |
D | tf_runner.py | 87 def addSkip(self, test, reason): argument 98 super(TextTestResult, self).addSkip(test, reason)
|
/tools/test/connectivity/acts/framework/acts/test_utils/bt/ |
D | bluetooth.proto | 124 // Numeric reason for disconnecting as defined in metrics.h 179 // The reason for disconnecting
|
/tools/tradefederation/core/src/com/android/tradefed/config/ |
D | ConfigurationXmlParser.java | 339 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/ |
D | subprocess2.txt | 11 03-22 14:04:02 E/SubprocessResultsReporter: TEST_RUN_FAILED {"reason":"damn I failed"}
|
/tools/tradefederation/core/src/com/android/tradefed/util/ |
D | SubprocessEventHelper.java | 114 public TestRunFailedEventInfo(String reason) { in TestRunFailedEventInfo() argument 115 mReason = reason; in TestRunFailedEventInfo()
|
/tools/tradefederation/core/atest/proto/ |
D | external_user_log.proto | 17 // Occurs when atest exits for any reason
|
D | internal_user_log.proto | 21 // Occurs when atest exits for any reason
|
/tools/test/connectivity/acts/framework/acts/test_utils/tel/ |
D | TelephonyBaseTest.py | 505 def _block_all_test_cases(self, tests, reason='Failed class setup'): argument 508 signal = signals.TestFailure(reason)
|
/tools/test/connectivity/acts/framework/acts/ |
D | base_test.py | 878 def _block_all_test_cases(self, tests, reason='Failed class setup'): argument 887 signal = signals.TestError(reason)
|
/tools/tradefederation/core/atest/docs/ |
D | develop_test_runners.md | 17 the atest CLI and your test runner's CLI. The reason for this is so that atest
|
/tools/metalava/ |
D | FORMAT.md | 352 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/ |
D | TelLiveStressTest.py | 484 for reason in failure_reasons: 485 self.result_info["Call %s Failure" % reason] += 1
|
/tools/security/sanitizer-status/ |
D | NOTICE | 186 incurred by, or claims asserted against, such Contributor by reason
|
/tools/trebuchet/ |
D | LICENSE | 174 incurred by, or claims asserted against, such Contributor by reason
|
/tools/apksig/ |
D | LICENSE | 186 incurred by, or claims asserted against, such Contributor by reason
|
/tools/acloud/ |
D | LICENSE | 174 incurred by, or claims asserted against, such Contributor by reason
|
/tools/external/fat32lib/ |
D | NOTICE | 35 … 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…
|