Home
last modified time | relevance | path

Searched defs:regex (Results 151 – 175 of 1647) sorted by relevance

12345678910>>...66

/aosp_15_r20/external/webrtc/test/testsupport/
H A Drtc_expect_death.h17 #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 Dexcessive_brace_count.pass.cpp23 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 Dquiche_expect_bug_impl.h10 #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 DFind.java15 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 DString.java326 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 DFind.java27 private final String regex; field in Find
29 public Find(String regex) { in Find()
H A DMatches.java26 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 Dexpensive.toml10 regex = '^.{1,2500}' qkey
21 regex = '\pL{50}' qkey
/aosp_15_r20/external/jacoco/org.jacoco.core/src/org/jacoco/core/runtime/
H A DWildcardMatcher.java35 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 Dregex.h67 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/
Dbm_run.py78 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 Dbm_run.py97 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 DPatternSyntaxExceptionTest.java93 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 DRegexGlobMatcherTest.java93 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 Ddmt.py15 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 DRegexCache.java35 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 DRegexCache.java37 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/
DSNIHostName.java302 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 DSNIHostName.java302 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/
DSNIHostName.java302 public static SNIMatcher createSNIMatcher(String regex) { in createSNIMatcher()
341 SNIHostNameMatcher(String regex) { in SNIHostNameMatcher()
/aosp_15_r20/external/cronet/net/test/
H A Dgtest_util.h109 #define EXPECT_DFATAL(statement, regex) \ argument
112 #define ASSERT_DFATAL(statement, regex) \ argument
/aosp_15_r20/external/libtextclassifier/native/annotator/
H A Dzlib-utils.cc51 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 Dnocompile_test.py85 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 Dnocompile_test.py85 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/
DVtsHalNetNetdTestUtils.cpp74 const std::regex regex(regexString, std::regex_constants::extended); in countMatchingIpRules() local
91 std::string regex = in countRulesForFwmark() local

12345678910>>...66