Searched refs:regex (Results 301 - 325 of 484) sorted by relevance
1...<<11121314151617181920
/kernel/linux/linux-6.6/scripts/ |
H A D | parse-maintainers.pl | 51 K: Keyword - patch content regex
|
H A D | get_abi.pl | 990 [--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 D | otherstestndk32.cpp | 35 #include <regex.h>
|
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/localedistance/ |
H A D | TerritoryContainment.java | 10 import java.util.regex.Pattern;
|
H A D | LikelySubtagsBuilder.java | 21 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 D | LocaleIdResolver.java | 14 import java.util.regex.Pattern;
|
/third_party/libphonenumber/cpp/src/phonenumbers/ |
H A D | regexp_adapter_icu.cc | 27 #include <unicode/regex.h>
|
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/regex/ |
H A D | SubgroupOptimizer.java | 17 package com.google.i18n.phonenumbers.metadata.regex;
|
/third_party/qrcodegen/java/src/main/java/io/nayuki/qrcodegen/ |
H A D | QrSegment.java | 30 import java.util.regex.Pattern;
|
/third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/ |
H A D | MSLOutput_test.cpp | 10 #include <regex>
|
/third_party/skia/third_party/externals/microhttpd/src/examples/ |
H A D | mhd2spdy_structures.h | 41 #include <regex.h>
|
/third_party/rust/crates/regex/src/ |
H A D | re_set.rs | 17 /// 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 D | kit.py | 263 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 D | XCldrStub.java | 25 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 D | IcuTextWriter.java | 20 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 D | XCldrStub.java | 26 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 D | BuildMetadataProtoFromXml.java | 35 import java.util.regex.Matcher; 36 import java.util.regex.Pattern;
|
/third_party/mbedtls/scripts/ |
H A D | config.py | 148 regex = re.compile('|'.join(regexs)) 150 if regex.search(setting.name):
|
/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/ |
H A D | PhoneNumberMatcher.java | 31 import java.util.regex.Matcher; 32 import java.util.regex.Pattern;
|
H A D | AsYouTypeFormatter.java | 25 import java.util.regex.Matcher; 26 import java.util.regex.Pattern;
|
/third_party/python/Lib/test/ |
H A D | test_positional_only_arg.py | 21 def assertRaisesSyntaxError(self, codestr, regex="invalid syntax"): 22 with self.assertRaisesRegex(SyntaxError, regex):
|
/third_party/rust/crates/regex/regex-capi/src/ |
H A D | rure.rs | 9 use regex::bytes; 612 let esc_pat = regex::escape(str_pat); in rure_escape()
|
/third_party/selinux/libselinux/utils/ |
H A D | sefcontext_compile.c | 15 #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 D | helper_file_generator.py | 421 def to_key(regex, raw_key): return re.search(regex, raw_key).group(1).lower().replace("_","")
|
/third_party/benchmark/tools/gbench/ |
H A D | report.py | 96 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