Searched refs:msgs (Results 76 - 100 of 141) sorted by relevance

123456

/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
H A DInvalidAlgorithmParameterExceptionTest.java48 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
[all...]
H A DInvalidKeyExceptionTest.java46 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
[all...]
H A DKeyExceptionTest.java46 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
[all...]
H A DKeyManagementExceptionTest.java47 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
[all...]
H A DKeyStoreExceptionTest.java46 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
[all...]
H A DNoSuchAlgorithmExceptionTest.java47 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
[all...]
H A DProviderExceptionTest.java46 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
[all...]
H A DSignatureExceptionTest.java46 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
[all...]
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
H A DCRLExceptionTest.java46 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
[all...]
H A DCertPathBuilderExceptionTest.java48 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
[all...]
H A DCertStoreExceptionTest.java46 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
[all...]
H A DCertificateEncodingExceptionTest.java48 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
[all...]
H A DCertificateExceptionTest.java47 private static String[] msgs = { field in class:CertificateExceptionTest
71 for (int i = 0; i < msgs.length; i++) {
72 tE = new CertificateException(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 CertificateException(msgs[i], null);
141 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
142 .getMessage(), msgs[i]);
172 for (int i = 0; i < msgs
[all...]
H A DCertificateParsingExceptionTest.java48 private static String[] msgs = { field in class:CertificateParsingExceptionTest
72 for (int i = 0; i < msgs.length; i++) {
73 tE = new CertificateParsingException(msgs[i]);
74 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
75 .getMessage(), msgs[i]);
141 for (int i = 0; i < msgs.length; i++) {
142 tE = new CertificateParsingException(msgs[i], null);
143 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
144 .getMessage(), msgs[i]);
175 for (int i = 0; i < msgs
[all...]
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/spec/
H A DInvalidKeySpecExceptionTest.java47 private static String[] msgs = { field in class:InvalidKeySpecExceptionTest
71 for (int i = 0; i < msgs.length; i++) {
72 tE = new InvalidKeySpecException(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 InvalidKeySpecException(msgs[i], null);
141 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
142 .getMessage(), msgs[i]);
172 for (int i = 0; i < msgs
[all...]
/external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/
H A DSSLExceptionTest.java43 static String[] msgs = { field in class:SSLExceptionTest
57 for (int i = 0; i < msgs.length; i++) {
58 tE = new SSLException(msgs[i]);
59 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
60 .getMessage(), msgs[i]);
126 for (int i = 0; i < msgs.length; i++) {
127 tE = new SSLException(msgs[i], null);
128 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
129 .getMessage(), msgs[i]);
163 for (int i = 0; i < msgs
[all...]
/external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/
H A DExemptionMechanismExceptionTest.java48 static String[] msgs = { field in class:ExemptionMechanismExceptionTest
82 for (int i = 0; i < msgs.length; i++) {
83 tE = new ExemptionMechanismException(msgs[i]);
84 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
85 .getMessage(), msgs[i]);
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/sasl/serialization/
H A DAuthorizeCallbackTest.java38 public static String[] msgs = { field in class:AuthorizeCallbackTest
47 new AuthorizeCallback(null, msgs[0]),
48 new AuthorizeCallback(msgs[1], msgs[1]), };
/external/e2fsprogs/e2fsck/
H A Dprof_err.c44 char const * const * msgs; member in struct:error_table
71 if (et->table->msgs == text)
/external/e2fsprogs/lib/et/
H A Dcom_err.h25 char const * const * msgs; member in struct:error_table
45 extern int init_error_table(const char * const *msgs, long base, int count);
/external/e2fsprogs/lib/et/test_cases/
H A Dcontinuation.c14 char const * const * msgs; member in struct:error_table
41 if (et->table->msgs == text)
H A Dheimdal.c95 char const * const * msgs; member in struct:error_table
122 if (et->table->msgs == text)
H A Dheimdal2.c81 char const * const * msgs; member in struct:error_table
108 if (et->table->msgs == text)
H A Dheimdal3.c15 char const * const * msgs; member in struct:error_table
42 if (et->table->msgs == text)
H A Dimap_err.c43 char const * const * msgs; member in struct:error_table
70 if (et->table->msgs == text)

Completed in 3675 milliseconds

123456