HomeSort by relevance Sort by last modified time
    Searched full:regex (Results 151 - 175 of 5854) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/re/re.const/re.matchflag/
match_not_eol.pass.cpp 11 // <regex>
18 #include <regex>
26 std::regex re("foo$");
33 std::regex re("foo");
40 std::regex re("foo$");
47 std::regex re("foo");
  /external/curl/CMake/
OtherTests.cmake 75 string(REGEX REPLACE "^([^,]*),[^,]*,[^,]*,[^,]*,[^,]*$" "\\1" RECV_TYPE_ARG1 "${curl_cv_func_recv_args}")
76 string(REGEX REPLACE "^[^,]*,([^,]*),[^,]*,[^,]*,[^,]*$" "\\1" RECV_TYPE_ARG2 "${curl_cv_func_recv_args}")
77 string(REGEX REPLACE "^[^,]*,[^,]*,([^,]*),[^,]*,[^,]*$" "\\1" RECV_TYPE_ARG3 "${curl_cv_func_recv_args}")
78 string(REGEX REPLACE "^[^,]*,[^,]*,[^,]*,([^,]*),[^,]*$" "\\1" RECV_TYPE_ARG4 "${curl_cv_func_recv_args}")
79 string(REGEX REPLACE "^[^,]*,[^,]*,[^,]*,[^,]*,([^,]*)$" "\\1" RECV_TYPE_RETV "${curl_cv_func_recv_args}")
122 string(REGEX REPLACE "(const) .*" "\\1" send_qual_arg2 "${send_arg2}")
123 string(REGEX REPLACE "const (.*)" "\\1" send_arg2 "${send_arg2}")
141 string(REGEX REPLACE "^([^,]*),[^,]*,[^,]*,[^,]*,[^,]*,[^,]*$" "\\1" SEND_TYPE_ARG1 "${curl_cv_func_send_args}")
142 string(REGEX REPLACE "^[^,]*,([^,]*),[^,]*,[^,]*,[^,]*,[^,]*$" "\\1" SEND_TYPE_ARG2 "${curl_cv_func_send_args}")
143 string(REGEX REPLACE "^[^,]*,[^,]*,([^,]*),[^,]*,[^,]*,[^,]*$" "\\1" SEND_TYPE_ARG3 "${curl_cv_func_send_args}"
    [all...]
  /external/jsr305/javadoc/javax/annotation/
RegEx.Checker.html 7 RegEx.Checker
10 <META NAME="keywords" CONTENT="javax.annotation.RegEx.Checker class">
17 parent.document.title="RegEx.Checker";
54 &nbsp;<A HREF="../../javax/annotation/RegEx.html" title="annotation in javax.annotation"><B>PREV CLASS</B></A>&nbsp;
57 <A HREF="../../index.html?javax/annotation/RegEx.Checker.html" target="_top"><B>FRAMES</B></A> &nbsp;
58 &nbsp;<A HREF="RegEx.Checker.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
89 Class RegEx.Checker</H2>
92 <IMG SRC="../../resources/inherit.gif" ALT="extended by "><B>javax.annotation.RegEx.Checker</B>
95 <DT><B>All Implemented Interfaces:</B> <DD><A HREF="../../javax/annotation/meta/TypeQualifierValidator.html" title="interface in javax.annotation.meta">TypeQualifierValidator</A>&lt;<A HREF="../../javax/annotation/RegEx.html" title="annotation in javax.annotation">RegEx</A>&gt;</DD
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
StringExtensions.cs 36 using Regex = System.Text.RegularExpressions.Regex;
103 public static string replaceAll( this string str, string regex, string newValue )
105 return Regex.Replace( str, regex, newValue );
108 public static string replaceFirst( this string str, string regex, string replacement )
110 return Regex.Replace( str, regex, replacement );
  /external/brotli/tests/
run-compatibility-test.cmake 1 string(REGEX REPLACE "([a-zA-Z0-9\\.]+)\\.compressed(\\.[0-9]+)?$" "\\1" REFERENCE_DATA "${INPUT}")
2 string(REGEX REPLACE "\\.compressed" "" OUTPUT_FILE "${INPUT}")
  /external/jsr305/ri/src/main/java/javax/annotation/
MatchesPattern.java 6 import java.util.regex.Pattern;
16 @RegEx
  /external/libcxx/test/std/re/re.alg/re.alg.match/
lookahead_capture.pass.cpp 10 // <regex>
19 // std::regex in ECMAScript mode should not ignore capture groups inside lookahead assertions.
22 #include <regex>
31 std::regex re("^(?=(.))a$");
43 std::regex re("^(a)(?=(.))(b)$");
57 std::regex re("^(.)(?=(.)(?=.(.)))(...)$");
72 std::regex re("^(a)(?!([^b]))(.c)$");
86 std::regex re("^(?!((b)))(?=(.))(?!(abc)).b$");
  /external/libcxx/test/std/re/re.alg/re.alg.replace/
test3.pass.cpp 10 // <regex>
20 #include <regex>
27 std::regex phone_numbers("\\d{3}-\\d{4}");
34 std::regex phone_numbers("\\d{3}-\\d{4}");
42 std::regex phone_numbers("\\d{3}-\\d{4}");
50 std::regex phone_numbers("\\d{3}-\\d{4}");
58 std::regex phone_numbers("\\d{3}-\\d{4}");
66 std::regex phone_numbers("\\d{3}-\\d{4}");
test4.pass.cpp 10 // <regex>
19 #include <regex>
26 std::regex phone_numbers("\\d{3}-\\d{4}");
33 std::regex phone_numbers("\\d{3}-\\d{4}");
41 std::regex phone_numbers("\\d{3}-\\d{4}");
49 std::regex phone_numbers("\\d{3}-\\d{4}");
57 std::regex phone_numbers("\\d{3}-\\d{4}");
65 std::regex phone_numbers("\\d{3}-\\d{4}");
test5.pass.cpp 10 // <regex>
20 #include <regex>
27 std::regex phone_numbers("\\d{3}-\\d{4}");
34 std::regex phone_numbers("\\d{3}-\\d{4}");
42 std::regex phone_numbers("\\d{3}-\\d{4}");
50 std::regex phone_numbers("\\d{3}-\\d{4}");
58 std::regex phone_numbers("\\d{3}-\\d{4}");
66 std::regex phone_numbers("\\d{3}-\\d{4}");
test6.pass.cpp 10 // <regex>
20 #include <regex>
27 std::regex phone_numbers("\\d{3}-\\d{4}");
34 std::regex phone_numbers("\\d{3}-\\d{4}");
42 std::regex phone_numbers("\\d{3}-\\d{4}");
50 std::regex phone_numbers("\\d{3}-\\d{4}");
58 std::regex phone_numbers("\\d{3}-\\d{4}");
66 std::regex phone_numbers("\\d{3}-\\d{4}");
  /external/protobuf/cmake/
CMakeLists.txt 36 LIMIT_COUNT 1 REGEX "^AC_INIT")
38 string(REGEX REPLACE "${protobuf_AC_INIT_REGEX}" "\\1"
41 string(REGEX REPLACE "${protobuf_AC_INIT_REGEX}" "\\2"
44 string(REGEX REPLACE "${protobuf_AC_INIT_REGEX}" "\\3"
48 string(REGEX REPLACE "${protobuf_VERSION_REGEX}" "\\1"
50 string(REGEX REPLACE "${protobuf_VERSION_REGEX}" "\\2"
52 string(REGEX REPLACE "${protobuf_VERSION_REGEX}" "\\3"
111 string(REGEX REPLACE "/MD" "/MT" ${flag_var} "${${flag_var}}")
  /frameworks/base/core/java/android/service/autofill/
RegexValidator.java 30 import java.util.regex.Pattern;
33 * Defines if a field is valid based on a regular expression (regex).
47 * @param id id of the field whose regex is applied to.
48 * @param regex regular expression that defines the result of the validator: if the regex
52 public RegexValidator(@NonNull AutofillId id, @NonNull Pattern regex) {
54 mRegex = Preconditions.checkNotNull(regex);
79 return "RegexValidator: [id=" + mId + ", regex=" + mRegex + "]";
TextValueSanitizer.java 31 import java.util.regex.Matcher;
32 import java.util.regex.Pattern;
35 * Sanitizes a text {@link AutofillValue} using a regular expression (regex) substitution.
54 * @param regex regular expression with groups (delimited by {@code (} and {@code (}) that
56 * @param subst the string that substitutes the matched regex, using {@code $} for
59 public TextValueSanitizer(@NonNull Pattern regex, @NonNull String subst) {
60 mRegex = Preconditions.checkNotNull(regex);
102 return "TextValueSanitizer: [regex=" + mRegex + ", subst=" + mSubst + "]";
  /frameworks/native/cmds/installd/
otapreopt_utils.h 20 #include <regex>
26 std::regex slot_suffix_regex("[a-zA-Z0-9_]+");
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
TrigramIndex.h 13 // full regex.
19 // the check passes the query to a regex. If none of the rules got enough
21 // of the rules, and no regex matching is needed.
42 /// Inserts a new Regex into the index.
43 void insert(std::string Regex);
54 // regex matching is needed for every rule.
58 // regex rules in the SpecialCaseList.
63 // which increases the probability for a need to match using regex, but
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
TrigramIndex.h 13 // full regex.
19 // the check passes the query to a regex. If none of the rules got enough
21 // of the rules, and no regex matching is needed.
42 /// Inserts a new Regex into the index.
43 void insert(std::string Regex);
54 // regex matching is needed for every rule.
58 // regex rules in the SpecialCaseList.
63 // which increases the probability for a need to match using regex, but
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
TrigramIndex.h 13 // full regex.
19 // the check passes the query to a regex. If none of the rules got enough
21 // of the rules, and no regex matching is needed.
42 /// Inserts a new Regex into the index.
43 void insert(std::string Regex);
54 // regex matching is needed for every rule.
58 // regex rules in the SpecialCaseList.
63 // which increases the probability for a need to match using regex, but
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
TrigramIndex.h 13 // full regex.
19 // the check passes the query to a regex. If none of the rules got enough
21 // of the rules, and no regex matching is needed.
42 /// Inserts a new Regex into the index.
43 void insert(std::string Regex);
54 // regex matching is needed for every rule.
58 // regex rules in the SpecialCaseList.
63 // which increases the probability for a need to match using regex, but
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
TrigramIndex.h 13 // full regex.
19 // the check passes the query to a regex. If none of the rules got enough
21 // of the rules, and no regex matching is needed.
42 /// Inserts a new Regex into the index.
43 void insert(std::string Regex);
54 // regex matching is needed for every rule.
58 // regex rules in the SpecialCaseList.
63 // which increases the probability for a need to match using regex, but
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
TrigramIndex.h 13 // full regex.
19 // the check passes the query to a regex. If none of the rules got enough
21 // of the rules, and no regex matching is needed.
42 /// Inserts a new Regex into the index.
43 void insert(std::string Regex);
54 // regex matching is needed for every rule.
58 // regex rules in the SpecialCaseList.
63 // which increases the probability for a need to match using regex, but
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
TrigramIndex.h 13 // full regex.
19 // the check passes the query to a regex. If none of the rules got enough
21 // of the rules, and no regex matching is needed.
42 /// Inserts a new Regex into the index.
43 void insert(std::string Regex);
54 // regex matching is needed for every rule.
58 // regex rules in the SpecialCaseList.
63 // which increases the probability for a need to match using regex, but
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
TrigramIndex.h 13 // full regex.
19 // the check passes the query to a regex. If none of the rules got enough
21 // of the rules, and no regex matching is needed.
42 /// Inserts a new Regex into the index.
43 void insert(std::string Regex);
54 // regex matching is needed for every rule.
58 // regex rules in the SpecialCaseList.
63 // which increases the probability for a need to match using regex, but
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
TrigramIndex.h 13 // full regex.
19 // the check passes the query to a regex. If none of the rules got enough
21 // of the rules, and no regex matching is needed.
42 /// Inserts a new Regex into the index.
43 void insert(std::string Regex);
54 // regex matching is needed for every rule.
58 // regex rules in the SpecialCaseList.
63 // which increases the probability for a need to match using regex, but
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
TrigramIndex.h 13 // full regex.
19 // the check passes the query to a regex. If none of the rules got enough
21 // of the rules, and no regex matching is needed.
42 /// Inserts a new Regex into the index.
43 void insert(std::string Regex);
54 // regex matching is needed for every rule.
58 // regex rules in the SpecialCaseList.
63 // which increases the probability for a need to match using regex, but

Completed in 1603 milliseconds

1 2 3 4 5 67 8 91011>>