HomeSort by relevance Sort by last modified time
    Searched refs:msgs (Results 126 - 150 of 197) sorted by null

1 2 3 4 56 7 8

  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
KeyStoreExceptionTest.java 35 private static String[] msgs = { field in class:KeyStoreExceptionTest
59 for (int i = 0; i < msgs.length; i++) {
60 tE = new KeyStoreException(msgs[i]);
61 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
62 .getMessage(), msgs[i]);
125 for (int i = 0; i < msgs.length; i++) {
126 tE = new KeyStoreException(msgs[i], null);
127 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
128 .getMessage(), msgs[i]);
158 for (int i = 0; i < msgs.length; i++)
    [all...]
NoSuchAlgorithmExceptionTest.java 36 private static String[] msgs = { field in class:NoSuchAlgorithmExceptionTest
60 for (int i = 0; i < msgs.length; i++) {
61 tE = new NoSuchAlgorithmException(msgs[i]);
62 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
63 .getMessage(), msgs[i]);
128 for (int i = 0; i < msgs.length; i++) {
129 tE = new NoSuchAlgorithmException(msgs[i], null);
130 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
131 .getMessage(), msgs[i]);
161 for (int i = 0; i < msgs.length; i++)
    [all...]
ProviderExceptionTest.java 35 private static String[] msgs = { field in class:ProviderExceptionTest
59 for (int i = 0; i < msgs.length; i++) {
60 tE = new ProviderException(msgs[i]);
61 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
62 .getMessage(), msgs[i]);
125 for (int i = 0; i < msgs.length; i++) {
126 tE = new ProviderException(msgs[i], null);
127 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
128 .getMessage(), msgs[i]);
158 for (int i = 0; i < msgs.length; i++)
    [all...]
SignatureExceptionTest.java 35 private static String[] msgs = { field in class:SignatureExceptionTest
59 for (int i = 0; i < msgs.length; i++) {
60 tE = new SignatureException(msgs[i]);
61 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
62 .getMessage(), msgs[i]);
126 for (int i = 0; i < msgs.length; i++) {
127 tE = new SignatureException(msgs[i], null);
128 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
129 .getMessage(), msgs[i]);
159 for (int i = 0; i < msgs.length; i++)
    [all...]
  /libcore/luni/src/test/java/tests/security/cert/
CRLExceptionTest.java 35 private static String[] msgs = { field in class:CRLExceptionTest
59 for (int i = 0; i < msgs.length; i++) {
60 tE = new CRLException(msgs[i]);
61 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
62 .getMessage(), msgs[i]);
124 for (int i = 0; i < msgs.length; i++) {
125 tE = new CRLException(msgs[i], null);
126 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
127 .getMessage(), msgs[i]);
157 for (int i = 0; i < msgs.length; i++)
    [all...]
CertPathBuilderExceptionTest.java 37 private static String[] msgs = { field in class:CertPathBuilderExceptionTest
61 for (int i = 0; i < msgs.length; i++) {
62 tE = new CertPathBuilderException(msgs[i]);
63 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
64 .getMessage(), msgs[i]);
129 for (int i = 0; i < msgs.length; i++) {
130 tE = new CertPathBuilderException(msgs[i], null);
131 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
132 .getMessage(), msgs[i]);
162 for (int i = 0; i < msgs.length; i++)
    [all...]
CertStoreExceptionTest.java 35 private static String[] msgs = { field in class:CertStoreExceptionTest
59 for (int i = 0; i < msgs.length; i++) {
60 tE = new CertStoreException(msgs[i]);
61 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
62 .getMessage(), msgs[i]);
126 for (int i = 0; i < msgs.length; i++) {
127 tE = new CertStoreException(msgs[i], null);
128 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
129 .getMessage(), msgs[i]);
159 for (int i = 0; i < msgs.length; i++)
    [all...]
CertificateEncodingExceptionTest.java 37 private static String[] msgs = { field in class:CertificateEncodingExceptionTest
61 for (int i = 0; i < msgs.length; i++) {
62 tE = new CertificateEncodingException(msgs[i]);
63 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
64 .getMessage(), msgs[i]);
132 for (int i = 0; i < msgs.length; i++) {
133 tE = new CertificateEncodingException(msgs[i], null);
134 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
135 .getMessage(), msgs[i]);
166 for (int i = 0; i < msgs.length; i++)
    [all...]
CertificateExceptionTest.java 36 private 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]);
128 for (int i = 0; i < msgs.length; i++) {
129 tE = new CertificateException(msgs[i], null);
130 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
131 .getMessage(), msgs[i]);
161 for (int i = 0; i < msgs.length; i++)
    [all...]
CertificateParsingExceptionTest.java 37 private 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]);
130 for (int i = 0; i < msgs.length; i++) {
131 tE = new CertificateParsingException(msgs[i], null);
132 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
133 .getMessage(), msgs[i]);
164 for (int i = 0; i < msgs.length; i++)
    [all...]
  /libcore/luni/src/test/java/tests/security/spec/
InvalidKeySpecExceptionTest.java 36 private static String[] msgs = { field in class:InvalidKeySpecExceptionTest
60 for (int i = 0; i < msgs.length; i++) {
61 tE = new InvalidKeySpecException(msgs[i]);
62 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
63 .getMessage(), msgs[i]);
128 for (int i = 0; i < msgs.length; i++) {
129 tE = new InvalidKeySpecException(msgs[i], null);
130 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
131 .getMessage(), msgs[i]);
161 for (int i = 0; i < msgs.length; i++)
    [all...]
  /external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/
ExemptionMechanismExceptionTest.java 48 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]);
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
ExemptionMechanismExceptionTest.java 36 static String[] msgs = { field in class:ExemptionMechanismExceptionTest
70 for (int i = 0; i < msgs.length; i++) {
71 tE = new ExemptionMechanismException(msgs[i]);
72 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
73 .getMessage(), msgs[i]);
  /frameworks/base/tools/layoutlib/bridge/src/android/util/
Log_Delegate.java 43 static int println_native(int bufID, int priority, String tag, String msgs) {
45 for (String msg: msgs.split("\n")) {
  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/sasl/serialization/
AuthorizeCallbackTest.java 38 public static String[] msgs = { field in class:AuthorizeCallbackTest
47 new AuthorizeCallback(null, msgs[0]),
48 new AuthorizeCallback(msgs[1], msgs[1]), };
  /external/e2fsprogs/e2fsck/
prof_err.c 44 char const * const * msgs; member in struct:error_table
71 if (et->table->msgs == text)
  /external/e2fsprogs/lib/et/
com_err.h 25 char const * const * msgs; member in struct:error_table
45 extern int init_error_table(const char * const *msgs, long base, int count);
com_right.c 53 return p->table->msgs[code - p->table->base];
65 strncpy(str, p->table->msgs[code - p->table->base], len);
96 if (et->table->msgs == messages)
103 tab->msgs = messages;
  /external/e2fsprogs/lib/et/test_cases/
continuation.c 14 char const * const * msgs; member in struct:error_table
41 if (et->table->msgs == text)
heimdal.c 95 char const * const * msgs; member in struct:error_table
122 if (et->table->msgs == text)
heimdal2.c 81 char const * const * msgs; member in struct:error_table
108 if (et->table->msgs == text)
heimdal3.c 15 char const * const * msgs; member in struct:error_table
42 if (et->table->msgs == text)
imap_err.c 43 char const * const * msgs; member in struct:error_table
70 if (et->table->msgs == text)
simple.c 35 char const * const * msgs; member in struct:error_table
62 if (et->table->msgs == text)
  /external/e2fsprogs/lib/ext2fs/
ext2_err.c 150 char const * const * msgs; member in struct:error_table
177 if (et->table->msgs == text)

Completed in 660 milliseconds

1 2 3 4 56 7 8