Home
last modified time | relevance | path

Searched refs:cause (Results 1 – 25 of 32) sorted by relevance

12

/tools/test/connectivity/acts/framework/acts/
Dtest_decorators.py187 cause = None
198 cause = ex
199 new_signal = signals.TestError(cause)
217 raise new_signal from cause
/tools/apksig/src/main/java/com/android/apksig/apk/
DApkSigningBlockNotFoundException.java29 public ApkSigningBlockNotFoundException(String message, Throwable cause) { in ApkSigningBlockNotFoundException() argument
30 super(message, cause); in ApkSigningBlockNotFoundException()
DMinSdkVersionException.java37 public MinSdkVersionException(String message, Throwable cause) { in MinSdkVersionException() argument
38 super(message, cause); in MinSdkVersionException()
DApkFormatException.java32 public ApkFormatException(String message, Throwable cause) { in ApkFormatException() argument
33 super(message, cause); in ApkFormatException()
/tools/apksig/src/main/java/com/android/apksig/zip/
DZipFormatException.java29 public ZipFormatException(String message, Throwable cause) { in ZipFormatException() argument
30 super(message, cause); in ZipFormatException()
/tools/apksig/src/main/java/com/android/apksig/internal/apk/
DSignatureNotFoundException.java27 public SignatureNotFoundException(String message, Throwable cause) { in SignatureNotFoundException() argument
28 super(message, cause); in SignatureNotFoundException()
DAndroidBinXmlParser.java865 public XmlParserException(String message, Throwable cause) { in XmlParserException() argument
866 super(message, cause); in XmlParserException()
/tools/loganalysis/src/com/android/loganalysis/util/config/
DConfigurationException.java40 public ConfigurationException(String msg, Throwable cause) { in ConfigurationException() argument
41 super(msg, cause); in ConfigurationException()
/tools/apksig/src/main/java/com/android/apksig/internal/asn1/
DAsn1DecodingException.java29 public Asn1DecodingException(String message, Throwable cause) { in Asn1DecodingException() argument
30 super(message, cause); in Asn1DecodingException()
DAsn1EncodingException.java29 public Asn1EncodingException(String message, Throwable cause) { in Asn1EncodingException() argument
30 super(message, cause); in Asn1EncodingException()
/tools/apksig/src/main/java/com/android/apksig/internal/pkcs7/
DPkcs7DecodingException.java29 public Pkcs7DecodingException(String message, Throwable cause) { in Pkcs7DecodingException() argument
30 super(message, cause); in Pkcs7DecodingException()
/tools/apksig/src/main/java/com/android/apksig/internal/asn1/ber/
DBerDataValueFormatException.java31 public BerDataValueFormatException(String message, Throwable cause) { in BerDataValueFormatException() argument
32 super(message, cause); in BerDataValueFormatException()
/tools/metalava/src/main/java/com/android/tools/metalava/model/text/
DApiParseException.kt23 internal constructor(message: String, file: String, cause: Exception?) : super(message, cause) {
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/
Dtel_parse_utils.py313 cause = res[0]
314 setup_data_call[msg_id]['response']['cause'] = cause
549 cause = None
618 cause = match_res[0]
620 cause = None
622 if cause != '0':
/tools/test/graphicsbenchmark/performance_tests/hostside/src/com/android/game/qualification/reporter/
DGameQualificationResultReporter.java67 public void invocationFailed(Throwable cause) { in invocationFailed() argument
68 super.invocationFailed(cause); in invocationFailed()
69 invocationFailures.add(cause); in invocationFailed()
/tools/ndkports/
D.gitignore49 # since they will be recreated, and may cause churn. Uncomment if using
/tools/security/sanitizer-status/
DNOTICE31 "control" means (i) the power, direct or indirect, to cause the
110 (b) You must cause any modified files to carry prominent notices
/tools/treble/
DLICENSE19 "control" means (i) the power, direct or indirect, to cause the
98 (b) You must cause any modified files to carry prominent notices
/tools/apksig/
DLICENSE31 "control" means (i) the power, direct or indirect, to cause the
110 (b) You must cause any modified files to carry prominent notices
/tools/trebuchet/
DLICENSE19 "control" means (i) the power, direct or indirect, to cause the
98 (b) You must cause any modified files to carry prominent notices
/tools/test/openhst/
DLICENSE19 "control" means (i) the power, direct or indirect, to cause the
98 (b) You must cause any modified files to carry prominent notices
/tools/test/connectivity/
DLICENSE19 "control" means (i) the power, direct or indirect, to cause the
98 (b) You must cause any modified files to carry prominent notices
/tools/test/mobly_snippets/gft/
DLICENSE19 "control" means (i) the power, direct or indirect, to cause the
98 (b) You must cause any modified files to carry prominent notices
/tools/acloud/
DLICENSE19 "control" means (i) the power, direct or indirect, to cause the
98 (b) You must cause any modified files to carry prominent notices
/tools/treble/split/
DREADME.md102 The following may cause differences between output artifacts:

12