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.py13 class Session(object): class in inherits:object
74 other = Session()
H A Dapi.py10 from .session import Session namespace
H A Dtlsconnection.py17 from .session import Session namespace
181 @type session: L{tlslite.Session.Session}
253 @type session: L{tlslite.session.Session}
344 @type session: L{tlslite.session.Session}
484 raise ValueError("Session username doesn't match")
486 raise ValueError("Session servername doesn't match")
584 self.session = Session()
615 raise ValueError("Session's cipher suite not consistent "\
1352 self.session = Session()
[all...]
/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 started authenticating.
44 // Session has been connected and authenticated.
47 // Session has been closed.
65 // |channel_name| changes. Session must not be destroyed by the
72 Session() {} function in class:remoting::protocol::Session
73 virtual ~Session() {}
111 DISALLOW_COPY_AND_ASSIGN(Session);
/external/chromium_org/chrome/test/chromedriver/
H A Dsession.cc19 base::LazyInstance<base::ThreadLocalPointer<Session> >
31 const base::TimeDelta Session::kDefaultPageLoadTimeout =
34 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
55 Session::~Session() {}
57 Status Session::GetTargetWindow(WebView** web_view) {
67 void Session
[all...]
H A Dsession.h40 struct Session { struct
43 explicit Session(const std::string& id);
44 Session(const std::string& id, scoped_ptr<Chrome> chrome);
45 ~Session();
81 // |command_listeners| should be declared after |chrome|. When the |Session|
88 Session* GetThreadLocalSession();
90 void SetThreadLocalSession(scoped_ptr<Session> session);
/external/chromium_org/remoting/host/
H A Dfake_host_extension.cc17 class FakeExtension::Session : public HostExtensionSession { class in class:remoting::FakeExtension
19 Session(FakeExtension* extension, const std::string& message_type);
20 virtual ~Session() {}
36 DISALLOW_COPY_AND_ASSIGN(Session);
39 FakeExtension::Session::Session( function in class:remoting::FakeExtension::Session
45 void FakeExtension::Session::OnCreateVideoCapturer(
53 void FakeExtension::Session::OnCreateVideoEncoder(
58 bool FakeExtension::Session::ModifiesVideoPipeline() const {
62 bool FakeExtension::Session
[all...]
/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();
190 Session* session = iter->second;
462 Session* session = it->second;
476 Session* session = it->second;
494 Session* session = GetSession(session_id);
514 Session* session, FSMState session_state, FSMEvent event) {
570 Session* session = GetSession(session_id);
582 void SpeechRecognitionManagerImpl::SessionStart(const Session& session) {
601 void SpeechRecognitionManagerImpl::SessionAbort(const Session
691 SpeechRecognitionManagerImpl::Session::Session() function in class:content::SpeechRecognitionManagerImpl::Session
[all...]
/external/chromium_org/remoting/webapp/js_proto/
H A Dchrome_proto.js452 chrome.cast.Session = function() {
466 chrome.cast.Session.prototype.sendMessage =
472 chrome.cast.Session.prototype.addMediaListener = function(listener) {};
477 chrome.cast.Session.prototype.addUpdateListener = function(listener) {};
483 chrome.cast.Session.prototype.addMessageListener =
490 chrome.cast.Session.prototype.stop =
502 * @param {function(chrome.cast.Session):void} sessionListener
522 * @param {function(chrome.cast.Session):void} successCallback
/external/chromium_org/third_party/tlslite/tests/
H A Dtlstest.py26 X509, X509CertChain, IMAP4_TLS, VerifierDB, Session, SessionCache, \
30 Checker, __version__ namespace
/external/qemu/android/
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.cc345 case Session::STATE_INIT:
347 case Session::STATE_SENTINITIATE:
349 case Session::STATE_RECEIVEDINITIATE:
351 case Session::STATE_SENTPRACCEPT:
353 case Session::STATE_SENTACCEPT:
355 case Session::STATE_RECEIVEDPRACCEPT:
357 case Session::STATE_RECEIVEDACCEPT:
359 case Session::STATE_SENTMODIFY:
361 case Session::STATE_RECEIVEDMODIFY:
363 case Session
935 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.
524 // A specific Session created by the SessionManager, using XMPP for protocol.
525 class Session : public BaseSession { class in namespace:cricket
568 sigslot::signal1<Session*> SignalRequestSignaling;
587 sigslot::signal2<Session*, const std::string&> SignalReceivedTerminateReason;
596 sigslot::signal2<Session*, const buzz::XmlElement*> SignalInfoMessage;
600 Session(SessionManager *session_manager,
604 ~Session();
697 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 ...
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 2972 milliseconds