OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bug_txt
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/media/tools/layout_tests/
bug.py
39
self.
bug_txt
= bug_modifier
44
self.
bug_txt
= bug_modifier
61
return '<a href="%s">%s</a>' % (self.url, self.
bug_txt
)
layouttest_analyzer_helpers.py
183
for
bug_txt
, test_info_list in (
185
matches = re.match(r'(BUG(CR|WK))(\d+)',
bug_txt
)
227
for (
bug_txt
, test_info_list) in (
229
return_str += '<ul>%s' % Bug(
bug_txt
)
441
if bug.
bug_txt
:
442
line = '<li>%s</li>\n' % line.replace(bug.
bug_txt
, str(bug))
Completed in 36 milliseconds