OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sessions
(Results
101 - 125
of
459
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium/chrome/browser/sync/
profile_sync_service_mock.h
57
const browser_sync::
sessions
::SyncSessionSnapshot*());
/external/chromium/third_party/libjingle/source/
CHANGELOG
46
- TunnelSessionClient establishes
sessions
for reliably sending data
/frameworks/opt/net/voip/src/java/android/net/rtp/
package.html
5
and audio streaming can use these APIs to initiate
sessions
and transmit or receive data streams
/libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
SSLServerSessionCache.java
23
* {@link javax.net.ssl.SSLSessionContext} to share server-side SSL
sessions
/external/chromium/base/win/
event_trace_controller.h
7
//
sessions
.
86
// stop event tracing
sessions
, as well as controlling ETW provider
122
//
sessions
we don't necessarily own.
/external/chromium/chrome/browser/sync/engine/
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;
process_commit_response_command.cc
15
#include "chrome/browser/sync/
sessions
/sync_session.h"
45
using
sessions
::OrderedCommitSet;
46
using
sessions
::StatusController;
47
using
sessions
::SyncSession;
48
using
sessions
::ConflictProgress;
61
sessions
::SyncSession* session) {
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_;
get_commit_ids_command.cc
19
using
sessions
::OrderedCommitSet;
20
using
sessions
::SyncSession;
21
using
sessions
::StatusController;
/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.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
sync_session_context.h
42
namespace
sessions
{
namespace in namespace:browser_sync
138
scoped_ptr<
sessions
::SyncSessionSnapshot> previous_session_snapshot_;
165
} // 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
/external/chromium/net/spdy/
spdy_session_pool.h
52
// Set the maximum concurrent
sessions
per domain.
102
// We flush all idle
sessions
and release references to the active ones so
164
// A map of IPEndPoint aliases for
sessions
.
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/openssh/
audit.c
146
* Note that this may be called multiple times if multiple
sessions
are used
162
* Note that this may be called multiple times if multiple
sessions
are used
177
* multiple
sessions
within a single connection.
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
...]
PROTOCOL
95
2.2. connection: disallow additional
sessions
extension
96
"no-more-
sessions
@openssh.com"
100
additional
sessions
under their control. OpenSSH provides a global
101
request "no-more-
sessions
@openssh.com" to mitigate this attack.
108
string "no-more-
sessions
@openssh.com"
119
of this message, the no-more-
sessions
request is only sent to OpenSSH
/external/chromium/chrome/browser/sessions/
tab_restore_service.h
15
#include "chrome/browser/
sessions
/base_session_service.h"
16
#include "chrome/browser/
sessions
/session_id.h"
17
#include "chrome/browser/
sessions
/session_types.h"
183
// Indicates we've asked for the last
sessions
and tabs but haven't gotten
333
// Results from previously closed tabs/
sessions
is first added here. When
base_session_service.cc
5
#include "chrome/browser/
sessions
/base_session_service.h"
12
#include "chrome/browser/
sessions
/session_backend.h"
13
#include "chrome/browser/
sessions
/session_types.h"
/external/bluetooth/bluedroid/bta/jv/
bta_jv_int.h
211
UINT8 max_sess; /* max
sessions
*/
225
UINT8 max_sess; /* max
sessions
*/
226
int curr_sess; /* current
sessions
count*/
/external/chromium/chrome/browser/sync/glue/
session_model_associator.cc
30
"Server did not create the top-level
sessions
node. We "
77
// The sync model has user created nodes iff the
sessions
folder has
92
if (!node.InitByClientTagLookup(syncable::
SESSIONS
, tag))
381
// TODO(zea): we will need this once we support deleting foreign
sessions
.
393
// Read any available foreign
sessions
and load any session data we may have.
413
if (!write_node.InitUniqueByCreation(syncable::
SESSIONS
, root,
415
LOG(ERROR) << "Failed to create
sessions
header sync node.";
469
// Iterate through the nodes and associate any foreign
sessions
.
748
if (!tab_node.InitUniqueByCreation(syncable::
SESSIONS
, root,
774
std::vector<const ForeignSession*>*
sessions
) {
[
all
...]
/external/chromium/third_party/libjingle/source/talk/p2p/base/
sessionmanager.h
85
// Terminates all of the
sessions
created by this manager.
88
// These are signaled whenever the set of existing
sessions
changes.
116
// Signaled before
sessions
try to send certain signaling messages. The
/external/chromium/chrome/browser/debugger/
inspectable_tab_proxy.cc
11
#include "chrome/browser/
sessions
/session_id.h"
Completed in 192 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>