/aosp_15_r20/external/webrtc/test/testsupport/ |
H A D | rtc_expect_death.h | 17 #define RTC_EXPECT_DEATH(statement, regex) EXPECT_DEATH(statement, regex) argument 20 #define RTC_EXPECT_DEATH(statement, regex) EXPECT_DEATH(statement, "") argument
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/re/re.grammar/ |
H A D | excessive_brace_count.pass.cpp | 23 TEST_IGNORE_NODISCARD std::regex("a\\{100000000000000000\\}", op); in main() member in main::std 33 TEST_IGNORE_NODISCARD std::regex("a{100000000000000000}", op); in main() member in main::std
|
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/common/platform/default/quiche_platform_impl/ |
H A D | quiche_expect_bug_impl.h | 10 #define EXPECT_QUICHE_BUG_IMPL(statement, regex) \ argument 12 #define EXPECT_QUICHE_PEER_BUG_IMPL(statement, regex) \ argument
|
/aosp_15_r20/external/mockito/src/main/java/org/mockito/internal/matchers/ |
H A D | Find.java | 15 private final String regex; field in Find 17 public Find(String regex) { in Find()
|
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/java/lang/ |
H A D | String.java | 326 public boolean matches(java.lang.String regex) { in matches() 334 public java.lang.String replaceFirst(java.lang.String regex, java.lang.String replacement) { in replaceFirst() 338 public java.lang.String replaceAll(java.lang.String regex, java.lang.String replacement) { in replaceAll() 347 public java.lang.String[] split(java.lang.String regex, int limit) { in split() 351 public java.lang.String[] split(java.lang.String regex) { in split()
|
/aosp_15_r20/external/easymock/src/org/easymock/internal/matchers/ |
H A D | Find.java | 27 private final String regex; field in Find 29 public Find(String regex) { in Find()
|
H A D | Matches.java | 26 private final String regex; field in Matches 28 public Matches(String regex) { in Matches()
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-1.10.4/testdata/ |
H A D | expensive.toml | 10 regex = '^.{1,2500}' qkey 21 regex = '\pL{50}' qkey
|
/aosp_15_r20/external/jacoco/org.jacoco.core/src/org/jacoco/core/runtime/ |
H A D | WildcardMatcher.java | 35 final StringBuilder regex = new StringBuilder(expression.length() * 2); in WildcardMatcher() local 48 final StringBuilder regex = new StringBuilder(expression.length() * 2); in toRegex() local
|
/aosp_15_r20/external/perfetto/src/trace_processor/util/ |
H A D | regex.h | 67 regex_t regex; in Create() local 91 explicit Regex(regex_t regex) : regex_(std::move(regex)) {} in Regex()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/profiling/microbenchmarks/bm_diff/ |
D | bm_run.py | 78 def _collect_bm_data(bm, cfg, name, regex, idx, loops): argument 105 def create_jobs(name, benchmarks, loops, regex): argument
|
/aosp_15_r20/external/grpc-grpc/tools/profiling/microbenchmarks/bm_diff/ |
H A D | bm_run.py | 97 def _collect_bm_data(bm, cfg, name, regex, idx, loops): argument 134 def create_jobs(name, benchmarks, loops, regex): argument
|
/aosp_15_r20/libcore/luni/src/test/java/org/apache/harmony/regex/tests/java/util/regex/ |
H A D | PatternSyntaxExceptionTest.java | 93 String regex = "("; in testCase() local 104 String regex = "[4-"; in testCase2() local
|
/aosp_15_r20/external/jimfs/jimfs/src/test/java/com/google/common/jimfs/ |
H A D | RegexGlobMatcherTest.java | 93 private static void assertGlobRegexIs(String glob, String regex) { in assertGlobRegexIs() 97 private static void assertGlobRegexIs(String glob, String regex, String separators) { in assertGlobRegexIs()
|
/aosp_15_r20/external/libkmsxx/scripts/ |
H A D | dmt.py | 15 def parsei(key, regex, base=10): argument 23 def parsef(key, regex, base=10): argument
|
/aosp_15_r20/external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/internal/ |
H A D | RegexCache.java | 35 public Pattern getPatternForRegex(String regex) { in getPatternForRegex() 45 boolean containsRegex(String regex) { in containsRegex()
|
/aosp_15_r20/external/libphonenumber/repackaged/libphonenumber/src/com/android/i18n/phonenumbers/internal/ |
H A D | RegexCache.java | 37 public Pattern getPatternForRegex(String regex) { in getPatternForRegex() 47 boolean containsRegex(String regex) { in containsRegex()
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/javax/net/ssl/ |
D | SNIHostName.java | 302 public static SNIMatcher createSNIMatcher(String regex) { in createSNIMatcher() 341 SNIHostNameMatcher(String regex) { in SNIHostNameMatcher()
|
/aosp_15_r20/libcore/ojluni/src/main/java/javax/net/ssl/ |
H A D | SNIHostName.java | 302 public static SNIMatcher createSNIMatcher(String regex) { in createSNIMatcher() 341 SNIHostNameMatcher(String regex) { in SNIHostNameMatcher()
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/26/libcore/ojluni/src/main/java/javax/net/ssl/ |
D | SNIHostName.java | 302 public static SNIMatcher createSNIMatcher(String regex) { in createSNIMatcher() 341 SNIHostNameMatcher(String regex) { in SNIHostNameMatcher()
|
/aosp_15_r20/external/cronet/net/test/ |
H A D | gtest_util.h | 109 #define EXPECT_DFATAL(statement, regex) \ argument 112 #define ASSERT_DFATAL(statement, regex) \ argument
|
/aosp_15_r20/external/libtextclassifier/native/annotator/ |
H A D | zlib-utils.cc | 51 DatetimeModelPattern_::RegexT* regex = pattern->regexes[j].get(); in CompressModel() local 102 DatetimeModelPattern_::RegexT* regex = pattern->regexes[j].get(); in DecompressModel() local
|
/aosp_15_r20/external/angle/build/android/gyp/ |
H A D | nocompile_test.py | 85 def _find_regex_in_test_failure_output(test_output, regex): argument 108 def _search_regex_in_list(value, regex): argument
|
/aosp_15_r20/external/cronet/build/android/gyp/ |
H A D | nocompile_test.py | 85 def _find_regex_in_test_failure_output(test_output, regex): argument 108 def _search_regex_in_list(value, regex): argument
|
/aosp_15_r20/system/hardware/interfaces/net/netd/testutils/ |
D | VtsHalNetNetdTestUtils.cpp | 74 const std::regex regex(regexString, std::regex_constants::extended); in countMatchingIpRules() local 91 std::string regex = in countRulesForFwmark() local
|