Home
last modified time | relevance | path

Searched defs:tE (Results 1 – 25 of 44) sorted by relevance

12

/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/spec/
DInvalidKeySpecExceptionTest.java58 InvalidKeySpecException tE = new InvalidKeySpecException(); in testInvalidKeySpecException01() local
69 InvalidKeySpecException tE; in testInvalidKeySpecException02() local
85 InvalidKeySpecException tE = new InvalidKeySpecException(msg); in testInvalidKeySpecException03() local
97 InvalidKeySpecException tE = new InvalidKeySpecException(cause); in testInvalidKeySpecException04() local
108 InvalidKeySpecException tE = new InvalidKeySpecException(tCause); in testInvalidKeySpecException05() local
126 InvalidKeySpecException tE = new InvalidKeySpecException(null, null); in testInvalidKeySpecException06() local
137 InvalidKeySpecException tE; in testInvalidKeySpecException07() local
152 InvalidKeySpecException tE = new InvalidKeySpecException(null, tCause); in testInvalidKeySpecException08() local
170 InvalidKeySpecException tE; in testInvalidKeySpecException09() local
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
DKeyManagementExceptionTest.java59 KeyManagementException tE = new KeyManagementException(); in testKeyManagementException01() local
70 KeyManagementException tE; in testKeyManagementException02() local
86 KeyManagementException tE = new KeyManagementException(msg); in testKeyManagementException03() local
98 KeyManagementException tE = new KeyManagementException(cause); in testKeyManagementException04() local
109 KeyManagementException tE = new KeyManagementException(tCause); in testKeyManagementException05() local
127 KeyManagementException tE = new KeyManagementException(null, null); in testKeyManagementException06() local
138 KeyManagementException tE; in testKeyManagementException07() local
153 KeyManagementException tE = new KeyManagementException(null, tCause); in testKeyManagementException08() local
171 KeyManagementException tE; in testKeyManagementException09() local
DDigestExceptionTest.java58 DigestException tE = new DigestException(); in testDigestException01() local
69 DigestException tE; in testDigestException02() local
84 DigestException tE = new DigestException(msg); in testDigestException03() local
95 DigestException tE = new DigestException(cause); in testDigestException04() local
105 DigestException tE = new DigestException(tCause); in testDigestException05() local
123 DigestException tE = new DigestException(null, null); in testDigestException06() local
134 DigestException tE; in testDigestException07() local
149 DigestException tE = new DigestException(null, tCause); in testDigestException08() local
167 DigestException tE; in testDigestException09() local
DGeneralSecurityExceptionTest.java59 GeneralSecurityException tE = new GeneralSecurityException(); in testGeneralSecurityException01() local
70 GeneralSecurityException tE; in testGeneralSecurityException02() local
86 GeneralSecurityException tE = new GeneralSecurityException(msg); in testGeneralSecurityException03() local
98 GeneralSecurityException tE = new GeneralSecurityException(cause); in testGeneralSecurityException04() local
109 GeneralSecurityException tE = new GeneralSecurityException(tCause); in testGeneralSecurityException05() local
127 GeneralSecurityException tE = new GeneralSecurityException(null, null); in testGeneralSecurityException06() local
138 GeneralSecurityException tE; in testGeneralSecurityException07() local
153 GeneralSecurityException tE = new GeneralSecurityException(null, tCause); in testGeneralSecurityException08() local
171 GeneralSecurityException tE; in testGeneralSecurityException09() local
DProviderExceptionTest.java58 ProviderException tE = new ProviderException(); in testProviderException01() local
69 ProviderException tE; in testProviderException02() local
84 ProviderException tE = new ProviderException(msg); in testProviderException03() local
95 ProviderException tE = new ProviderException(cause); in testProviderException04() local
106 ProviderException tE = new ProviderException(tCause); in testProviderException05() local
124 ProviderException tE = new ProviderException(null, null); in testProviderException06() local
135 ProviderException tE; in testProviderException07() local
150 ProviderException tE = new ProviderException(null, tCause); in testProviderException08() local
168 ProviderException tE; in testProviderException09() local
DNoSuchAlgorithmExceptionTest.java59 NoSuchAlgorithmException tE = new NoSuchAlgorithmException(); in testNoSuchAlgorithmException01() local
70 NoSuchAlgorithmException tE; in testNoSuchAlgorithmException02() local
86 NoSuchAlgorithmException tE = new NoSuchAlgorithmException(msg); in testNoSuchAlgorithmException03() local
98 NoSuchAlgorithmException tE = new NoSuchAlgorithmException(cause); in testNoSuchAlgorithmException04() local
109 NoSuchAlgorithmException tE = new NoSuchAlgorithmException(tCause); in testNoSuchAlgorithmException05() local
127 NoSuchAlgorithmException tE = new NoSuchAlgorithmException(null, null); in testNoSuchAlgorithmException06() local
138 NoSuchAlgorithmException tE; in testNoSuchAlgorithmException07() local
153 NoSuchAlgorithmException tE = new NoSuchAlgorithmException(null, tCause); in testNoSuchAlgorithmException08() local
171 NoSuchAlgorithmException tE; in testNoSuchAlgorithmException09() local
DInvalidKeyExceptionTest.java58 InvalidKeyException tE = new InvalidKeyException(); in testInvalidKeyException01() local
69 InvalidKeyException tE; in testInvalidKeyException02() local
84 InvalidKeyException tE = new InvalidKeyException(msg); in testInvalidKeyException03() local
96 InvalidKeyException tE = new InvalidKeyException(cause); in testInvalidKeyException04() local
107 InvalidKeyException tE = new InvalidKeyException(tCause); in testInvalidKeyException05() local
125 InvalidKeyException tE = new InvalidKeyException(null, null); in testInvalidKeyException06() local
136 InvalidKeyException tE; in testInvalidKeyException07() local
151 InvalidKeyException tE = new InvalidKeyException(null, tCause); in testInvalidKeyException08() local
169 InvalidKeyException tE; in testInvalidKeyException09() local
DInvalidAlgorithmParameterExceptionTest.java60 InvalidAlgorithmParameterException tE = new InvalidAlgorithmParameterException(); in testInvalidAlgorithmParameterException01() local
71 InvalidAlgorithmParameterException tE; in testInvalidAlgorithmParameterException02() local
87 InvalidAlgorithmParameterException tE = new InvalidAlgorithmParameterException( in testInvalidAlgorithmParameterException03() local
100 InvalidAlgorithmParameterException tE = new InvalidAlgorithmParameterException( in testInvalidAlgorithmParameterException04() local
112 InvalidAlgorithmParameterException tE = new InvalidAlgorithmParameterException( in testInvalidAlgorithmParameterException05() local
132 InvalidAlgorithmParameterException tE = new InvalidAlgorithmParameterException( in testInvalidAlgorithmParameterException06() local
145 InvalidAlgorithmParameterException tE; in testInvalidAlgorithmParameterException07() local
161 InvalidAlgorithmParameterException tE = new InvalidAlgorithmParameterException( in testInvalidAlgorithmParameterException08() local
181 InvalidAlgorithmParameterException tE; in testInvalidAlgorithmParameterException09() local
DKeyStoreExceptionTest.java58 KeyStoreException tE = new KeyStoreException(); in testKeyStoreException01() local
69 KeyStoreException tE; in testKeyStoreException02() local
84 KeyStoreException tE = new KeyStoreException(msg); in testKeyStoreException03() local
95 KeyStoreException tE = new KeyStoreException(cause); in testKeyStoreException04() local
106 KeyStoreException tE = new KeyStoreException(tCause); in testKeyStoreException05() local
124 KeyStoreException tE = new KeyStoreException(null, null); in testKeyStoreException06() local
135 KeyStoreException tE; in testKeyStoreException07() local
150 KeyStoreException tE = new KeyStoreException(null, tCause); in testKeyStoreException08() local
168 KeyStoreException tE; in testKeyStoreException09() local
DSignatureExceptionTest.java58 SignatureException tE = new SignatureException(); in testSignatureException01() local
69 SignatureException tE; in testSignatureException02() local
84 SignatureException tE = new SignatureException(msg); in testSignatureException03() local
96 SignatureException tE = new SignatureException(cause); in testSignatureException04() local
107 SignatureException tE = new SignatureException(tCause); in testSignatureException05() local
125 SignatureException tE = new SignatureException(null, null); in testSignatureException06() local
136 SignatureException tE; in testSignatureException07() local
151 SignatureException tE = new SignatureException(null, tCause); in testSignatureException08() local
169 SignatureException tE; in testSignatureException09() local
DKeyExceptionTest.java58 KeyException tE = new KeyException(); in testKeyException01() local
69 KeyException tE; in testKeyException02() local
84 KeyException tE = new KeyException(msg); in testKeyException03() local
95 KeyException tE = new KeyException(cause); in testKeyException04() local
105 KeyException tE = new KeyException(tCause); in testKeyException05() local
123 KeyException tE = new KeyException(null, null); in testKeyException06() local
134 KeyException tE; in testKeyException07() local
149 KeyException tE = new KeyException(null, tCause); in testKeyException08() local
167 KeyException tE; in testKeyException09() local
DUnrecoverableKeyExceptionTest.java59 UnrecoverableKeyException tE = new UnrecoverableKeyException(); in testUnrecoverableKeyException01() local
70 UnrecoverableKeyException tE; in testUnrecoverableKeyException02() local
86 UnrecoverableKeyException tE = new UnrecoverableKeyException(msg); in testUnrecoverableKeyException03() local
DInvalidParameterExceptionTest.java59 InvalidParameterException tE = new InvalidParameterException(); in testInvalidParameterException01() local
70 InvalidParameterException tE; in testInvalidParameterException02() local
86 InvalidParameterException tE = new InvalidParameterException(msg); in testInvalidParameterException03() local
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
DCertificateEncodingExceptionTest.java59 CertificateEncodingException tE = new CertificateEncodingException(); in testCertificateEncodingException01() local
70 CertificateEncodingException tE; in testCertificateEncodingException02() local
86 CertificateEncodingException tE = new CertificateEncodingException(msg); in testCertificateEncodingException03() local
98 CertificateEncodingException tE = new CertificateEncodingException( in testCertificateEncodingException04() local
110 CertificateEncodingException tE = new CertificateEncodingException( in testCertificateEncodingException05() local
129 CertificateEncodingException tE = new CertificateEncodingException( in testCertificateEncodingException06() local
141 CertificateEncodingException tE; in testCertificateEncodingException07() local
156 CertificateEncodingException tE = new CertificateEncodingException( in testCertificateEncodingException08() local
175 CertificateEncodingException tE; in testCertificateEncodingException09() local
DCertStoreExceptionTest.java57 CertStoreException tE = new CertStoreException(); in testCertStoreException01() local
68 CertStoreException tE; in testCertStoreException02() local
83 CertStoreException tE = new CertStoreException(msg); in testCertStoreException03() local
95 CertStoreException tE = new CertStoreException(cause); in testCertStoreException04() local
106 CertStoreException tE = new CertStoreException(tCause); in testCertStoreException05() local
124 CertStoreException tE = new CertStoreException(null, null); in testCertStoreException06() local
135 CertStoreException tE; in testCertStoreException07() local
150 CertStoreException tE = new CertStoreException(null, tCause); in testCertStoreException08() local
168 CertStoreException tE; in testCertStoreException09() local
DCRLExceptionTest.java57 CRLException tE = new CRLException(); in testCRLException01() local
68 CRLException tE; in testCRLException02() local
83 CRLException tE = new CRLException(msg); in testCRLException03() local
94 CRLException tE = new CRLException(cause); in testCRLException04() local
104 CRLException tE = new CRLException(tCause); in testCRLException05() local
122 CRLException tE = new CRLException(null, null); in testCRLException06() local
133 CRLException tE; in testCRLException07() local
148 CRLException tE = new CRLException(null, tCause); in testCRLException08() local
166 CRLException tE; in testCRLException09() local
DCertPathBuilderExceptionTest.java59 CertPathBuilderException tE = new CertPathBuilderException(); in testCertPathBuilderException01() local
70 CertPathBuilderException tE; in testCertPathBuilderException02() local
86 CertPathBuilderException tE = new CertPathBuilderException(msg); in testCertPathBuilderException03() local
98 CertPathBuilderException tE = new CertPathBuilderException(cause); in testCertPathBuilderException04() local
109 CertPathBuilderException tE = new CertPathBuilderException(tCause); in testCertPathBuilderException05() local
127 CertPathBuilderException tE = new CertPathBuilderException(null, null); in testCertPathBuilderException06() local
138 CertPathBuilderException tE; in testCertPathBuilderException07() local
153 CertPathBuilderException tE = new CertPathBuilderException(null, tCause); in testCertPathBuilderException08() local
171 CertPathBuilderException tE; in testCertPathBuilderException09() local
DCertificateExceptionTest.java58 CertificateException tE = new CertificateException(); in testCertificateException01() local
69 CertificateException tE; in testCertificateException02() local
85 CertificateException tE = new CertificateException(msg); in testCertificateException03() local
97 CertificateException tE = new CertificateException(cause); in testCertificateException04() local
108 CertificateException tE = new CertificateException(tCause); in testCertificateException05() local
126 CertificateException tE = new CertificateException(null, null); in testCertificateException06() local
137 CertificateException tE; in testCertificateException07() local
152 CertificateException tE = new CertificateException(null, tCause); in testCertificateException08() local
170 CertificateException tE; in testCertificateException09() local
DCertificateParsingExceptionTest.java59 CertificateParsingException tE = new CertificateParsingException(); in testCertificateParsingException01() local
70 CertificateParsingException tE; in testCertificateParsingException02() local
86 CertificateParsingException tE = new CertificateParsingException(msg); in testCertificateParsingException03() local
98 CertificateParsingException tE = new CertificateParsingException(cause); in testCertificateParsingException04() local
109 CertificateParsingException tE = new CertificateParsingException(tCause); in testCertificateParsingException05() local
127 CertificateParsingException tE = new CertificateParsingException(null, in testCertificateParsingException06() local
139 CertificateParsingException tE; in testCertificateParsingException07() local
154 CertificateParsingException tE = new CertificateParsingException(null, in testCertificateParsingException08() local
173 CertificateParsingException tE; in testCertificateParsingException09() local
DCertPathValidatorExceptionTest.java64 CertPathValidatorException tE = new CertPathValidatorException(); in testCertPathValidatorException01() local
75 CertPathValidatorException tE; in testCertPathValidatorException02() local
91 CertPathValidatorException tE = new CertPathValidatorException(msg); in testCertPathValidatorException03() local
103 CertPathValidatorException tE = new CertPathValidatorException(cause); in testCertPathValidatorException04() local
114 CertPathValidatorException tE = new CertPathValidatorException(tCause); in testCertPathValidatorException05() local
132 CertPathValidatorException tE = new CertPathValidatorException(null, in testCertPathValidatorException06() local
144 CertPathValidatorException tE; in testCertPathValidatorException07() local
159 CertPathValidatorException tE = new CertPathValidatorException(null, in testCertPathValidatorException08() local
178 CertPathValidatorException tE; in testCertPathValidatorException09() local
205 CertPathValidatorException tE = new CertPathValidatorException(null, in testCertPathValidatorException10() local
[all …]
/external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/
DSSLExceptionTest.java55 SSLException tE; in testSSLException01() local
70 SSLException tE = new SSLException(msg); in testSSLException02() local
81 SSLException tE = new SSLException(cause); in testSSLException03() local
91 SSLException tE = new SSLException(tCause); in testSSLException04() local
113 SSLException tE = new SSLException(null, null); in testSSLException05() local
124 SSLException tE; in testSSLException06() local
139 SSLException tE = new SSLException(null, tCause); in testSSLException07() local
161 SSLException tE; in testSSLException08() local
/external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/
DExemptionMechanismExceptionTest.java54 static String createErr(Exception tE, Exception eE) { in createErr()
64 ExemptionMechanismException tE = new ExemptionMechanismException(); in testExemptionMechanismException01() local
80 ExemptionMechanismException tE; in testExemptionMechanismException02() local
101 ExemptionMechanismException tE = new ExemptionMechanismException(msg); in testExemptionMechanismException03() local
DNoSuchPaddingExceptionTest.java59 NoSuchPaddingException tE = new NoSuchPaddingException(); in testNoSuchPaddingException01() local
70 NoSuchPaddingException tE; in testNoSuchPaddingException02() local
86 NoSuchPaddingException tE = new NoSuchPaddingException(msg); in testNoSuchPaddingException03() local
DBadPaddingExceptionTest.java58 BadPaddingException tE = new BadPaddingException(); in testBadPaddingException01() local
69 BadPaddingException tE; in testBadPaddingException02() local
84 BadPaddingException tE = new BadPaddingException(msg); in testBadPaddingException03() local
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/javax/security/cert/
DCertificateNotYetValidExceptionTest.java59 CertificateNotYetValidException tE = new CertificateNotYetValidException(); in testCertificateNotYetValidException01() local
70 CertificateNotYetValidException tE; in testCertificateNotYetValidException02() local
86 CertificateNotYetValidException tE = new CertificateNotYetValidException( in testCertificateNotYetValidException03() local

12