OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Peer
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/WebKit/Source/modules/websockets/
WorkerThreadableWebSocketChannel.cpp
60
typedef WorkerThreadableWebSocketChannel::
Peer
Peer
;
188
Peer
::
Peer
(Bridge* bridge, WorkerLoaderProxy& loaderProxy, ThreadableWebSocketChannelSyncHelper* syncHelper)
197
Peer
::~
Peer
()
202
void
Peer
::initializeInternal(ExecutionContext* context, const String& sourceURL, unsigned lineNumber)
214
void
Peer
::connect(const KURL& url, const String& protocol)
227
void
Peer
::send(const String& message)
234
void
Peer
::sendArrayBuffer(PassOwnPtr<Vector<char> > data
[
all
...]
WorkerThreadableWebSocketChannel.h
83
class
Peer
FINAL : public GarbageCollectedFinalized<
Peer
>, public WebSocketChannelClient {
84
USING_GARBAGE_COLLECTED_MIXIN(
Peer
);
85
WTF_MAKE_NONCOPYABLE(
Peer
);
87
Peer
(Bridge*, WorkerLoaderProxy&, ThreadableWebSocketChannelSyncHelper*);
88
virtual ~
Peer
();
92
static void initialize(ExecutionContext* executionContext,
Peer
*
peer
, const String& sourceURLAtConnection, unsigned lineNumberAtConnection)
94
peer
->initializeInternal(executionContext, sourceURLAtConnection, lineNumberAtConnection);
126
// Bridge for
Peer
. Running on the worker thread
[
all
...]
/external/chromium_org/v8/tools/testrunner/objects/
peer.py
29
class
Peer
(object):
39
self.trusting_me = False # This
peer
trusts my public key.
40
self.trusted = False # I trust this
peer
's public key.
43
return ("
Peer
at %s, jobs: %d, performance: %.2f, trust I/O: %s/%s" %
48
"""Adds tests from |shell| to this
peer
.
63
"""Forcibly adds another test to this
peer
, disregarding needed_work."""
73
"""Creates a JSON serializable representation of this
Peer
."""
78
"""Creates a
Peer
object built from a packed representation."""
80
return
Peer
(packed[0], packed[1], packed[2], pubkey_dummy)
/external/chromium_org/v8/tools/testrunner/server/
presence_handler.py
38
from ..objects import
peer
namespace
41
STARTUP_REQUEST = "V8 test
peer
starting up"
43
EXIT_REQUEST = "V8 testing
peer
going down"
69
p =
peer
.
Peer
(self.client_address[0], jobs, relative_perf,
78
p =
peer
.
Peer
(self.client_address[0], jobs, perf, pubkey_fingerprint)
/external/chromium_org/v8/tools/testrunner/network/
network_execution.py
38
from ..objects import
peer
namespace
49
return [
peer
.
Peer
.Unpack(p) for p in data ]
143
# Spawn one thread for each
peer
.
170
def _TalkToPeer(self,
peer
):
173
code = sock.connect_ex((
peer
.address, constants.PEER_PORT))
176
peer
.runtime = None
178
packet = workpacket.WorkPacket(
peer
=
peer
, context=self.context,
191
# The
peer
is reporting an error
[
all
...]
/external/iproute2/doc/
ip-cref.tex
285
\item \verb|broadcast LLADDRESS|, \verb|brd LLADDRESS| or \verb|
peer
LLADDRESS|
287
--- change the link layer broadcast address or the
peer
address when
406
attached to each end. All packets sent to this link will reach the
peer
407
and all packets received by us came from this single
peer
.
464
(or the
peer
address for pointopoint links) is a
471
NBMA links have no well-defined broadcast or
peer
address,
584
\item \verb|
peer
ADDRESS|
588
encoding the network prefix length. If a
peer
address is specified,
590
with the
peer
rather than with the local address.
[
all
...]
Completed in 814 milliseconds