Home
last modified time | relevance | path

Searched refs:_timeRE (Results 1 – 1 of 1) sorted by relevance

/external/chromium-trace/trace-viewer/third_party/Paste/paste/util/
Ddateinterval.py61 _timeRE = re.compile(r'[0-9]+[a-zA-Z]') variable
81 for match in allMatches(s, _timeRE):