Home
last modified time | relevance | path

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

/tools/repohooks/tools/
Dcpplint.py597 matched = Search(r'\bNOLINT(NEXTLINE)?\b(\([^)]+\))?', raw_line)
686 def Search(pattern, s): function
1503 if Search(r'\b(?:0[bBxX]?|[1-9])[0-9a-fA-F]*$', head):
1546 elif i > 0 and Search(r'\boperator\s*$', line[0:i]):
1575 (line[i - 1] == '-' or Search(r'\boperator\s*$', line[0:i - 1]))):
1671 Search(r'\boperator\s*$', line[0:i]))):
1906 if Search(r'//\s*NOLINT\(build/header_guard\)', i):
1989 if Search(_TEST_FILE_SUFFIX, fileinfo.BaseName()):
2139 if Search(pattern, line):
2159 if Search(r'\bVLOG\((INFO|ERROR|WARNING|DFATAL|FATAL)\)', line):
[all …]