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

  /external/autotest/client/site_tests/kernel_LTP/
parse_ltp_out.py 152 duration_matches = re.match(test_duration_line_re, line)
153 if duration_matches:
154 duration = int(duration_matches.group(1))
  /external/autotest/client/tests/ltp/
parse_ltp_out.py 158 duration_matches = re.match(test_duration_line_re, line)
159 if duration_matches:
160 duration = int(duration_matches.group(1))

Completed in 51 milliseconds