Home
last modified time | relevance | path

Searched refs:regex (Results 251 - 275 of 469) sorted by relevance

1...<<111213141516171819

/kernel/liteos_a/testsuites/unittest/container/smoke/
H A DIt_net_container_004.cpp32 #include <regex>
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/regex/
H A DNamedFunction.java3 package org.unicode.icu.tool.cldrtoicu.regex;
/third_party/musl/libc-test/src/functional/
H A Dtest-malloc-stats-print.c16 #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 DPhoneRegion.java26 import java.util.regex.Pattern;
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/regex/
H A DAnyPath.java17 package com.google.i18n.phonenumbers.metadata.regex;
/third_party/rust/crates/bindgen/bindgen/
H A Dregex_set.rs3 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 Dsearcher.rs18 let re = regex!($re);
/kernel/linux/linux-5.10/tools/lib/traceevent/
H A DMakefile194 --regex-c++='/_PE\(([^,)]*).*/TEP_ERRNO__\1/'
199 --regex='/_PE(\([^,)]*\).*/TEP_ERRNO__\1/'
/third_party/libsnd/
H A Dmake_lite.py177 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 Dloader.js532 (str, { 0: regex, 1: replacement }) => RegExpPrototypeSymbolReplace(hardenRegExp(regex), str, replacement),
/third_party/node/test/fixtures/postject-copy/node_modules/commander/lib/
H A Dhelp.js450 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 Dcompiler_test.cpp162 const std::regex &regexToFind, in foundInCodeRegex()
283 bool MatchOutputCodeTest::foundInCodeRegex(const std::regex &regexToFind, std::smatch *match) const in foundInCodeRegex()
/third_party/python/Lib/test/test_sqlite3/
H A Dtest_hooks.py322 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 Dgtest-port.h171 // 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 Dpage_owner_sort.c21 #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 Ditutil.cpp671 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 Dxwrap.c910 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 Dinstructions.c4 #include <regex.h>
/kernel/linux/linux-5.10/tools/perf/arch/x86/util/
H A Dheader.c8 #include <regex.h>
/kernel/linux/linux-6.6/tools/perf/arch/x86/util/
H A Dheader.c8 #include <regex.h>
/kernel/linux/linux-6.6/tools/perf/arch/arm64/annotate/
H A Dinstructions.c4 #include <regex.h>
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dspin_lock.c2 #include <regex.h>
63 PRINT_FAIL("Can't compile regex: %s\n", errbuf); in match_regex()
/kernel/liteos_a/testsuites/unittest/container/
H A DIt_container_test.h37 #include <regex>
/kernel/liteos_m/testsuites/unittest/posix/src/regex/
H A Dregex_func_test.c36 #include <regex.h>
/third_party/alsa-lib/src/ucm/
H A Ducm_regex.c29 #include <regex.h>
101 uc_error("define regex is supported in v3+ syntax"); in uc_mgr_define_regex()

Completed in 16 milliseconds

1...<<111213141516171819