Home
last modified time | relevance | path

Searched refs:regex (Results 301 - 325 of 484) sorted by relevance

1...<<11121314151617181920

/kernel/linux/linux-6.6/scripts/
H A Dparse-maintainers.pl51 K: Keyword - patch content regex
H A Dget_abi.pl990 [--search-string <regex>]
1042 =item B<--search-string> I<regex string>
1073 Search for all symbols that match the regex expression "usb.*cap":
/test/xts/acts/commonlibrary/thirdparty/musl32/entry/src/main/cpp/
H A Dotherstestndk32.cpp35 #include <regex.h>
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/localedistance/
H A DTerritoryContainment.java10 import java.util.regex.Pattern;
H A DLikelySubtagsBuilder.java21 import java.util.regex.Matcher;
22 import java.util.regex.Pattern;
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/ant/
H A DLocaleIdResolver.java14 import java.util.regex.Pattern;
/third_party/libphonenumber/cpp/src/phonenumbers/
H A Dregexp_adapter_icu.cc27 #include <unicode/regex.h>
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/regex/
H A DSubgroupOptimizer.java17 package com.google.i18n.phonenumbers.metadata.regex;
/third_party/qrcodegen/java/src/main/java/io/nayuki/qrcodegen/
H A DQrSegment.java30 import java.util.regex.Pattern;
/third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/
H A DMSLOutput_test.cpp10 #include <regex>
/third_party/skia/third_party/externals/microhttpd/src/examples/
H A Dmhd2spdy_structures.h41 #include <regex.h>
/third_party/rust/crates/regex/src/
H A Dre_set.rs17 /// A regex set corresponds to the union of two or more regular expressions.
18 /// That is, a regex set will match text where at least one of its
19 /// constituent regular expressions matches. A regex set as its formulated here
22 /// regex sets and a single `Regex` with many alternates, since only one
27 /// regex set is constructed from those regexes, then searching the text
29 /// could accomplish this by compiling each regex on its own and doing two
30 /// searches over the text. The key advantage of using a regex set is that it
33 /// router for a complex web application or a user agent matcher), then a regex
59 /// 1. Does any regex in the set match?
67 /// [`Captures`][crate::Captures] objects from a regex se
[all...]
/test/testfwk/xdevice/plugins/ohos/src/ohos/testkit/
H A Dkit.py263 regex = re.compile('^/data/*')
264 dst = regex.sub("/data/ohos_data/", dst)
979 regex = re.compile('^/data/*')
980 command_list[len(command_list) - 1] = regex.sub("/data/ohos_data/",
986 regex = re.compile('^/data/*')
989 command_list[1] = regex.sub("/data/ohos_data/", command_list[1])
991 command_list[2] = regex.sub("/data/ohos_data/", command_list[2])
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
H A DXCldrStub.java25 import java.util.regex.Matcher;
26 import java.util.regex.Pattern;
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/
H A DIcuTextWriter.java20 import java.util.regex.Matcher;
21 import java.util.regex.Pattern;
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/locale/
H A DXCldrStub.java26 import java.util.regex.Matcher;
27 import java.util.regex.Pattern;
/third_party/libphonenumber/tools/java/java-build/src/com/google/i18n/phonenumbers/
H A DBuildMetadataProtoFromXml.java35 import java.util.regex.Matcher;
36 import java.util.regex.Pattern;
/third_party/mbedtls/scripts/
H A Dconfig.py148 regex = re.compile('|'.join(regexs))
150 if regex.search(setting.name):
/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/
H A DPhoneNumberMatcher.java31 import java.util.regex.Matcher;
32 import java.util.regex.Pattern;
H A DAsYouTypeFormatter.java25 import java.util.regex.Matcher;
26 import java.util.regex.Pattern;
/third_party/python/Lib/test/
H A Dtest_positional_only_arg.py21 def assertRaisesSyntaxError(self, codestr, regex="invalid syntax"):
22 with self.assertRaisesRegex(SyntaxError, regex):
/third_party/rust/crates/regex/regex-capi/src/
H A Drure.rs9 use regex::bytes;
612 let esc_pat = regex::escape(str_pat); in rure_escape()
/third_party/selinux/libselinux/utils/
H A Dsefcontext_compile.c15 #include "../src/regex.h"
84 * char - char array of the original regex string including the stem.
87 * s32 - stemid associated with the regex
90 * u32 - data length of the pcre regex
91 * char - a buffer holding the raw pcre regex info
92 * u32 - data length of the pcre regex study daya
93 * char - a buffer holding the raw pcre regex study data
125 /* write version of the regex back-end */ in write_binary_file()
137 /* write regex arch string */ in write_binary_file()
183 struct regex_data *re = specs[i].regex; in write_binary_file()
[all...]
/third_party/vulkan-loader/scripts/
H A Dhelper_file_generator.py421 def to_key(regex, raw_key): return re.search(regex, raw_key).group(1).lower().replace("_","")
/third_party/benchmark/tools/gbench/
H A Dreport.py96 regex = re.compile(family)
100 if not regex.search(be['name']):
103 filteredbench['name'] = regex.sub(replacement, filteredbench['name'])

Completed in 21 milliseconds

1...<<11121314151617181920