HomeSort by relevance Sort by last modified time
    Searched refs:sessions (Results 76 - 100 of 124) sorted by null

1 2 34 5

  /external/oprofile/libpp/
profile_spec.cpp 507 vector<string> sessions = filter_session(session, session_exclude); local
509 if (sessions.empty()) {
523 vector<string>::const_iterator cit = sessions.begin();
524 vector<string>::const_iterator end = sessions.end();
  /external/chromium/chrome/browser/sync/glue/
session_model_associator_unittest.cc 10 #include "chrome/browser/sessions/session_types.h"
151 // The sessions don't have valid windows, lookup should not succeed.
152 std::vector<const ForeignSession*> sessions; local
153 ASSERT_FALSE(tracker.LookupAllForeignSessions(&sessions));
session_model_associator.h 21 #include "chrome/browser/sessions/session_id.h"
22 #include "chrome/browser/sessions/session_service.h"
23 #include "chrome/browser/sessions/session_types.h"
49 // Contains all logic for associating the Chrome sessions model and
50 // the sync sessions model.
91 // Resync local window information. Updates the local sessions header node
145 // Builds a list of all foreign sessions.
147 bool GetAllForeignSessions(std::vector<const ForeignSession*>* sessions);
176 static syncable::ModelType model_type() { return syncable::SESSIONS; }
231 // previous sessions, not for freeing tab nodes we created throug
    [all...]
  /external/chromium/chrome/browser/sync/
profile_sync_service.h 49 namespace sessions { struct SyncSessionSnapshot; } namespace in namespace:browser_sync
350 virtual const browser_sync::sessions::SyncSessionSnapshot*
backend_migrator.cc 12 #include "chrome/browser/sync/sessions/session_state.h"
21 using sessions::SyncSessionSnapshot;
  /external/chromium/chrome/browser/sync/engine/
process_commit_response_command_unittest.cc 12 #include "chrome/browser/sync/sessions/sync_session.h"
22 using sessions::SyncSession;
53 commit_set_.reset(new sessions::OrderedCommitSet(routing_info()));
126 sessions::StatusController* sync_state = session()->status_controller();
187 sessions::StatusController* sync_state = session()->status_controller();
198 scoped_ptr<sessions::OrderedCommitSet> commit_set_;
syncer_thread.cc 17 using sessions::SyncSession;
18 using sessions::SyncSessionSnapshot;
19 using sessions::SyncSourceInfo;
35 linked_ptr<sessions::SyncSession> session, bool is_canary_job,
68 SyncerThread::SyncerThread(sessions::SyncSessionContext* context,
138 sessions::SyncSessionSnapshot snapshot(dummy->TakeSnapshot());
485 sessions::SyncSession* session,
    [all...]
download_updates_command_unittest.cc 126 sessions::SyncSourceInfo source;
conflict_resolver.cc 13 #include "chrome/browser/sync/sessions/status_controller.h"
30 using sessions::ConflictProgress;
31 using sessions::StatusController;
syncapi.h 65 namespace sessions { namespace in namespace:browser_sync
233 // Getter specific to the SESSIONS datatype. Returns protobuf
234 // data. Can only be called if GetModelType() == SESSIONS.
405 // Should only be called if GetModelType() == SESSIONS.
773 const browser_sync::sessions::SyncSessionSnapshot* snapshot) = 0;
    [all...]
build_commit_command.cc 15 #include "chrome/browser/sync/sessions/sync_session.h"
30 using sessions::SyncSession;
syncer_thread2_whitebox_unittest.cc 8 #include "chrome/browser/sync/sessions/sync_session_context.h"
9 #include "chrome/browser/sync/sessions/test_util.h"
19 using sessions::SyncSessionContext;
  /external/wpa_supplicant_8/src/radius/
radius_server.c 24 * RADIUS_MAX_SESSION - Maximum number of active sessions
88 struct radius_session *sessions; member in struct:radius_client
119 * num_sess - Number of active sessions
355 struct radius_session *sess = client->sessions;
391 session = client->sessions;
395 client->sessions = sess->next;
447 sess->next = client->sessions;
448 client->sessions = sess;
1044 struct radius_session *sessions)
1048 session = sessions;
    [all...]
  /external/chromium/net/spdy/
spdy_session_pool.cc 35 // The maximum number of sessions to open to a single domain.
169 SpdySessionList* sessions = it->second; local
170 for (SpdySessionList::const_iterator session = sessions->begin();
171 session != sessions->end(); ++session) {
287 // we can match future Sessions (potentially to different domains) which can
  /external/chromium/chrome/browser/sync/sessions/
ordered_commit_set_unittest.cc 6 #include "chrome/browser/sync/sessions/ordered_commit_set.h"
25 namespace sessions { namespace in namespace:browser_sync
118 } // namespace sessions
status_controller.h 39 #include "chrome/browser/sync/sessions/ordered_commit_set.h"
40 #include "chrome/browser/sync/sessions/session_state.h"
43 namespace sessions { namespace in namespace:browser_sync
sync_session_unittest.cc 5 #include "chrome/browser/sync/sessions/sync_session.h"
21 namespace sessions { namespace in namespace:browser_sync
127 sessions::ScopedSetSessionWriteTransaction set_trans(session.get(), &trans);
351 update[syncable::SESSIONS] = payload2; // New.
359 EXPECT_EQ(payload2, original[syncable::SESSIONS]);
364 } // namespace sessions
session_state.h 5 // The 'sessions' namespace comprises all the pieces of state that are
25 #include "chrome/browser/sync/sessions/ordered_commit_set.h"
37 namespace sessions { namespace in namespace:browser_sync
303 } // namespace sessions
session_state_unittest.cc 5 #include "chrome/browser/sync/sessions/session_state.h"
16 namespace sessions { namespace in namespace:browser_sync
178 } // namespace sessions
status_controller.cc 5 #include "chrome/browser/sync/sessions/status_controller.h"
11 namespace sessions { namespace in namespace:browser_sync
213 } // namespace sessions
status_controller_unittest.cc 5 #include "chrome/browser/sync/sessions/sync_session.h"
10 namespace sessions { namespace in namespace:browser_sync
224 } // namespace sessions
  /external/chromium/third_party/libjingle/source/talk/session/phone/
call.cc 126 std::vector<Session *> sessions = sessions_; local
130 for (it = sessions.begin(); it != sessions.end(); it++)
176 // If no more sessions for this call, delete it
195 const std::vector<Session *> &Call::sessions() { function in class:cricket::Call
call.h 69 const std::vector<Session *> &sessions();
  /external/openssl/ssl/
ssl_sess.c 245 * very close to 2^128 (or 2^256) SSL sessions to our server. How you might
246 * store that many sessions is perhaps a more interesting question ... */
263 * we could not prevent the concurrent creation of sessions
467 * - Both for new and resumed sessions, s->tlsext_ticket_expected is set to 1
518 ret=lh_SSL_SESSION_retrieve(s->session_ctx->sessions,&data);
652 s=lh_SSL_SESSION_insert(ctx->sessions,c);
656 * ctx->sessions), or we're in trouble. */
718 if ((r = lh_SSL_SESSION_retrieve(ctx->sessions,c)) == c)
721 r=lh_SSL_SESSION_delete(ctx->sessions,c);
998 tp.cache=s->sessions;
    [all...]
  /frameworks/base/tests/CoreTests/android/core/
SSLSocketTest.java 986 Map<String, byte[]> sessions = new HashMap<String, byte[]>(); field in class:SSLSocketTest.FakeClientSessionCache
    [all...]

Completed in 1069 milliseconds

1 2 34 5