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

  /test/vts/runners/host/
logger.py 33 logline_timestamp_re = re.compile("\d\d-\d\d \d\d:\d\d:\d\d.\d\d\d") variable
61 if logline_timestamp_re.match(timestamp):
  /tools/test/connectivity/acts/framework/acts/
logger.py 34 logline_timestamp_re = re.compile("\d\d-\d\d \d\d:\d\d:\d\d.\d\d\d") variable
56 if logline_timestamp_re.match(timestamp):

Completed in 198 milliseconds