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

1 2 34 5 6 7 8 91011>>

  /external/chromium/chrome/browser/sync/syncable/
nigori_util_unittest.cc 29 encrypted_types.erase(syncable::SESSIONS);
  /external/chromium/chrome/browser/ui/
browser_tab_restore_service_delegate.h 12 #include "chrome/browser/sessions/tab_restore_service_delegate.h"
  /external/ganymed-ssh2/
README.txt 9 Java programs. It supports SSH sessions (remote command execution and shell access),
  /external/smack/src/org/jivesoftware/smack/packet/
Session.java 26 * If a server supports sessions, it MUST include a <i>session</i> element in the
  /frameworks/ml/bordeaux/service/src/android/bordeaux/services/
BordeauxSessionManager.java 33 // This class manages the learning sessions from multiple applications.
34 // The learning sessions are automatically backed up to the storage.
51 // Thread to periodically save the sessions to storage
204 Log.i(TAG, "Successfully deleted " + nDeleted + "sessions");
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
  /libcore/luni/src/main/java/javax/net/ssl/
SSLSocket.java 274 * Sets whether new SSL sessions may be created by this socket or if
275 * existing sessions must be reused. If {@code flag} is false and there are
276 * no sessions to resume, handshaking will fail.
278 * @param flag {@code true} if new sessions may be created.
283 * Returns whether new SSL sessions may be created by this socket or if
284 * existing sessions must be reused.
286 * @return {@code true} if new sessions may be created, otherwise
  /external/chromium/chrome/browser/sync/
backend_migrator_unittest.cc 9 #include "chrome/browser/sync/sessions/session_state.h"
22 using sessions::ErrorCounters;
23 using sessions::SyncerStatus;
24 using sessions::SyncSessionSnapshot;
56 false, false, 0, 0, false, sessions::SyncSourceInfo()));
js_sync_manager_observer.cc 13 #include "chrome/browser/sync/sessions/session_state.h"
52 const sessions::SyncSessionSnapshot* snapshot) {
  /external/chromium/chrome/browser/sync/sessions/
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
ordered_commit_set.h 18 namespace sessions { namespace in namespace:browser_sync
114 } // namespace sessions
  /external/openssh/regress/
test-exec.sh 357 mkdir -p ${OBJ}/.putty/sessions
358 rm -f ${OBJ}/.putty/sessions/localhost_proxy
359 echo "Hostname=127.0.0.1" >> ${OBJ}/.putty/sessions/localhost_proxy
360 echo "PortNumber=$PORT" >> ${OBJ}/.putty/sessions/localhost_proxy
361 echo "ProxyMethod=5" >> ${OBJ}/.putty/sessions/localhost_proxy
362 echo "ProxyTelnetCommand=sh ${SRC}/sshd-log-wrapper.sh ${SSHD} ${TEST_SSH_LOGFILE} -i -f $OBJ/sshd_proxy" >> ${OBJ}/.putty/sessions/localhost_proxy
  /external/apache-harmony/support/src/test/java/tests/support/
Support_Jetty.java 105 Context context = new Context(DEFAULT_SERVER,"/",Context.SESSIONS);
120 Context context = new Context(DEFAULT_SERVLET,"/",Context.SESSIONS);
  /external/chromium/chrome/browser/resources/net_internals/
spdyview.js 6 * This view displays a summary of the state of each SPDY sessions, and
91 * Creates a table printer to print out the state of list of SPDY sessions.
  /external/chromium/chrome/browser/sync/engine/
clear_data_command_unittest.cc 13 #include "chrome/test/sync/sessions/test_scoped_session_event_listener.h"
17 using sessions::TestScopedSessionEventListener;
download_updates_command.cc 18 using sessions::StatusController;
19 using sessions::SyncSession;
syncer_types.h 24 namespace sessions { namespace in namespace:browser_sync
109 const sessions::SyncSessionSnapshot* snapshot;
verify_updates_command.cc 30 sessions::SyncSession* session) {
39 sessions::StatusController* status = session->status_controller();
cleanup_disabled_types_command.h 36 virtual void ExecuteImpl(sessions::SyncSession* session);
cleanup_disabled_types_command_unittest.cc 10 #include "chrome/browser/sync/sessions/sync_session.h"
download_updates_command.h 44 virtual void ExecuteImpl(sessions::SyncSession* session);
  /hardware/samsung_slsi/exynos5/mobicore/daemon/ClientLib/
Device.h 85 * Check if the device has open sessions.
86 * @return true if the device has one or more open sessions.
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Server/public/
NetlinkServer.h 142 * Check for sessions started by applications that died(exited)
144 * If the application has died then all the sessions associated with it
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
ClientSessionContext.java 24 * Caches client sessions. Indexes by host and port. Users are typically
30 * Sessions indexed by host and port. Protect from concurrent
  /external/chromium/chrome/browser/sessions/
tab_restore_service_delegate.h 11 #include "chrome/browser/sessions/session_id.h"

Completed in 1392 milliseconds

1 2 34 5 6 7 8 91011>>