Searched refs:session (Results 101 - 125 of 553) sorted by relevance

1234567891011>>

/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/
H A DRecordingHostnameVerifier.java26 public boolean verify(String hostname, SSLSession session) { argument
/external/qemu/ui/
H A Dvnc-tls.h60 gnutls_session_t session; member in struct:VncStateTLS
/external/chromium_org/chrome/browser/sessions/
H A Dsession_tab_helper.cc68 SessionService* session = SessionServiceFactory::GetForProfile(profile); local
69 if (session)
70 session->SetTabUserAgentOverride(window_id(), session_id(), user_agent);
/external/chromium_org/third_party/libjingle/source/talk/session/tunnel/
H A Dsecuretunnelsessionclient.h30 // certificates as part of the session description.
39 #include "talk/session/tunnel/tunnelsessionclient.h"
54 // server certificates. The initiator acts as the client. The session
56 // certificate, and the session accept response's description has the
83 virtual void OnIncomingTunnel(const buzz::Jid& jid, Session *session);
99 Session* session, rtc::Thread* stream_thread,
104 // certificate part will be communicated within the session
113 // A TunnelSession represents one session for one client. It
120 // This TunnelSession will tie together the given client and session.
124 // initiating the session
[all...]
/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dbuiltin-annotate.c29 #include "util/session.h"
188 struct perf_session *session; local
192 session = perf_session__new(input_name, O_RDONLY,
194 if (session == NULL)
197 machines__set_symbol_filter(&session->machines, symbol__annotate_init);
200 ret = perf_session__cpu_bitmap(session, ann->cpu_list,
207 ret = perf_session_env__lookup_objdump(&session->header.env);
212 ret = perf_session__process_events(session, &ann->tool);
217 perf_session__fprintf_nr_events(session, stdout);
222 perf_session__fprintf(session, stdou
[all...]
/external/chromium_org/chrome/test/chromedriver/
H A Dcommands_unittest.cc24 #include "chrome/test/chromedriver/session.h"
79 Session session("id");
81 map[session.id] = make_linked_ptr(new base::Thread("1"));
98 Session* session,
101 EXPECT_EQ(expected_id, session->id);
104 session->quit = true;
154 Session* session,
185 "session",
197 "session",
228 "session",
94 ExecuteSimpleCommand( const std::string& expected_id, base::DictionaryValue* expected_params, base::Value* value, Session* session, const base::DictionaryValue& params, scoped_ptr<base::Value>* return_value) argument
153 ShouldNotBeCalled( Session* session, const base::DictionaryValue& params, scoped_ptr<base::Value>* value) argument
576 ExecuteAddListenerToSessionCommand( CommandListener* listener, Session* session, const base::DictionaryValue& params, scoped_ptr<base::Value>* return_value) argument
585 ExecuteQuitSessionCommand( Session* session, const base::DictionaryValue& params, scoped_ptr<base::Value>* return_value) argument
671 Session* session = GetThreadLocalSession(); local
[all...]
H A Delement_util.cc19 #include "chrome/test/chromedriver/session.h"
227 Session* session,
254 session->GetCurrentFrameId(), script, arguments, &temp);
274 if (base::TimeTicks::Now() - start_time >= session->implicit_wait) {
289 Session* session,
294 session->GetCurrentFrameId(),
301 Session* session,
306 Status status = GetActiveElement(session, web_view, &result);
315 Session* session,
324 session
223 FindElement( int interval_ms, bool only_one, const std::string* root_element_id, Session* session, WebView* web_view, const base::DictionaryValue& params, scoped_ptr<base::Value>* value) argument
288 GetActiveElement( Session* session, WebView* web_view, scoped_ptr<base::Value>* value) argument
300 IsElementFocused( Session* session, WebView* web_view, const std::string& element_id, bool* is_focused) argument
314 GetElementAttribute( Session* session, WebView* web_view, const std::string& element_id, const std::string& attribute_name, scoped_ptr<base::Value>* value) argument
328 IsElementAttributeEqualToIgnoreCase( Session* session, WebView* web_view, const std::string& element_id, const std::string& attribute_name, const std::string& attribute_value, bool* is_equal) argument
348 GetElementClickableLocation( Session* session, WebView* web_view, const std::string& element_id, WebPoint* location) argument
421 GetElementEffectiveStyle( Session* session, WebView* web_view, const std::string& element_id, const std::string& property_name, std::string* property_value) argument
431 GetElementRegion( Session* session, WebView* web_view, const std::string& element_id, WebRect* rect) argument
450 GetElementTagName( Session* session, WebView* web_view, const std::string& element_id, std::string* name) argument
469 GetElementSize( Session* session, WebView* web_view, const std::string& element_id, WebSize* size) argument
487 IsElementDisplayed( Session* session, WebView* web_view, const std::string& element_id, bool ignore_opacity, bool* is_displayed) argument
507 IsElementEnabled( Session* session, WebView* web_view, const std::string& element_id, bool* is_enabled) argument
525 IsOptionElementSelected( Session* session, WebView* web_view, const std::string& element_id, bool* is_selected) argument
543 IsOptionElementTogglable( Session* session, WebView* web_view, const std::string& element_id, bool* is_togglable) argument
561 SetOptionElementSelected( Session* session, WebView* web_view, const std::string& element_id, bool selected) argument
576 ToggleOptionElement( Session* session, WebView* web_view, const std::string& element_id) argument
588 ScrollElementIntoView( Session* session, WebView* web_view, const std::string& id, WebPoint* location) argument
602 ScrollElementRegionIntoView( Session* session, WebView* web_view, const std::string& element_id, const WebRect& region, bool center, const std::string& clickable_element_id, WebPoint* location) argument
[all...]
/external/chromium_org/chrome/browser/android/
H A Dforeign_session_helper.cc73 bool ShouldSkipSession(const browser_sync::SyncedSession& session) { argument
75 session.windows.begin(); it != session.windows.end(); ++it) {
114 const SyncedSession& session,
117 session.windows.begin(); it != session.windows.end(); ++it) {
222 const browser_sync::SyncedSession &session = *(sessions[i]); local
223 if (ShouldSkipSession(session))
226 const bool is_collapsed = collapsed_sessions->HasKey(session.session_tag);
229 pref_collapsed_sessions->SetBoolean(session
[all...]
/external/chromium_org/net/quic/
H A Dreliable_quic_stream.cc28 size_t GetInitialStreamFlowControlWindowToSend(QuicSession* session) { argument
29 QuicVersion version = session->connection()->version();
31 return session->config()->GetInitialFlowControlWindowToSend();
34 return session->config()->GetInitialStreamFlowControlWindowToSend();
37 size_t GetReceivedFlowControlWindow(QuicSession* session) { argument
38 QuicVersion version = session->connection()->version();
40 if (session->config()->HasReceivedInitialFlowControlWindowBytes()) {
41 return session->config()->ReceivedInitialFlowControlWindowBytes();
49 if (session->config()->HasReceivedInitialStreamFlowControlWindowBytes()) {
50 return session
140 ReliableQuicStream(QuicStreamId id, QuicSession* session) argument
[all...]
H A Dquic_data_stream.cc17 #define ENDPOINT (session()->is_server() ? "Server: " : " Client: ")
30 QuicSession* session)
31 : ReliableQuicStream(id, session),
50 size_t bytes_written = session()->WriteHeaders(
128 return session()->peer_address();
132 return session()->GetSSLInfo(ssl_info);
156 DCHECK(session()->connection()->is_server());
29 QuicDataStream(QuicStreamId id, QuicSession* session) argument
/external/chromium_org/net/socket/
H A Dclient_socket_pool_manager.h97 HttpNetworkSession* session,
123 HttpNetworkSession* session,
141 HttpNetworkSession* session,
156 HttpNetworkSession* session,
172 HttpNetworkSession* session,
/external/chromium_org/sync/engine/
H A Dget_updates_processor.cc139 sessions::SyncSession* session,
142 message->set_share(session->context()->account_name());
154 bool need_encryption_key = ShouldRequestEncryptionKey(session->context());
159 session->context()->notifications_enabled());
172 sessions::SyncSession* session,
177 InitDownloadUpdatesContext(session,
182 SyncerError result = ExecuteDownloadUpdates(request_types, session, &message);
183 session->mutable_status_controller()->set_last_download_updates_result(
213 sessions::SyncSession* session,
216 sessions::StatusController* status = session
138 InitDownloadUpdatesContext( sessions::SyncSession* session, bool create_mobile_bookmarks_folder, sync_pb::ClientToServerMessage* message) argument
170 DownloadUpdates( ModelTypeSet request_types, sessions::SyncSession* session, bool create_mobile_bookmarks_folder) argument
211 ExecuteDownloadUpdates( ModelTypeSet request_types, sessions::SyncSession* session, sync_pb::ClientToServerMessage* msg) argument
[all...]
/external/replicaisland/src/com/replica/replicaisland/
H A DEventReporter.java22 public long session; field in class:EventReporter.Event
55 public void addEvent(int eventType, float x, float y, float time, String level, int version, long session) { argument
62 event.session = session;
93 + "&session=" + event.session);
/external/chromium_org/third_party/tlslite/scripts/
H A Dtls.py167 if connection.session.srpUsername:
168 print(" Client SRP username: %s" % connection.session.srpUsername)
169 if connection.session.clientCertChain:
171 connection.session.clientCertChain.getFingerprint())
172 if connection.session.serverCertChain:
174 connection.session.serverCertChain.getFingerprint())
175 if connection.session.serverName:
176 print(" SNI: %s" % connection.session.serverName)
177 if connection.session.tackExt:
178 if connection.session
[all...]
/external/chromium_org/chrome/browser/sync/glue/
H A Dsession_sync_test_helper.cc52 const SyncedSession& session) {
53 ASSERT_EQ(tag, session.session_tag);
54 ASSERT_EQ(SyncedSession::TYPE_LINUX, session.device_type);
55 ASSERT_EQ(kClientName, session.session_name);
56 ASSERT_EQ(windows.size(), session.windows.size());
65 session.windows.find(i);
66 if (map_iter != session.windows.end())
49 VerifySyncedSession( const std::string& tag, const std::vector<std::vector<SessionID::id_type> >& windows, const SyncedSession& session) argument
/external/chromium_org/content/browser/speech/
H A Dspeech_recognition_manager_impl.h35 // corresponds to a session, initiated via |CreateSession|.
37 // In any moment, the manager has a single session known as the primary session,
39 // This is the session that is capturing audio, waiting for user permission,
48 // - Relays recognition results/status/error events of each session to the
50 // - Relays also recognition results/status/error events of every session to
150 // Entry point for pushing any external event into the session handling FSM.
153 // Defines the behavior of the session handling FSM, selecting the appropriate
154 // transition according to the session, its current state and the event.
155 void ExecuteTransitionAndGetNextState(Session* session,
[all...]
/external/mockwebserver/src/main/java/com/google/mockwebserver/
H A DRecordedRequest.java60 SSLSession session = sslSocket.getSession();
61 sslProtocol = session.getProtocol();
62 sslCipherSuite = session.getCipherSuite();
63 sslLocalPrincipal = session.getLocalPrincipal();
64 sslLocalCertificates = session.getLocalCertificates();
68 peerPrincipal = session.getPeerPrincipal();
69 peerCertificates = session.getPeerCertificates();
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-jsch.jar ... s?defs= " (com.jcraft.jsch.Session) com.jcraft.jsch.Session session public void ...
/external/chromium_org/chrome/browser/resources/ntp4/
H A Dother_sessions.js69 // session names.
88 // on one of the session headings.
92 var heading = findAncestorByClass(e.target, 'session-heading');
96 // Let the context menu know which session it was invoked on,
141 * restores the session (including back stack) rather than just opening
155 * Add the UI for a foreign session to the menu.
156 * @param {Object} session Object describing the foreign session.
158 addSession_: function(session) {
165 heading.className = 'session
[all...]
/external/mtpd/
H A Dl2tp.c18 * creates a single session. The following code only handles control packets.
128 static void set_message(uint16_t session, uint16_t message) argument
134 p[3] = session;
183 static int recv_packet(uint16_t *session) argument
228 *session = p[3];
362 .local = {.tunnel = local_tunnel, .session = local_session},
363 .remote = {.tunnel = remote_tunnel, .session = remote_session},
415 uint16_t session = 0; local
417 if (!recv_packet(&session)) {
421 /* Here is the fun part. We always try to protect our tunnel and session
[all...]
/external/chromium_org/net/tools/quic/
H A Dend_to_end_test.cc263 DVLOG(1) << "Setting client initial session flow control window: "
283 DVLOG(1) << "Setting server initial session flow control window: "
292 QuicSession* session = dispatcher->session_map().begin()->second; local
293 return &session->connection()->sent_packet_manager();
309 // Set FEC config in client's connection options and in client session.
327 client_->client()->session()->connection())),
413 client_->client()->session()->connection()->GetStats();
425 QuicSession* session = dispatcher->session_map().begin()->second; local
426 QuicConnectionStats server_stats = session->connection()->GetStats();
690 EXPECT_EQ(2, client_->client()->session()
744 QuicSession* session = dispatcher->session_map().begin()->second; local
800 QuicSession* session = client_->client()->session(); local
1009 QuicSession* session = dispatcher->session_map().begin()->second; local
1040 QuicSession* session = dispatcher->session_map().begin()->second; local
1101 QuicSession* session = client_->client()->session(); local
1250 QuicSession* session = dispatcher->session_map().begin()->second; local
1306 QuicSession* session = dispatcher->session_map().begin()->second; local
1362 QuicSession* session = dispatcher->session_map().begin()->second; local
1385 QuicSession* session = dispatcher->session_map().begin()->second; local
[all...]
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dcurrentspeakermonitor.cc28 #include "talk/session/media/currentspeakermonitor.h"
31 #include "talk/session/media/audiomonitor.h"
32 #include "talk/session/media/mediamessages.h"
45 AudioSourceContext* audio_source_context, BaseSession* session)
48 session_(session),
197 AudioSourceContext* audio_source_context, BaseSession* session,
200 if (audio_source_context == audio_source_context_ && session == session_) {
215 AudioSourceContext* audio_source_context, BaseSession* session) {
216 if (audio_source_context == audio_source_context_ && session == session_) {
44 CurrentSpeakerMonitor( AudioSourceContext* audio_source_context, BaseSession* session) argument
196 OnMediaStreamsUpdate( AudioSourceContext* audio_source_context, BaseSession* session, const MediaStreams& added, const MediaStreams& removed) argument
214 OnMediaStreamsReset( AudioSourceContext* audio_source_context, BaseSession* session) argument
/external/nanohttpd/websocket/src/main/java/fi/iki/elonen/
H A DWebSocketResponseHandler.java29 public Response serve(final IHTTPSession session) { argument
30 Map<String, String> headers = session.getHeaders();
31 if (isWebsocketRequested(session)) {
42 WebSocket webSocket = webSocketFactory.openWebSocket(session);
61 protected boolean isWebsocketRequested(IHTTPSession session) { argument
62 Map<String, String> headers = session.getHeaders();
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dtls_gnutls.c73 /* Data for session resumption */
84 gnutls_session session; member in struct:tls_connection
135 * that is expected to have same structure definition for the session
257 ret = gnutls_init(&conn->session,
265 ret = gnutls_set_default_priority(conn->session);
270 ret = gnutls_priority_set_direct(conn->session, "NORMAL:-VERS-SSL3.0",
278 ret = gnutls_certificate_type_set_priority(conn->session, cert_types);
282 ret = gnutls_protocol_set_priority(conn->session, protos);
287 gnutls_transport_set_pull_function(conn->session, tls_pull_func);
288 gnutls_transport_set_push_function(conn->session, tls_push_fun
[all...]
/external/wpa_supplicant_8/src/crypto/
H A Dtls_gnutls.c73 /* Data for session resumption */
84 gnutls_session session; member in struct:tls_connection
135 * that is expected to have same structure definition for the session
257 ret = gnutls_init(&conn->session,
265 ret = gnutls_set_default_priority(conn->session);
270 ret = gnutls_priority_set_direct(conn->session, "NORMAL:-VERS-SSL3.0",
278 ret = gnutls_certificate_type_set_priority(conn->session, cert_types);
282 ret = gnutls_protocol_set_priority(conn->session, protos);
287 gnutls_transport_set_pull_function(conn->session, tls_pull_func);
288 gnutls_transport_set_push_function(conn->session, tls_push_fun
[all...]

Completed in 2383 milliseconds

1234567891011>>