Searched refs:name_regex (Results 1 – 4 of 4) sorted by relevance
/third_party/python/Lib/test/ |
D | test_faulthandler.py | 131 def check_fatal_error(self, code, line_number, name_regex, func=None, **kw): argument 133 name_regex = '%s: %s' % (func, name_regex) 134 fatal_error = 'Fatal Python error: %s' % name_regex 137 def check_windows_exception(self, code, line_number, name_regex, **kw): argument 138 fatal_error = 'Windows fatal exception: %s' % name_regex
|
/third_party/libabigail/src/ |
D | abg-suppression.cc | 2554 const regex_t_sptr name_regex = priv_->get_name_regex(); in suppresses_function() local 2555 if (name_regex) in suppresses_function() 2557 if (!regex::match(name_regex, fname)) in suppresses_function() 2578 if (!regex::match(name_regex, a->get_name())) in suppresses_function() 2609 if (regex::match(name_regex, a->get_name())) in suppresses_function() 3741 const regex_t_sptr name_regex = priv_->get_name_regex(); in suppresses_variable() local 3742 if (name_regex && !regex::match(name_regex, var_name)) in suppresses_variable()
|
/third_party/libabigail/include/ |
D | abg-suppression.h | 449 const string& name_regex,
|
/third_party/libabigail/ |
D | ChangeLog | 23707 neither the type suppression "name" or "name_regex" properties
|