Home
last modified time | relevance | path

Searched defs:regex (Results 1 – 25 of 82) sorted by relevance

1234

/third_party/boringssl/src/third_party/googletest/include/gtest/
Dgtest-death-test.h168 # define ASSERT_EXIT(statement, predicate, regex) \ argument
173 # define EXPECT_EXIT(statement, predicate, regex) \ argument
179 # define ASSERT_DEATH(statement, regex) \ argument
184 # define EXPECT_DEATH(statement, regex) \ argument
259 # define EXPECT_DEBUG_DEATH(statement, regex) \ argument
262 # define ASSERT_DEBUG_DEATH(statement, regex) \ argument
267 # define EXPECT_DEBUG_DEATH(statement, regex) \ argument
270 # define ASSERT_DEBUG_DEATH(statement, regex) \ argument
311 # define GTEST_UNSUPPORTED_DEATH_TEST(statement, regex, terminator) \ argument
330 # define EXPECT_DEATH_IF_SUPPORTED(statement, regex) \ argument
[all …]
Dgtest-matchers.h618 MatchesRegexMatcher(const RE* regex, bool full_match) in MatchesRegexMatcher()
670 const internal::RE* regex) { in MatchesRegex()
674 const std::string& regex) { in MatchesRegex()
681 const internal::RE* regex) { in ContainsRegex()
685 const std::string& regex) { in ContainsRegex()
/third_party/googletest/googletest/include/gtest/
Dgtest-death-test.h169 # define ASSERT_EXIT(statement, predicate, regex) \ argument
174 # define EXPECT_EXIT(statement, predicate, regex) \ argument
180 # define ASSERT_DEATH(statement, regex) \ argument
185 # define EXPECT_DEATH(statement, regex) \ argument
260 # define EXPECT_DEBUG_DEATH(statement, regex) \ argument
263 # define ASSERT_DEBUG_DEATH(statement, regex) \ argument
268 # define EXPECT_DEBUG_DEATH(statement, regex) \ argument
271 # define ASSERT_DEBUG_DEATH(statement, regex) \ argument
312 # define GTEST_UNSUPPORTED_DEATH_TEST(statement, regex, terminator) \ argument
331 # define EXPECT_DEATH_IF_SUPPORTED(statement, regex) \ argument
[all …]
/third_party/grpc/test/core/client_channel/
Dservice_config_test.cc133 void VerifyRegexMatch(grpc_error* error, const std::regex& regex) { in VerifyRegexMatch()
158 std::regex regex(std::string("JSON parse error")); in TEST_F() local
194 std::regex regex( in TEST_F() local
210 std::regex regex( in TEST_F() local
226 std::regex regex( in TEST_F() local
242 std::regex regex( in TEST_F() local
258 std::regex regex( in TEST_F() local
274 std::regex regex( in TEST_F() local
317 std::regex regex( in TEST_F() local
328 std::regex regex( in TEST_F() local
[all …]
/third_party/glib/glib/
Dgregex.c207 GRegex *regex; /* the regex */ member
556 match_info_new (const GRegex *regex, in match_info_new()
1237 g_regex_ref (GRegex *regex) in g_regex_ref()
1254 g_regex_unref (GRegex *regex) in g_regex_unref()
1299 GRegex *regex; in g_regex_new() local
1483 g_regex_get_pattern (const GRegex *regex) in g_regex_get_pattern()
1503 g_regex_get_max_backref (const GRegex *regex) in g_regex_get_max_backref()
1524 g_regex_get_capture_count (const GRegex *regex) in g_regex_get_capture_count()
1545 g_regex_get_has_cr_or_lf (const GRegex *regex) in g_regex_get_has_cr_or_lf()
1568 g_regex_get_max_lookbehind (const GRegex *regex) in g_regex_get_max_lookbehind()
[all …]
/third_party/grpc/tools/profiling/microbenchmarks/bm_diff/
Dbm_run.py77 def _collect_bm_data(bm, cfg, name, regex, idx, loops): argument
103 def create_jobs(name, benchmarks, loops, regex, counters): argument
/third_party/boost/libs/metaparse/tools/benchmark/
Dgenerate.py20 def regex_to_error_msg(regex): argument
45 def in_comment(regex): argument
163 def _match(self, regex): argument
175 def _get_line(self, regex): argument
/third_party/icu/icu4c/source/i18n/
Drepattrn.cpp317 RegexPattern::compile(const UnicodeString &regex, in compile()
368 RegexPattern::compile(UText *regex, in compile()
418 RegexPattern::compile(const UnicodeString &regex, in compile()
430 RegexPattern::compile(UText *regex, in compile()
442 RegexPattern::compile(const UnicodeString &regex, in compile()
455 RegexPattern::compile(UText *regex, in compile()
522 UBool U_EXPORT2 RegexPattern::matches(const UnicodeString &regex, in matches()
546 UBool U_EXPORT2 RegexPattern::matches(UText *regex, in matches()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Drepattrn.cpp306 RegexPattern::compile(const UnicodeString &regex, in compile()
357 RegexPattern::compile(UText *regex, in compile()
407 RegexPattern::compile(const UnicodeString &regex, in compile()
419 RegexPattern::compile(UText *regex, in compile()
431 RegexPattern::compile(const UnicodeString &regex, in compile()
444 RegexPattern::compile(UText *regex, in compile()
511 UBool U_EXPORT2 RegexPattern::matches(const UnicodeString &regex, in matches()
535 UBool U_EXPORT2 RegexPattern::matches(UText *regex, in matches()
/third_party/node/deps/icu-small/source/i18n/
Drepattrn.cpp317 RegexPattern::compile(const UnicodeString &regex, in compile()
368 RegexPattern::compile(UText *regex, in compile()
418 RegexPattern::compile(const UnicodeString &regex, in compile()
430 RegexPattern::compile(UText *regex, in compile()
442 RegexPattern::compile(const UnicodeString &regex, in compile()
455 RegexPattern::compile(UText *regex, in compile()
522 UBool U_EXPORT2 RegexPattern::matches(const UnicodeString &regex, in matches()
546 UBool U_EXPORT2 RegexPattern::matches(UText *regex, in matches()
/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/internal/
DRegexCache.java35 public Pattern getPatternForRegex(String regex) { in getPatternForRegex()
45 boolean containsRegex(String regex) { in containsRegex()
/third_party/boringssl/src/third_party/googletest/include/gtest/internal/
Dgtest-death-test-internal.h169 ::testing::internal::RE regex) { in MakeDeathTestMatcher()
172 inline Matcher<const ::std::string&> MakeDeathTestMatcher(const char* regex) { in MakeDeathTestMatcher()
175 inline Matcher<const ::std::string&> MakeDeathTestMatcher( in MakeDeathTestMatcher()
/third_party/glib/glib/tests/
Dregex.c72 GRegex *regex; in test_new() local
123 GRegex *regex; in test_new_fail() local
192 GRegex *regex; in test_match() local
286 GRegex *regex; in test_match_next() local
479 GRegex *regex; in test_match_count() local
517 GRegex *regex; in test_partial() local
567 GRegex *regex; in test_sub_pattern() local
622 GRegex *regex; in test_named_sub_pattern() local
692 GRegex *regex; in test_fetch_all() local
864 GRegex *regex; in test_split_full() local
[all …]
/third_party/boost/tools/build/doc/src/
Dregex.adoc2 = regex chapter
/third_party/flutter/skia/gn/
Dhighest_version_dir.py13 regex = re.compile(sys.argv[2]) variable
/third_party/node/tools/node_modules/eslint/node_modules/astral-regex/
Dindex.js2 const regex = '[\uD800-\uDBFF][\uDC00-\uDFFF]'; constant
/third_party/boost/boost/regex/v4/
Dregex_fwd.hpp60 typedef basic_regex<char, regex_traits<char> > regex; typedef
Dregex.hpp130 typedef basic_regex<char, regex_traits<char> > regex; typedef
/third_party/node/deps/npm/node_modules/har-validator/node_modules/ajv/lib/compile/
Dformats.js52 regex: regex, property
76 regex: regex, property
134 function regex(str) { function
/third_party/node/tools/node_modules/eslint/node_modules/ajv/lib/compile/
Dformats.js52 regex: regex, property
76 regex: regex, property
134 function regex(str) { function
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglsl.c683 GRegex *regex = g_regex_new ( in _mangle_external_image_extension() local
716 GRegex *regex; in _mangle_texture_access() local
766 GRegex *regex; in _mangle_sampler_type() local
808 GRegex *regex; in _mangle_varying_attribute() local
827 GRegex *regex; in _mangle_varying_attribute() local
843 GRegex *regex; in _mangle_frag_color_data() local
/third_party/boost/tools/build/src/engine/
Dsubst.cpp15 regexp * regex; member
103 regex_entry * const regex = (regex_entry *)xregex; in free_regex() local
/third_party/boost/libs/hana/test/experimental/
Dtype_name.cpp23 std::regex regex{re}; in check_matches() local
/third_party/boost/libs/wave/samples/token_statistics/xlex/
Dxpressive_lexer.hpp50 regex_type regex; member
89 string_type const& regex, Token const& id, Callback const& cb) in register_regex()
/third_party/googletest/googletest/include/gtest/internal/
Dgtest-death-test-internal.h189 # define GTEST_DEATH_TEST_(statement, predicate, regex, fail) \ argument
229 #define GTEST_EXECUTE_STATEMENT_(statement, regex) \ argument

1234