Searched refs:make_regex (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/regex/test/regress/ |
D | test_mfc.cpp | 40 boost::regex r = boost::make_regex(s2, test_info<char>::syntax_options()); in test_mfc() 218 boost::wregex r = boost::make_regex(s2, test_info<wchar_t>::syntax_options()); in test_mfc() 394 boost::regex e = boost::make_regex(s, test_info<char>::syntax_options()); in test_mfc() 431 boost::wregex e = boost::make_regex(s, test_info<wchar_t>::syntax_options()); in test_mfc() 466 boost::regex r = boost::make_regex(expression, syntax_options); in test_mfc() 505 boost::wregex r = boost::make_regex(expression, syntax_options); in test_mfc()
|
/aosp_15_r20/external/tensorflow/tensorflow/python/eager/ |
H A D | tensor_test.py | 462 def make_regex(s): function 465 self.assertRegex(f"{t}", make_regex(handle_str)) 468 make_regex(f"tf.Tensor({handle_str}, shape=(), dtype=resource)")) 471 make_regex(f"tf.Tensor({handle_str}, shape=(), dtype=resource)")) 474 make_regex( 478 make_regex(
|
/aosp_15_r20/external/libtracefs/src/ |
H A D | tracefs-events.c | 1351 static int make_regex(regex_t *re, const char *match) in make_regex() function 1390 ret = make_regex(&system_re, system); in event_enable_disable() 1395 ret = make_regex(&event_re, event); in event_enable_disable()
|
H A D | tracefs-tools.c | 467 static char *make_regex(const char *glob) in make_regex() function 730 str = make_regex(filter); in init_func_filter()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/regex/example/snippets/ |
D | mfc_example.cpp | 38 return boost::regex_match(password, boost::make_regex(requirements)); in is_valid_password()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/regex/doc/ |
D | mfc_strings.qbk | 53 make_regex(const ATL::CSimpleStringT<charT>& s, 123 return boost::regex_match(password, boost::make_regex(requirements));
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/regex/include/boost/regex/ |
D | mfc.hpp | 43 make_regex(const ATL::CSimpleStringT<B, b>& s, ::boost::regex_constants::syntax_option_type f = boo… in make_regex() function
|