HomeSort by relevance Sort by last modified time
    Searched refs:msgs (Results 1 - 25 of 241) sorted by null

1 2 3 4 5 6 7 8 910

  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/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]);
SSLProtocolExceptionTest.java 24 private static String[] msgs = { field in class:SSLProtocolExceptionTest
37 for (int i = 0; i < msgs.length; i++) {
38 sslE = new SSLProtocolException(msgs[i]);
39 assertEquals("getMessage() must return: ".concat(msgs[i]), sslE.getMessage(), msgs[i]);
SSLExceptionTest.java 30 private static String[] msgs = { field in class:SSLExceptionTest
44 for (int i = 0; i < msgs.length; i++) {
45 sE = new SSLException(msgs[i]);
46 assertEquals("getMessage() must return: ".concat(msgs[i]), sE.getMessage(), msgs[i]);
108 for (int i = 0; i < msgs.length; i++) {
109 sE = new SSLException(msgs[i], null);
110 assertEquals("getMessage() must return: ".concat(msgs[i]), sE
111 .getMessage(), msgs[i]);
141 for (int i = 0; i < msgs.length; i++)
    [all...]
  /external/e2fsprogs/lib/et/
init_et.c 35 int init_error_table(const char * const *msgs, long base, int count)
39 if (!base || !count || !msgs)
46 new_et->et.msgs = msgs;
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/serialization/
BadPaddingExceptionTest.java 37 public static String[] msgs = { field in class:BadPaddingExceptionTest
43 new BadPaddingException(null), new BadPaddingException(msgs[1]) };
ExemptionMechanismExceptionTest.java 37 public static String[] msgs = { field in class:ExemptionMechanismExceptionTest
43 new ExemptionMechanismException(null), new ExemptionMechanismException(msgs[1]) };
IllegalBlockSizeExceptionTest.java 37 public static String[] msgs = { field in class:IllegalBlockSizeExceptionTest
43 new IllegalBlockSizeException(null), new IllegalBlockSizeException(msgs[1]) };
NoSuchPaddingExceptionTest.java 37 public static String[] msgs = { field in class:NoSuchPaddingExceptionTest
43 new NoSuchPaddingException(null), new NoSuchPaddingException(msgs[1]) };
ShortBufferExceptionTest.java 37 public static String[] msgs = { field in class:ShortBufferExceptionTest
43 new ShortBufferException(null), new ShortBufferException(msgs[1]) };
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/security/auth/
LoginExceptionTest.java 30 private static String[] msgs = { field in class:LoginExceptionTest
52 for (int i = 0; i < msgs.length; i++) {
53 lE = new LoginException(msgs[i]);
54 assertEquals("getMessage() must return: ".concat(msgs[i]), lE.getMessage(), msgs[i]);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/security/cert/
CertificateEncodingExceptionTest.java 35 static String[] msgs = { field in class:CertificateEncodingExceptionTest
59 for (int i = 0; i < msgs.length; i++) {
60 tE = new CertificateEncodingException(msgs[i]);
61 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
62 .getMessage(), msgs[i]);
CertificateExceptionTest.java 36 static String[] msgs = { field in class:CertificateExceptionTest
60 for (int i = 0; i < msgs.length; i++) {
61 tE = new CertificateException(msgs[i]);
62 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
63 .getMessage(), msgs[i]);
CertificateExpiredExceptionTest.java 36 static String[] msgs = { field in class:CertificateExpiredExceptionTest
60 for (int i = 0; i < msgs.length; i++) {
61 tE = new CertificateExpiredException(msgs[i]);
62 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
63 .getMessage(), msgs[i]);
CertificateNotYetValidExceptionTest.java 36 static String[] msgs = { field in class:CertificateNotYetValidExceptionTest
61 for (int i = 0; i < msgs.length; i++) {
62 tE = new CertificateNotYetValidException(msgs[i]);
63 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
64 .getMessage(), msgs[i]);
CertificateParsingExceptionTest.java 37 static String[] msgs = { field in class:CertificateParsingExceptionTest
61 for (int i = 0; i < msgs.length; i++) {
62 tE = new CertificateParsingException(msgs[i]);
63 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
64 .getMessage(), msgs[i]);
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
BadPaddingExceptionTest.java 36 static String[] msgs = { field in class:BadPaddingExceptionTest
60 for (int i = 0; i < msgs.length; i++) {
61 tE = new BadPaddingException(msgs[i]);
62 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
63 .getMessage(), msgs[i]);
IllegalBlockSizeExceptionTest.java 37 static String[] msgs = { field in class:IllegalBlockSizeExceptionTest
61 for (int i = 0; i < msgs.length; i++) {
62 tE = new IllegalBlockSizeException(msgs[i]);
63 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
64 .getMessage(), msgs[i]);
NoSuchPaddingExceptionTest.java 37 static String[] msgs = { field in class:NoSuchPaddingExceptionTest
61 for (int i = 0; i < msgs.length; i++) {
62 tE = new NoSuchPaddingException(msgs[i]);
63 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
64 .getMessage(), msgs[i]);
ShortBufferExceptionTest.java 35 static String[] msgs = { field in class:ShortBufferExceptionTest
59 for (int i = 0; i < msgs.length; i++) {
60 tE = new ShortBufferException(msgs[i]);
61 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
62 .getMessage(), msgs[i]);
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
InvalidParameterExceptionTest.java 36 static String[] msgs = { field in class:InvalidParameterExceptionTest
60 for (int i = 0; i < msgs.length; i++) {
61 tE = new InvalidParameterException(msgs[i]);
62 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
63 .getMessage(), msgs[i]);
NoSuchProviderExceptionTest.java 36 static String[] msgs = { field in class:NoSuchProviderExceptionTest
60 for (int i = 0; i < msgs.length; i++) {
61 tE = new NoSuchProviderException(msgs[i]);
62 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
63 .getMessage(), msgs[i]);
UnrecoverableEntryExceptionTest.java 35 static String[] msgs = { field in class:UnrecoverableEntryExceptionTest
56 for (int i = 0; i < msgs.length; i++) {
57 tE = new UnrecoverableEntryException(msgs[i]);
58 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
59 .getMessage(), msgs[i]);
UnrecoverableKeyExceptionTest.java 36 static String[] msgs = { field in class:UnrecoverableKeyExceptionTest
60 for (int i = 0; i < msgs.length; i++) {
61 tE = new UnrecoverableKeyException(msgs[i]);
62 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
63 .getMessage(), msgs[i]);

Completed in 350 milliseconds

1 2 3 4 5 6 7 8 910