Home
last modified time | relevance | path

Searched defs:session (Results 1 – 25 of 325) sorted by relevance

12345678910>>...13

/external/okhttp/src/test/java/com/squareup/okhttp/internal/tls/
DHostnameVerifierTest.java42 FakeSSLSession session = new FakeSSLSession(); in verify() local
48 SSLSession session = session("" in verifyCn() local
81 SSLSession session = session("" in verifyNonAsciiCn() local
113 SSLSession session = session("" in verifySubjectAlt() local
154 SSLSession session = session("" in verifyNonAsciiSubjectAlt() local
195 SSLSession session = session("" in verifySubjectAltOnly() local
229 SSLSession session = session("" in verifyMultipleCn() local
266 SSLSession session = session("" in verifyWilcardCn() local
301 SSLSession session = session("" in verifyWilcardCnOnTld() local
339 SSLSession session = session("" in testWilcardNonAsciiSubjectAlt() local
[all …]
/external/chromium_org/sync/sessions/
Dtest_util.cc14 sessions::SyncSession* session) { in SimulateGetEncryptionKeyFailed()
24 sessions::SyncSession* session) { in SimulateConfigureSuccess()
34 sessions::SyncSession* session) { in SimulateConfigureFailed()
43 sessions::SyncSession* session) { in SimulateConfigureConnectionFailure()
51 sessions::SyncSession* session) { in SimulateNormalSuccess()
61 sessions::SyncSession* session) { in SimulateDownloadUpdatesFailed()
68 sessions::SyncSession* session) { in SimulateCommitFailed()
79 sessions::SyncSession* session) { in SimulateConnectionFailure()
85 sessions::SyncSession* session) { in SimulatePollSuccess()
92 sessions::SyncSession* session) { in SimulatePollFailed()
[all …]
/external/chromium_org/sync/engine/
Dsyncer.cc57 SyncSession* session) { in NormalSyncShare()
84 SyncSession* session) { in ConfigureSyncShare()
99 SyncSession* session) { in PollSyncShare()
112 void Syncer::ApplyUpdates(SyncSession* session) { in ApplyUpdates()
131 SyncSession* session, in DownloadAndApplyUpdates()
157 sessions::SyncSession* session) { in BuildAndPostCommits()
187 void Syncer::HandleCycleBegin(SyncSession* session) { in HandleCycleBegin()
193 SyncSession* session, in HandleCycleEnd()
/external/chromium/third_party/libjingle/source/talk/session/phone/
Dcall.cc60 Session *session = sessions_[0]; in ~Call() local
71 Session *session = session_client_->CreateSession(this); in InitiateSession() local
86 Session* session, const SessionDescription* offer) { in IncomingSession()
94 void Call::AcceptSession(BaseSession* session, in AcceptSession()
105 void Call::RejectSession(BaseSession *session) { in RejectSession()
114 void Call::TerminateSession(BaseSession *session) { in TerminateSession()
141 void Call::SetVideoRenderer(BaseSession *session, uint32 ssrc, in SetVideoRenderer()
149 void Call::AddStream(BaseSession *session, in AddStream()
161 void Call::RemoveStream(BaseSession *session, in RemoveStream()
199 bool Call::AddSession(Session *session, const SessionDescription* offer) { in AddSession()
[all …]
/external/chromium/chrome/browser/sync/sessions/
Dtest_util.cc11 void SimulateHasMoreToSync(sessions::SyncSession* session, in SimulateHasMoreToSync()
17 void SimulateDownloadUpdatesFailed(sessions::SyncSession* session, in SimulateDownloadUpdatesFailed()
25 void SimulateCommitFailed(sessions::SyncSession* session, in SimulateCommitFailed()
36 void SimulateSuccess(sessions::SyncSession* session, in SimulateSuccess()
45 void SimulateThrottledImpl(sessions::SyncSession* session, in SimulateThrottledImpl()
50 void SimulatePollIntervalUpdateImpl(sessions::SyncSession* session, in SimulatePollIntervalUpdateImpl()
/external/chromium_org/chrome/test/chromedriver/
Dwindow_commands.cc75 bool session; member
115 bool session = false; in GetVisibleCookies() local
128 Session* session, WebView* web_view, int x, int y, int* offset_x, in ScrollCoordinateInToView()
169 Session* session, WebView* web_view, TouchEventType type, in ExecuteTouchEvent()
192 Session* session, in ExecuteWindowCommand()
240 Session* session, in ExecuteGet()
251 Session* session, in ExecuteExecuteScript()
271 Session* session, in ExecuteExecuteAsyncScript()
288 Session* session, in ExecuteSwitchToFrame()
359 Session* session, in ExecuteGetTitle()
[all …]
Delement_commands.cc31 Session* session, in SendKeysToElement()
77 Session* session, in ExecuteTouchSingleTapAtom()
95 Session* session, in ExecuteElementCommand()
107 Session* session, in ExecuteFindChildElement()
118 Session* session, in ExecuteFindChildElements()
128 Session* session, in ExecuteHoverOverElement()
151 Session* session, in ExecuteClickElement()
196 Session* session, in ExecuteTouchSingleTap()
221 Session* session, in ExecuteClearElement()
236 Session* session, in ExecuteSendKeysToElement()
[all …]
Dsession_commands.cc104 Session* session, in InitSessionHelper()
162 Session* session, in ExecuteInitSession()
173 Session* session, in ExecuteQuit()
184 Session* session, in ExecuteGetSessionCapabilities()
192 Session* session, in ExecuteGetCurrentWindowHandle()
205 Session* session, in ExecuteClose()
236 Session* session, in ExecuteGetWindowHandles()
253 Session* session, in ExecuteSwitchToWindow()
328 Session* session, in ExecuteSetTimeout()
357 Session* session, in ExecuteSetScriptTimeout()
[all …]
Dalert_commands.cc18 Session* session, in ExecuteAlertCommand()
43 Session* session, in ExecuteGetAlert()
53 Session* session, in ExecuteGetAlertText()
67 Session* session, in ExecuteSetAlertValue()
83 Session* session, in ExecuteAcceptAlert()
94 Session* session, in ExecuteDismissAlert()
Delement_util.cc220 Session* session, in FindElement()
282 Session* session, in GetActiveElement()
294 Session* session, in IsElementFocused()
308 Session* session, in GetElementAttribute()
322 Session* session, in IsElementAttributeEqualToIgnoreCase()
342 Session* session, in GetElementClickableLocation()
404 Session* session, in GetElementEffectiveStyle()
414 Session* session, in GetElementRegion()
433 Session* session, in GetElementTagName()
452 Session* session, in GetElementSize()
[all …]
Dsession_commands_unittest.cc25 Session session("id"); in TEST() local
65 Session session("id", scoped_ptr<Chrome>(chrome)); in TEST() local
80 Session session("id", scoped_ptr<Chrome>(chrome)); in TEST() local
109 Session session("id", scoped_ptr<Chrome>(new FailsToQuitChrome())); in TEST() local
/external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
DSSLSessionImplTest.java37 SSLSessionImpl session = new SSLSessionImpl(null, null); in testSSLSessionImplCipherSuiteSecureRandom() local
89 SSLSessionImpl session = new SSLSessionImpl( in testInvalidate() local
97 SSLSessionImpl session = new SSLSessionImpl(null); in testSetPeer() local
105 SSLSessionImpl session = new SSLSessionImpl(null); in testGetValue() local
/external/linux-tools-perf/
Dbuiltin-inject.c41 struct perf_session *session) in perf_event__repipe()
49 struct perf_session *session) in perf_event__repipe_sample()
56 struct perf_session *session) in perf_event__repipe_mmap()
68 struct perf_session *session) in perf_event__repipe_task()
79 struct perf_session *session) in perf_event__repipe_tracing_data()
103 static int dso__inject_build_id(struct dso *self, struct perf_session *session) in dso__inject_build_id()
136 struct perf_session *session) in perf_event__inject_buildid()
200 struct perf_session *session; in __cmd_inject() local
/external/chromium_org/third_party/libjingle/source/talk/session/media/
Dcall.cc91 Session* session = media_session_map_.begin()->second.session; in ~Call() local
113 void Call::IncomingSession(Session* session, const SessionDescription* offer) { in IncomingSession()
126 void Call::AcceptSession(Session* session, in AcceptSession()
136 void Call::RejectSession(Session* session) { in RejectSession()
143 void Call::TerminateSession(Session* session) { in TerminateSession()
162 bool Call::SendViewRequest(Session* session, in SendViewRequest()
199 void Call::SetVideoRenderer(Session* session, uint32 ssrc, in SetVideoRenderer()
242 bool Call::AddSession(Session* session, const SessionDescription* offer) { in AddSession()
336 void Call::RemoveSession(Session* session) { in RemoveSession()
407 void Call::EnableSessionChannels(Session* session, bool enable) { in EnableSessionChannels()
[all …]
/external/chromium_org/net/quic/test_tools/
Dquic_session_peer.cc14 void QuicSessionPeer::SetNextStreamId(QuicSession* session, QuicStreamId id) { in SetNextStreamId()
19 void QuicSessionPeer::SetMaxOpenStreams(QuicSession* session, in SetMaxOpenStreams()
26 QuicSession* session) { in GetWriteblockedStreams()
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
Dportallocatorsessionproxy.cc44 PortAllocatorSession* session) in PortAllocatorSessionMuxer()
82 PortAllocatorSession* session) { in OnCandidatesAllocationDone()
86 void PortAllocatorSessionMuxer::OnPortReady(PortAllocatorSession* session, in OnPortReady()
170 PortAllocatorSession* session) { in set_impl()
206 void PortAllocatorSessionProxy::OnPortReady(PortAllocatorSession* session, in OnPortReady()
217 PortAllocatorSession* session, in OnCandidatesReady()
234 PortAllocatorSession* session) { in OnCandidatesAllocationDone()
Dsessionmanager.cc101 Session* session = new Session(this, local_name, initiator_name, in CreateSession() local
115 void SessionManager::DestroySession(Session* session) { in DestroySession()
136 Session* session = session_map_.begin()->second; in TerminateAll() local
151 Session* session = iter->second; in FindSession() local
168 Session* session = FindSession(msg.sid, msg.from); in OnIncomingMessage() local
212 Session* session = FindSession(msg.sid, msg.to); in OnIncomingResponse() local
232 Session* session = FindSession(msg.sid, msg.to); in OnFailedSend() local
300 void SessionManager::OnOutgoingMessage(Session* session, in OnOutgoingMessage()
305 void SessionManager::OnErrorMessage(BaseSession* session, in OnErrorMessage()
322 void SessionManager::OnRequestSignaling(Session* session) { in OnRequestSignaling()
/external/linux-tools-perf/util/
Devent.c57 struct perf_session *session) in perf_event__synthesize_comm()
147 struct perf_session *session) in perf_event__synthesize_mmap_events()
225 struct perf_session *session, in perf_event__synthesize_modules()
285 struct perf_session *session) in __event__synthesize_thread()
297 struct perf_session *session) in perf_event__synthesize_thread_map()
327 struct perf_session *session) in perf_event__synthesize_threads()
390 struct perf_session *session, in perf_event__synthesize_kernel_mmap()
461 struct perf_session *session) in perf_event__process_comm()
477 struct perf_session *session) in perf_event__process_lost()
499 struct perf_session *session) in perf_event__process_kernel_mmap()
[all …]
/external/chromium/third_party/libjingle/source/talk/p2p/base/
Dsessionmanager.cc91 Session* session = new Session(this, local_name, initiator_name, in CreateSession() local
104 void SessionManager::DestroySession(Session* session) { in DestroySession()
125 Session* session = session_map_.begin()->second; in TerminateAll() local
140 Session* session = iter->second; in FindSession() local
157 Session* session = FindSession(msg.sid, msg.from); in OnIncomingMessage() local
202 Session* session = FindSession(msg.sid, msg.to); in OnFailedSend() local
270 void SessionManager::OnOutgoingMessage(Session* session, in OnOutgoingMessage()
275 void SessionManager::OnErrorMessage(BaseSession* session, in OnErrorMessage()
292 void SessionManager::OnRequestSignaling(Session* session) { in OnRequestSignaling()
/external/chromium_org/content/browser/speech/
Dspeech_recognition_manager_impl.cc99 Session* session = new Session(); in CreateSession() local
189 Session* session = iter->second; in RecognitionAllowedCallback() local
460 Session* session = it->second; in AbortAllSessionsForRenderProcess() local
474 Session* session = it->second; in AbortAllSessionsForRenderView() local
492 Session* session = GetSession(session_id); in DispatchEvent() local
512 Session* session, FSMState session_state, FSMEvent event) { in ExecuteTransitionAndGetNextState()
568 Session* session = GetSession(session_id); in GetSessionState() local
580 void SpeechRecognitionManagerImpl::SessionStart(const Session& session) { in SessionStart()
599 void SpeechRecognitionManagerImpl::SessionAbort(const Session& session) { in SessionAbort()
607 const Session& session) { in SessionStopAudioCapture()
[all …]
/external/chromium_org/sync/test/accounts_client/
Dtest_accounts_client_unittest.cc31 AccountSession session; in CreateValidAccountSession() local
53 AccountSession session; in TEST() local
75 AccountSession session; in TEST() local
86 AccountSession session; in TEST() local
97 AccountSession session = CreateValidAccountSession(); in TEST() local
/external/chromium/third_party/libjingle/source/talk/session/tunnel/
Dtunnelsessionclient.cc112 Session* session = (*it)->ReleaseSession(true); in ~TunnelSessionClientBase() local
118 void TunnelSessionClientBase::OnSessionCreate(Session* session, bool received) { in OnSessionCreate()
127 void TunnelSessionClientBase::OnSessionDestroy(Session* session) { in OnSessionDestroy()
155 Session* session) { in AcceptTunnel()
176 void TunnelSessionClientBase::DeclineTunnel(Session* session) { in DeclineTunnel()
185 Session* session = session_manager_->CreateSession(jid_.Str(), namespace_); in OnMessage() local
196 Session* session, talk_base::Thread* stream_thread, in MakeTunnelSession()
267 Session *session) { in OnIncomingTunnel()
303 TunnelSession::TunnelSession(TunnelSessionClientBase* client, Session* session, in TunnelSession()
324 bool TunnelSession::HasSession(Session* session) { in HasSession()
[all …]
/external/chromium_org/net/socket/
Dssl_session_cache_openssl.cc221 SSL_SESSION* session = *it->second; in SetSSLSessionWithKey() local
240 SSL_SESSION* session = SSL_get_session(ssl); in MarkSSLSessionAsGood() local
255 SSL_SESSION* session = ordering_.front(); in Flush() local
271 std::string SessionKey(SSL_SESSION* session) { in SessionKey()
286 void RemoveSessionLocked(SSL_SESSION* session) { in RemoveSessionLocked()
318 SSL_SESSION* session = *it++; in FlushExpiredSessionsLocked() local
344 static int NewSessionCallbackStatic(SSL* ssl, SSL_SESSION* session) { in NewSessionCallbackStatic()
351 static void RemoveSessionCallbackStatic(SSL_CTX* ctx, SSL_SESSION* session) { in RemoveSessionCallbackStatic()
382 void OnSessionAdded(SSL* ssl, SSL_SESSION* session) { in OnSessionAdded()
431 SSL_SESSION* session = *it; in ShrinkCacheLocked() local
[all …]
/external/chromium_org/third_party/libjingle/source/talk/session/tunnel/
Dtunnelsessionclient.cc115 Session* session = (*it)->ReleaseSession(true); in ~TunnelSessionClientBase() local
121 void TunnelSessionClientBase::OnSessionCreate(Session* session, bool received) { in OnSessionCreate()
130 void TunnelSessionClientBase::OnSessionDestroy(Session* session) { in OnSessionDestroy()
159 Session* session) { in AcceptTunnel()
180 void TunnelSessionClientBase::DeclineTunnel(Session* session) { in DeclineTunnel()
194 Session* session = session_manager_->CreateSession(jid_.Str(), namespace_); in OnMessage() local
204 Session* session, talk_base::Thread* stream_thread, in MakeTunnelSession()
275 Session *session) { in OnIncomingTunnel()
336 TunnelSession::TunnelSession(TunnelSessionClientBase* client, Session* session, in TunnelSession()
357 bool TunnelSession::HasSession(Session* session) { in HasSession()
[all …]
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
Dstatscollector.h51 void set_session(WebRtcSession* session) { in set_session()
93 WebRtcSession* session() { return session_; } in session() function

12345678910>>...13