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

12 3 4 5

  /external/openssh/regress/
putty-transfer.sh 19 cp ${OBJ}/.putty/sessions/localhost_proxy \
20 ${OBJ}/.putty/sessions/compression_$c
21 echo "Compression=$c" >> ${OBJ}/.putty/sessions/kex_$k
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
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
AbstractSessionContext.java 46 /** Identifies OpenSSL sessions. */
49 private final Map<ByteArray, SSLSession> sessions field in class:AbstractSessionContext
75 * Returns the collection of sessions ordered from oldest to newest
78 synchronized (sessions) {
79 SSLSession[] array = sessions.values().toArray(
80 new SSLSession[sessions.size()]);
126 synchronized (sessions) {
127 int size = sessions.size();
130 Iterator<SSLSession> i = sessions.values().iterator();
147 synchronized (sessions) {
    [all...]
  /external/chromium/chrome/browser/sync/engine/
post_commit_message_command.cc 11 #include "chrome/browser/sync/sessions/sync_session.h"
21 void PostCommitMessageCommand::ExecuteImpl(sessions::SyncSession* session) {
29 sessions::StatusController* status = session->status_controller();
syncer_types.h 24 namespace sessions { namespace in namespace:browser_sync
109 const sessions::SyncSessionSnapshot* snapshot;
syncer_proto_util.h 29 namespace sessions { namespace in namespace:browser_sync
48 sessions::SyncSession* session);
109 sessions::SyncSession* session);
114 sessions::SyncSession* session,
process_commit_response_command.h 31 virtual bool ModelNeutralExecuteImpl(sessions::SyncSession* session);
32 virtual void ModelChangingExecuteImpl(sessions::SyncSession* session);
44 void ProcessCommitResponse(sessions::SyncSession* session);
syncer_thread2_unittest.cc 10 #include "chrome/browser/sync/sessions/test_util.h"
28 using sessions::SyncSession;
29 using sessions::SyncSessionContext;
30 using sessions::SyncSessionSnapshot;
36 MOCK_METHOD3(SyncShare, void(sessions::SyncSession*, SyncerStep,
210 .WillOnce(DoAll(Invoke(sessions::test_util::SimulateSuccess),
228 .WillOnce(DoAll(Invoke(sessions::test_util::SimulateSuccess),
250 .WillOnce(DoAll(Invoke(sessions::test_util::SimulateSuccess),
277 .WillOnce(DoAll(Invoke(sessions::test_util::SimulateCommitFailed),
279 .WillOnce(DoAll(Invoke(sessions::test_util::SimulateSuccess)
    [all...]
syncer.h 20 #include "chrome/browser/sync/sessions/sync_session.h"
91 virtual void SyncShare(sessions::SyncSession* session);
95 virtual void SyncShare(sessions::SyncSession* session,
101 void ProcessClientCommand(sessions::SyncSession* session);
process_updates_command.cc 14 #include "chrome/browser/sync/sessions/sync_session.h"
22 using sessions::SyncSession;
23 using sessions::StatusController;
47 const sessions::UpdateProgress& progress(status->update_progress());
48 vector<sessions::VerifiedUpdate>::const_iterator it;
syncer.cc 51 using sessions::ScopedSessionContextConflictResolver;
52 using sessions::StatusController;
53 using sessions::SyncSession;
54 using sessions::ConflictProgress;
74 void Syncer::SyncShare(sessions::SyncSession* session) {
80 const sessions::SyncSourceInfo& source(session->source());
90 void Syncer::SyncShare(sessions::SyncSession* session,
188 sessions::ScopedSetSessionWriteTransaction set_trans(session, &trans);
290 void Syncer::ProcessClientCommand(sessions::SyncSession* session) {
apply_updates_command_unittest.cc 13 #include "chrome/browser/sync/sessions/sync_session.h"
24 using sessions::SyncSession;
144 sessions::StatusController* status = session()->status_controller();
146 sessions::ScopedModelSafeGroupRestriction r(status, GROUP_PASSIVE);
167 sessions::StatusController* status = session()->status_controller();
168 sessions::ScopedModelSafeGroupRestriction r(status, GROUP_PASSIVE);
184 sessions::StatusController* status = session()->status_controller();
185 sessions::ScopedModelSafeGroupRestriction r(status, GROUP_PASSIVE);
206 sessions::StatusController* status = session()->status_controller();
207 sessions::ScopedModelSafeGroupRestriction r(status, GROUP_PASSIVE)
    [all...]
apply_updates_command.cc 8 #include "chrome/browser/sync/sessions/sync_session.h"
14 using sessions::SyncSession;
42 sessions::StatusController* status(session->status_controller());
clear_data_command.cc 12 #include "chrome/browser/sync/sessions/sync_session.h"
19 using sessions::StatusController;
20 using sessions::SyncSession;
store_timestamps_command.cc 7 #include "chrome/browser/sync/sessions/status_controller.h"
8 #include "chrome/browser/sync/sessions/sync_session.h"
18 void StoreTimestampsCommand::ExecuteImpl(sessions::SyncSession* session) {
30 sessions::StatusController* status = session->status_controller();
syncer_thread.h 23 #include "chrome/browser/sync/sessions/sync_session.h"
24 #include "chrome/browser/sync/sessions/sync_session_context.h"
30 class SyncerThread : public sessions::SyncSession::Delegate,
45 SyncerThread(sessions::SyncSessionContext* context, Syncer* syncer);
54 // will continue no matter what, b) the scheduled sessions already contain
128 linked_ptr<sessions::SyncSession> session, bool is_canary_job,
133 linked_ptr<sessions::SyncSession> session;
204 sessions::SyncSession* session,
274 browser_sync::sessions::SyncSession* CreateSyncSession(
275 const browser_sync::sessions::SyncSourceInfo& info)
    [all...]
verify_updates_command_unittest.cc 7 #include "chrome/browser/sync/sessions/sync_session.h"
17 using sessions::SyncSession;
18 using sessions::StatusController;
94 sessions::ScopedModelSafeGroupRestriction r(status, GROUP_UI);
98 sessions::ScopedModelSafeGroupRestriction r(status, GROUP_DB);
102 sessions::ScopedModelSafeGroupRestriction r(status, GROUP_PASSIVE);
cleanup_disabled_types_command.cc 7 #include "chrome/browser/sync/sessions/sync_session.h"
8 #include "chrome/browser/sync/sessions/sync_session_context.h"
18 void CleanupDisabledTypesCommand::ExecuteImpl(sessions::SyncSession* session) {
  /external/chromium/chrome/browser/sync/sessions/
sync_session_context.cc 5 #include "chrome/browser/sync/sessions/sync_session_context.h"
8 #include "chrome/browser/sync/sessions/session_state.h"
12 namespace sessions { namespace in namespace:browser_sync
39 } // namespace sessions
sync_session_context.h 42 namespace sessions { namespace in namespace:browser_sync
138 scoped_ptr<sessions::SyncSessionSnapshot> previous_session_snapshot_;
165 } // namespace sessions
  /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...]
  /external/chromium/chrome/browser/sync/glue/
foreign_session_tracker.cc 19 std::vector<const ForeignSession*>* sessions) {
20 DCHECK(sessions);
21 // Fill vector of sessions from our foreign session map.
24 // Only include sessions with open tabs.
29 sessions->push_back(foreign_session);
33 return !sessions->empty();
  /external/chromium/chrome/browser/sync/
js_sync_manager_observer.h 34 const sessions::SyncSessionSnapshot* snapshot);
profile_sync_service_harness.h 20 namespace sessions { namespace in namespace:browser_sync
121 const browser_sync::sessions::SyncSessionSnapshot*
  /libcore/luni/src/test/java/org/apache/harmony/xnet/provider/jsse/
ClientSessionContextTest.java 98 Set<SSLSession> sessions = new HashSet<SSLSession>(); local
102 sessions.add(context.getSession(id));
106 for (SSLSession s : sessions) {
109 assertEquals(expected, sessions);

Completed in 1242 milliseconds

12 3 4 5