Searched refs:Search (Results 1 - 1 of 1) sorted by relevance

/art/tools/
H A Dcpplint.py411 # The regexp compilation caching is inlined in both Match and Search for
419 def Search(pattern, s): function
1430 if Search('(^|[^:]):($|[^:])', clean_lines.elided[linenum]):
1789 if Search(r'printf\s*\(.*".*%[-+ ]?\d*q', line):
1793 if Search(r'printf\s*\(.*".*%\d+\$', line):
1800 if Search(r'("|\').*\\(%|\[|\(|{)', line):
1807 if Search(r'\b(const|volatile|void|char|short|int|long'
1823 if Search(r'(\w+|[+-]?\d+(\.\d*)?)\s*(<|>)\?=?\s*(\w+|[+-]?\d+)(\.\d*)?',
1828 if Search(r'^\s*const\s*string\s*&\s*\w+\s*;', line):
1883 match = Search(patter
[all...]

Completed in 71 milliseconds