/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/test/connectivity/acts/framework/acts/ |
D | asserts.py | 171 def skip(reason, extras=None): argument 182 raise signals.TestSkip(reason, extras) 185 def skip_if(expr, reason, extras=None): argument 195 skip(reason, extras) 198 def abort_class(reason, extras=None): argument 214 raise signals.TestAbortClass(reason, extras) 217 def abort_class_if(expr, reason, extras=None): argument 235 abort_class(reason, extras) 238 def abort_all(reason, extras=None): argument 250 raise signals.TestAbortAll(reason, extras) [all …]
|
/tools/tradefederation/core/src/com/android/tradefed/targetprep/ |
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/result/ |
D | LegacySubprocessResultsReporter.java | 59 public void testFailed(TestIdentifier testId, String reason) { in testFailed() argument 61 new FailedTestEventInfo(testId.getClassName(), testId.getTestName(), reason); in testFailed()
|
D | SubprocessResultsReporter.java | 99 public void testFailed(TestDescription testId, String reason) { in testFailed() argument 101 new FailedTestEventInfo(testId.getClassName(), testId.getTestName(), reason); in testFailed() 123 public void testRunFailed(String reason) { in testRunFailed() argument 124 TestRunFailedEventInfo info = new TestRunFailedEventInfo(reason); in testRunFailed()
|
/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/testtype/ |
D | PythonUnitTestResultParser.java | 141 public PythonUnitTestParseException(String reason) { in PythonUnitTestParseException() argument 142 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 | 105 // Numeric reason for disconnecting as defined in metrics.h 145 // The reason for disconnecting
|
/tools/tradefederation/core/src/com/android/tradefed/config/ |
D | ConfigurationXmlParser.java | 309 private void throwException(String reason) throws SAXException { in throwException() argument 311 "Failed to parse config xml '%s'. Reason: %s", mConfigDef.getName(), reason))); in throwException()
|
/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/acloud/ |
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/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…
|
/tools/metalava/ |
D | README.md | 434 code which generates the documentation is easier to reason about and to
|
/tools/apkzlib/src/test/resources/testData/packaging/text-files/ |
D | rfc2460.txt | 1539 reason for the change is to protect ICMP from misdelivery or 1548 lifetime. That is the reason the IPv4 "Time to Live" field was
|