Home
last modified time | relevance | path

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

12345

/third_party/mesa3d/src/gtest/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.h620 MatchesRegexMatcher(const RE* regex, bool full_match) in MatchesRegexMatcher()
672 const internal::RE* regex) { in MatchesRegex()
676 const std::string& regex) { in MatchesRegex()
683 const internal::RE* regex) { in ContainsRegex()
687 const std::string& regex) { in ContainsRegex()
/third_party/googletest/googletest/include/gtest/
Dgtest-death-test.h262 # define EXPECT_DEBUG_DEATH(statement, regex) \ argument
265 # define ASSERT_DEBUG_DEATH(statement, regex) \ argument
270 # define EXPECT_DEBUG_DEATH(statement, regex) \ argument
273 # define ASSERT_DEBUG_DEATH(statement, regex) \ argument
314 # define GTEST_UNSUPPORTED_DEATH_TEST(statement, regex, terminator) \ argument
333 # define EXPECT_DEATH_IF_SUPPORTED(statement, regex) \ argument
335 # define ASSERT_DEATH_IF_SUPPORTED(statement, regex) \ argument
338 # define EXPECT_DEATH_IF_SUPPORTED(statement, regex) \ argument
340 # define ASSERT_DEATH_IF_SUPPORTED(statement, regex) \ argument
/third_party/selinux/libselinux/src/
Dregex.c62 pcre2_code *regex; /* compiled regular expression */ member
71 int regex_prepare_data(struct regex_data **regex, char const *pattern_string, in regex_prepare_data()
111 int regex_load_mmap(struct mmap_area *mmap_area, struct regex_data **regex, in regex_load_mmap()
161 int regex_writef(struct regex_data *regex, FILE *fp, int do_write_precompregex) in regex_writef()
201 void regex_data_free(struct regex_data *regex) in regex_data_free()
213 int regex_match(struct regex_data *regex, char const *subject, int partial) in regex_match()
280 pcre *regex; /* compiled regular expression */ member
287 int regex_prepare_data(struct regex_data **regex, char const *pattern_string, in regex_prepare_data()
321 int regex_load_mmap(struct mmap_area *mmap_area, struct regex_data **regex, in regex_load_mmap()
377 static inline pcre_extra *get_pcre_extra(struct regex_data *regex) in get_pcre_extra()
[all …]
/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/skia/third_party/externals/icu/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/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/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/typescript/
D.eslintrc.json25 …{ "selector": "typeLike", "format": ["PascalCase"], "filter": { "regex": "^(__String|[A-Za-z]+_[A-… string
26 …{ "selector": "interface", "format": ["PascalCase"], "custom": { "regex": "^I[A-Z]", "match": fals… string
27 …, "PascalCase", "UPPER_CASE"], "leadingUnderscore": "allow", "filter": { "regex": "^(_{1,2}filenam… string
28 …: ["camelCase", "PascalCase"], "leadingUnderscore": "allow", "filter": { "regex": "^[A-Za-z]+_[A-Z… string
29 …ter", "format": ["camelCase"], "leadingUnderscore": "allow", "filter": { "regex": "^(_+|[A-Za-z]+_… string
30 …: ["camelCase", "PascalCase"], "leadingUnderscore": "allow", "filter": { "regex": "^[A-Za-z]+_[A-Z… string
31 …ike", "format": ["camelCase"], "leadingUnderscore": "allow", "filter": { "regex": "^[A-Za-z]+_[A-Z… string
32 …: ["camelCase", "PascalCase"], "leadingUnderscore": "allow", "filter": { "regex": "^[A-Za-z]+_[A-Z… string
/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/mesa3d/src/gtest/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/googletest/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/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglsl.c688 GRegex *regex = g_regex_new ( in _mangle_external_image_extension() local
721 GRegex *regex; in _mangle_texture_access() local
771 GRegex *regex; in _mangle_sampler_type() local
813 GRegex *regex; in _mangle_varying_attribute() local
832 GRegex *regex; in _mangle_varying_attribute() local
848 GRegex *regex; in _mangle_frag_color_data() local
/third_party/typescript/tests/baselines/reference/printerApi/
DprintsFileCorrectly.regularExpressionLiteral.js1 let regex = /abc/; variable
/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/flutter/skia/gn/
Dhighest_version_dir.py13 regex = re.compile(sys.argv[2]) variable
/third_party/skia/gn/
Dhighest_version_dir.py15 regex = re.compile(sys.argv[2]) variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
DRegex.cpp24 Regex::Regex(StringRef regex, unsigned Flags) { in Regex()
37 Regex::Regex(Regex &&regex) { in Regex() function in Regex
/third_party/typescript/tests/cases/compiler/
DconstDeclarationShadowedByVarDeclaration3.ts3 public regex: RegExp = new RegExp(''); property in Rule
/third_party/rust/crates/regex/examples/
Dshootout-regex-dna-replace.rs3 macro_rules! regex { macro
Dshootout-regex-dna-single.rs10 macro_rules! regex { macro
Dshootout-regex-dna-bytes.rs12 macro_rules! regex { macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DRegex.cpp28 Regex::Regex(StringRef regex, unsigned Flags) { in Regex()
41 Regex::Regex(Regex &&regex) { in Regex() function in Regex
/third_party/rust/crates/regex/
DREADME.md1 regex chapter
/third_party/pulseaudio/src/modules/
Dmodule-match.c69 regex_t regex; member
107 regex_t regex; in load_rules() local

12345