Home
last modified time | relevance | path

Searched refs:MSG_INTERNAL_ERROR (Results 1 – 14 of 14) sorted by relevance

/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
DErrorManager.java104 public static final int MSG_INTERNAL_ERROR = 10; field in ErrorManager
367 ErrorManager.error(ErrorManager.MSG_INTERNAL_ERROR, msg.toString(), msg.cause);
371 ErrorManager.error(ErrorManager.MSG_INTERNAL_ERROR, msg.toString(), msg.cause);
375 ErrorManager.error(ErrorManager.MSG_INTERNAL_ERROR, msg.toString(), msg.cause);
379 ErrorManager.error(ErrorManager.MSG_INTERNAL_ERROR, msg.toString(), msg.cause);
776 error(MSG_INTERNAL_ERROR, msg); in internalError()
783 error(MSG_INTERNAL_ERROR, msg); in internalError()
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/test/groovy/org/mockftpserver/fake/command/
D_AbstractFakeCommandHandlerTest.groovy51 static MSG_INTERNAL_ERROR = "internal error message {0}"
104 assert session.sentReplies[0] == [REPLY_CODE, MSG_INTERNAL_ERROR], session.sentReplies[0]
164 replyTextBundle.put(INTERNAL_ERROR as String, MSG_INTERNAL_ERROR)
/external/mockftpserver/tags/2.0/src/test/groovy/org/mockftpserver/fake/command/
D_AbstractFakeCommandHandlerTest.groovy51 static MSG_INTERNAL_ERROR = "internal error message {0}"
104 assert session.sentReplies[0] == [REPLY_CODE, MSG_INTERNAL_ERROR], session.sentReplies[0]
164 replyTextBundle.put(INTERNAL_ERROR as String, MSG_INTERNAL_ERROR)
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/test/groovy/org/mockftpserver/fake/command/
D_AbstractFakeCommandHandlerTest.groovy51 static MSG_INTERNAL_ERROR = "internal error message {0}"
104 assert session.sentReplies[0] == [REPLY_CODE, MSG_INTERNAL_ERROR], session.sentReplies[0]
164 replyTextBundle.put(INTERNAL_ERROR as String, MSG_INTERNAL_ERROR)
/external/mockftpserver/tags/2.0-rc1/src/test/groovy/org/mockftpserver/fake/command/
D_AbstractFakeCommandHandlerTest.groovy51 static MSG_INTERNAL_ERROR = "internal error message {0}"
103 assert session.sentReplies[0] == [REPLY_CODE, MSG_INTERNAL_ERROR], session.sentReplies[0]
162 serverConfiguration.setTextForKey(INTERNAL_ERROR, MSG_INTERNAL_ERROR)
/external/mockftpserver/tags/2.0.1/src/test/groovy/org/mockftpserver/fake/command/
D_AbstractFakeCommandHandlerTest.groovy51 static MSG_INTERNAL_ERROR = "internal error message {0}"
104 assert session.sentReplies[0] == [REPLY_CODE, MSG_INTERNAL_ERROR], session.sentReplies[0]
166 replyTextBundle.put(INTERNAL_ERROR as String, MSG_INTERNAL_ERROR)
/external/mockftpserver/tags/2.5/src/test/groovy/org/mockftpserver/fake/command/
D_AbstractFakeCommandHandlerTest.groovy51 static MSG_INTERNAL_ERROR = "internal error message {0}"
104 assert session.sentReplies[0] == [REPLY_CODE, MSG_INTERNAL_ERROR], session.sentReplies[0]
166 replyTextBundle.put(INTERNAL_ERROR as String, MSG_INTERNAL_ERROR)
/external/mockftpserver/tags/2.4/src/test/groovy/org/mockftpserver/fake/command/
D_AbstractFakeCommandHandlerTest.groovy51 static MSG_INTERNAL_ERROR = "internal error message {0}"
104 assert session.sentReplies[0] == [REPLY_CODE, MSG_INTERNAL_ERROR], session.sentReplies[0]
166 replyTextBundle.put(INTERNAL_ERROR as String, MSG_INTERNAL_ERROR)
/external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/command/
D_AbstractFakeCommandHandlerTest.groovy51 static MSG_INTERNAL_ERROR = "internal error message {0}"
104 assert session.sentReplies[0] == [REPLY_CODE, MSG_INTERNAL_ERROR], session.sentReplies[0]
166 replyTextBundle.put(INTERNAL_ERROR as String, MSG_INTERNAL_ERROR)
/external/mockftpserver/tags/2.3/src/test/groovy/org/mockftpserver/fake/command/
D_AbstractFakeCommandHandlerTest.groovy51 static MSG_INTERNAL_ERROR = "internal error message {0}"
104 assert session.sentReplies[0] == [REPLY_CODE, MSG_INTERNAL_ERROR], session.sentReplies[0]
166 replyTextBundle.put(INTERNAL_ERROR as String, MSG_INTERNAL_ERROR)
/external/mockftpserver/tags/2.1/src/test/groovy/org/mockftpserver/fake/command/
D_AbstractFakeCommandHandlerTest.groovy51 static MSG_INTERNAL_ERROR = "internal error message {0}"
104 assert session.sentReplies[0] == [REPLY_CODE, MSG_INTERNAL_ERROR], session.sentReplies[0]
166 replyTextBundle.put(INTERNAL_ERROR as String, MSG_INTERNAL_ERROR)
/external/mockftpserver/tags/2.2/src/test/groovy/org/mockftpserver/fake/command/
D_AbstractFakeCommandHandlerTest.groovy51 static MSG_INTERNAL_ERROR = "internal error message {0}"
104 assert session.sentReplies[0] == [REPLY_CODE, MSG_INTERNAL_ERROR], session.sentReplies[0]
166 replyTextBundle.put(INTERNAL_ERROR as String, MSG_INTERNAL_ERROR)
/external/mockftpserver/tags/2.0.2/src/test/groovy/org/mockftpserver/fake/command/
D_AbstractFakeCommandHandlerTest.groovy51 static MSG_INTERNAL_ERROR = "internal error message {0}"
104 assert session.sentReplies[0] == [REPLY_CODE, MSG_INTERNAL_ERROR], session.sentReplies[0]
166 replyTextBundle.put(INTERNAL_ERROR as String, MSG_INTERNAL_ERROR)
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/
DTool.java423 ErrorManager.error(ErrorManager.MSG_INTERNAL_ERROR,e); in process()
426 ErrorManager.error(ErrorManager.MSG_INTERNAL_ERROR, e); in process()
438 ErrorManager.error(ErrorManager.MSG_INTERNAL_ERROR,e); in process()
546 ErrorManager.error(ErrorManager.MSG_INTERNAL_ERROR, grammarFileName, e); in process()