Home
last modified time | relevance | path

Searched refs:Session (Results 1 – 25 of 1703) sorted by relevance

12345678910>>...69

/external/mockftpserver/tags/2.x_Before_IDEA/src/test/groovy/org/mockftpserver/core/session/
DStubSession.groovy22 * Stub implementation of the {@link Session} interface for testing
28 class StubSession implements Session {
36 * @see org.mockftpserver.core.session.Session#close()
43 * @see org.mockftpserver.core.session.Session#closeDataConnection()
50 * @see org.mockftpserver.core.session.Session#getAttribute(java.lang.String)
57 * @see org.mockftpserver.core.session.Session#getAttributeNames()
64 * @see org.mockftpserver.core.session.Session#getClientHost()
71 * @see org.mockftpserver.core.session.Session#getServerHost()
78 * @see org.mockftpserver.core.session.Session#openDataConnection()
85 * @see org.mockftpserver.core.session.Session#readData()
[all …]
/external/llvm/lib/DebugInfo/PDB/DIA/
DDIASession.cpp25 DIASession::DIASession(CComPtr<IDiaSession> DiaSession) : Session(DiaSession) {} in DIASession()
28 std::unique_ptr<IPDBSession> &Session) { in createFromPdb() argument
64 Session.reset(new DIASession(DiaSession)); in createFromPdb()
69 std::unique_ptr<IPDBSession> &Session) { in createFromExe() argument
108 Session.reset(new DIASession(DiaSession)); in createFromExe()
114 bool success = (S_OK == Session->get_loadAddress(&LoadAddress)); in getLoadAddress()
119 Session->put_loadAddress(Address); in setLoadAddress()
124 if (S_OK != Session->get_globalScope(&GlobalScope)) in getGlobalScope()
136 if (S_OK != Session->symbolById(SymbolId, &LocatedSymbol)) in getSymbolById()
148 if (S_OK != Session->findSymbolByVA(Address, EnumVal, &Symbol)) { in findSymbolByAddress()
[all …]
/external/mockftpserver/tags/2.4/src/test/groovy/org/mockftpserver/core/session/
DStubSession.groovy19 * Stub implementation of the {@link Session} interface for testing
25 class StubSession implements Session {
41 * @see org.mockftpserver.core.session.Session#close()
48 * @see org.mockftpserver.core.session.Session#closeDataConnection()
55 * @see org.mockftpserver.core.session.Session#getAttribute(java.lang.String)
62 * @see org.mockftpserver.core.session.Session#getAttributeNames()
69 * @see org.mockftpserver.core.session.Session#getClientHost()
76 * @see org.mockftpserver.core.session.Session#getServerHost()
83 * @see org.mockftpserver.core.session.Session#openDataConnection()
90 * @see org.mockftpserver.core.session.Session#readData()
[all …]
/external/mockftpserver/tags/2.5/src/test/groovy/org/mockftpserver/core/session/
DStubSession.groovy19 * Stub implementation of the {@link Session} interface for testing
25 class StubSession implements Session {
41 * @see org.mockftpserver.core.session.Session#close()
48 * @see org.mockftpserver.core.session.Session#closeDataConnection()
55 * @see org.mockftpserver.core.session.Session#getAttribute(java.lang.String)
62 * @see org.mockftpserver.core.session.Session#getAttributeNames()
69 * @see org.mockftpserver.core.session.Session#getClientHost()
76 * @see org.mockftpserver.core.session.Session#getServerHost()
83 * @see org.mockftpserver.core.session.Session#openDataConnection()
90 * @see org.mockftpserver.core.session.Session#readData()
[all …]
/external/mockftpserver/tags/2.3/src/test/groovy/org/mockftpserver/core/session/
DStubSession.groovy19 * Stub implementation of the {@link Session} interface for testing
25 class StubSession implements Session {
41 * @see org.mockftpserver.core.session.Session#close()
48 * @see org.mockftpserver.core.session.Session#closeDataConnection()
55 * @see org.mockftpserver.core.session.Session#getAttribute(java.lang.String)
62 * @see org.mockftpserver.core.session.Session#getAttributeNames()
69 * @see org.mockftpserver.core.session.Session#getClientHost()
76 * @see org.mockftpserver.core.session.Session#getServerHost()
83 * @see org.mockftpserver.core.session.Session#openDataConnection()
90 * @see org.mockftpserver.core.session.Session#readData()
[all …]
/external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/core/session/
DStubSession.groovy19 * Stub implementation of the {@link Session} interface for testing
25 class StubSession implements Session {
41 * @see org.mockftpserver.core.session.Session#close()
48 * @see org.mockftpserver.core.session.Session#closeDataConnection()
55 * @see org.mockftpserver.core.session.Session#getAttribute(java.lang.String)
62 * @see org.mockftpserver.core.session.Session#getAttributeNames()
69 * @see org.mockftpserver.core.session.Session#getClientHost()
76 * @see org.mockftpserver.core.session.Session#getServerHost()
83 * @see org.mockftpserver.core.session.Session#openDataConnection()
90 * @see org.mockftpserver.core.session.Session#readData()
[all …]
/external/llvm/lib/DebugInfo/PDB/
DPDBSymbolTypeFunctionSig.cpp30 : Session(PDBSession), in FunctionArgEnumerator()
35 : Session(PDBSession), Enumerator(std::move(ArgEnumerator)) {} in FunctionArgEnumerator()
45 return Session.getSymbolById(FunctionArgSymbol->getTypeId()); in getChildAtIndex()
52 return Session.getSymbolById(FunctionArgSymbol->getTypeId()); in getNext()
59 return new FunctionArgEnumerator(Session, std::move(Clone)); in clone()
63 const IPDBSession &Session; member in __anon951466f00111::FunctionArgEnumerator
73 return Session.getSymbolById(getTypeId()); in getReturnType()
78 return llvm::make_unique<FunctionArgEnumerator>(Session, *this); in getArguments()
85 return Session.getSymbolById(ClassId); in getClassParent()
/external/mockftpserver/tags/2.0.1/src/test/groovy/org/mockftpserver/core/session/
DStubSession.groovy19 * Stub implementation of the {@link Session} interface for testing
25 class StubSession implements Session {
41 * @see org.mockftpserver.core.session.Session#close()
48 * @see org.mockftpserver.core.session.Session#closeDataConnection()
55 * @see org.mockftpserver.core.session.Session#getAttribute(java.lang.String)
62 * @see org.mockftpserver.core.session.Session#getAttributeNames()
69 * @see org.mockftpserver.core.session.Session#getClientHost()
76 * @see org.mockftpserver.core.session.Session#getServerHost()
83 * @see org.mockftpserver.core.session.Session#openDataConnection()
90 * @see org.mockftpserver.core.session.Session#readData()
[all …]
/external/mockftpserver/tags/2.0.2/src/test/groovy/org/mockftpserver/core/session/
DStubSession.groovy19 * Stub implementation of the {@link Session} interface for testing
25 class StubSession implements Session {
41 * @see org.mockftpserver.core.session.Session#close()
48 * @see org.mockftpserver.core.session.Session#closeDataConnection()
55 * @see org.mockftpserver.core.session.Session#getAttribute(java.lang.String)
62 * @see org.mockftpserver.core.session.Session#getAttributeNames()
69 * @see org.mockftpserver.core.session.Session#getClientHost()
76 * @see org.mockftpserver.core.session.Session#getServerHost()
83 * @see org.mockftpserver.core.session.Session#openDataConnection()
90 * @see org.mockftpserver.core.session.Session#readData()
[all …]
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/test/groovy/org/mockftpserver/core/session/
DStubSession.groovy19 * Stub implementation of the {@link Session} interface for testing
25 class StubSession implements Session {
41 * @see org.mockftpserver.core.session.Session#close()
48 * @see org.mockftpserver.core.session.Session#closeDataConnection()
55 * @see org.mockftpserver.core.session.Session#getAttribute(java.lang.String)
62 * @see org.mockftpserver.core.session.Session#getAttributeNames()
69 * @see org.mockftpserver.core.session.Session#getClientHost()
76 * @see org.mockftpserver.core.session.Session#getServerHost()
83 * @see org.mockftpserver.core.session.Session#openDataConnection()
90 * @see org.mockftpserver.core.session.Session#readData()
[all …]
/external/mockftpserver/tags/2.0/src/test/groovy/org/mockftpserver/core/session/
DStubSession.groovy19 * Stub implementation of the {@link Session} interface for testing
25 class StubSession implements Session {
41 * @see org.mockftpserver.core.session.Session#close()
48 * @see org.mockftpserver.core.session.Session#closeDataConnection()
55 * @see org.mockftpserver.core.session.Session#getAttribute(java.lang.String)
62 * @see org.mockftpserver.core.session.Session#getAttributeNames()
69 * @see org.mockftpserver.core.session.Session#getClientHost()
76 * @see org.mockftpserver.core.session.Session#getServerHost()
83 * @see org.mockftpserver.core.session.Session#openDataConnection()
90 * @see org.mockftpserver.core.session.Session#readData()
[all …]
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/test/groovy/org/mockftpserver/core/session/
DStubSession.groovy19 * Stub implementation of the {@link Session} interface for testing
25 class StubSession implements Session {
41 * @see org.mockftpserver.core.session.Session#close()
48 * @see org.mockftpserver.core.session.Session#closeDataConnection()
55 * @see org.mockftpserver.core.session.Session#getAttribute(java.lang.String)
62 * @see org.mockftpserver.core.session.Session#getAttributeNames()
69 * @see org.mockftpserver.core.session.Session#getClientHost()
76 * @see org.mockftpserver.core.session.Session#getServerHost()
83 * @see org.mockftpserver.core.session.Session#openDataConnection()
90 * @see org.mockftpserver.core.session.Session#readData()
[all …]
/external/mockftpserver/tags/2.0-rc1/src/test/groovy/org/mockftpserver/core/session/
DStubSession.groovy19 * Stub implementation of the {@link Session} interface for testing
25 class StubSession implements Session {
41 * @see org.mockftpserver.core.session.Session#close()
48 * @see org.mockftpserver.core.session.Session#closeDataConnection()
55 * @see org.mockftpserver.core.session.Session#getAttribute(java.lang.String)
62 * @see org.mockftpserver.core.session.Session#getAttributeNames()
69 * @see org.mockftpserver.core.session.Session#getClientHost()
76 * @see org.mockftpserver.core.session.Session#getServerHost()
83 * @see org.mockftpserver.core.session.Session#openDataConnection()
90 * @see org.mockftpserver.core.session.Session#readData()
[all …]
/external/mockftpserver/tags/2.2/src/test/groovy/org/mockftpserver/core/session/
DStubSession.groovy19 * Stub implementation of the {@link Session} interface for testing
25 class StubSession implements Session {
41 * @see org.mockftpserver.core.session.Session#close()
48 * @see org.mockftpserver.core.session.Session#closeDataConnection()
55 * @see org.mockftpserver.core.session.Session#getAttribute(java.lang.String)
62 * @see org.mockftpserver.core.session.Session#getAttributeNames()
69 * @see org.mockftpserver.core.session.Session#getClientHost()
76 * @see org.mockftpserver.core.session.Session#getServerHost()
83 * @see org.mockftpserver.core.session.Session#openDataConnection()
90 * @see org.mockftpserver.core.session.Session#readData()
[all …]
/external/mockftpserver/tags/2.1/src/test/groovy/org/mockftpserver/core/session/
DStubSession.groovy19 * Stub implementation of the {@link Session} interface for testing
25 class StubSession implements Session {
41 * @see org.mockftpserver.core.session.Session#close()
48 * @see org.mockftpserver.core.session.Session#closeDataConnection()
55 * @see org.mockftpserver.core.session.Session#getAttribute(java.lang.String)
62 * @see org.mockftpserver.core.session.Session#getAttributeNames()
69 * @see org.mockftpserver.core.session.Session#getClientHost()
76 * @see org.mockftpserver.core.session.Session#getServerHost()
83 * @see org.mockftpserver.core.session.Session#openDataConnection()
90 * @see org.mockftpserver.core.session.Session#readData()
[all …]
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/command/
DAbstractFakeCommandHandler.java24 import org.mockftpserver.core.session.Session;
70 public void handleCommand(Command command, Session session) { in handleCommand()
111 protected abstract void handle(Command command, Session session); in handle()
129 protected void sendReply(Session session, int replyCode, String messageKey) { in sendReply()
146 protected void sendReply(Session session, int replyCode, String messageKey, List args) { in sendReply()
170 protected void sendReply(Session session, int replyCode) { in sendReply()
186 protected void sendReply(Session session, int replyCode, List args) { in sendReply()
198 …private void handleException(Command command, Session session, Throwable exception, int replyCode)… in handleException()
212 …private void handleFileSystemException(Command command, Session session, FileSystemException excep… in handleFileSystemException()
225 protected Object getRequiredSessionAttribute(Session session, String name) { in getRequiredSessionAttribute()
[all …]
/external/mockftpserver/tags/2.5/src/main/java/org/mockftpserver/fake/command/
DAbstractFakeCommandHandler.java24 import org.mockftpserver.core.session.Session;
70 public void handleCommand(Command command, Session session) { in handleCommand()
111 protected abstract void handle(Command command, Session session); in handle()
129 protected void sendReply(Session session, int replyCode, String messageKey) { in sendReply()
146 protected void sendReply(Session session, int replyCode, String messageKey, List args) { in sendReply()
170 protected void sendReply(Session session, int replyCode) { in sendReply()
186 protected void sendReply(Session session, int replyCode, List args) { in sendReply()
198 …private void handleException(Command command, Session session, Throwable exception, int replyCode)… in handleException()
212 …private void handleFileSystemException(Command command, Session session, FileSystemException excep… in handleFileSystemException()
225 protected Object getRequiredSessionAttribute(Session session, String name) { in getRequiredSessionAttribute()
[all …]
/external/mockftpserver/tags/2.4/src/main/java/org/mockftpserver/fake/command/
DAbstractFakeCommandHandler.java24 import org.mockftpserver.core.session.Session;
70 public void handleCommand(Command command, Session session) { in handleCommand()
111 protected abstract void handle(Command command, Session session); in handle()
129 protected void sendReply(Session session, int replyCode, String messageKey) { in sendReply()
146 protected void sendReply(Session session, int replyCode, String messageKey, List args) { in sendReply()
170 protected void sendReply(Session session, int replyCode) { in sendReply()
186 protected void sendReply(Session session, int replyCode, List args) { in sendReply()
198 …private void handleException(Command command, Session session, Throwable exception, int replyCode)… in handleException()
212 …private void handleFileSystemException(Command command, Session session, FileSystemException excep… in handleFileSystemException()
225 protected Object getRequiredSessionAttribute(Session session, String name) { in getRequiredSessionAttribute()
[all …]
/external/mockftpserver/tags/2.0.1/src/main/java/org/mockftpserver/fake/command/
DAbstractFakeCommandHandler.java24 import org.mockftpserver.core.session.Session;
70 public void handleCommand(Command command, Session session) { in handleCommand()
111 protected abstract void handle(Command command, Session session); in handle()
129 protected void sendReply(Session session, int replyCode, String messageKey) { in sendReply()
146 protected void sendReply(Session session, int replyCode, String messageKey, List args) { in sendReply()
170 protected void sendReply(Session session, int replyCode) { in sendReply()
186 protected void sendReply(Session session, int replyCode, List args) { in sendReply()
198 …private void handleException(Command command, Session session, Throwable exception, int replyCode)… in handleException()
212 …private void handleFileSystemException(Command command, Session session, FileSystemException excep… in handleFileSystemException()
225 protected Object getRequiredSessionAttribute(Session session, String name) { in getRequiredSessionAttribute()
[all …]
/external/mockftpserver/tags/2.3/src/main/java/org/mockftpserver/fake/command/
DAbstractFakeCommandHandler.java24 import org.mockftpserver.core.session.Session;
70 public void handleCommand(Command command, Session session) { in handleCommand()
111 protected abstract void handle(Command command, Session session); in handle()
129 protected void sendReply(Session session, int replyCode, String messageKey) { in sendReply()
146 protected void sendReply(Session session, int replyCode, String messageKey, List args) { in sendReply()
170 protected void sendReply(Session session, int replyCode) { in sendReply()
186 protected void sendReply(Session session, int replyCode, List args) { in sendReply()
198 …private void handleException(Command command, Session session, Throwable exception, int replyCode)… in handleException()
212 …private void handleFileSystemException(Command command, Session session, FileSystemException excep… in handleFileSystemException()
225 protected Object getRequiredSessionAttribute(Session session, String name) { in getRequiredSessionAttribute()
[all …]
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/main/java/org/mockftpserver/fake/command/
DAbstractFakeCommandHandler.java24 import org.mockftpserver.core.session.Session;
70 public void handleCommand(Command command, Session session) { in handleCommand()
111 protected abstract void handle(Command command, Session session); in handle()
129 protected void sendReply(Session session, int replyCode, String messageKey) { in sendReply()
146 protected void sendReply(Session session, int replyCode, String messageKey, List args) { in sendReply()
170 protected void sendReply(Session session, int replyCode) { in sendReply()
186 protected void sendReply(Session session, int replyCode, List args) { in sendReply()
198 …private void handleException(Command command, Session session, Throwable exception, int replyCode)… in handleException()
212 …private void handleFileSystemException(Command command, Session session, FileSystemException excep… in handleFileSystemException()
225 protected Object getRequiredSessionAttribute(Session session, String name) { in getRequiredSessionAttribute()
[all …]
/external/mockftpserver/tags/2.2/src/main/java/org/mockftpserver/fake/command/
DAbstractFakeCommandHandler.java24 import org.mockftpserver.core.session.Session;
70 public void handleCommand(Command command, Session session) { in handleCommand()
111 protected abstract void handle(Command command, Session session); in handle()
129 protected void sendReply(Session session, int replyCode, String messageKey) { in sendReply()
146 protected void sendReply(Session session, int replyCode, String messageKey, List args) { in sendReply()
170 protected void sendReply(Session session, int replyCode) { in sendReply()
186 protected void sendReply(Session session, int replyCode, List args) { in sendReply()
198 …private void handleException(Command command, Session session, Throwable exception, int replyCode)… in handleException()
212 …private void handleFileSystemException(Command command, Session session, FileSystemException excep… in handleFileSystemException()
225 protected Object getRequiredSessionAttribute(Session session, String name) { in getRequiredSessionAttribute()
[all …]
/external/mockftpserver/tags/2.0-rc1/src/main/java/org/mockftpserver/fake/command/
DAbstractFakeCommandHandler.java25 import org.mockftpserver.core.session.Session;
72 public void handleCommand(Command command, Session session) { in handleCommand()
109 protected abstract void handle(Command command, Session session); in handle()
127 protected void sendReply(Session session, int replyCode, String messageKey) { in sendReply()
144 protected void sendReply(Session session, int replyCode, String messageKey, List args) { in sendReply()
169 protected void sendReply(Session session, int replyCode) { in sendReply()
185 protected void sendReply(Session session, int replyCode, List args) { in sendReply()
197 …private void handleException(Command command, Session session, Throwable exception, int replyCode)… in handleException()
211 …private void handleFileSystemException(Command command, Session session, FileSystemException excep… in handleFileSystemException()
234 protected Object getRequiredSessionAttribute(Session session, String name) { in getRequiredSessionAttribute()
[all …]
/external/mockftpserver/tags/2.1/src/main/java/org/mockftpserver/fake/command/
DAbstractFakeCommandHandler.java24 import org.mockftpserver.core.session.Session;
70 public void handleCommand(Command command, Session session) { in handleCommand()
111 protected abstract void handle(Command command, Session session); in handle()
129 protected void sendReply(Session session, int replyCode, String messageKey) { in sendReply()
146 protected void sendReply(Session session, int replyCode, String messageKey, List args) { in sendReply()
170 protected void sendReply(Session session, int replyCode) { in sendReply()
186 protected void sendReply(Session session, int replyCode, List args) { in sendReply()
198 …private void handleException(Command command, Session session, Throwable exception, int replyCode)… in handleException()
212 …private void handleFileSystemException(Command command, Session session, FileSystemException excep… in handleFileSystemException()
225 protected Object getRequiredSessionAttribute(Session session, String name) { in getRequiredSessionAttribute()
[all …]
/external/mockftpserver/tags/2.0.2/src/main/java/org/mockftpserver/fake/command/
DAbstractFakeCommandHandler.java24 import org.mockftpserver.core.session.Session;
70 public void handleCommand(Command command, Session session) { in handleCommand()
111 protected abstract void handle(Command command, Session session); in handle()
129 protected void sendReply(Session session, int replyCode, String messageKey) { in sendReply()
146 protected void sendReply(Session session, int replyCode, String messageKey, List args) { in sendReply()
170 protected void sendReply(Session session, int replyCode) { in sendReply()
186 protected void sendReply(Session session, int replyCode, List args) { in sendReply()
198 …private void handleException(Command command, Session session, Throwable exception, int replyCode)… in handleException()
212 …private void handleFileSystemException(Command command, Session session, FileSystemException excep… in handleFileSystemException()
225 protected Object getRequiredSessionAttribute(Session session, String name) { in getRequiredSessionAttribute()
[all …]

12345678910>>...69