Home
last modified time | relevance | path

Searched defs:regexp (Results 26 – 50 of 227) sorted by relevance

12345678910

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/re2/re2/testing/
Dre2_test.cc101 const char *regexp; in TEST() member
190 static void TestCheckRewriteString(const char* regexp, const char* rewrite, in TestCheckRewriteString()
1285 const char *regexp; member
1322 const char* regexp; member
Dsimplify_test.cc17 const char* regexp; member
Dmimics_pcre_test.cc13 const char* regexp; member
Dsearch_test.cc19 const char* regexp; member
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DListFormatter.java430 …ContextualHandler(Pattern regexp, String thenTwo, String elseTwo, String thenEnd, String elseEnd) { in ContextualHandler()
456 private final Pattern regexp; field in ListFormatter.ContextualHandler
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/text/
H A DListFormatter.java468 …ContextualHandler(Pattern regexp, String thenTwo, String elseTwo, String thenEnd, String elseEnd) { in ContextualHandler()
494 private final Pattern regexp; field in ListFormatter.ContextualHandler
/aosp_15_r20/prebuilts/go/linux-x86/src/regexp/
Dexec2_test.go7 package regexp package
Donepass_test.go5 package regexp package
/aosp_15_r20/external/chromium-trace/catapult/third_party/pyserial/serial/tools/
H A Dlist_ports.py36 def grep(regexp): argument
H A Dlist_ports_linux.py52 def re_group(regexp, text): argument
/aosp_15_r20/external/python/pyserial/serial/tools/
Dlist_ports.py39 def grep(regexp, include_links=False): argument
/aosp_15_r20/external/tensorflow/tensorflow/core/data/service/
H A Durl.cc30 absl::string_view regexp = "(.*):([a-zA-Z0-9_]+|%port(_[a-zA-Z0-9_]+)?%)"; in Parse() local
/aosp_15_r20/external/libxml2/fuzz/
H A Dregexp.c22 xmlRegexpPtr regexp; in LLVMFuzzerTestOneInput() local
/aosp_15_r20/external/grpc-grpc/.github/
H A Dpr_title_checker_config.json7 "regexp": "^((\\[[^\\]]+\\])+|Revert|Automated fix for) ", string
/aosp_15_r20/external/python/cpython3/.github/problem-matchers/
Dgcc.json8 "regexp": "^(.*):(\\d+):(\\d+):\\s+(?:fatal\\s+)?(warning|error):\\s+(.*)$", string
Dmsvc.json8 …"regexp": "^(?:\\s+\\d+\\>)?([^\\s].*)\\((\\d+),?(\\d+)?(?:,\\d+,\\d+)?\\)\\s*:\\s+(error|warning|… string
/aosp_15_r20/external/cronet/third_party/re2/src/re2/testing/
H A Dsimplify_test.cc18 const char* regexp; member
H A Dmimics_pcre_test.cc14 const char* regexp; member
H A Dsearch_test.cc20 const char* regexp; member
/aosp_15_r20/external/regex-re2/re2/testing/
H A Dsimplify_test.cc17 const char* regexp; member
H A Dmimics_pcre_test.cc13 const char* regexp; member
H A Dsearch_test.cc19 const char* regexp; member
/aosp_15_r20/external/python/cpython2/Tools/world/
Dworld119 def reverse(regexp): argument
/aosp_15_r20/packages/apps/Car/VoiceControl/src/com/android/car/voicecontrol/actuators/
DSkill.java61 Skill(String regexp, Action action) { in Skill()
/aosp_15_r20/external/cronet/third_party/icu/source/i18n/
H A Drematch.cpp86 RegexMatcher::RegexMatcher(const UnicodeString &regexp, const UnicodeString &input, in RegexMatcher()
105 RegexMatcher::RegexMatcher(UText *regexp, UText *input, in RegexMatcher()
122 RegexMatcher::RegexMatcher(const UnicodeString &regexp, in RegexMatcher()
137 RegexMatcher::RegexMatcher(UText *regexp, in RegexMatcher()

12345678910