OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:match_result
(Results
1 - 4
of
4
) sorted by null
/external/webkit/Tools/Scripts/
validate-committer-lists
169
match_result
= line_regexp.match(output_line)
170
if not
match_result
:
172
last_commit_dates[
match_result
.group('author')] = float(
match_result
.group('timestamp'))
/external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
test_expectations_unittest.py
408
match_result
= matcher.match(modifiers)
409
self.assertEqual(len(
match_result
.warnings), 0)
410
self.assertEqual(len(
match_result
.errors), num_errors)
411
self.assertEqual(
match_result
.num_matches, expected_num_matches,
414
match_result
.num_matches, expected_num_matches))
test_expectations.py
543
match_result
= self._check_syntax(matcher, options, lineno,
546
return
match_result
.num_matches
549
match_result
= matcher.match(options)
550
for error in
match_result
.errors:
552
for warning in
match_result
.warnings:
554
return
match_result
[
all
...]
/external/webkit/Tools/Scripts/webkitpy/style/checkers/
cpp.py
[
all
...]
Completed in 680 milliseconds