Searched refs:msgs (Results 1 - 25 of 141) sorted by relevance

123456

/external/dropbear/libtommath/
H A Dbn_error.c21 } msgs[] = { variable in typeref:struct:__anon4090
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/
H A DAuthenticationExceptionTest.java35 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)
H A DSaslExceptionTest.java35 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/
H A DUnrecoverableEntryExceptionTest.java42 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/
H A DCRLExceptionTest.java36 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) };
H A DCertPathBuilderExceptionTest.java36 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) };
H A DCertStoreExceptionTest.java36 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) };
H A DCertificateEncodingExceptionTest.java36 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) };
H A DCertificateExceptionTest.java36 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) };
H A DCertificateParsingExceptionTest.java36 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/
H A DDigestExceptionTest.java36 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) };
H A DGeneralSecurityExceptionTest.java36 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) };
H A DInvalidAlgorithmParameterExceptionTest.java36 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) };
H A DInvalidKeyExceptionTest.java36 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) };
H A DKeyExceptionTest.java36 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) };
H A DKeyManagementExceptionTest.java36 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) };
H A DKeyStoreExceptionTest.java36 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) };
H A DNoSuchAlgorithmExceptionTest.java36 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) };
H A DProviderExceptionTest.java36 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) };
H A DSignatureExceptionTest.java36 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/
H A DInvalidKeySpecExceptionTest.java36 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/
H A DSSLExceptionTest.java36 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) };
/external/webkit/Tools/Scripts/webkitpy/common/system/
H A Dstack_utils_unittest.py52 msgs = []
55 msgs.append(msg)
60 self.assertTrue(msgs)
63 msgs = []
66 msgs.append(msg)
72 self.assertTrue(msgs)
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/javax/security/cert/serialization/
H A DCertificateEncodingExceptionTest.java36 public static String[] msgs = { field in class:CertificateEncodingExceptionTest
43 new CertificateEncodingException(msgs[0]),
44 new CertificateEncodingException(msgs[1]) };
H A DCertificateExceptionTest.java36 public static String[] msgs = { field in class:CertificateExceptionTest
42 new CertificateException(msgs[0]),
43 new CertificateException(msgs[1]) };

Completed in 253 milliseconds

123456