HomeSort by relevance Sort by last modified time
    Searched refs:Peer (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/WebKit/Source/modules/websockets/
WorkerThreadableWebSocketChannel.h 92 // Generated by the bridge. The Peer is destructed by an async call from
95 class Peer FINAL : public WebSocketChannelClient {
96 WTF_MAKE_NONCOPYABLE(Peer); WTF_MAKE_FAST_ALLOCATED;
98 virtual ~Peer();
102 static void initialize(ExecutionContext*, PassRefPtr<WeakReference<Peer> >, WorkerLoaderProxy*, PassRefPtrWillBeRawPtr<ThreadableWebSocketChannelClientWrapper>, const String& sourceURLAtConnection, unsigned lineNumberAtConnection, PassOwnPtr<ThreadableWebSocketChannelSyncHelper>);
124 Peer(PassRefPtr<WeakReference<Peer> >, PassRefPtrWillBeRawPtr<ThreadableWebSocketChannelClientWrapper>, WorkerLoaderProxy&, ExecutionContext*, const String& sourceURL, unsigned lineNumber, PassOwnPtr<ThreadableWebSocketChannelSyncHelper>);
130 WeakPtrFactory<Peer> m_weakFactory;
134 // Bridge for Peer. Running on the worker thread.
157 static void setWebSocketChannel(ExecutionContext*, Bridge* thisPtr, Peer*, PassRefPtrWillBeRawPtr<ThreadableWebSocketChannelClientWrapper>)
    [all...]
WorkerThreadableWebSocketChannel.cpp 196 WorkerThreadableWebSocketChannel::Peer::Peer(PassRefPtr<WeakReference<Peer> > reference, PassRefPtrWillBeRawPtr<ThreadableWebSocketChannelClientWrapper> clientWrapper, WorkerLoaderProxy& loaderProxy, ExecutionContext* context, const String& sourceURL, unsigned lineNumber, PassOwnPtr<ThreadableWebSocketChannelSyncHelper> syncHelper)
216 WorkerThreadableWebSocketChannel::Peer::~Peer()
223 void WorkerThreadableWebSocketChannel::Peer::initialize(ExecutionContext* context, PassRefPtr<WeakReference<Peer> > reference, WorkerLoaderProxy* loaderProxy, PassRefPtrWillBeRawPtr<ThreadableWebSocketChannelClientWrapper> clientWrapper, const String& sourceURLAtConnection, unsigned lineNumberAtConnection, PassOwnPtr<ThreadableWebSocketChannelSyncHelper> syncHelper)
225 // The caller must call destroy() to free the peer.
226 new Peer(reference, clientWrapper, *loaderProxy, context, sourceURLAtConnection, lineNumberAtConnection, syncHelper);
229 void WorkerThreadableWebSocketChannel::Peer::destroy(
    [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/ppp/pppd/plugins/radius/etc/
dictionary.ascend 110 ATTRIBUTE Ascend-IPX-Peer-Mode 216 integer
174 VALUE Ascend-IPX-Peer-Mode IPX-Peer-Router 0
175 VALUE Ascend-IPX-Peer-Mode IPX-Peer-Dialin 1
  /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 418 milliseconds