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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/ccbench/
ccbench.py 273 def _sendto(sock, s, addr): function
284 _sendto(sock, "%r\n" % _time(), addr)
292 _sendto(sock, LAT_END + "\n", addr)
410 _sendto(sock, ("%r#%s\n" % (local_addr, msg)).rjust(packet_size), addr)
493 _sendto(sock, s, remote_addr)
  /external/python/cpython2/Tools/ccbench/
ccbench.py 273 def _sendto(sock, s, addr): function
284 _sendto(sock, "%r\n" % _time(), addr)
292 _sendto(sock, LAT_END + "\n", addr)
410 _sendto(sock, ("%r#%s\n" % (local_addr, msg)).rjust(packet_size), addr)
493 _sendto(sock, s, remote_addr)
  /external/python/cpython3/Tools/ccbench/
ccbench.py 271 def _sendto(sock, s, addr): function
283 _sendto(sock, "%r\n" % _time(), addr)
291 _sendto(sock, LAT_END + "\n", addr)
412 _sendto(sock, ("%r#%s\n" % (local_addr, msg)).rjust(packet_size), addr)
495 _sendto(sock, s, remote_addr)

Completed in 1797 milliseconds