Searched refs:Match (Results 1 – 4 of 4) sorted by relevance
/tools/repohooks/tools/ |
D | cpplint.py | 658 def Match(pattern, s): function 805 Match(r'^\s*#\s*include\b', clean_lines.elided[linenum - 1])): 1071 if Match(r'T(EST|est)', self.current_function): 1319 leading_space = Match(r'^(\s*)\S', line) 1340 matched = Match(r'^(.*?)\b(?:R|u8R|uR|UR|LR)"([^\s\\()]*)\((.*)$', line) 1342 not Match(r'^([^\'"]|\'(\\.|[^\'])*\'|"(\\.|[^"])*")*//', 1478 match = Match(r'^([^\'"]*)([\'"])(.*)$', elided) 1504 match_literal = Match(r'^((?:\'?[0-9a-zA-Z_])*)(.*)$', "'" + tail) 1622 if (line[pos] not in '({[<') or Match(r'<[<=]', line[pos:]): 1670 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 | 530 if (!orig_method_id_.Match(orig_method)) { in Apply()
|