| /third_party/mesa3d/src/gtest/include/gtest/ |
| D | gtest-death-test.h | 168 # 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 …]
|
| D | gtest-matchers.h | 620 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/ |
| D | gtest-death-test.h | 262 # 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/ |
| D | regex.c | 62 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/ |
| D | repattrn.cpp | 317 RegexPattern::compile(const UnicodeString ®ex, in compile() 368 RegexPattern::compile(UText *regex, in compile() 418 RegexPattern::compile(const UnicodeString ®ex, in compile() 430 RegexPattern::compile(UText *regex, in compile() 442 RegexPattern::compile(const UnicodeString ®ex, in compile() 455 RegexPattern::compile(UText *regex, in compile() 522 UBool U_EXPORT2 RegexPattern::matches(const UnicodeString ®ex, in matches() 546 UBool U_EXPORT2 RegexPattern::matches(UText *regex, in matches()
|
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| D | repattrn.cpp | 317 RegexPattern::compile(const UnicodeString ®ex, in compile() 368 RegexPattern::compile(UText *regex, in compile() 418 RegexPattern::compile(const UnicodeString ®ex, in compile() 430 RegexPattern::compile(UText *regex, in compile() 442 RegexPattern::compile(const UnicodeString ®ex, in compile() 455 RegexPattern::compile(UText *regex, in compile() 522 UBool U_EXPORT2 RegexPattern::matches(const UnicodeString ®ex, in matches() 546 UBool U_EXPORT2 RegexPattern::matches(UText *regex, in matches()
|
| /third_party/node/deps/icu-small/source/i18n/ |
| D | repattrn.cpp | 317 RegexPattern::compile(const UnicodeString ®ex, in compile() 368 RegexPattern::compile(UText *regex, in compile() 418 RegexPattern::compile(const UnicodeString ®ex, in compile() 430 RegexPattern::compile(UText *regex, in compile() 442 RegexPattern::compile(const UnicodeString ®ex, in compile() 455 RegexPattern::compile(UText *regex, in compile() 522 UBool U_EXPORT2 RegexPattern::matches(const UnicodeString ®ex, in matches() 546 UBool U_EXPORT2 RegexPattern::matches(UText *regex, in matches()
|
| /third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
| D | repattrn.cpp | 306 RegexPattern::compile(const UnicodeString ®ex, in compile() 357 RegexPattern::compile(UText *regex, in compile() 407 RegexPattern::compile(const UnicodeString ®ex, in compile() 419 RegexPattern::compile(UText *regex, in compile() 431 RegexPattern::compile(const UnicodeString ®ex, in compile() 444 RegexPattern::compile(UText *regex, in compile() 511 UBool U_EXPORT2 RegexPattern::matches(const UnicodeString ®ex, in matches() 535 UBool U_EXPORT2 RegexPattern::matches(UText *regex, in matches()
|
| /third_party/typescript/ |
| D | .eslintrc.json | 25 …{ "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/ |
| D | RegexCache.java | 35 public Pattern getPatternForRegex(String regex) { in getPatternForRegex() 45 boolean containsRegex(String regex) { in containsRegex()
|
| /third_party/mesa3d/src/gtest/include/gtest/internal/ |
| D | gtest-death-test-internal.h | 169 ::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/ |
| D | gtest-death-test-internal.h | 169 ::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/ |
| D | gstglsl.c | 688 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/ |
| D | printsFileCorrectly.regularExpressionLiteral.js | 1 let regex = /abc/; variable
|
| /third_party/node/deps/npm/node_modules/har-validator/node_modules/ajv/lib/compile/ |
| D | formats.js | 52 regex: regex, property 76 regex: regex, property 134 function regex(str) { function
|
| /third_party/flutter/skia/gn/ |
| D | highest_version_dir.py | 13 regex = re.compile(sys.argv[2]) variable
|
| /third_party/skia/gn/ |
| D | highest_version_dir.py | 15 regex = re.compile(sys.argv[2]) variable
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
| D | Regex.cpp | 24 Regex::Regex(StringRef regex, unsigned Flags) { in Regex() 37 Regex::Regex(Regex &®ex) { in Regex() function in Regex
|
| /third_party/typescript/tests/cases/compiler/ |
| D | constDeclarationShadowedByVarDeclaration3.ts | 3 public regex: RegExp = new RegExp(''); property in Rule
|
| /third_party/rust/crates/regex/examples/ |
| D | shootout-regex-dna-replace.rs | 3 macro_rules! regex { macro
|
| D | shootout-regex-dna-single.rs | 10 macro_rules! regex { macro
|
| D | shootout-regex-dna-bytes.rs | 12 macro_rules! regex { macro
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
| D | Regex.cpp | 28 Regex::Regex(StringRef regex, unsigned Flags) { in Regex() 41 Regex::Regex(Regex &®ex) { in Regex() function in Regex
|
| /third_party/rust/crates/regex/ |
| D | README.md | 1 regex chapter
|
| /third_party/pulseaudio/src/modules/ |
| D | module-match.c | 69 regex_t regex; member 107 regex_t regex; in load_rules() local
|