Home
last modified time | relevance | path

Searched defs:regex (Results 76 – 100 of 1647) sorted by relevance

12345678910>>...66

/aosp_15_r20/external/libvpx/third_party/googletest/src/src/
H A Dgtest-port.cc692 void RE::Init(const char* regex) { in Init()
783 static std::string FormatRegexSyntaxError(const char* regex, int index) { in FormatRegexSyntaxError()
791 bool ValidateRegex(const char* regex) { in ValidateRegex()
852 const char* regex, const char* str) { in MatchRepetitionAndRegexAtHead()
875 bool MatchRegexAtHead(const char* regex, const char* str) { in MatchRegexAtHead()
909 bool MatchRegexAnywhere(const char* regex, const char* str) { in MatchRegexAnywhere()
940 void RE::Init(const char* regex) { in Init()
/aosp_15_r20/external/mesa3d/src/gtest/src/
H A Dgtest-port.cc692 void RE::Init(const char* regex) { in Init()
783 static std::string FormatRegexSyntaxError(const char* regex, int index) { in FormatRegexSyntaxError()
791 bool ValidateRegex(const char* regex) { in ValidateRegex()
852 const char* regex, const char* str) { in MatchRepetitionAndRegexAtHead()
875 bool MatchRegexAtHead(const char* regex, const char* str) { in MatchRegexAtHead()
909 bool MatchRegexAnywhere(const char* regex, const char* str) { in MatchRegexAnywhere()
940 void RE::Init(const char* regex) { in Init()
/aosp_15_r20/external/intel-media-driver/media_driver/linux/ult/ult_app/googletest/src/
H A Dgtest-port.cc692 void RE::Init(const char* regex) { in Init()
783 static std::string FormatRegexSyntaxError(const char* regex, int index) { in FormatRegexSyntaxError()
791 bool ValidateRegex(const char* regex) { in ValidateRegex()
852 const char* regex, const char* str) { in MatchRepetitionAndRegexAtHead()
875 bool MatchRegexAtHead(const char* regex, const char* str) { in MatchRegexAtHead()
909 bool MatchRegexAnywhere(const char* regex, const char* str) { in MatchRegexAnywhere()
940 void RE::Init(const char* regex) { in Init()
/aosp_15_r20/external/libaom/third_party/googletest/src/googletest/src/
H A Dgtest-port.cc692 void RE::Init(const char* regex) { in Init()
783 static std::string FormatRegexSyntaxError(const char* regex, int index) { in FormatRegexSyntaxError()
791 bool ValidateRegex(const char* regex) { in ValidateRegex()
852 const char* regex, const char* str) { in MatchRepetitionAndRegexAtHead()
875 bool MatchRegexAtHead(const char* regex, const char* str) { in MatchRegexAtHead()
909 bool MatchRegexAnywhere(const char* regex, const char* str) { in MatchRegexAnywhere()
940 void RE::Init(const char* regex) { in Init()
/aosp_15_r20/external/cronet/third_party/boringssl/src/third_party/googletest/googletest/src/
H A Dgtest-port.cc697 void RE::Init(const char* regex) { in Init()
788 static std::string FormatRegexSyntaxError(const char* regex, int index) { in FormatRegexSyntaxError()
796 bool ValidateRegex(const char* regex) { in ValidateRegex()
857 const char* regex, const char* str) { in MatchRepetitionAndRegexAtHead()
880 bool MatchRegexAtHead(const char* regex, const char* str) { in MatchRegexAtHead()
914 bool MatchRegexAnywhere(const char* regex, const char* str) { in MatchRegexAnywhere()
942 void RE::Init(const char* regex) { in Init()
/aosp_15_r20/external/pigweed/pw_compilation_testing/public/pw_compilation_testing/
H A Dnegative_compilation.h43 #define PW_NC_EXPECT(regex) \ argument
47 #define PW_NC_EXPECT_CLANG(regex) \ argument
51 #define PW_NC_EXPECT_GCC(regex) \ argument
/aosp_15_r20/external/googletest/googletest/src/
H A Dgtest-port.cc712 void RE::Init(const char* regex) { in Init()
814 static std::string FormatRegexSyntaxError(const char* regex, int index) { in FormatRegexSyntaxError()
822 bool ValidateRegex(const char* regex) { in ValidateRegex()
883 const char* regex, const char* str) { in MatchRepetitionAndRegexAtHead()
906 bool MatchRegexAtHead(const char* regex, const char* str) { in MatchRegexAtHead()
940 bool MatchRegexAnywhere(const char* regex, const char* str) { in MatchRegexAnywhere()
968 void RE::Init(const char* regex) { in Init()
/aosp_15_r20/external/cronet/third_party/googletest/src/googletest/src/
H A Dgtest-port.cc712 void RE::Init(const char* regex) { in Init()
814 static std::string FormatRegexSyntaxError(const char* regex, int index) { in FormatRegexSyntaxError()
822 bool ValidateRegex(const char* regex) { in ValidateRegex()
883 const char* regex, const char* str) { in MatchRepetitionAndRegexAtHead()
906 bool MatchRegexAtHead(const char* regex, const char* str) { in MatchRegexAtHead()
940 bool MatchRegexAnywhere(const char* regex, const char* str) { in MatchRegexAnywhere()
968 void RE::Init(const char* regex) { in Init()
/aosp_15_r20/bionic/tests/
H A Dregex_test.cpp22 TEST(regex, smoke) { in TEST() argument
40 TEST(regex, match_offsets) { in TEST() argument
50 TEST(regex, regerror_NULL_0) { in TEST() argument
/aosp_15_r20/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
H A DUiSelector.java133 public UiSelector textMatches(String regex) { in textMatches()
185 public UiSelector classNameMatches(String regex) { in classNameMatches()
237 public UiSelector descriptionMatches(String regex) { in descriptionMatches()
302 public UiSelector resourceIdMatches(String regex) { in resourceIdMatches()
580 public UiSelector packageNameMatches(String regex) { in packageNameMatches()
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/src/
Dgtest-port.cc741 void RE::Init(const char* regex) { in Init()
821 static std::string FormatRegexSyntaxError(const char* regex, int index) { in FormatRegexSyntaxError()
828 bool ValidateRegex(const char* regex) { in ValidateRegex()
889 bool escaped, char c, char repeat, const char* regex, in MatchRepetitionAndRegexAtHead()
915 bool MatchRegexAtHead(const char* regex, const char* str) { in MatchRegexAtHead()
951 bool MatchRegexAnywhere(const char* regex, const char* str) { in MatchRegexAnywhere()
984 void RE::Init(const char* regex) { in Init()
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/third_party/googletest/src/
Dgtest-port.cc741 void RE::Init(const char* regex) { in Init()
821 static std::string FormatRegexSyntaxError(const char* regex, int index) { in FormatRegexSyntaxError()
828 bool ValidateRegex(const char* regex) { in ValidateRegex()
889 bool escaped, char c, char repeat, const char* regex, in MatchRepetitionAndRegexAtHead()
915 bool MatchRegexAtHead(const char* regex, const char* str) { in MatchRegexAtHead()
951 bool MatchRegexAnywhere(const char* regex, const char* str) { in MatchRegexAnywhere()
984 void RE::Init(const char* regex) { in Init()
/aosp_15_r20/external/libaom/third_party/googletest/src/googletest/include/gtest/internal/
H A Dgtest-port.h869 RE(absl::string_view regex) : regex_(regex) {} // NOLINT in RE()
870 RE(const char* regex) : RE(absl::string_view(regex)) {} // NOLINT in RE()
871 RE(const std::string& regex) : RE(absl::string_view(regex)) {} // NOLINT in RE()
898 RE(const ::std::string& regex) { Init(regex.c_str()); } // NOLINT in RE()
900 RE(const char* regex) { Init(regex); } // NOLINT in RE()
/aosp_15_r20/external/intel-media-driver/media_driver/linux/ult/ult_app/googletest/include/gtest/internal/
H A Dgtest-port.h869 RE(absl::string_view regex) : regex_(regex) {} // NOLINT in RE()
870 RE(const char* regex) : RE(absl::string_view(regex)) {} // NOLINT in RE()
871 RE(const std::string& regex) : RE(absl::string_view(regex)) {} // NOLINT in RE()
898 RE(const ::std::string& regex) { Init(regex.c_str()); } // NOLINT in RE()
900 RE(const char* regex) { Init(regex); } // NOLINT in RE()
/aosp_15_r20/external/libvpx/third_party/googletest/src/include/gtest/internal/
H A Dgtest-port.h869 RE(absl::string_view regex) : regex_(regex) {} // NOLINT in RE()
870 RE(const char* regex) : RE(absl::string_view(regex)) {} // NOLINT in RE()
871 RE(const std::string& regex) : RE(absl::string_view(regex)) {} // NOLINT in RE()
898 RE(const ::std::string& regex) { Init(regex.c_str()); } // NOLINT in RE()
900 RE(const char* regex) { Init(regex); } // NOLINT in RE()
/aosp_15_r20/external/mesa3d/src/gtest/include/gtest/internal/
H A 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()
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-1.10.4/testdata/
H A Dleftmost-all.toml3 regex = 'foo|foobar' qkey
11 regex = ['foo', 'foobar'] qkey
21 regex = '(?s:.)' qkey
/aosp_15_r20/external/json-schema-validator/src/main/java/com/networknt/schema/format/
H A DPatternFormat.java43 public PatternFormat(String name, String regex, String errorMessageDescription) { in PatternFormat()
50 …private PatternFormat(String name, String regex, String errorMessageDescription, String messageKey… in PatternFormat()
65 public static PatternFormat of(String name, String regex, String messageKey) { in of()
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/external/googletest/googletest/include/gtest/
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()
/aosp_15_r20/prebuilts/vndk/v30/x86/include/external/googletest/googletest/include/gtest/
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()
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/common_os/include/external/googletest/googletest/include/gtest/internal/
Dgtest-port.h963 RE(absl::string_view regex) : regex_(regex) {} // NOLINT in RE()
964 RE(const char* regex) : RE(absl::string_view(regex)) {} // NOLINT in RE()
965 RE(const std::string& regex) : RE(absl::string_view(regex)) {} // NOLINT in RE()
994 RE(const ::std::string& regex) { Init(regex.c_str()); } // NOLINT in RE()
996 RE(const char* regex) { Init(regex); } // NOLINT in RE()
/aosp_15_r20/prebuilts/vndk/v30/arm/include/external/googletest/googletest/include/gtest/
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()
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/external/googletest/googletest/include/gtest/
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()
/aosp_15_r20/external/cronet/third_party/boringssl/src/third_party/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h944 RE(absl::string_view regex) : regex_(regex) {} // NOLINT in RE()
945 RE(const char* regex) : RE(absl::string_view(regex)) {} // NOLINT in RE()
946 RE(const std::string& regex) : RE(absl::string_view(regex)) {} // NOLINT in RE()
975 RE(const ::std::string& regex) { Init(regex.c_str()); } // NOLINT in RE()
977 RE(const char* regex) { Init(regex); } // NOLINT in RE()
/aosp_15_r20/prebuilts/module_sdk/art/13/common_os/include/external/googletest/googletest/include/gtest/internal/
Dgtest-port.h963 RE(absl::string_view regex) : regex_(regex) {} // NOLINT in RE()
964 RE(const char* regex) : RE(absl::string_view(regex)) {} // NOLINT in RE()
965 RE(const std::string& regex) : RE(absl::string_view(regex)) {} // NOLINT in RE()
994 RE(const ::std::string& regex) { Init(regex.c_str()); } // NOLINT in RE()
996 RE(const char* regex) { Init(regex); } // NOLINT in RE()

12345678910>>...66