/kernel/liteos_a/testsuites/unittest/container/smoke/ |
H A D | It_net_container_004.cpp | 32 #include <regex>
|
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/regex/ |
H A D | NamedFunction.java | 3 package org.unicode.icu.tool.cldrtoicu.regex;
|
/third_party/musl/libc-test/src/functional/ |
H A D | test-malloc-stats-print.c | 16 #include <regex.h> 48 t_error("Failed to compile regex %s", thread_data_regex_s); in find_thread_in_output()
|
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/i18n/ |
H A D | PhoneRegion.java | 26 import java.util.regex.Pattern;
|
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/regex/ |
H A D | AnyPath.java | 17 package com.google.i18n.phonenumbers.metadata.regex;
|
/third_party/rust/crates/bindgen/bindgen/ |
H A D | regex_set.rs | 3 use regex::RegexSet as RxSet; 31 /// Insert a new regex into this set. 72 warn!("Invalid regex in {:?}: {:?}", self.items, e); in build()
|
/third_party/rust/crates/regex/tests/ |
H A D | searcher.rs | 18 let re = regex!($re);
|
/kernel/linux/linux-5.10/tools/lib/traceevent/ |
H A D | Makefile | 194 --regex-c++='/_PE\(([^,)]*).*/TEP_ERRNO__\1/' 199 --regex='/_PE(\([^,)]*\).*/TEP_ERRNO__\1/'
|
/third_party/libsnd/ |
H A D | make_lite.py | 177 for regex in regex_list: 178 file_text = re.sub (regex, '', file_text, re.MULTILINE | re.DOTALL)
|
/third_party/node/lib/internal/modules/esm/ |
H A D | loader.js | 532 (str, { 0: regex, 1: replacement }) => RegExpPrototypeSymbolReplace(hardenRegExp(regex), str, replacement),
|
/third_party/node/test/fixtures/postject-copy/node_modules/commander/lib/ |
H A D | help.js | 450 const regex = new RegExp('.{1,' + (columnWidth - 1) + '}([\\s\u200B]|$)|[^\\s\u200B]+?([\\s\u200B]|$)', 'g'); 451 const lines = columnText.match(regex) || [];
|
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/ |
H A D | compiler_test.cpp | 162 const std::regex ®exToFind, in foundInCodeRegex() 283 bool MatchOutputCodeTest::foundInCodeRegex(const std::regex ®exToFind, std::smatch *match) const in foundInCodeRegex()
|
/third_party/python/Lib/test/test_sqlite3/ |
H A D | test_hooks.py | 322 regex="Expanded SQL string exceeds the maximum string length" 346 @with_tracebacks(ZeroDivisionError, regex="division by zero")
|
/third_party/mesa3d/src/gtest/include/gtest/internal/ |
H A D | gtest-port.h | 171 // GTEST_USES_POSIX_RE - enhanced POSIX regex is used. Do not confuse with 174 // GTEST_USES_SIMPLE_RE - our own simple regex is used; 364 // On Android, <regex.h> is only available starting with Gingerbread. 376 // On some platforms, <regex.h> needs someone to define size_t, and 380 # include <regex.h> // NOLINT 386 // <regex.h> is not available on Windows. Use our own simple regex 392 // <regex.h> may not be available on this platform. Use our own 393 // simple regex implementation instead. 872 // A simple C++ wrapper for <regex 881 RE(const ::std::string& regex) RE() argument 883 RE(const char* regex) RE() argument [all...] |
/kernel/linux/linux-6.6/tools/mm/ |
H A D | page_owner_sort.c | 21 #include <regex.h> 249 static bool check_regcomp(regex_t *pattern, const char *regex) in check_regcomp() argument 253 err = regcomp(pattern, regex, REG_EXTENDED | REG_NEWLINE); in check_regcomp() 255 fprintf(stderr, "Invalid pattern %s code %d\n", regex, err); in check_regcomp()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | itutil.cpp | 671 LocalURegularExpressionPointer regex( in TestLocalXyzPointer() 676 if(regex.isNull()) { in TestLocalXyzPointer() 788 LocalURegularExpressionPointer regex( in TestLocalXyzPointerNull() 791 regex.adoptInstead(NULL); in TestLocalXyzPointerNull()
|
/third_party/toybox/lib/ |
H A D | xwrap.c | 910 void xregcomp(regex_t *preg, char *regex, int cflags) in xregcomp() argument 914 // BSD regex implementations don't support the empty regex (which isn't in xregcomp() 916 if (!*regex) { in xregcomp() 917 regex = "()"; in xregcomp() 921 if ((rc = regcomp(preg, regex, cflags))) { in xregcomp() 923 error_exit("bad regex: %s", libbuf); in xregcomp()
|
/kernel/linux/linux-5.10/tools/perf/arch/arm64/annotate/ |
H A D | instructions.c | 4 #include <regex.h>
|
/kernel/linux/linux-5.10/tools/perf/arch/x86/util/ |
H A D | header.c | 8 #include <regex.h>
|
/kernel/linux/linux-6.6/tools/perf/arch/x86/util/ |
H A D | header.c | 8 #include <regex.h>
|
/kernel/linux/linux-6.6/tools/perf/arch/arm64/annotate/ |
H A D | instructions.c | 4 #include <regex.h>
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
H A D | spin_lock.c | 2 #include <regex.h> 63 PRINT_FAIL("Can't compile regex: %s\n", errbuf); in match_regex()
|
/kernel/liteos_a/testsuites/unittest/container/ |
H A D | It_container_test.h | 37 #include <regex>
|
/kernel/liteos_m/testsuites/unittest/posix/src/regex/ |
H A D | regex_func_test.c | 36 #include <regex.h>
|
/third_party/alsa-lib/src/ucm/ |
H A D | ucm_regex.c | 29 #include <regex.h> 101 uc_error("define regex is supported in v3+ syntax"); in uc_mgr_define_regex()
|