Home
last modified time | relevance | path

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

/art/tools/
Dcpplint.py423 def Search(pattern, s): function
1456 if Search('(^|[^:]):($|[^:])', clean_lines.elided[linenum]):
1815 if Search(r'printf\s*\(.*".*%[-+ ]?\d*q', line):
1819 if Search(r'printf\s*\(.*".*%\d+\$', line):
1826 if Search(r'("|\').*\\(%|\[|\(|{)', line):
1833 if Search(r'\b(const|volatile|void|char|short|int|long'
1849 if Search(r'(\w+|[+-]?\d+(\.\d*)?)\s*(<|>)\?=?\s*(\w+|[+-]?\d+)(\.\d*)?',
1854 if Search(r'^\s*const\s*string\s*&\s*\w+\s*;', line):
1909 match = Search(pattern, line)
1930 not Search(r'\b(if|for|while|switch|return|delete|new)\b', fncall) and
[all …]
/art/tools/bisection_search/
DREADME.md1 Bisection Bug Search
4 Bisection Bug Search is a tool for finding compiler optimizations bugs. It
15 How to run Bisection Bug Search