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

/art/tools/
H A Dcpplint.py341 # Match start of assembly blocks
409 def Match(pattern, s): function
411 # The regexp compilation caching is inlined in both Match and Search for
712 if Match(r'T(EST|est)', self.current_function):
1458 and not Match(r'};*\s*(//|/\*).*\bnamespace\b', line)):
1475 if not Match((r'};*\s*(//|/\*).*\bnamespace\s+' + re.escape(self.name) +
1483 if not Match(r'};*\s*(//|/\*).*\bnamespace[\*/\.\\\s]*$', line):
1556 if Match(r'^\s*#\s*(if|ifdef|ifndef)\b', line):
1560 elif Match(r'^\s*#\s*(else|elif)\b', line):
1575 elif Match(
[all...]

Completed in 36 milliseconds