OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_console_regex
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/performance_tests/
perftest.py
166
_console_regex
= re.compile(r'^CONSOLE MESSAGE:')
variable in class:PerfTest
179
console_match = self.
_console_regex
.match(line)
Completed in 28 milliseconds