Home
last modified time | relevance | path

Searched refs:make_regex (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/regex/test/regress/
Dtest_mfc.cpp40 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 Dtensor_test.py462 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 Dtracefs-events.c1351 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 Dtracefs-tools.c467 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/
Dmfc_example.cpp38 return boost::regex_match(password, boost::make_regex(requirements)); in is_valid_password()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/regex/doc/
Dmfc_strings.qbk53 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/
Dmfc.hpp43 make_regex(const ATL::CSimpleStringT<B, b>& s, ::boost::regex_constants::syntax_option_type f = boo… in make_regex() function