HomeSort by relevance Sort by last modified time
    Searched refs:Session (Results 76 - 100 of 970) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/stub/command/
AbstractStubDataCommandHandler.java 23 import org.mockftpserver.core.session.Session;
36 * Subclasses can optionally override the {@link #beforeProcessData(Command, Session, InvocationRecord)}
37 * method for logic before the data transfer or the {@link #afterProcessData(Command, Session, InvocationRecord)}
97 * @see org.mockftpserver.core.command.AbstractTrackingCommandHandler#handleCommand(org.mockftpserver.core.command.Command, org.mockftpserver.core.session.Session, org.mockftpserver.core.command.InvocationRecord)
99 public final void handleCommand(Command command, Session session, InvocationRecord invocationRecord) throws Exception {
101 beforeProcessData(command, session, invocationRecord);
103 sendPreliminaryReply(session);
    [all...]
ListCommandHandler.java 21 import org.mockftpserver.core.session.Session;
68 * @see org.mockftpserver.stub.command.AbstractStubDataCommandHandler#beforeProcessData(org.mockftpserver.core.command.Command, org.mockftpserver.core.session.Session, org.mockftpserver.core.command.InvocationRecord)
70 protected void beforeProcessData(Command command, Session session, InvocationRecord invocationRecord) throws Exception {
75 * @see org.mockftpserver.stub.command.AbstractStubDataCommandHandler#processData(org.mockftpserver.core.command.Command, org.mockftpserver.core.session.Session, org.mockftpserver.core.command.InvocationRecord)
77 protected void processData(Command command, Session session, InvocationRecord invocationRecord) {
    [all...]
NlstCommandHandler.java 21 import org.mockftpserver.core.session.Session;
45 * @see org.mockftpserver.stub.command.AbstractStubDataCommandHandler#beforeProcessData(org.mockftpserver.core.command.Command, org.mockftpserver.core.session.Session, org.mockftpserver.core.command.InvocationRecord)
47 protected void beforeProcessData(Command command, Session session, InvocationRecord invocationRecord) throws Exception {
52 * @see org.mockftpserver.stub.command.AbstractStubDataCommandHandler#processData(org.mockftpserver.core.command.Command, org.mockftpserver.core.session.Session, org.mockftpserver.core.command.InvocationRecord)
54 protected void processData(Command command, Session session, InvocationRecord invocationRecord) {
    [all...]
  /external/mockftpserver/branches/1.x_Branch/src/main/java/org/mockftpserver/stub/command/
AbstractStubDataCommandHandler.java 23 import org.mockftpserver.core.session.Session;
36 * Subclasses can optionally override the {@link #beforeProcessData(Command, Session, InvocationRecord)}
37 * method for logic before the data transfer or the {@link #afterProcessData(Command, Session, InvocationRecord)}
98 * @see org.mockftpserver.core.command.CommandHandler#handleCommand(Command, Session, InvocationRecord)
100 public final void handleCommand(Command command, Session session, InvocationRecord invocationRecord) throws Exception {
102 beforeProcessData(command, session, invocationRecord);
104 sendPreliminaryReply(session);
105 session.openDataConnection();
    [all...]
AbstractStubCommandHandler.java 19 import org.mockftpserver.core.session.Session;
82 * @param session - the Session
86 protected void sendReply(Session session) {
87 sendReply(session, null);
92 * @param session - the Session
97 protected void sendReply(Session session, Object messageParameter) {
    [all...]
AppeCommandHandler.java 22 import org.mockftpserver.core.session.Session;
46 * @see org.mockftpserver.stub.command.AbstractStubDataCommandHandler#beforeProcessData(org.mockftpserver.core.command.Command, org.mockftpserver.core.session.Session, org.mockftpserver.core.command.InvocationRecord)
48 protected void beforeProcessData(Command command, Session session, InvocationRecord invocationRecord) throws Exception {
54 * @see org.mockftpserver.stub.command.AbstractStubDataCommandHandler#processData(org.mockftpserver.core.command.Command, org.mockftpserver.core.session.Session, org.mockftpserver.core.command.InvocationRecord)
56 protected void processData(Command command, Session session, InvocationRecord invocationRecord) {
    [all...]
ListCommandHandler.java 21 import org.mockftpserver.core.session.Session;
53 * @see org.mockftpserver.stub.command.AbstractStubDataCommandHandler#beforeProcessData(org.mockftpserver.core.command.Command, org.mockftpserver.core.session.Session, org.mockftpserver.core.command.InvocationRecord)
55 protected void beforeProcessData(Command command, Session session, InvocationRecord invocationRecord) throws Exception {
60 * @see org.mockftpserver.stub.command.AbstractStubDataCommandHandler#processData(org.mockftpserver.core.command.Command, org.mockftpserver.core.session.Session, org.mockftpserver.core.command.InvocationRecord)
62 protected void processData(Command command, Session session, InvocationRecord invocationRecord) {
    [all...]
NlstCommandHandler.java 21 import org.mockftpserver.core.session.Session;
46 * @see org.mockftpserver.stub.command.AbstractStubDataCommandHandler#beforeProcessData(org.mockftpserver.core.command.Command, org.mockftpserver.core.session.Session, org.mockftpserver.core.command.InvocationRecord)
48 protected void beforeProcessData(Command command, Session session, InvocationRecord invocationRecord) throws Exception {
53 * @see org.mockftpserver.stub.command.AbstractStubDataCommandHandler#processData(org.mockftpserver.core.command.Command, org.mockftpserver.core.session.Session, org.mockftpserver.core.command.InvocationRecord)
55 protected void processData(Command command, Session session, InvocationRecord invocationRecord) {
    [all...]
StorCommandHandler.java 22 import org.mockftpserver.core.session.Session;
46 * @see org.mockftpserver.stub.command.AbstractStubDataCommandHandler#beforeProcessData(org.mockftpserver.core.command.Command, org.mockftpserver.core.session.Session, org.mockftpserver.core.command.InvocationRecord)
48 protected void beforeProcessData(Command command, Session session, InvocationRecord invocationRecord) throws Exception {
54 * @see org.mockftpserver.stub.command.AbstractStubDataCommandHandler#processData(org.mockftpserver.core.command.Command, org.mockftpserver.core.session.Session, org.mockftpserver.core.command.InvocationRecord)
56 protected void processData(Command command, Session session, InvocationRecord invocationRecord) {
    [all...]
  /external/tensorflow/tensorflow/python/training/
server_lib_same_variables_clear_container_test.py 21 from tensorflow.python.client import session
30 # Verifies behavior of tf.Session.reset() with multiple containers using
52 sess_0 = session.Session(server0.target)
53 sess_1 = session.Session(server1.target)
60 session.Session.reset(server0.target, ["local0"])
61 sess = session.Session(server0.target
    [all...]
  /frameworks/av/drm/mediadrm/plugins/clearkey/hidl/
SessionLibrary.cpp 41 ALOGD("Instantiating Session Library Singleton.");
48 sp<Session> SessionLibrary::createSession() {
61 sp<Session> >(sessionId, new Session(sessionId)));
62 std::map<std::vector<uint8_t>, sp<Session> >::iterator itr = mSessions.find(sessionId);
70 sp<Session> SessionLibrary::findSession(
73 std::map<std::vector<uint8_t>, sp<Session> >::iterator itr = mSessions.find(sessionId);
81 void SessionLibrary::destroySession(const sp<Session>& session) {
83 mSessions.erase(session->sessionId())
    [all...]
  /external/tensorflow/tensorflow/go/
saved_model.go 31 Session *Session
40 // session with the identified graph and with variables initialized to from the
71 s := &Session{c: cSess}
72 runtime.SetFinalizer(s, func(s *Session) { s.Close() })
73 return &SavedModel{Session: s, Graph: graph}, nil
  /frameworks/av/drm/mediadrm/plugins/clearkey/default/
SessionLibrary.cpp 39 ALOGD("Instantiating Session Library Singleton.");
46 sp<Session> SessionLibrary::createSession() {
56 mSessions.add(sessionId, new Session(sessionId));
60 sp<Session> SessionLibrary::findSession(
64 return sp<Session>(NULL);
69 void SessionLibrary::destroySession(const sp<Session>& session) {
71 mSessions.removeItem(session->sessionId());
  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/core/command/
AbstractStaticReplyCommandHandler.java 18 import org.mockftpserver.core.session.Session;
84 * @param session - the Session
88 protected void sendReply(Session session) {
89 sendReply(session, null);
94 * @param session - the Session
99 protected void sendReply(Session session, Object messageParameter) {
    [all...]
  /external/tensorflow/tensorflow/tools/benchmark/
benchmark_model.h 19 #include "tensorflow/core/public/session.h"
33 // Loads a model from disk into a new session.
35 std::unique_ptr<Session>* session,
38 // Does a single run of the model that's been loaded into the given session.
40 const std::vector<string>& outputs, Session* session,
46 const std::vector<string>& outputs, Session* session,
  /packages/apps/Camera2/src/com/android/camera/one/v2/core/
FrameServer.java 36 * A Session enables submitting multiple Requests for frames.
39 public interface Session extends SafeCloseable {
57 * Indicates that a session has been closed already, via
58 * {@link FrameServer.Session#close} and no more requests may be submitted.
68 * Creates an exclusive session. Blocks, if necessary, until any existing
69 * exclusive session is closed.
71 * @return A new session which may be used to interact with the underlying
75 public Session createExclusiveSession() throws InterruptedException;
79 * blocking if the session cannot be created immediately.
82 public Session tryCreateExclusiveSession()
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/DebugInfo/PDB/Native/
NativeEnumTypes.h 27 NativeEnumTypes(NativeSession &Session,
38 NativeEnumTypes(NativeSession &Session,
44 NativeSession &Session;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/DebugInfo/PDB/Native/
NativeEnumTypes.h 27 NativeEnumTypes(NativeSession &Session,
38 NativeEnumTypes(NativeSession &Session,
44 NativeSession &Session;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/DebugInfo/PDB/Native/
NativeEnumTypes.h 27 NativeEnumTypes(NativeSession &Session,
38 NativeEnumTypes(NativeSession &Session,
44 NativeSession &Session;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/DebugInfo/PDB/Native/
NativeEnumTypes.h 27 NativeEnumTypes(NativeSession &Session,
38 NativeEnumTypes(NativeSession &Session,
44 NativeSession &Session;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/DebugInfo/PDB/Native/
NativeEnumTypes.h 27 NativeEnumTypes(NativeSession &Session,
38 NativeEnumTypes(NativeSession &Session,
44 NativeSession &Session;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/DebugInfo/PDB/Native/
NativeEnumTypes.h 27 NativeEnumTypes(NativeSession &Session,
38 NativeEnumTypes(NativeSession &Session,
44 NativeSession &Session;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/DebugInfo/PDB/Native/
NativeEnumTypes.h 27 NativeEnumTypes(NativeSession &Session,
38 NativeEnumTypes(NativeSession &Session,
44 NativeSession &Session;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/DebugInfo/PDB/Native/
NativeEnumTypes.h 27 NativeEnumTypes(NativeSession &Session,
38 NativeEnumTypes(NativeSession &Session,
44 NativeSession &Session;
  /cts/hostsidetests/tv/app/src/com/android/cts/tv/hostside/
StubTvInputService.java 29 public Session onCreateSession(String inputId) {
33 private static class StubSessionImpl extends Session {

Completed in 1815 milliseconds

1 2 34 5 6 7 8 91011>>