Home
last modified time | relevance | path

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

12345678910>>...80

/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/tensorflow/tensorflow/java/src/test/java/org/tensorflow/
DSessionTest.java36 Session s = new Session(g)) { in runUsingOperationNames()
51 Session s = new Session(g)) { in runUsingOperationHandles()
68 Session s = new Session(g)) { in runUsingColonSeparatedNames()
105 Session s = new Session(g)) { in runWithMetadata()
108 Session.Run result = in runWithMetadata()
135 Session s = new Session(g)) { in runMultipleOutputs()
150 Session s = new Session(g); in failOnUseAfterClose()
164 Session s = new Session(g, singleThreadConfigProto())) {} in createWithConfigProto()
/external/llvm/lib/DebugInfo/PDB/DIA/
DDIASession.cpp78 DIASession::DIASession(CComPtr<IDiaSession> DiaSession) : Session(DiaSession) {} in DIASession()
81 std::unique_ptr<IPDBSession> &Session) { in createFromPdb() argument
101 Session.reset(new DIASession(DiaSession)); in createFromPdb()
106 std::unique_ptr<IPDBSession> &Session) { in createFromExe() argument
126 Session.reset(new DIASession(DiaSession)); in createFromExe()
132 bool success = (S_OK == Session->get_loadAddress(&LoadAddress)); in getLoadAddress()
137 Session->put_loadAddress(Address); in setLoadAddress()
142 if (S_OK != Session->get_globalScope(&GlobalScope)) in getGlobalScope()
154 if (S_OK != Session->symbolById(SymbolId, &LocatedSymbol)) in getSymbolById()
166 if (S_OK != Session->findSymbolByVA(Address, EnumVal, &Symbol)) { in findSymbolByAddress()
[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/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.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-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.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/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.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-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-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.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-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/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.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 …]
/external/mockftpserver/tags/2.0-rc3/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.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.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.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-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 …]

12345678910>>...80