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

1 2 3 4 5 6

  /external/dropbear/libtommath/
bn_error.c 21 } msgs[] = { variable in typeref:struct:__anon3482
33 for (x = 0; x < (int)(sizeof(msgs) / sizeof(msgs[0])); x++) {
34 if (msgs[x].code == code) {
35 return msgs[x].msg;
  /external/wpa_supplicant/wpa_gui/
eventhistory.ui.h 23 void EventHistory::addEvents(WpaMsgList msgs)
26 for (it = msgs.begin(); it != msgs.end(); it++) {
  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui/
eventhistory.ui.h 23 void EventHistory::addEvents(WpaMsgList msgs)
26 for (it = msgs.begin(); it != msgs.end(); it++) {
  /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;
  /libcore/luni/src/test/java/tests/api/javax/net/ssl/
SSLExceptionTest.java 35 private static String[] msgs = { field in class:SSLExceptionTest
55 for (int i = 0; i < msgs.length; i++) {
56 sE = new SSLException(msgs[i]);
57 assertEquals("getMessage() must return: ".concat(msgs[i]), sE.getMessage(), msgs[i]);
149 for (int i = 0; i < msgs.length; i++) {
150 sE = new SSLException(msgs[i], null);
151 assertEquals("getMessage() must return: ".concat(msgs[i]), sE
152 .getMessage(), msgs[i]);
194 for (int i = 0; i < msgs.length; i++)
    [all...]
  /development/samples/NFCDemo/src/com/example/android/nfc/
TagViewer.java 71 NdefMessage[] msgs; local
73 msgs = new NdefMessage[rawMsgs.length];
75 msgs[i] = (NdefMessage) rawMsgs[i];
82 msgs = new NdefMessage[] {msg};
86 buildTagViews(msgs);
94 void buildTagViews(NdefMessage[] msgs) {
95 if (msgs == null || msgs.length == 0) {
105 List<ParsedNdefRecord> records = NdefMessageParser.parse(msgs[0]);
  /external/e2fsprogs/lib/et/test_cases/
heimdal3.c 15 char const * const * msgs; member in struct:error_table
42 if (et->table->msgs == text)
  /libcore/luni/src/test/java/tests/security/cert/
CertPathValidatorExceptionTest.java 49 private static String[] msgs = { field in class:CertPathValidatorExceptionTest
85 for (int i = 0; i < msgs.length; i++) {
86 tE = new CertPathValidatorException(msgs[i]);
87 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
88 .getMessage(), msgs[i]);
184 for (int i = 0; i < msgs.length; i++) {
185 tE = new CertPathValidatorException(msgs[i], null);
186 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
187 .getMessage(), msgs[i]);
230 for (int i = 0; i < msgs.length; i++)
    [all...]
CRLExceptionTest.java 41 private static String[] msgs = { field in class:CRLExceptionTest
77 for (int i = 0; i < msgs.length; i++) {
78 tE = new CRLException(msgs[i]);
79 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
80 .getMessage(), msgs[i]);
172 for (int i = 0; i < msgs.length; i++) {
173 tE = new CRLException(msgs[i], null);
174 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
175 .getMessage(), msgs[i]);
217 for (int i = 0; i < msgs.length; i++)
    [all...]
CertPathBuilderExceptionTest.java 43 private static String[] msgs = { field in class:CertPathBuilderExceptionTest
79 for (int i = 0; i < msgs.length; i++) {
80 tE = new CertPathBuilderException(msgs[i]);
81 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
82 .getMessage(), msgs[i]);
177 for (int i = 0; i < msgs.length; i++) {
178 tE = new CertPathBuilderException(msgs[i], null);
179 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
180 .getMessage(), msgs[i]);
222 for (int i = 0; i < msgs.length; i++)
    [all...]
CertStoreExceptionTest.java 41 private static String[] msgs = { field in class:CertStoreExceptionTest
77 for (int i = 0; i < msgs.length; i++) {
78 tE = new CertStoreException(msgs[i]);
79 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
80 .getMessage(), msgs[i]);
174 for (int i = 0; i < msgs.length; i++) {
175 tE = new CertStoreException(msgs[i], null);
176 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
177 .getMessage(), msgs[i]);
219 for (int i = 0; i < msgs.length; i++)
    [all...]
CertificateEncodingExceptionTest.java 43 private static String[] msgs = { field in class:CertificateEncodingExceptionTest
79 for (int i = 0; i < msgs.length; i++) {
80 tE = new CertificateEncodingException(msgs[i]);
81 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
82 .getMessage(), msgs[i]);
180 for (int i = 0; i < msgs.length; i++) {
181 tE = new CertificateEncodingException(msgs[i], null);
182 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
183 .getMessage(), msgs[i]);
226 for (int i = 0; i < msgs.length; i++)
    [all...]
CertificateExceptionTest.java 42 private static String[] msgs = { field in class:CertificateExceptionTest
78 for (int i = 0; i < msgs.length; i++) {
79 tE = new CertificateException(msgs[i]);
80 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
81 .getMessage(), msgs[i]);
176 for (int i = 0; i < msgs.length; i++) {
177 tE = new CertificateException(msgs[i], null);
178 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
179 .getMessage(), msgs[i]);
221 for (int i = 0; i < msgs.length; i++)
    [all...]
CertificateParsingExceptionTest.java 43 private static String[] msgs = { field in class:CertificateParsingExceptionTest
79 for (int i = 0; i < msgs.length; i++) {
80 tE = new CertificateParsingException(msgs[i]);
81 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
82 .getMessage(), msgs[i]);
178 for (int i = 0; i < msgs.length; i++) {
179 tE = new CertificateParsingException(msgs[i], null);
180 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
181 .getMessage(), msgs[i]);
224 for (int i = 0; i < msgs.length; i++)
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
DigestExceptionTest.java 40 private static String[] msgs = { field in class:DigestExceptionTest
76 for (int i = 0; i < msgs.length; i++) {
77 tE = new DigestException(msgs[i]);
78 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
79 .getMessage(), msgs[i]);
171 for (int i = 0; i < msgs.length; i++) {
172 tE = new DigestException(msgs[i], null);
173 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
174 .getMessage(), msgs[i]);
216 for (int i = 0; i < msgs.length; i++)
    [all...]
GeneralSecurityExceptionTest.java 41 private static String[] msgs = { field in class:GeneralSecurityExceptionTest
77 for (int i = 0; i < msgs.length; i++) {
78 tE = new GeneralSecurityException(msgs[i]);
79 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
80 .getMessage(), msgs[i]);
175 for (int i = 0; i < msgs.length; i++) {
176 tE = new GeneralSecurityException(msgs[i], null);
177 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
178 .getMessage(), msgs[i]);
220 for (int i = 0; i < msgs.length; i++)
    [all...]
InvalidAlgorithmParameterExceptionTest.java 41 private static String[] msgs = { field in class:InvalidAlgorithmParameterExceptionTest
78 for (int i = 0; i < msgs.length; i++) {
79 tE = new InvalidAlgorithmParameterException(msgs[i]);
80 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
81 .getMessage(), msgs[i]);
182 for (int i = 0; i < msgs.length; i++) {
183 tE = new InvalidAlgorithmParameterException(msgs[i], null);
184 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
185 .getMessage(), msgs[i]);
230 for (int i = 0; i < msgs.length; i++)
    [all...]
InvalidKeyExceptionTest.java 40 private static String[] msgs = { field in class:InvalidKeyExceptionTest
76 for (int i = 0; i < msgs.length; i++) {
77 tE = new InvalidKeyException(msgs[i]);
78 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
79 .getMessage(), msgs[i]);
173 for (int i = 0; i < msgs.length; i++) {
174 tE = new InvalidKeyException(msgs[i], null);
175 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
176 .getMessage(), msgs[i]);
218 for (int i = 0; i < msgs.length; i++)
    [all...]
KeyExceptionTest.java 40 private static String[] msgs = { field in class:KeyExceptionTest
76 for (int i = 0; i < msgs.length; i++) {
77 tE = new KeyException(msgs[i]);
78 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
79 .getMessage(), msgs[i]);
171 for (int i = 0; i < msgs.length; i++) {
172 tE = new KeyException(msgs[i], null);
173 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
174 .getMessage(), msgs[i]);
216 for (int i = 0; i < msgs.length; i++)
    [all...]
KeyManagementExceptionTest.java 41 private static String[] msgs = { field in class:KeyManagementExceptionTest
77 for (int i = 0; i < msgs.length; i++) {
78 tE = new KeyManagementException(msgs[i]);
79 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
80 .getMessage(), msgs[i]);
175 for (int i = 0; i < msgs.length; i++) {
176 tE = new KeyManagementException(msgs[i], null);
177 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
178 .getMessage(), msgs[i]);
220 for (int i = 0; i < msgs.length; i++)
    [all...]
KeyStoreExceptionTest.java 40 private static String[] msgs = { field in class:KeyStoreExceptionTest
76 for (int i = 0; i < msgs.length; i++) {
77 tE = new KeyStoreException(msgs[i]);
78 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
79 .getMessage(), msgs[i]);
172 for (int i = 0; i < msgs.length; i++) {
173 tE = new KeyStoreException(msgs[i], null);
174 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
175 .getMessage(), msgs[i]);
217 for (int i = 0; i < msgs.length; i++)
    [all...]
NoSuchAlgorithmExceptionTest.java 41 private static String[] msgs = { field in class:NoSuchAlgorithmExceptionTest
77 for (int i = 0; i < msgs.length; i++) {
78 tE = new NoSuchAlgorithmException(msgs[i]);
79 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
80 .getMessage(), msgs[i]);
175 for (int i = 0; i < msgs.length; i++) {
176 tE = new NoSuchAlgorithmException(msgs[i], null);
177 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
178 .getMessage(), msgs[i]);
220 for (int i = 0; i < msgs.length; i++)
    [all...]
ProviderExceptionTest.java 40 private static String[] msgs = { field in class:ProviderExceptionTest
76 for (int i = 0; i < msgs.length; i++) {
77 tE = new ProviderException(msgs[i]);
78 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
79 .getMessage(), msgs[i]);
172 for (int i = 0; i < msgs.length; i++) {
173 tE = new ProviderException(msgs[i], null);
174 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
175 .getMessage(), msgs[i]);
217 for (int i = 0; i < msgs.length; i++)
    [all...]
SignatureExceptionTest.java 40 private static String[] msgs = { field in class:SignatureExceptionTest
76 for (int i = 0; i < msgs.length; i++) {
77 tE = new SignatureException(msgs[i]);
78 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
79 .getMessage(), msgs[i]);
173 for (int i = 0; i < msgs.length; i++) {
174 tE = new SignatureException(msgs[i], null);
175 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
176 .getMessage(), msgs[i]);
218 for (int i = 0; i < msgs.length; i++)
    [all...]

Completed in 4188 milliseconds

1 2 3 4 5 6