Searched refs:session (Results 51 - 75 of 301) sorted by relevance

1234567891011>>

/external/chromium/chrome/browser/sync/engine/
H A Dclear_data_command.h27 virtual void ExecuteImpl(sessions::SyncSession* session);
H A Ddownload_updates_command.h30 // session can be found in the Syncer logic. When looping, the
44 virtual void ExecuteImpl(sessions::SyncSession* session);
H A Dpost_commit_message_command.h19 virtual void ExecuteImpl(sessions::SyncSession* session);
H A Dresolve_conflicts_command.h26 virtual void ModelChangingExecuteImpl(sessions::SyncSession* session);
H A Dstore_timestamps_command.h32 virtual void ExecuteImpl(sessions::SyncSession* session);
H A Dsyncer_end_command.h26 virtual void ExecuteImpl(sessions::SyncSession* session);
H A Dprocess_updates_command.cc28 bool ProcessUpdatesCommand::ModelNeutralExecuteImpl(SyncSession* session) { argument
30 session->status_controller()->updates_response().get_updates();
37 void ProcessUpdatesCommand::ModelChangingExecuteImpl(SyncSession* session) { argument
38 syncable::ScopedDirLookup dir(session->context()->directory_manager(),
39 session->context()->account_name());
45 StatusController* status = session->status_controller();
H A Dverify_updates_command.cc30 sessions::SyncSession* session) {
32 ScopedDirLookup dir(session->context()->directory_manager(),
33 session->context()->account_name());
39 sessions::StatusController* status = session->status_controller();
48 session->routing_info());
53 session->routing_info());
29 ModelChangingExecuteImpl( sessions::SyncSession* session) argument
H A Dsyncer_thread.cc35 linked_ptr<sessions::SyncSession> session, bool is_canary_job,
38 session(session),
242 SyncSession* s = job.session.get();
243 scoped_ptr<SyncSession> session(new SyncSession(s->context(),
247 make_linked_ptr(session.release()), false, job.nudge_location);
254 pending_nudge_->session->Coalesce(*(job.session.get()));
285 SyncSession* old = job.session.get();
348 SyncSession* session local
33 SyncSessionJob(SyncSessionJobPurpose purpose, base::TimeTicks start, linked_ptr<sessions::SyncSession> session, bool is_canary_job, const tracked_objects::Location& nudge_location) argument
352 SyncSessionJob::CLEAR_USER_DATA, session, FROM_HERE); local
474 SyncSession* session = new SyncSession(session_context_.get(), this, local
480 SyncSessionJob::CONFIGURATION, session, FROM_HERE); local
483 ScheduleSyncSessionJob(const base::TimeDelta& delay, SyncSessionJob::SyncSessionJobPurpose purpose, sessions::SyncSession* session, const tracked_objects::Location& nudge_location) argument
[all...]
H A Dverify_updates_command.h30 virtual void ModelChangingExecuteImpl(sessions::SyncSession* session);
/external/kernel-headers/original/linux/
H A Dif_pppolac.h29 __u16 tunnel, session; member in struct:sockaddr_pppolac::__anon6925
/external/openssh/contrib/aix/
H A Dpam.conf19 sshd session required /usr/lib/security/pam_aix
20 OTHER session required /usr/lib/security/pam_aix
/external/webkit/Source/WebCore/platform/
H A DCookie.h40 bool session)
48 , session(session)
59 bool session; member in struct:WebCore::Cookie
38 Cookie(const String& name, const String& value, const String& domain, const String& path, double expires, bool httpOnly, bool secure, bool session) argument
/external/chromium/third_party/libjingle/source/talk/session/tunnel/
H A Dtunnelsessionclient.h37 #include "talk/p2p/base/session.h"
66 void OnSessionCreate(Session* session, bool received);
67 void OnSessionDestroy(Session* session);
75 talk_base::StreamInterface* AcceptTunnel(Session* session);
76 void DeclineTunnel(Session* session);
79 virtual void OnIncomingTunnel(const buzz::Jid &jid, Session *session) = 0;
81 // Invoked on an outgoing session request
84 // Invoked on a session request accept to create
85 // the local-side session description
96 virtual TunnelSession* MakeTunnelSession(Session* session,
[all...]
/external/chromium/chrome/browser/net/
H A Dpreconnect.cc54 net::HttpNetworkSession* session = factory->GetSession(); local
95 session->ssl_config_service()->GetSSLConfig(&ssl_config);
96 if (session->http_stream_factory()->next_protos())
97 ssl_config.next_protos = *session->http_stream_factory()->next_protos();
102 net::HttpStreamFactory* http_stream_factory = session->http_stream_factory();
/external/chromium/net/http/
H A Dhttp_stream_factory_impl_unittest.cc32 MockHttpStreamFactoryImpl(HttpNetworkSession* session) argument
33 : HttpStreamFactoryImpl(session),
104 HttpNetworkSession* session) {
105 HttpNetworkSessionPeer peer(session);
107 new MockHttpStreamFactoryImpl(session);
110 session->ssl_config_service()->GetSSLConfig(&ssl_config);
121 session->http_stream_factory()->PreconnectStreams(
217 scoped_refptr<HttpNetworkSession> session(CreateSession(&session_deps));
218 HttpNetworkSessionPeer peer(session);
229 PreconnectHelper(kTests[i], session);
103 PreconnectHelper(const TestCase& test, HttpNetworkSession* session) argument
[all...]
H A Dhttp_network_layer.h38 explicit HttpNetworkLayer(HttpNetworkSession* session);
42 // existing network session. Network session contains some valuable
46 // when network session is shared.
47 static HttpTransactionFactory* CreateFactory(HttpNetworkSession* session);
/external/linux-tools-perf/util/
H A Devent.c12 #include "session.h"
57 struct perf_session *session)
109 memset(event->comm.comm + size, 0, session->id_hdr_size);
112 session->id_hdr_size);
116 process(event, &synth_sample, session);
134 process(event, &synth_sample, session);
147 struct perf_session *session)
211 memset(event->mmap.filename + size, 0, session->id_hdr_size);
212 event->mmap.header.size += session->id_hdr_size;
216 process(event, &synth_sample, session);
55 perf_event__synthesize_comm(union perf_event *event, pid_t pid, int full, perf_event__handler_t process, struct perf_session *session) argument
144 perf_event__synthesize_mmap_events(union perf_event *event, pid_t pid, pid_t tgid, perf_event__handler_t process, struct perf_session *session) argument
224 perf_event__synthesize_modules(perf_event__handler_t process, struct perf_session *session, struct machine *machine) argument
282 __event__synthesize_thread(union perf_event *comm_event, union perf_event *mmap_event, pid_t pid, perf_event__handler_t process, struct perf_session *session) argument
295 perf_event__synthesize_thread_map(struct thread_map *threads, perf_event__handler_t process, struct perf_session *session) argument
326 perf_event__synthesize_threads(perf_event__handler_t process, struct perf_session *session) argument
389 perf_event__synthesize_kernel_mmap(perf_event__handler_t process, struct perf_session *session, struct machine *machine, const char *symbol_name) argument
459 perf_event__process_comm(union perf_event *event, struct perf_sample *sample __used, struct perf_session *session) argument
475 perf_event__process_lost(union perf_event *event, struct perf_sample *sample __used, struct perf_session *session) argument
498 perf_event__process_kernel_mmap(union perf_event *event, struct perf_session *session) argument
597 perf_event__process_mmap(union perf_event *event, struct perf_sample *sample __used, struct perf_session *session) argument
640 perf_event__process_task(union perf_event *event, struct perf_sample *sample __used, struct perf_session *session) argument
664 perf_event__process(union perf_event *event, struct perf_sample *sample, struct perf_session *session) argument
687 thread__find_addr_map(struct thread *self, struct perf_session *session, u8 cpumode, enum map_type type, pid_t pid, u64 addr, struct addr_location *al) argument
763 thread__find_addr_location(struct thread *self, struct perf_session *session, u8 cpumode, enum map_type type, pid_t pid, u64 addr, struct addr_location *al, symbol_filter_t filter) argument
776 perf_event__preprocess_sample(const union perf_event *event, struct perf_session *session, struct addr_location *al, struct perf_sample *sample, symbol_filter_t filter) argument
[all...]
H A Dheader.c24 #include "session.h"
197 struct perf_session *session = container_of(header, local
200 int err = machine__write_buildid_table(&session->host_machine, fd);
205 for (nd = rb_first(&session->machines); nd; nd = rb_next(nd)) {
345 static int perf_session__cache_build_ids(struct perf_session *session) argument
356 ret = machine__cache_build_ids(&session->host_machine, debugdir);
358 for (nd = rb_first(&session->machines); nd; nd = rb_next(nd)) {
372 static bool perf_session__read_build_ids(struct perf_session *session, bool with_hits) argument
375 bool ret = machine__read_build_ids(&session->host_machine, with_hits);
377 for (nd = rb_first(&session
389 struct perf_session *session; local
471 perf_session__write_header(struct perf_session *session, struct perf_evlist *evlist, int fd, bool at_exit) argument
673 __event_process_build_id(struct build_id_event *bev, char *filename, struct perf_session *session) argument
731 struct perf_session *session = container_of(header, struct perf_session, header); local
774 struct perf_session *session = container_of(header, struct perf_session, header); local
869 perf_header__read_pipe(struct perf_session *session, int fd) argument
885 perf_session__read_header(struct perf_session *session, int fd) argument
976 perf_event__synthesize_attr(struct perf_event_attr *attr, u16 ids, u64 *id, perf_event__handler_t process, struct perf_session *session) argument
1013 perf_session__synthesize_attrs(struct perf_session *session, perf_event__handler_t process) argument
1031 perf_event__process_attr(union perf_event *event, struct perf_session *session) argument
1071 perf_event__synthesize_event_type(u64 event_id, char *name, perf_event__handler_t process, struct perf_session *session) argument
1102 perf_event__synthesize_event_types(perf_event__handler_t process, struct perf_session *session) argument
1166 perf_event__process_tracing_data(union perf_event *event, struct perf_session *session) argument
1201 perf_event__synthesize_build_id(struct dso *pos, u16 misc, perf_event__handler_t process, struct machine *machine, struct perf_session *session) argument
1235 perf_event__process_build_id(union perf_event *event, struct perf_session *session) argument
[all...]
/external/openssh/
H A Dpkcs11.h716 typedef ck_rv_t (*ck_notify_t) (ck_session_handle_t session,
752 (ck_session_handle_t session, unsigned char *pin,
755 (ck_session_handle_t session, unsigned char *old_pin,
762 ck_session_handle_t *session));
763 _CK_DECLARE_FUNCTION (C_CloseSession, (ck_session_handle_t session));
766 (ck_session_handle_t session,
769 (ck_session_handle_t session,
773 (ck_session_handle_t session,
779 (ck_session_handle_t session, ck_user_type_t user_type,
781 _CK_DECLARE_FUNCTION (C_Logout, (ck_session_handle_t session));
[all...]
/external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
H A DHandshakeProtocolTest.java106 hs_protocol.session = ses;
107 hs_protocol.session.protocol = ProtocolVersion.TLSv1;
112 hs_protocol.session.protocol.version,
113 hs_protocol.session.id,
116 hs_protocol.session.protocol.version, hs_protocol.session.id,
122 assertEquals(48, hs_protocol.session.master_secret.length);
150 hs_protocol.session = ses;
151 hs_protocol.session.protocol = ProtocolVersion.SSLv3;
156 hs_protocol.session
[all...]
/external/quake/quake/src/WinQuake/
H A Dnet_vcr.cpp36 long session; member in struct:__anon11791
87 if (host_time != next.time || next.op != VCR_OP_GETMESSAGE || next.session != getDriverDataAsLong(sock))
110 if (host_time != next.time || next.op != VCR_OP_SENDMESSAGE || next.session != getDriverDataAsLong(sock))
125 if (host_time != next.time || next.op != VCR_OP_CANSENDMESSAGE || next.session != getDriverDataAsLong(sock))
159 if (!next.session)
166 memcpy(&sock->driverdata, &next.session, sizeof(long));
/external/chromium/net/spdy/
H A Dspdy_session_pool.cc76 "session", spdy_session->net_log().source())));
91 "session", spdy_session->net_log().source())));
104 "session", spdy_session->net_log().source())));
119 // Create the SPDY session and add it to the pool.
131 "session", (*spdy_session)->net_log().source())));
133 // Now we can initialize the session with the SSL socket.
143 // Check if we have a session via an alias.
149 void SpdySessionPool::Remove(const scoped_refptr<SpdySession>& session) { argument
150 SpdySessionList* list = GetSessionList(session->host_port_proxy_pair());
154 list->remove(session);
374 const scoped_refptr<SpdySession>& session = list->front(); local
389 const scoped_refptr<SpdySession>& session = list->front(); local
397 const scoped_refptr<SpdySession>& session = list->front(); local
420 const scoped_refptr<SpdySession>& session = *session_it; local
[all...]
/external/chromium/third_party/libjingle/source/talk/p2p/base/
H A Dsessionclient.h54 // A SessionClient exists in 1-1 relation with each session. The implementor
67 virtual void OnSessionCreate(Session* session, bool received_initiate) = 0;
68 virtual void OnSessionDestroy(Session* session) = 0;
/external/qemu/
H A Dvnc-tls.h60 gnutls_session_t session; member in struct:VncStateTLS

Completed in 537 milliseconds

1234567891011>>