Home
last modified time | relevance | path

Searched refs:LAT_END (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Tools/ccbench/
Dccbench.py262 LAT_END = "END" variable
284 _sendto(sock, LAT_END + "\n", addr)
351 while LAT_END not in s:
368 if line and line != LAT_END:
/external/python/cpython2/Tools/ccbench/
Dccbench.py271 LAT_END = "END" variable
292 _sendto(sock, LAT_END + "\n", addr)
357 while LAT_END not in s:
373 if line and line != LAT_END: