Searched refs:match_template (Results 1 - 4 of 4) sorted by relevance
/third_party/python/Lib/test/ |
H A D | test_except_star.py | 210 def doSplitTestNamed(self, exc, T, match_template, rest_template): 223 self.assertExceptionIsLike(match, match_template) 227 def doSplitTestUnnamed(self, exc, T, match_template, rest_template): 240 self.assertExceptionIsLike(match, match_template) 244 def doSplitTestInExceptHandler(self, exc, T, match_template, rest_template): 248 self.doSplitTestNamed(exc, T, match_template, rest_template) 249 self.doSplitTestUnnamed(exc, T, match_template, rest_template) 251 def doSplitTestInExceptStarHandler(self, exc, T, match_template, rest_template): 255 self.doSplitTestNamed(exc, T, match_template, rest_template) 256 self.doSplitTestUnnamed(exc, T, match_template, rest_templat [all...] |
H A D | test_exception_group.py | 383 # (matcher, match_template, rest_template) 390 for match_type, match_template, rest_template in testcases: 394 match, ExceptionGroup, match_template) 417 # (matcher, match_template, rest_template) 423 for match_type, match_template, rest_template in testcases: 427 match, ExceptionGroup, match_template)
|
/third_party/ntfs-3g/libfuse-lite/ |
H A D | fuse_opt.c | 141 static int match_template(const char *t, const char *arg, unsigned *sepp) in match_template() function 166 if (match_template(opt->templ, arg, sepp)) in find_opt()
|
/third_party/libfuse/lib/ |
H A D | fuse_opt.c | 171 static int match_template(const char *t, const char *arg, unsigned *sepp) in match_template() function 196 if (match_template(opt->templ, arg, sepp)) in find_opt()
|
Completed in 4 milliseconds