Searched refs:session (Results 126 - 150 of 301) sorted by relevance

1234567891011>>

/external/dropbear/
H A DAndroid.mk11 common-session.c packet.c common-algo.c common-kex.c \
18 cli-session.c cli-service.c cli-runopts.c cli-chansession.c \
/external/openssl/ssl/
H A Ds2_enc.c71 if (!ssl_cipher_get_evp(s->session,&c,&md,NULL,NULL,NULL))
105 OPENSSL_assert(c->iv_len <= (int)sizeof(s->session->key_arg));
107 s->session->key_arg);
109 s->session->key_arg);
/external/webkit/Source/WebKit/efl/ewk/
H A Dewk_cookies.cpp62 SoupSession* session = WebCore::ResourceHandle::defaultSession(); local
63 SoupSessionFeature* oldjar = soup_session_get_feature(session, SOUP_TYPE_COOKIE_JAR);
65 soup_session_remove_feature(session, oldjar);
68 soup_session_add_feature(session, SOUP_SESSION_FEATURE(cookieJar));
H A Dewk_settings.cpp287 SoupSession* session = WebCore::ResourceHandle::defaultSession(); local
291 soup_session_remove_feature_by_type(session, SOUP_TYPE_PROXY_RESOLVER);
298 g_object_set(session, SOUP_SESSION_PROXY_URI, uri, NULL);
314 SoupSession* session = WebCore::ResourceHandle::defaultSession(); local
315 g_object_get(session, SOUP_SESSION_PROXY_URI, &uri, NULL);
/external/webkit/Source/WebKit/gtk/webkit/
H A Dwebkitglobals.cpp62 * sizes, database quotas, and the HTTP session management.
69 * Note that the session features are added by WebKit on demand,
278 SoupSession* session = webkit_get_default_session(); local
282 soup_session_add_feature(session, authDialog);
286 soup_session_add_feature(session, sniffer);
289 soup_session_add_feature_by_type(session, SOUP_TYPE_CONTENT_DECODER);
/external/chromium/chrome/browser/sync/engine/
H A Dbuild_and_process_conflict_sets_command.cc33 SyncSession* session) {
34 session->status_controller()->update_conflict_sets_built(
35 BuildAndProcessConflictSets(session));
39 SyncSession* session) {
40 syncable::ScopedDirLookup dir(session->context()->directory_manager(),
41 session->context()->account_name());
48 session->status_controller()->mutable_conflict_progress());
50 session->context()->resolver(),
51 session->context()->directory_manager()->GetCryptographer(&trans),
52 session
32 ModelChangingExecuteImpl( SyncSession* session) argument
38 BuildAndProcessConflictSets( SyncSession* session) argument
[all...]
H A Dclear_data_command_unittest.cc76 command_.Execute(session());
113 command_.Execute(session());
H A Dget_commit_ids_command.cc28 void GetCommitIdsCommand::ExecuteImpl(SyncSession* session) { argument
29 // Gather the full set of unsynced items and store it in the session. They
32 SyncerUtil::GetUnsyncedEntries(session->write_transaction(),
34 StatusController* status = session->status_controller();
37 BuildCommitIds(status->unsynced_handles(), session->write_transaction(),
38 session->routing_info());
/external/chromium/third_party/libjingle/source/talk/base/
H A Dnetwork.h108 void StartSession(NetworkSession* session);
109 void StopSession(NetworkSession* session);
149 // Represents a session that is in progress using a particular network and can
155 // Determines whether this session has an estimate at this moment. We will
/external/chromium/third_party/libjingle/source/talk/p2p/base/
H A Drawtransportchannel.h74 // Creates an allocator session to start figuring out which type of
104 void OnPortReady(PortAllocatorSession* session, Port* port);
107 void OnCandidatesReady(PortAllocatorSession *session,
H A Dsessionmessages.cc93 // "session-terminate", but there is no "session-reject".
143 const buzz::XmlElement* session = stanza->FirstNamed(QN_GINGLE_SESSION); local
144 if (session == NULL)
147 return (session->HasAttr(buzz::QN_TYPE) &&
148 session->HasAttr(buzz::QN_ID) &&
149 session->HasAttr(QN_INITIATOR));
159 bool ParseGingleSessionMessage(const buzz::XmlElement* session, argument
163 std::string type_string = session->Attr(buzz::QN_TYPE);
165 msg->sid = session
216 const buzz::XmlElement* session = stanza->FirstNamed(QN_GINGLE_SESSION); local
228 buzz::XmlElement* session = new buzz::XmlElement(QN_GINGLE_SESSION, true); local
501 ParseGingleContentInfos(const buzz::XmlElement* session, const ContentParserMap& content_parsers, ContentInfos* contents, ParseError* error) argument
[all...]
/external/chromium/third_party/libjingle/source/talk/session/tunnel/
H A Dpseudotcpchannel.h35 #include "talk/p2p/base/session.h"
50 // 2) The PseudoTcp session has completed.
71 Session* session);
81 void OnSessionTerminate(Session* session);
/external/webkit/Source/WebCore/html/parser/
H A DHTMLDocumentParser.cpp208 bool HTMLDocumentParser::canTakeNextToken(SynchronousMode mode, PumpSession& session) argument
216 m_parserScheduler->checkForYieldBeforeScript(session);
219 if (session.needsYield)
240 m_parserScheduler->checkForYieldBeforeToken(session);
252 PumpSession session(m_pumpSessionNestingLevel);
261 while (canTakeNextToken(mode, session) && !session.needsYield) {
287 if (session.needsYield)
/external/chromium/third_party/libjingle/source/talk/session/phone/
H A Dchannel.cc28 #include "talk/session/phone/channel.h"
35 #include "talk/session/phone/channelmanager.h"
36 #include "talk/session/phone/mediasessionclient.h"
37 #include "talk/session/phone/mediasink.h"
38 #include "talk/session/phone/rtcpmuxfilter.h"
91 MediaChannel* media_channel, BaseSession* session,
96 session_(session),
116 session->SignalState.connect(this, &BaseChannel::OnSessionState);
385 void BaseChannel::OnSessionState(BaseSession* session, argument
390 content = GetFirstContent(session
90 BaseChannel(talk_base::Thread* thread, MediaEngine* media_engine, MediaChannel* media_channel, BaseSession* session, const std::string& content_name, TransportChannel* transport_channel) argument
614 VoiceChannel(talk_base::Thread* thread, MediaEngine* media_engine, VoiceMediaChannel* media_channel, BaseSession* session, const std::string& content_name, bool rtcp) argument
937 VideoChannel(talk_base::Thread* thread, MediaEngine* media_engine, VideoMediaChannel* media_channel, BaseSession* session, const std::string& content_name, bool rtcp, VoiceChannel* voice_channel) argument
[all...]
/external/dbus/test/name-test/
H A Dtmp-session-like-system.conf1 <!-- This configuration file controls the per-user-login-session message bus.
2 Add a session-local.conf and edit that rather than changing this
9 <type>session</type>
68 <!-- For the session bus, override the default relatively-low limits
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
H A DMailer.java78 // Get session
79 Session session = Session.getDefaultInstance(props, null);
82 MimeMessage message = new MimeMessage(session);
131 // Get session
132 Session session = Session.getDefaultInstance(props, null);
135 MimeMessage message = new MimeMessage(session);
178 // Get session
179 Session session = Session.getDefaultInstance(props, null);
182 MimeMessage message = new MimeMessage(session);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.operations_2.0.0.v20100510.jar ... .eclipse.equinox.p2.operations.ProvisioningSession session String profileId org.eclipse.equinox.internal. ...
/external/chromium/net/socket/
H A Dclient_socket_pool_manager.cc62 HttpNetworkSession* session,
151 session->http_auth_cache(),
152 session->http_auth_handler_factory(),
153 session->spdy_session_pool(),
187 ssl_pool = session->ssl_socket_pool();
189 ssl_pool = session->GetSocketPoolForSSLWithProxy(*proxy_host_port);
205 session->GetSocketPoolForHTTPProxy(*proxy_host_port);
219 session->GetSocketPoolForSOCKSProxy(*proxy_host_port);
233 TransportClientSocketPool* pool = session->transport_socket_pool();
614 HttpNetworkSession* session,
61 InitSocketPoolHelper(const HttpRequestInfo& request_info, HttpNetworkSession* session, const ProxyInfo& proxy_info, bool force_spdy_over_ssl, bool want_spdy_over_npn, const SSLConfig& ssl_config_for_origin, const SSLConfig& ssl_config_for_proxy, bool force_tunnel, const BoundNetLog& net_log, int num_preconnect_streams, ClientSocketHandle* socket_handle, CompletionCallback* callback) argument
612 InitSocketHandleForHttpRequest( const HttpRequestInfo& request_info, HttpNetworkSession* session, const ProxyInfo& proxy_info, bool force_spdy_over_ssl, bool want_spdy_over_npn, const SSLConfig& ssl_config_for_origin, const SSLConfig& ssl_config_for_proxy, const BoundNetLog& net_log, ClientSocketHandle* socket_handle, CompletionCallback* callback) argument
639 InitSocketHandleForRawConnect( const HostPortPair& host_port_pair, HttpNetworkSession* session, const ProxyInfo& proxy_info, const SSLConfig& ssl_config_for_origin, const SSLConfig& ssl_config_for_proxy, const BoundNetLog& net_log, ClientSocketHandle* socket_handle, CompletionCallback* callback) argument
667 PreconnectSocketsForHttpRequest( const HttpRequestInfo& request_info, HttpNetworkSession* session, const ProxyInfo& proxy_info, bool force_spdy_over_ssl, bool want_spdy_over_npn, const SSLConfig& ssl_config_for_origin, const SSLConfig& ssl_config_for_proxy, const BoundNetLog& net_log, int num_preconnect_streams) argument
[all...]
/external/linux-tools-perf/
H A Dbuiltin-sched.c9 #include "util/session.h"
793 struct perf_session *session,
803 struct perf_session *session __used,
830 struct perf_session *session __used,
1064 struct perf_session *session,
1088 sched_out = perf_session__findnew(session, switch_event->prev_pid);
1089 sched_in = perf_session__findnew(session, switch_event->next_pid);
1117 struct perf_session *session,
1123 struct thread *thread = perf_session__findnew(session, runtime_event->pid);
1140 struct perf_session *session,
1063 latency_switch_event(struct trace_switch_event *switch_event, struct perf_session *session, struct event *event __used, int cpu, u64 timestamp, struct thread *thread __used) argument
1116 latency_runtime_event(struct trace_runtime_event *runtime_event, struct perf_session *session, struct event *event __used, int cpu, u64 timestamp, struct thread *this_thread __used) argument
1139 latency_wakeup_event(struct trace_wakeup_event *wakeup_event, struct perf_session *session, struct event *__event __used, int cpu __used, u64 timestamp, struct thread *thread __used) argument
1187 latency_migrate_task_event(struct trace_migrate_task_event *migrate_task_event, struct perf_session *session, struct event *__event __used, int cpu __used, u64 timestamp, struct thread *thread __used) argument
1399 process_sched_wakeup_event(void *data, struct perf_session *session, struct event *event, int cpu __used, u64 timestamp __used, struct thread *thread __used) argument
1434 map_switch_event(struct trace_switch_event *switch_event, struct perf_session *session, struct event *event __used, int this_cpu, u64 timestamp, struct thread *thread __used) argument
1514 process_sched_switch_event(void *data, struct perf_session *session, struct event *event, int this_cpu, u64 timestamp __used, struct thread *thread __used) argument
1548 process_sched_runtime_event(void *data, struct perf_session *session, struct event *event, int cpu __used, u64 timestamp __used, struct thread *thread __used) argument
1597 process_sched_migrate_task_event(void *data, struct perf_session *session, struct event *event, int cpu __used, u64 timestamp __used, struct thread *thread __used) argument
1617 process_raw_event(union perf_event *raw_event __used, struct perf_session *session, void *data, int cpu, u64 timestamp, struct thread *thread) argument
1644 process_sample_event(union perf_event *event, struct perf_sample *sample, struct perf_evsel *evsel __used, struct perf_session *session) argument
1683 struct perf_session *session = perf_session__new(input_name, O_RDONLY, local
[all...]
H A Dbuiltin-top.c28 #include "util/session.h"
277 static void print_sym_table(struct perf_session *session) argument
297 if (session->hists.stats.total_lost != 0) {
300 session->hists.stats.total_lost);
501 static void handle_keypress(struct perf_session *session, int c) argument
577 perf_session__fprintf_dsos(session, stderr);
629 struct perf_session *session = (struct perf_session *) arg; local
644 print_sym_table(session);
650 handle_keypress(session, c);
715 struct perf_session *session)
713 perf_event__process_sample(const union perf_event *event, struct perf_sample *sample, struct perf_session *session) argument
964 struct perf_session *session = perf_session__new(NULL, O_WRONLY, false, false, NULL); local
[all...]
H A Dbuiltin-kmem.c9 #include "util/session.h"
315 struct perf_session *session)
317 struct thread *thread = perf_session__findnew(session, event->ip.pid);
347 static void __print_result(struct rb_root *root, struct perf_session *session, argument
360 machine = perf_session__find_host_machine(session);
417 static void print_result(struct perf_session *session) argument
420 __print_result(&root_caller_sorted, session, caller_lines, 1);
422 __print_result(&root_alloc_sorted, session, alloc_lines, 0);
491 struct perf_session *session = perf_session__new(input_name, O_RDONLY, local
493 if (session
312 process_sample_event(union perf_event *event, struct perf_sample *sample, struct perf_evsel *evsel __used, struct perf_session *session) argument
[all...]
H A Dbuiltin-script.c9 #include "util/session.h"
152 struct perf_session *session)
157 !perf_session__has_traces(session, "record -R"))
192 static int perf_session__check_output_opt(struct perf_session *session) argument
198 evsel = perf_session__find_first_evtype(session, j);
212 perf_evsel__check_attr(evsel, session))
277 struct perf_session *session,
296 perf_session__print_symbols(event, sample, session);
348 struct perf_session *session)
350 struct thread *thread = perf_session__findnew(session, even
151 perf_evsel__check_attr(struct perf_evsel *evsel, struct perf_session *session) argument
274 process_event(union perf_event *event __unused, struct perf_sample *sample, struct perf_evsel *evsel, struct perf_session *session, struct thread *thread) argument
345 process_sample_event(union perf_event *event, struct perf_sample *sample, struct perf_evsel *evsel, struct perf_session *session) argument
395 __cmd_script(struct perf_session *session) argument
1012 struct perf_session *session; local
[all...]
/external/chromium/base/win/
H A Devent_trace_controller_unittest.cc120 EXPECT_EQ(NULL, controller.session());
133 EXPECT_TRUE(NULL != controller.session());
137 EXPECT_EQ(NULL, controller.session());
154 EXPECT_TRUE(NULL != controller.session());
158 EXPECT_EQ(NULL, controller.session());
/external/chromium/chrome/browser/sync/glue/
H A Dsession_model_associator_unittest.cc62 ForeignSession* session = tracker.GetForeignSession(tag); local
64 session->windows.push_back(win);
74 // be able to delete the session, window, and tab. We can't delete these
130 ForeignSession* session = tracker.GetForeignSession(tag1); local
135 ASSERT_TRUE(session);
138 ASSERT_NE(session, session2);
/external/webkit/Source/WebCore/inspector/front-end/
H A DCookiesTable.js156 if (cookie1.session !== cookie2.session)
157 return sortDirection * (cookie1.session ? 1 : -1);
159 if (cookie1.session)
189 (cookie.session ? WebInspector.UIString("Session") : new Date(cookie.expires).toGMTString());

Completed in 708 milliseconds

1234567891011>>