HomeSort by relevance Sort by last modified time
    Searched full:sessions (Results 151 - 175 of 459) sorted by null

1 2 3 4 5 67 8 91011>>

  /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...]
  /external/chromium/chrome/browser/sync/engine/
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;
  /frameworks/base/core/java/android/database/sqlite/
SQLiteSession.java 28 * <h2>About database sessions</h2>
33 * Sessions can be used to perform both read-only and read-write operations.
117 * A {@link SQLiteDatabase} can have multiple active sessions at the same
120 * are in use, then database transactions on some sessions will block until a
126 * efficiently by multiple sessions as long as they are not all trying to perform
181 * read but other sessions are allowed to read or write.
183 * or write but other sessions are only allowed to read.
201 * or write but other sessions are only allowed to read.
215 * or write but no other sessions are allowed to access the database.
    [all...]
  /development/scripts/app_engine_server/gae_shell/
shell.py 57 # The entity kind for shell sessions. Feel free to rename to suit your app.
68 # Unpicklable statements to seed new sessions with.
174 # set up the session. TODO: garbage collect old shell sessions
  /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
  /external/chromium/chrome/browser/ui/cocoa/
history_menu_bridge.h 16 #include "chrome/browser/sessions/session_id.h"
17 #include "chrome/browser/sessions/tab_restore_service.h"
18 #include "chrome/browser/sessions/tab_restore_service_observer.h"
  /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...]
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
SSLParametersImpl.java 40 * and controls whether new SSL sessions may be established by this
55 // client-side SSL sessions
58 // server-side SSL sessions
  /development/tools/labpretest/
README 16 sessions and watch for failures.
  /external/chromium/chrome/browser/prerender/
prerender_field_trial.cc 123 UMA_HISTOGRAM_ENUMERATION("Prerender.Sessions",
  /external/chromium/chrome/browser/sessions/
session_types.cc 5 #include "chrome/browser/sessions/session_types.h"
  /external/chromium/chrome/browser/sync/
abstract_profile_sync_service_test.cc 56 case syncable::SESSIONS:
profile_sync_service_session_unittest.cc 13 #include "chrome/browser/sessions/session_service.h"
14 #include "chrome/browser/sessions/session_service_test_helper.h"
157 syncable::SESSIONS,
187 ASSERT_TRUE(node.InitByClientTagLookup(syncable::SESSIONS,
  /external/chromium/chrome/browser/sync/protocol/
session_specifics.proto 5 // Sync protocol datatype extension for sessions.
  /external/chromium/chrome/browser/ui/find_bar/
find_tab_helper.h 13 // Per-tab find manager. Handles dealing with the life cycle of find sessions.
  /external/chromium/chrome/browser/ui/webui/
new_tab_ui.h 13 #include "chrome/browser/sessions/tab_restore_service.h"
  /external/chromium/chrome/common/extensions/docs/examples/api/preferences/enableReferrer/
popup.html 121 <input type="checkbox" onclick="setPrefValue(this.checked, true)" id="incognitoValue" disabled="disabled"/> Enable referrers in incognito sessions
  /external/chromium/net/http/
http_network_session.h 138 // Creates a Value summary of the state of the SPDY sessions. The caller is
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
sessionclient.h 60 // Notifies the client of the creation / destruction of sessions of this type.
  /external/nist-sip/java/gov/nist/javax/sip/header/ims/
SecurityAgreeHeader.java 40 * "Security Mechanism Agreemet for SIP Sessions"
  /external/openssh/
clientloop.h 50 /* Escape filter for protocol 2 sessions */
  /external/oprofile/doc/
opreport.1.in 16 sessions. See oprofile(1) for how to write profile specifications.
  /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/smack/src/org/jivesoftware/smackx/bytestreams/
BytestreamSession.java 24 * BytestreamSession provides an interface for established bytestream sessions.

Completed in 596 milliseconds

1 2 3 4 5 67 8 91011>>