Searched defs:Session (Results 1 - 22 of 22) sorted by relevance

/external/smack/src/org/jivesoftware/smack/packet/
H A DSession.java36 public class Session extends IQ { class in inherits:IQ
38 public Session() { method in class:Session
/external/chromium_org/third_party/tlslite/tlslite/
H A DSession.py7 class Session: class in inherits:
53 other = Session()
H A DSharedKeyDB.py6 from Session import Session namespace
31 session = Session()
H A DTLSConnection.py9 from Session import Session namespace
88 @type session: L{tlslite.Session.Session}
168 @type session: L{tlslite.Session.Session}
250 @type session: L{tlslite.Session.Session}
395 session = Session()._createSharedKey(*sharedKeyParams)
440 raise ValueError("Session usernam
[all...]
H A Dapi.py24 from Session import Session
50 from Session import Session namespace
/external/chromium_org/chrome/test/chromedriver/
H A Dsession.cc20 base::LazyInstance<base::ThreadLocalPointer<Session> >
32 const base::TimeDelta Session::kDefaultPageLoadTimeout =
35 Session::Session(const std::string& id) function in class:Session
44 Session::Session(const std::string& id, scoped_ptr<Chrome> chrome) function in class:Session
54 Session::~Session() {}
56 Status Session::GetTargetWindow(WebView** web_view) {
66 void Session
[all...]
H A Dsession.h38 struct Session { struct
41 explicit Session(const std::string& id);
42 Session(const std::string& id, scoped_ptr<Chrome> chrome);
43 ~Session();
77 Session* GetThreadLocalSession();
79 void SetThreadLocalSession(scoped_ptr<Session> session);
/external/chromium_org/remoting/protocol/
H A Dsession.h26 class Session { class in namespace:remoting::protocol
38 // Session has been accepted and is pending authentication.
41 // Session has been connected and authenticated.
44 // Session has been closed.
62 // |channel_name| changes. Session must not be destroyed by the
75 Session() {} function in class:remoting::protocol::Session
76 virtual ~Session() {}
114 DISALLOW_COPY_AND_ASSIGN(Session);
/external/chromium_org/content/browser/speech/
H A Dspeech_recognition_manager_impl.h124 struct Session { struct in class:content::SpeechRecognitionManagerImpl
125 Session();
126 ~Session();
155 void ExecuteTransitionAndGetNextState(Session* session,
163 void SessionStart(const Session& session);
164 void SessionAbort(const Session& session);
165 void SessionStopAudioCapture(const Session& session);
166 void ResetCapturingSessionId(const Session& session);
167 void SessionDelete(Session* session);
168 void NotFeasible(const Session
[all...]
H A Dspeech_recognition_manager_impl.cc99 Session* session = new Session();
189 Session* session = iter->second;
460 Session* session = it->second;
474 Session* session = it->second;
492 Session* session = GetSession(session_id);
512 Session* session, FSMState session_state, FSMEvent event) {
568 Session* session = GetSession(session_id);
580 void SpeechRecognitionManagerImpl::SessionStart(const Session& session) {
599 void SpeechRecognitionManagerImpl::SessionAbort(const Session
689 SpeechRecognitionManagerImpl::Session::Session() function in class:content::SpeechRecognitionManagerImpl::Session
[all...]
/external/openssh/
H A Dsession.h30 typedef struct Session Session; typedef in typeref:struct:Session
31 struct Session { struct
73 void session_destroy_all(void (*)(Session *));
74 void session_pty_cleanup2(Session *);
76 Session *session_new(void);
77 Session *session_by_tty(char *);
78 void session_close(Session *);
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
H A DSession.java17 * A <code>Session</code> is a remote execution of a program. "Program" means
23 * @version $Id: Session.java 32 2011-05-28 21:56:21Z dkocher@sudo.ch $
25 public class Session class
39 protected Session(ChannelManager cm, SecureRandom rnd) throws IOException method in class:Session
330 * stdout or stderr InputStream of this <code>Session</code>. Very useful
334 * InputStreams of this <code>Session</code> (otherwise this method may
386 * InputStreams of this <code>Session</code> (otherwise this method may
/external/chromium/third_party/libjingle/source/talk/p2p/base/
H A Dsession.cc189 // Session timeout has occured.
219 Session::Session(SessionManager *session_manager, function in class:cricket::Session
243 Session::~Session() {
258 Transport* Session::GetTransport(const std::string& content_name) {
265 void Session::set_allow_local_ips(bool allow) {
273 bool Session::Initiate(const std::string &to,
297 SetState(Session::STATE_SENTINITIATE);
303 bool Session
[all...]
H A Dsession.h69 // TODO: Use this error in Session::Initiate and
70 // Session::Accept.
127 // on Session. Right now the Channel class requires a BaseSession, but it only
210 sigslot::signal2<Session*, const std::string&> SignalChannelGone;
286 // A specific Session created by the SessionManager, using XMPP for protocol.
287 class Session : public BaseSession { class in namespace:cricket
321 sigslot::signal2<Session*, const std::string&> SignalReceivedTerminateReason;
346 sigslot::signal2<Session*, const XmlElements&> SignalInfoMessage;
382 Session(SessionManager *session_manager,
386 ~Session();
[all...]
/external/qemu/
H A Dshaper.c299 } SessionRec, *Session; typedef in typeref:struct:SessionRec_
307 session_free( Session session )
321 session_to_string( Session session )
337 _packet_SYN_flags( const void* _data, size_t size, Session info )
385 Session sessions;
397 static Session*
398 netdelay_lookup_session( NetDelay delay, Session info )
400 Session* pnode = &delay->sessions;
401 Session node;
426 Session sessio
[all...]
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dsession.cc331 case Session::STATE_INIT:
333 case Session::STATE_SENTINITIATE:
335 case Session::STATE_RECEIVEDINITIATE:
337 case Session::STATE_SENTPRACCEPT:
339 case Session::STATE_SENTACCEPT:
341 case Session::STATE_RECEIVEDPRACCEPT:
343 case Session::STATE_RECEIVEDACCEPT:
345 case Session::STATE_SENTMODIFY:
347 case Session::STATE_RECEIVEDMODIFY:
349 case Session
877 Session::Session(SessionManager* session_manager, function in class:cricket::Session
[all...]
H A Dsession.h77 // TODO: Use this error in Session::Initiate and
78 // Session::Accept.
518 // A specific Session created by the SessionManager, using XMPP for protocol.
519 class Session : public BaseSession { class in namespace:cricket
562 sigslot::signal1<Session*> SignalRequestSignaling;
581 sigslot::signal2<Session*, const std::string&> SignalReceivedTerminateReason;
590 sigslot::signal2<Session*, const buzz::XmlElement*> SignalInfoMessage;
594 Session(SessionManager *session_manager,
598 ~Session();
691 sigslot::signal2<Session* , cons
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA2/
H A Ddsa_old.cpp415 RWsSession& CDsa::Session() function in class:CDsa
H A Ddsa.cpp281 Session(),
855 RWsSession& CDsa::Session() function in class:CDsa
H A Ddsa_new.cpp614 RWsSession& CDsa::Session() function in class:CDsa
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...

Completed in 559 milliseconds