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

  /external/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/autotest/client/cros/tendo/n_faced_peerd/
peer.py 15 class Peer(dbus_property_exposer.DBusPropertyExposer):
19 """Construct a org.chromium.peerd.Peer DBus object.
23 @param peer_id: string peerd peer ID; a UUID.
24 @param is_self: True iff this object will servce as a self peer.
28 super(Peer, self).__init__(
55 @return dbus.String containing our peer ID.
64 @return dbus.UInt64 containing the last time this peer was seen
75 has to report a last seen time of 0 for the peer object representing
88 raise NotImplementedError('Peer.close() does not work properly')
92 """Update a service associated with this peer
    [all...]
manager.py 16 from autotest_lib.client.cros.tendo.n_faced_peerd import peer namespace
57 self.self_peer = peer.Peer(self._bus,
93 """Add a remote peer to this object.
98 @param remote_peer: Peer object. Should be the |self_peer| of another
102 logging.info('Adding remote peer %s', remote_peer.uuid)
106 self._peers[remote_peer.uuid] = peer.Peer(
111 """Cause this face to update its view of a remote peer.
113 @param remote_peer: Peer object. Should be the |self_peer| of anothe
    [all...]
  /external/autotest/client/cros/tendo/
peerd_dbus_helper.py 17 Peer = collections.namedtuple('Peer', ['uuid', 'last_seen', 'services'])
22 DBUS_INTERFACE_PEER = 'org.chromium.peerd.Peer'
112 peer = Peer(uuid=peer_properties[PEER_PROPERTY_ID],
115 peers.append(peer)
141 Return a Peer instance if peerd has found a matching peer.
145 @param uuid: string unique identifier of peer.
146 @return Peer tuple if a matching peer exists, None otherwise
    [all...]
  /external/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/v8/tools/testrunner/network/
network_execution.py 38 from ..objects import peer namespace
49 return [ peer.Peer.Unpack(p) for p in data ]
141 # Spawn one thread for each peer.
168 def _TalkToPeer(self, peer):
171 code = sock.connect_ex((peer.address, constants.PEER_PORT))
174 peer.runtime = None
176 packet = workpacket.WorkPacket(peer=peer, context=self.context,
189 # The peer is reporting an error
    [all...]
  /external/iproute2/doc/
ip-cref.tex 320 \item \verb|broadcast LLADDRESS|, \verb|brd LLADDRESS| or \verb|peer LLADDRESS|
322 --- change the link layer broadcast address or the peer address when
441 attached to each end. All packets sent to this link will reach the peer
442 and all packets received by us came from this single peer.
499 (or the peer address for pointopoint links) is a
506 NBMA links have no well-defined broadcast or peer address,
619 \item \verb|peer ADDRESS|
623 encoding the network prefix length. If a peer address is specified,
625 with the peer rather than with the local address.
    [all...]

Completed in 7432 milliseconds