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

  /external/autotest/client/site_tests/kernel_LTP/
parse_ltp_out.py 144 tag_matches = re.match(test_tag_line_re, line)
145 if tag_matches:
146 current_tag = tag_matches.group(1)
  /external/autotest/client/tests/ltp/
parse_ltp_out.py 150 tag_matches = re.match(test_tag_line_re, line)
151 if tag_matches:
152 current_tag = tag_matches.group(1)

Completed in 154 milliseconds