Home
last modified time | relevance | path

Searched refs:regex_match (Results 1 - 13 of 13) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/file_hooking/
H A Dshader_cache_file_hooking.cpp29 if (!std::regex_match(path, expr)) in HookedOpen()
51 if (!std::regex_match(filename, expr)) in HookedFopen()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceCompiler.cpp55 std::regex_match(Filename, std::regex(".*\\.ll")); in llvmIRInput()
60 std::regex_match(Filename, std::regex(".*\\.wasm")); in wasmInput()
/third_party/selinux/libselinux/src/
H A Dregex.h140 int regex_match(struct regex_data *regex, char const *subject,
H A Dregex.c220 int regex_match(struct regex_data *regex, char const *subject, int partial) in regex_match() function
497 int regex_match(struct regex_data *regex, char const *subject, int partial) in regex_match() function
H A Dlabel_file.c1018 rc = regex_match(spec->regex, key, partial); in lookup_all()
/third_party/elfio/examples/proc_mem/
H A Dproc_mem.cpp48 if ( std::regex_match( line, match, rexpr ) ) { in get_translation_ranges()
/third_party/vixl/examples/aarch64/
H A Dcustom-disassembler.cc117 if (std::regex_match(form, // NOLINT: avoid clang-tidy-4.0 errors. in Visit()
H A Dnon-const-visitor.cc45 if (std::regex_match(form, // NOLINT: avoid clang-tidy-4.0 errors. in Visit()
/third_party/libfuse/example/
H A Dcxxopts.hpp549 std::regex_match(text, match, integer_pattern); in integer_parser()
687 std::regex_match(text, result, truthy_pattern); in parse_value()
695 std::regex_match(text, result, falsy_pattern); in parse_value()
1542 std::regex_match(opts.c_str(), result, option_specifier); in operator ()()
1752 std::regex_match(argv[current], result, option_matcher); in parse()
/third_party/spirv-tools/tools/util/
H A Dflags.cpp83 if (!std::regex_match(value, unsigned_pattern)) { in parse_flag_value()
/third_party/musl/Benchmark/musl/
H A Dbenchmark_framework.cpp205 return std::regex_match(str, re); in MatchFuncNameInJson()
/third_party/python/Lib/test/support/
H A D__init__.py1187 regex_match = re.compile(regex).match
1190 if regex_match(test_id):
1198 return any(map(regex_match, test_id.split(".")))
/third_party/libabigail/tests/lib/
H A Dcatch.hpp11778 return std::regex_match(matchee, reg);

Completed in 27 milliseconds