/external/dropbear/libtommath/ |
bn_error.c | 21 } msgs[] = { variable in typeref:struct:__anon20125 33 for (x = 0; x < (int)(sizeof(msgs) / sizeof(msgs[0])); x++) { 34 if (msgs[x].code == code) { 35 return msgs[x].msg;
|
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/sasl/serialization/ |
AuthenticationExceptionTest.java | 35 public static String[] msgs = { field in class:AuthenticationExceptionTest 42 Exception cause = new Exception(msgs[1]); 45 new AuthenticationException(msgs[1]), 47 new AuthenticationException(msgs[0], null), 49 new AuthenticationException(msgs[1], cause)
|
SaslExceptionTest.java | 35 public static String[] msgs = { field in class:SaslExceptionTest 42 Exception cause = new Exception(msgs[1]); 45 new SaslException(msgs[1]), 47 new SaslException(msgs[0], null), 49 new SaslException(msgs[1], cause)
|
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/ |
UnrecoverableEntryExceptionTest.java | 42 static String[] msgs = { field in class:UnrecoverableEntryExceptionTest 63 for (int i = 0; i < msgs.length; i++) { 64 tE = new UnrecoverableEntryException(msgs[i]); 65 assertEquals("getMessage() must return: ".concat(msgs[i]), tE 66 .getMessage(), msgs[i]);
|
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/serialization/ |
CRLExceptionTest.java | 36 public static String[] msgs = { field in class:CRLExceptionTest 41 Exception cause = new Exception(msgs[1]); 42 CRLException dExc = new CRLException(msgs[0], cause); 46 new CRLException(msgs[1]), 48 new CRLException(msgs[1], dExc) };
|
CertPathBuilderExceptionTest.java | 36 public static String[] msgs = { field in class:CertPathBuilderExceptionTest 41 Exception cause = new Exception(msgs[1]); 42 CertPathBuilderException dExc = new CertPathBuilderException(msgs[0], cause); 46 new CertPathBuilderException(msgs[1]), 48 new CertPathBuilderException(msgs[1], dExc) };
|
CertStoreExceptionTest.java | 36 public static String[] msgs = { field in class:CertStoreExceptionTest 41 Exception cause = new Exception(msgs[1]); 42 CertStoreException dExc = new CertStoreException(msgs[0], cause); 46 new CertStoreException(msgs[1]), 48 new CertStoreException(msgs[1], dExc) };
|
CertificateEncodingExceptionTest.java | 36 public static String[] msgs = { field in class:CertificateEncodingExceptionTest 41 Exception cause = new Exception(msgs[1]); 42 CertificateEncodingException dExc = new CertificateEncodingException(msgs[0], cause); 46 new CertificateEncodingException(msgs[1]), 48 new CertificateEncodingException(msgs[1], dExc) };
|
CertificateExceptionTest.java | 36 public static String[] msgs = { field in class:CertificateExceptionTest 41 Exception cause = new Exception(msgs[1]); 42 CertificateException dExc = new CertificateException(msgs[0], cause); 46 new CertificateException(msgs[1]), 48 new CertificateException(msgs[1], dExc) };
|
CertificateParsingExceptionTest.java | 36 public static String[] msgs = { field in class:CertificateParsingExceptionTest 41 Exception cause = new Exception(msgs[1]); 42 CertificateParsingException dExc = new CertificateParsingException(msgs[0], cause); 46 new CertificateParsingException(msgs[1]), 48 new CertificateParsingException(msgs[1], dExc) };
|
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/serialization/ |
DigestExceptionTest.java | 36 public static String[] msgs = { field in class:DigestExceptionTest 41 Exception cause = new Exception(msgs[1]); 42 DigestException dExc = new DigestException(msgs[0], cause); 46 new DigestException(msgs[1]), 48 new DigestException(msgs[1], dExc) };
|
GeneralSecurityExceptionTest.java | 36 public static String[] msgs = { field in class:GeneralSecurityExceptionTest 41 Exception cause = new Exception(msgs[1]); 42 GeneralSecurityException dExc = new GeneralSecurityException(msgs[0], cause); 46 new GeneralSecurityException(msgs[1]), 48 new GeneralSecurityException(msgs[1], dExc) };
|
InvalidAlgorithmParameterExceptionTest.java | 36 public static String[] msgs = { field in class:InvalidAlgorithmParameterExceptionTest 41 Exception cause = new Exception(msgs[1]); 42 InvalidAlgorithmParameterException dExc = new InvalidAlgorithmParameterException(msgs[0], cause); 46 new InvalidAlgorithmParameterException(msgs[1]), 48 new InvalidAlgorithmParameterException(msgs[1], dExc) };
|
InvalidKeyExceptionTest.java | 36 public static String[] msgs = { field in class:InvalidKeyExceptionTest 41 Exception cause = new Exception(msgs[1]); 42 InvalidKeyException dExc = new InvalidKeyException(msgs[0], cause); 46 new InvalidKeyException(msgs[1]), 48 new InvalidKeyException(msgs[1], dExc) };
|
KeyExceptionTest.java | 36 public static String[] msgs = { field in class:KeyExceptionTest 41 Exception cause = new Exception(msgs[1]); 42 KeyException dExc = new KeyException(msgs[0], cause); 46 new KeyException(msgs[1]), 48 new KeyException(msgs[1], dExc) };
|
KeyManagementExceptionTest.java | 36 public static String[] msgs = { field in class:KeyManagementExceptionTest 41 Exception cause = new Exception(msgs[1]); 42 KeyManagementException dExc = new KeyManagementException(msgs[0], cause); 46 new KeyManagementException(msgs[1]), 48 new KeyManagementException(msgs[1], dExc) };
|
KeyStoreExceptionTest.java | 36 public static String[] msgs = { field in class:KeyStoreExceptionTest 41 Exception cause = new Exception(msgs[1]); 42 KeyStoreException dExc = new KeyStoreException(msgs[0], cause); 46 new KeyStoreException(msgs[1]), 48 new KeyStoreException(msgs[1], dExc) };
|
NoSuchAlgorithmExceptionTest.java | 36 public static String[] msgs = { field in class:NoSuchAlgorithmExceptionTest 41 Exception cause = new Exception(msgs[1]); 42 NoSuchAlgorithmException dExc = new NoSuchAlgorithmException(msgs[0], cause); 46 new NoSuchAlgorithmException(msgs[1]), 48 new NoSuchAlgorithmException(msgs[1], dExc) };
|
ProviderExceptionTest.java | 36 public static String[] msgs = { field in class:ProviderExceptionTest 41 Exception cause = new Exception(msgs[1]); 42 ProviderException dExc = new ProviderException(msgs[0], cause); 46 new ProviderException(msgs[1]), 48 new ProviderException(msgs[1], dExc) };
|
SignatureExceptionTest.java | 36 public static String[] msgs = { field in class:SignatureExceptionTest 41 Exception cause = new Exception(msgs[1]); 42 SignatureException dExc = new SignatureException(msgs[0], cause); 46 new SignatureException(msgs[1]), 48 new SignatureException(msgs[1], dExc) };
|
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/spec/serialization/ |
InvalidKeySpecExceptionTest.java | 36 public static String[] msgs = { field in class:InvalidKeySpecExceptionTest 41 Exception cause = new Exception(msgs[1]); 42 InvalidKeySpecException dExc = new InvalidKeySpecException(msgs[0], cause); 46 new InvalidKeySpecException(msgs[1]), 48 new InvalidKeySpecException(msgs[1], dExc) };
|
/external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/serialization/ |
SSLExceptionTest.java | 36 public static String[] msgs = { field in class:SSLExceptionTest 43 Exception cause = new Exception(msgs[1]); 44 SSLException excSSL = new SSLException(msgs[0]); 45 return new Object[] { new SSLException(msg), new SSLException(msgs[1]), 47 new SSLException(msgs[1], cause) };
|
/libcore/luni/src/test/java/tests/api/javax/net/ssl/ |
SSLHandshakeExceptionTest.java | 24 private static String[] msgs = { field in class:SSLHandshakeExceptionTest 37 for (int i = 0; i < msgs.length; i++) { 38 sslE = new SSLHandshakeException(msgs[i]); 39 assertEquals("getMessage() must return: ".concat(msgs[i]), sslE.getMessage(), msgs[i]);
|
SSLKeyExceptionTest.java | 24 private static String[] msgs = { field in class:SSLKeyExceptionTest 37 for (int i = 0; i < msgs.length; i++) { 38 skE = new SSLKeyException(msgs[i]); 39 assertEquals("getMessage() must return: ".concat(msgs[i]), skE.getMessage(), msgs[i]);
|
SSLPeerUnverifiedExceptionTest.java | 24 private static String[] msgs = { field in class:SSLPeerUnverifiedExceptionTest 37 for (int i = 0; i < msgs.length; i++) { 38 sslE = new SSLPeerUnverifiedException(msgs[i]); 39 assertEquals("getMessage() must return: ".concat(msgs[i]), sslE.getMessage(), msgs[i]);
|