HomeSort by relevance Sort by last modified time
    Searched defs:sessions (Results 26 - 50 of 50) sorted by null

12

  /external/chromium/chrome/browser/sync/sessions/
session_state.cc 5 #include "chrome/browser/sync/sessions/session_state.h"
21 namespace sessions { namespace in namespace:browser_sync
362 } // 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.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
  /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/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
  /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();
  /frameworks/ml/bordeaux/service/src/android/bordeaux/services/
BordeauxSessionStorage.java 45 private static final String SESSION_TABLE = "sessions";
133 void getAllSessions(ConcurrentHashMap<String, BordeauxSessionManager.Session> sessions) {
140 sessions.put(key, session);
144 // remove all sessions that have the key that matches the given sql regular
  /external/chromium/chrome/browser/sync/engine/
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...]
  /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*
  /external/qemu/
shaper.c 385 Session sessions; member in struct:NetDelayRec_
400 Session* pnode = &delay->sessions;
431 for (session = delay->sessions; session != NULL; session = session->next)
464 delay->sessions = NULL;
482 /* when changing the latency, accept all sessions */
483 while (delay->sessions) {
484 Session session = delay->sessions;
485 delay->sessions = session->next;
552 session->next = delay->sessions;
553 delay->sessions = session
    [all...]
  /frameworks/base/tests/CoreTests/android/core/
SSLSocketTest.java 986 Map<String, byte[]> sessions = new HashMap<String, byte[]>(); field in class:SSLSocketTest.FakeClientSessionCache
    [all...]
  /external/openssh/
session.c 148 static Session *sessions = NULL; variable
306 error("no more sessions");
597 * it to the user, otherwise multiple sessions may accumulate
835 * it to the user, otherwise multiple sessions may accumulate
    [all...]
  /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...]
  /frameworks/av/services/audioflinger/
AudioFlinger.cpp 483 uint32_t sessions = t->hasAudioSession(*sessionId); local
484 if (sessions & PlaybackThread::EFFECT_SESSION) {
    [all...]
  /external/openssl/include/openssl/
ssl.h 507 * in the external representation of sessions, see ssl_asn1.c). */
782 LHASH_OF(SSL_SESSION) *sessions; member in struct:ssl_ctx_st
    [all...]
  /external/openssl/ssl/
ssl.h 507 * in the external representation of sessions, see ssl_asn1.c). */
782 LHASH_OF(SSL_SESSION) *sessions; member in struct:ssl_ctx_st
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.test.performance_3.6.0.v20091014.jar 
org.mortbay.jetty.server_6.1.23.v201004211559.jar 
org.eclipse.pde.api.tools_1.0.202.v20100820_r361.jar 
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
  /external/robolectric/lib/main/
h2-1.2.147.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 

Completed in 815 milliseconds

12