Home
last modified time | relevance | path

Searched refs:cause (Results 1 – 25 of 26) 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/
DApkFormatException.java32 public ApkFormatException(String message, Throwable cause) { in ApkFormatException() argument
33 super(message, cause); in ApkFormatException()
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()
/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()
DApkSigningBlockUtils.java1123 public SignatureNotFoundException(String message, Throwable cause) { in SignatureNotFoundException() argument
1124 super(message, cause); in SignatureNotFoundException()
/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/asn1/
DAsn1EncodingException.java29 public Asn1EncodingException(String message, Throwable cause) { in Asn1EncodingException() argument
30 super(message, cause); in Asn1EncodingException()
DAsn1DecodingException.java29 public Asn1DecodingException(String message, Throwable cause) { in Asn1DecodingException() argument
30 super(message, cause); in Asn1DecodingException()
/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/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.gitignore44 # 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/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/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/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:
/tools/external/fat32lib/
DNOTICE64 b) You must cause the files modified to carry prominent notices stating that you changed the files …
65 c) You must cause the whole of the work to be licensed at no charge to all third parties under the …
/tools/test/connectivity/acts/framework/acts/controllers/anritsu_lib/
Dmd8475a.py4555 def set_reject_cause(self, message_id, cause): argument
4569 cmd = "REJECTCAUSE {},{}".format(message_id.value, cause)
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/proto/google/protobuf/
Ddescriptor.proto235 // just annotations which may cause code to be generated slightly differently

12