OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_description_regex
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/performance_tests/
perftest.py
162
_description_regex
= re.compile(r'^Description: (?P<description>.*)$', re.IGNORECASE)
variable in class:PerfTest
176
description_match = self.
_description_regex
.match(line)
Completed in 143 milliseconds