Searched refs:Match (Results 1 – 4 of 4) sorted by relevance
/tools/repohooks/tools/ |
D | cpplint.py | 652 def Match(pattern, s): function 799 Match(r'^\s*#\s*include\b', clean_lines.elided[linenum - 1])): 1065 if Match(r'T(EST|est)', self.current_function): 1313 leading_space = Match(r'^(\s*)\S', line) 1334 matched = Match(r'^(.*?)\b(?:R|u8R|uR|UR|LR)"([^\s\\()]*)\((.*)$', line) 1336 not Match(r'^([^\'"]|\'(\\.|[^\'])*\'|"(\\.|[^"])*")*//', 1472 match = Match(r'^([^\'"]*)([\'"])(.*)$', elided) 1498 match_literal = Match(r'^((?:\'?[0-9a-zA-Z_])*)(.*)$', "'" + tail) 1616 if (line[pos] not in '({[<') or Match(r'<[<=]', line[pos:]): 1664 Match(r'\s>=\s', line[i - 1:]) or [all …]
|
/tools/dexter/slicer/export/slicer/ |
D | dex_ir_builder.h | 43 bool Match(MethodDecl* method_decl) const;
|
/tools/dexter/slicer/ |
D | dex_ir_builder.cc | 24 bool MethodId::Match(MethodDecl* method_decl) const { in Match() function in ir::MethodId
|
D | instrumentation.cc | 186 if (!orig_method_id_.Match(orig_method)) { in Apply()
|