Home
last modified time | relevance | path

Searched defs:regex (Results 1 – 25 of 109) 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 …]
/third_party/googletest/googletest/include/gtest/
Dgtest-death-test.h264 #define EXPECT_DEBUG_DEATH(statement, regex) \ argument
267 #define ASSERT_DEBUG_DEATH(statement, regex) \ argument
272 #define EXPECT_DEBUG_DEATH(statement, regex) EXPECT_DEATH(statement, regex) argument
274 #define ASSERT_DEBUG_DEATH(statement, regex) ASSERT_DEATH(statement, regex) argument
314 #define GTEST_UNSUPPORTED_DEATH_TEST(statement, regex, terminator) \ argument
332 #define EXPECT_DEATH_IF_SUPPORTED(statement, regex) \ argument
334 #define ASSERT_DEATH_IF_SUPPORTED(statement, regex) \ argument
337 #define EXPECT_DEATH_IF_SUPPORTED(statement, regex) \ argument
339 #define ASSERT_DEATH_IF_SUPPORTED(statement, regex) \ argument
/third_party/node/deps/googletest/include/gtest/
Dgtest-death-test.h264 #define EXPECT_DEBUG_DEATH(statement, regex) \ argument
267 #define ASSERT_DEBUG_DEATH(statement, regex) \ argument
272 #define EXPECT_DEBUG_DEATH(statement, regex) EXPECT_DEATH(statement, regex) argument
274 #define ASSERT_DEBUG_DEATH(statement, regex) ASSERT_DEATH(statement, regex) argument
314 #define GTEST_UNSUPPORTED_DEATH_TEST(statement, regex, terminator) \ argument
332 #define EXPECT_DEATH_IF_SUPPORTED(statement, regex) \ argument
334 #define ASSERT_DEATH_IF_SUPPORTED(statement, regex) \ argument
337 #define EXPECT_DEATH_IF_SUPPORTED(statement, regex) \ argument
339 #define ASSERT_DEATH_IF_SUPPORTED(statement, regex) \ argument
/third_party/selinux/libselinux/src/
Dregex.c67 pcre2_code *regex; /* compiled regular expression */ member
70 int regex_prepare_data(struct regex_data **regex, char const *pattern_string, in regex_prepare_data()
105 int regex_load_mmap(struct mmap_area *mmap_area, struct regex_data **regex, in regex_load_mmap()
150 int regex_writef(struct regex_data *regex, FILE *fp, int do_write_precompregex) in regex_writef()
211 void regex_data_free(struct regex_data *regex) in regex_data_free()
220 int regex_match(struct regex_data *regex, char const *subject, int partial) in regex_match()
325 pcre *regex; /* compiled regular expression */ member
332 int regex_prepare_data(struct regex_data **regex, char const *pattern_string, in regex_prepare_data()
366 int regex_load_mmap(struct mmap_area *mmap_area, struct regex_data **regex, in regex_load_mmap()
422 static inline pcre_extra *get_pcre_extra(struct regex_data *regex) in get_pcre_extra()
[all …]
/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/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/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/node/deps/googletest/include/gtest/internal/
Dgtest-death-test-internal.h177 ::testing::internal::RE regex) { in MakeDeathTestMatcher()
180 inline Matcher<const ::std::string&> MakeDeathTestMatcher(const char* regex) { in MakeDeathTestMatcher()
183 inline Matcher<const ::std::string&> MakeDeathTestMatcher( in MakeDeathTestMatcher()
/third_party/googletest/googletest/include/gtest/internal/
Dgtest-death-test-internal.h177 ::testing::internal::RE regex) { in MakeDeathTestMatcher()
180 inline Matcher<const ::std::string&> MakeDeathTestMatcher(const char* regex) { in MakeDeathTestMatcher()
183 inline Matcher<const ::std::string&> MakeDeathTestMatcher( in MakeDeathTestMatcher()
Dgtest-port.h891 RE(absl::string_view regex) : regex_(regex) {} // NOLINT in RE()
892 RE(const char* regex) : RE(absl::string_view(regex)) {} // NOLINT in RE()
893 RE(const std::string& regex) : RE(absl::string_view(regex)) {} // NOLINT in RE()
920 RE(const ::std::string& regex) { Init(regex.c_str()); } // NOLINT in RE()
922 RE(const char* regex) { Init(regex); } // NOLINT in RE()
/third_party/node/deps/v8/src/inspector/
Dv8-regex.cc38 v8::Local<v8::RegExp> regex; in V8Regex() local
70 v8::Local<v8::RegExp> regex = m_regex.Get(isolate); in match() local
/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/arkTSTest/testcase/arkts-no-regexp-literals/arkts-no-regexp-literals-7-ok/
Dcase7.1.ts1 let regex: RegExp = /bc*d/ variable
/third_party/typescript/tests/baselines/reference/printerApi/
DprintsFileCorrectly.regularExpressionLiteral.js1 let regex = /abc/; 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/node/deps/npm/node_modules/@isaacs/cliui/node_modules/strip-ansi/
Dindex.js3 const regex = ansiRegex(); constant
/third_party/node/deps/npm/node_modules/wrap-ansi/node_modules/strip-ansi/
Dindex.js3 const regex = ansiRegex(); constant
/third_party/rust/crates/regex/examples/
Dshootout-regex-dna-replace.rs3 macro_rules! regex { macro
Dshootout-regex-dna-single.rs10 macro_rules! regex { macro
/third_party/typescript/tests/cases/compiler/
DconstDeclarationShadowedByVarDeclaration3.ts3 public regex: RegExp = new RegExp(''); property in Rule
/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

12345