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

1 2 3 4 5 6 7 8

  /external/dagger2/compiler/src/main/java/dagger/internal/codegen/
BuilderValidator.java 66 ErrorMessages.ComponentBuilderMessages msgs = ErrorMessages.builderMsgsFor(componentType); local
72 builder.addError(msgs.mustBeInComponent(), subject);
80 builder.addError(msgs.cxtorOnlyOneAndNoArgs(), subject);
87 builder.addError(msgs.mustBeClassOrInterface(), subject);
92 builder.addError(msgs.generics(), subject);
97 builder.addError(msgs.isPrivate(), subject);
100 builder.addError(msgs.mustBeStatic(), subject);
104 builder.addError(msgs.mustBeAbstract(), subject);
119 error(builder, method, msgs.twoBuildMethods(), msgs.inheritedTwoBuildMethods()
    [all...]
  /external/elfutils/libasm/
asm_error.c 63 static const char *msgs[ASM_E_NUM] = variable
94 return _(msgs[last_error]);
  /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);
  /external/e2fsprogs/lib/et/test_cases/
continuation.c 16 char const * const * msgs; member in struct:error_table
43 if (et->table->msgs == text)
heimdal.c 97 char const * const * msgs; member in struct:error_table
124 if (et->table->msgs == text)
heimdal2.c 83 char const * const * msgs; member in struct:error_table
110 if (et->table->msgs == text)
heimdal3.c 17 char const * const * msgs; member in struct:error_table
44 if (et->table->msgs == text)
imap_err.c 45 char const * const * msgs; member in struct:error_table
72 if (et->table->msgs == text)
simple.c 37 char const * const * msgs; member in struct:error_table
64 if (et->table->msgs == text)
  /external/e2fsprogs/lib/ext2fs/
ext2_err.c 193 char const * const * msgs; member in struct:error_table
220 if (et->table->msgs == text)
  /external/e2fsprogs/lib/ss/
ss_err.c 27 char const * const * msgs; member in struct:error_table
54 if (et->table->msgs == text)
  /external/e2fsprogs/lib/support/
prof_err.c 46 char const * const * msgs; member in struct:error_table
73 if (et->table->msgs == text)
  /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]);
  /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]);

Completed in 312 milliseconds

1 2 3 4 5 6 7 8