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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/ccbench/
ccbench.py 271 LAT_END = "END"
292 _sendto(sock, LAT_END + "\n", addr)
357 while LAT_END not in s:
373 if line and line != LAT_END:
  /external/python/cpython2/Tools/ccbench/
ccbench.py 271 LAT_END = "END"
292 _sendto(sock, LAT_END + "\n", addr)
357 while LAT_END not in s:
373 if line and line != LAT_END:
  /external/python/cpython3/Tools/ccbench/
ccbench.py 269 LAT_END = "END"
291 _sendto(sock, LAT_END + "\n", addr)
358 while LAT_END not in s:
375 if line and line != LAT_END:

Completed in 875 milliseconds