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

  /external/autotest/client/site_tests/video_ChromeRTCHWDecodeUsed/
video_ChromeRTCHWDecodeUsed.py 41 for i, to_match in enumerate(black_entry):
42 if to_match and str(to_match) != entry[i]:
  /external/autotest/client/site_tests/video_ChromeHWDecodeUsed/
video_ChromeHWDecodeUsed.py 35 for i, to_match in enumerate(black_entry):
36 if to_match and str(to_match) != entry[i]:
  /external/autotest/server/
site_log_time_diff.py 68 to_match = re.search('kernel:\s*\[\s*([0-9.]*)', self.end_line)
69 if from_match and to_match:
72 (from_match.group(1), to_match.group(1)))
74 to_time = float(to_match.group(1))

Completed in 3553 milliseconds