Lines Matching refs:match
821 if not path[i].match(NormalizePath(file[i])):
886 if not name or name.match(test.GetName()):
895 if not name or name.match(test_name):
1286 if not self.path[i].match(path[i]):
1302 header_match = HEADER_PATTERN.match(line)
1310 rule_match = RULE_PATTERN.match(line)
1319 def_match = DEF_PATTERN.match(line)
1327 prefix_match = PREFIX_PATTERN.match(line)
1479 def match(self, str):
1483 return self.compiled.match(str)
1566 check = lambda arg: subsystem_regex.match(arg) and (arg not in suites)