Searched defs:session (Results 76 - 100 of 289) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/test/chromedriver/
H A Dperformance_logger.cc20 #include "chrome/test/chromedriver/session.h"
63 PerformanceLogger::PerformanceLogger(Log* log, const Session* session) argument
65 session_(session),
70 const Session* session,
73 session_(session),
69 PerformanceLogger(Log* log, const Session* session, const PerfLoggingPrefs& prefs) argument
/external/chromium_org/net/http/
H A Dhttp_basic_stream.cc107 void HttpBasicStream::Drain(HttpNetworkSession* session) { argument
109 drainer->Start(session);
H A Dproxy_connect_redirect_http_stream.cc106 void ProxyConnectRedirectHttpStream::Drain(HttpNetworkSession* session) { argument
/external/chromium_org/net/quic/
H A Dquic_crypto_server_stream.cc30 QuicSession* session)
31 : QuicCryptoStream(session),
76 session()->connection()->peer_address(),
77 session()->connection()->clock(),
104 QuicConfig* config = session()->config();
111 session()->OnConfigNegotiated();
120 session()->connection()->SetEncrypter(
123 session()->connection()->SetDefaultEncryptionLevel(
127 session()->connection()->SetDecrypter(
133 if (session()
28 QuicCryptoServerStream( const QuicCryptoServerConfig& crypto_config, QuicSession* session) argument
[all...]
H A Dquic_data_stream_test.cc38 QuicSession* session,
40 : QuicDataStream(id, session),
37 TestStream(QuicStreamId id, QuicSession* session, bool should_process_data) argument
H A Dquic_headers_stream.cc173 QuicHeadersStream::QuicHeadersStream(QuicSession* session) argument
174 : ReliableQuicStream(kHeadersStreamId, session),
199 if (session()->is_server()) {
225 if (!session()->is_server()) {
234 session()->OnStreamHeadersPriority(stream_id, priority);
238 if (session()->is_server()) {
256 session()->OnStreamHeadersComplete(stream_id_, fin_, frame_len_);
262 session()->OnStreamHeaders(stream_id_, StringPiece(header_data, len));
273 return session()->connection()->connected();
/external/chromium_org/net/tools/quic/
H A Dquic_spdy_client_stream.cc20 QuicClientSession* session)
21 : QuicDataStream(id, session),
19 QuicSpdyClientStream(QuicStreamId id, QuicClientSession* session) argument
H A Dquic_spdy_server_stream_test.cc41 QuicSpdyServerStreamPeer(QuicStreamId stream_id, QuicSession* session) argument
42 : QuicSpdyServerStream(stream_id, session) {
/external/chromium_org/remoting/protocol/
H A Dconnection_to_client.cc21 ConnectionToClient::ConnectionToClient(protocol::Session* session) argument
26 session_(session) {
38 protocol::Session* ConnectionToClient::session() { function in class:remoting::protocol::ConnectionToClient
/external/chromium_org/sandbox/win/src/
H A Drestricted_token_unittest.cc510 ATL::CSid session; local
511 restricted_token.GetLogonSid(&session);
513 CheckRestrictingSid(restricted_token, session, 1);
530 ATL::CSid session; local
531 restricted_token.GetLogonSid(&session);
/external/chromium_org/sync/engine/
H A Dcommit.cc86 sessions::SyncSession* session,
94 session->mutable_status_controller()->set_commit_request_types(request_types);
96 if (session->context()->debug_info_getter()) {
98 session->context()->debug_info_getter()->GetDebugInfo(debug_info);
108 session->SendProtocolEvent(request_event);
112 &message_, &response_, session);
120 session->SendProtocolEvent(response_event);
142 if (session->context()->debug_info_getter()) {
145 session->context()->debug_info_getter()->ClearDebugInfo();
162 if (session
85 PostAndProcessResponse( sessions::SyncSession* session, sessions::StatusController* status, ExtensionsActivity* extensions_activity) argument
[all...]
/external/chromium_org/sync/sessions/
H A Dtest_util.cc14 sessions::SyncSession* session) {
15 session->mutable_status_controller()->set_last_get_key_result(
17 session->mutable_status_controller()->set_last_download_updates_result(
24 sessions::SyncSession* session) {
25 session->mutable_status_controller()->set_last_get_key_result(SYNCER_OK);
26 session->mutable_status_controller()->set_last_download_updates_result(
33 sessions::SyncSession* session) {
34 session->mutable_status_controller()->set_last_get_key_result(SYNCER_OK);
35 session->mutable_status_controller()->set_last_download_updates_result(
42 sessions::SyncSession* session) {
11 SimulateGetEncryptionKeyFailed( ModelTypeSet requsted_types, sync_pb::GetUpdatesCallerInfo::GetUpdatesSource source, sessions::SyncSession* session) argument
21 SimulateConfigureSuccess( ModelTypeSet requsted_types, sync_pb::GetUpdatesCallerInfo::GetUpdatesSource source, sessions::SyncSession* session) argument
30 SimulateConfigureFailed( ModelTypeSet requsted_types, sync_pb::GetUpdatesCallerInfo::GetUpdatesSource source, sessions::SyncSession* session) argument
39 SimulateConfigureConnectionFailure( ModelTypeSet requsted_types, sync_pb::GetUpdatesCallerInfo::GetUpdatesSource source, sessions::SyncSession* session) argument
48 SimulateNormalSuccess(ModelTypeSet requested_types, const sessions::NudgeTracker& nudge_tracker, sessions::SyncSession* session) argument
56 SimulateDownloadUpdatesFailed( ModelTypeSet requested_types, const sessions::NudgeTracker& nudge_tracker, sessions::SyncSession* session) argument
64 SimulateCommitFailed(ModelTypeSet requested_types, const sessions::NudgeTracker& nudge_tracker, sessions::SyncSession* session) argument
74 SimulateConnectionFailure( ModelTypeSet requested_types, const sessions::NudgeTracker& nudge_tracker, sessions::SyncSession* session) argument
82 SimulatePollSuccess(ModelTypeSet requested_types, sessions::SyncSession* session) argument
88 SimulatePollFailed(ModelTypeSet requested_types, sessions::SyncSession* session) argument
94 SimulateThrottledImpl( sessions::SyncSession* session, const base::TimeDelta& delta) argument
102 SimulateTypesThrottledImpl( sessions::SyncSession* session, ModelTypeSet types, const base::TimeDelta& delta) argument
111 SimulatePollIntervalUpdateImpl( ModelTypeSet requested_types, sessions::SyncSession* session, const base::TimeDelta& new_poll) argument
119 SimulateSessionsCommitDelayUpdateImpl( ModelTypeSet requested_types, const sessions::NudgeTracker& nudge_tracker, sessions::SyncSession* session, const base::TimeDelta& new_delay) argument
130 SimulateGuRetryDelayCommandImpl(sessions::SyncSession* session, base::TimeDelta delay) argument
[all...]
/external/chromium_org/sync/test/accounts_client/
H A Dtest_accounts_client.cc79 bool TestAccountsClient::ClaimAccount(AccountSession* session) { argument
102 dict_value->GetString("username", &session->username);
103 dict_value->GetString("account_space", &session->account_space);
104 dict_value->GetString("session_id", &session->session_id);
105 dict_value->GetString("expiration_time", &session->expiration_time);
113 void TestAccountsClient::ReleaseAccount(const AccountSession& session) { argument
116 if (session.username.empty() || session.account_space.empty() ||
117 account_space_.compare(session.account_space) != 0 ||
118 session
[all...]
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dportallocatorsessionproxy.cc44 PortAllocatorSession* session)
46 session_(session),
68 // Populate new proxy session with the information available in the actual
82 PortAllocatorSession* session) {
86 void PortAllocatorSessionMuxer::OnPortReady(PortAllocatorSession* session, argument
88 ASSERT(session == session_.get());
112 // proxies belonging to this session are already destroyed.
152 // session. This can happen if proxy is created later than the actual
170 PortAllocatorSession* session) {
171 impl_ = session;
43 PortAllocatorSessionMuxer( PortAllocatorSession* session) argument
81 OnCandidatesAllocationDone( PortAllocatorSession* session) argument
169 set_impl( PortAllocatorSession* session) argument
206 OnPortReady(PortAllocatorSession* session, PortInterface* port) argument
216 OnCandidatesReady( PortAllocatorSession* session, const std::vector<Candidate>& candidates) argument
233 OnCandidatesAllocationDone( PortAllocatorSession* session) argument
[all...]
H A Dportallocatorsessionproxy_unittest.cc65 void OnCandidatesReady(PortAllocatorSession* session, argument
67 EXPECT_EQ(proxy_session_, session);
70 void OnCandidatesAllocationDone(PortAllocatorSession* session) { argument
71 EXPECT_EQ(proxy_session_, session);
74 void OnPortReady(PortAllocatorSession* session, argument
76 EXPECT_EQ(proxy_session_, session);
131 // Muxer object will be delete itself after all registered session proxies
H A Drawtransportchannel.cc165 PortAllocatorSession* session, PortInterface* port) {
166 ASSERT(session == allocator_session_);
178 PortAllocatorSession *session, const std::vector<Candidate>& candidates) {
179 ASSERT(session == allocator_session_);
164 OnPortReady( PortAllocatorSession* session, PortInterface* port) argument
177 OnCandidatesReady( PortAllocatorSession *session, const std::vector<Candidate>& candidates) argument
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dmediarecorder_unittest.cc32 #include "talk/session/media/channel.h"
33 #include "talk/session/media/mediarecorder.h"
335 FakeSession session(true);
338 new FakeVoiceMediaChannel(NULL), &session, "", false); local
347 FakeSession session(true);
351 media_channel, &session, "", false, NULL); local
/external/chromium_org/tools/win/static_initializers/
H A Dstatic_initializers.cc13 IDiaSession** session,
43 // Open a session for querying symbols.
44 hr = (*source)->openSession(session);
52 hr = (*session)->get_globalScope(global);
11 LoadDataFromPdb(const wchar_t* filename, IDiaDataSource** source, IDiaSession** session, IDiaSymbol** global, DWORD* machine_type) argument
/external/conscrypt/src/main/java/org/conscrypt/
H A DAbstractSessionContext.java37 * Supports SSL session caches.
42 * Maximum lifetime of a session (in seconds) after which it's considered invalid and should not
70 * Constructs a new session context.
101 SSLSession session = i.next();
102 if (session.isValid()) {
103 next = session;
143 SSLSession session = i.next();
145 sessionRemoved(session);
162 SSLSession session = i.next();
165 if (!session
177 sessionRemoved(SSLSession session) argument
200 toBytes(SSLSession session) argument
290 putSession(SSLSession session) argument
[all...]
H A DFileClientSessionCache.java44 * This cache creates one file per SSL session using "host.port" for
45 * the file name. Files are created or replaced when session data is put
49 * <p>When the number of session files exceeds MAX_SIZE, we delete the
57 /** Directory to store session files in. */
184 System.err.println("FileClientSessionCache: Error reading session data for " + host + " from " + file + ".");
189 public synchronized void putSessionData(SSLSession session, argument
191 String host = session.getPeerHost();
196 String name = fileName(host, session.getPeerPort());
305 System.err.println("FileClientSessionCache: Error writing session data for " + host + " to " + file + ".");
/external/ipsec-tools/src/racoon/
H A Dsession.c1 /* $NetBSD: session.c,v 1.7.6.2 2007/08/01 11:52:22 vanhu Exp $ */
3 /* $KAME: session.c,v 1.32 2003/09/24 02:01:17 jinmei Exp $ */
75 #include "session.h"
117 session(void) function
328 * main loop in session().
/external/kernel-headers/original/uapi/linux/
H A Datmsvc.h36 unsigned int session; /* for p2pm */ member in struct:atmsvc_msg
/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dbuiltin-mem.c7 #include "util/session.h"
124 struct perf_session *session = perf_session__new(input_name, O_RDONLY, local
127 if (session == NULL)
131 ret = perf_session__cpu_bitmap(session, mem->cpu_list,
142 err = perf_session__process_events(session, &mem->tool);
149 perf_session__delete(session);
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dtop.h34 struct perf_session *session; member in struct:perf_top
/external/mtpd/
H A Dmtpd.h43 uint16_t session; member in struct:sockaddr_pppolac::__anon28034

Completed in 476 milliseconds

1234567891011>>