Home
last modified time | relevance | path

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

/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/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-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-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.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.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/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/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.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/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.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/antlr/tool/src/main/java/org/antlr/
DTool.java442 ErrorManager.error(ErrorManager.MSG_INTERNAL_ERROR,e); in process()
445 ErrorManager.error(ErrorManager.MSG_INTERNAL_ERROR, e); in process()
457 ErrorManager.error(ErrorManager.MSG_INTERNAL_ERROR,e); in process()
565 ErrorManager.error(ErrorManager.MSG_INTERNAL_ERROR, grammarFileName, e); in process()
/external/antlr/tool/src/main/java/org/antlr/tool/
DErrorManager.java107 public static final int MSG_INTERNAL_ERROR = 10; field in ErrorManager
803 error(MSG_INTERNAL_ERROR, msg); in internalError()
810 error(MSG_INTERNAL_ERROR, msg); in internalError()