HomeSort by relevance Sort by last modified time
    Searched full:msgs (Results 26 - 50 of 242) sorted by null

12 3 4 5 6 7 8 910

  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/sasl/
SaslExceptionTest.java 32 static String[] msgs = { field in class:SaslExceptionTest
67 for (int i = 0; i < msgs.length; i++) {
68 tE = new SaslException(msgs[i]);
69 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
70 .getMessage(), msgs[i]);
104 for (int i = 0; i < msgs.length; i++) {
105 tE = new SaslException(msgs[i], null);
106 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
107 .getMessage(), msgs[i]);
141 for (int i = 0; i < msgs.length; i++)
    [all...]
  /external/chromium/net/data/ftp/
dir-listing-ls-12.expected 29 msgs
  /external/e2fsprogs/lib/et/
init_et.c 34 int init_error_table(const char * const *msgs, long base, int count)
38 if (!base || !count || !msgs)
45 new_et->et.msgs = msgs;
  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/sasl/serialization/
RealmCallbackTest.java 38 public static String[] msgs = { field in class:RealmCallbackTest
47 new RealmCallback(msgs[0], msgs[1]),
48 new RealmCallback(msgs[1], msgs[0]),
49 new RealmCallback(msgs[1], msgs[1])
RealmChoiceCallbackTest.java 38 public static String[] msgs = { field in class:RealmChoiceCallbackTest
49 new RealmChoiceCallback(msgs[0], msgs, 0, true),
50 new RealmChoiceCallback(msgs[1], msgs, 1, true),
51 new RealmChoiceCallback(msgs[1], msgs, 0, false),
52 new RealmChoiceCallback(msgs[2], msgs, 0, false)
60 rc.setSelectedIndex(msgs.length - 1)
    [all...]
  /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]);
DigestExceptionTest.java 46 private static String[] msgs = { field in class:DigestExceptionTest
70 for (int i = 0; i < msgs.length; i++) {
71 tE = new DigestException(msgs[i]);
72 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
73 .getMessage(), msgs[i]);
135 for (int i = 0; i < msgs.length; i++) {
136 tE = new DigestException(msgs[i], null);
137 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
138 .getMessage(), msgs[i]);
168 for (int i = 0; i < msgs.length; i++)
    [all...]
GeneralSecurityExceptionTest.java 47 private static String[] msgs = { field in class:GeneralSecurityExceptionTest
71 for (int i = 0; i < msgs.length; i++) {
72 tE = new GeneralSecurityException(msgs[i]);
73 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
74 .getMessage(), msgs[i]);
139 for (int i = 0; i < msgs.length; i++) {
140 tE = new GeneralSecurityException(msgs[i], null);
141 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
142 .getMessage(), msgs[i]);
172 for (int i = 0; i < msgs.length; i++)
    [all...]
InvalidAlgorithmParameterExceptionTest.java 48 private static String[] msgs = { field in class:InvalidAlgorithmParameterExceptionTest
73 for (int i = 0; i < msgs.length; i++) {
74 tE = new InvalidAlgorithmParameterException(msgs[i]);
75 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
76 .getMessage(), msgs[i]);
147 for (int i = 0; i < msgs.length; i++) {
148 tE = new InvalidAlgorithmParameterException(msgs[i], null);
149 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
150 .getMessage(), msgs[i]);
183 for (int i = 0; i < msgs.length; i++)
    [all...]
InvalidKeyExceptionTest.java 46 private static String[] msgs = { field in class:InvalidKeyExceptionTest
70 for (int i = 0; i < msgs.length; i++) {
71 tE = new InvalidKeyException(msgs[i]);
72 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
73 .getMessage(), msgs[i]);
137 for (int i = 0; i < msgs.length; i++) {
138 tE = new InvalidKeyException(msgs[i], null);
139 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
140 .getMessage(), msgs[i]);
170 for (int i = 0; i < msgs.length; i++)
    [all...]
KeyExceptionTest.java 46 private static String[] msgs = { field in class:KeyExceptionTest
70 for (int i = 0; i < msgs.length; i++) {
71 tE = new KeyException(msgs[i]);
72 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
73 .getMessage(), msgs[i]);
135 for (int i = 0; i < msgs.length; i++) {
136 tE = new KeyException(msgs[i], null);
137 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
138 .getMessage(), msgs[i]);
168 for (int i = 0; i < msgs.length; i++)
    [all...]
KeyManagementExceptionTest.java 47 private static String[] msgs = { field in class:KeyManagementExceptionTest
71 for (int i = 0; i < msgs.length; i++) {
72 tE = new KeyManagementException(msgs[i]);
73 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
74 .getMessage(), msgs[i]);
139 for (int i = 0; i < msgs.length; i++) {
140 tE = new KeyManagementException(msgs[i], null);
141 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
142 .getMessage(), msgs[i]);
172 for (int i = 0; i < msgs.length; i++)
    [all...]
KeyStoreExceptionTest.java 46 private static String[] msgs = { field in class:KeyStoreExceptionTest
70 for (int i = 0; i < msgs.length; i++) {
71 tE = new KeyStoreException(msgs[i]);
72 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
73 .getMessage(), msgs[i]);
136 for (int i = 0; i < msgs.length; i++) {
137 tE = new KeyStoreException(msgs[i], null);
138 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
139 .getMessage(), msgs[i]);
169 for (int i = 0; i < msgs.length; i++)
    [all...]
NoSuchAlgorithmExceptionTest.java 47 private static String[] msgs = { field in class:NoSuchAlgorithmExceptionTest
71 for (int i = 0; i < msgs.length; i++) {
72 tE = new NoSuchAlgorithmException(msgs[i]);
73 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
74 .getMessage(), msgs[i]);
139 for (int i = 0; i < msgs.length; i++) {
140 tE = new NoSuchAlgorithmException(msgs[i], null);
141 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
142 .getMessage(), msgs[i]);
172 for (int i = 0; i < msgs.length; i++)
    [all...]
ProviderExceptionTest.java 46 private static String[] msgs = { field in class:ProviderExceptionTest
70 for (int i = 0; i < msgs.length; i++) {
71 tE = new ProviderException(msgs[i]);
72 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
73 .getMessage(), msgs[i]);
136 for (int i = 0; i < msgs.length; i++) {
137 tE = new ProviderException(msgs[i], null);
138 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
139 .getMessage(), msgs[i]);
169 for (int i = 0; i < msgs.length; i++)
    [all...]
SignatureExceptionTest.java 46 private static String[] msgs = { field in class:SignatureExceptionTest
70 for (int i = 0; i < msgs.length; i++) {
71 tE = new SignatureException(msgs[i]);
72 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
73 .getMessage(), msgs[i]);
137 for (int i = 0; i < msgs.length; i++) {
138 tE = new SignatureException(msgs[i], null);
139 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
140 .getMessage(), msgs[i]);
170 for (int i = 0; i < msgs.length; i++)
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
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]);
  /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]);
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]);
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
CRLExceptionTest.java 46 private static String[] msgs = { field in class:CRLExceptionTest
70 for (int i = 0; i < msgs.length; i++) {
71 tE = new CRLException(msgs[i]);
72 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
73 .getMessage(), msgs[i]);
135 for (int i = 0; i < msgs.length; i++) {
136 tE = new CRLException(msgs[i], null);
137 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
138 .getMessage(), msgs[i]);
168 for (int i = 0; i < msgs.length; i++)
    [all...]
CertPathBuilderExceptionTest.java 48 private static String[] msgs = { field in class:CertPathBuilderExceptionTest
72 for (int i = 0; i < msgs.length; i++) {
73 tE = new CertPathBuilderException(msgs[i]);
74 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
75 .getMessage(), msgs[i]);
140 for (int i = 0; i < msgs.length; i++) {
141 tE = new CertPathBuilderException(msgs[i], null);
142 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
143 .getMessage(), msgs[i]);
173 for (int i = 0; i < msgs.length; i++)
    [all...]
CertStoreExceptionTest.java 46 private static String[] msgs = { field in class:CertStoreExceptionTest
70 for (int i = 0; i < msgs.length; i++) {
71 tE = new CertStoreException(msgs[i]);
72 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
73 .getMessage(), msgs[i]);
137 for (int i = 0; i < msgs.length; i++) {
138 tE = new CertStoreException(msgs[i], null);
139 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
140 .getMessage(), msgs[i]);
170 for (int i = 0; i < msgs.length; i++)
    [all...]
CertificateEncodingExceptionTest.java 48 private static String[] msgs = { field in class:CertificateEncodingExceptionTest
72 for (int i = 0; i < msgs.length; i++) {
73 tE = new CertificateEncodingException(msgs[i]);
74 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
75 .getMessage(), msgs[i]);
143 for (int i = 0; i < msgs.length; i++) {
144 tE = new CertificateEncodingException(msgs[i], null);
145 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
146 .getMessage(), msgs[i]);
177 for (int i = 0; i < msgs.length; i++)
    [all...]

Completed in 797 milliseconds

12 3 4 5 6 7 8 910