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 D | shader_cache_file_hooking.cpp | 29 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 D | IceCompiler.cpp | 55 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 D | regex.h | 140 int regex_match(struct regex_data *regex, char const *subject,
|
H A D | regex.c | 220 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 D | label_file.c | 1018 rc = regex_match(spec->regex, key, partial); in lookup_all()
|
/third_party/elfio/examples/proc_mem/ |
H A D | proc_mem.cpp | 48 if ( std::regex_match( line, match, rexpr ) ) { in get_translation_ranges()
|
/third_party/vixl/examples/aarch64/ |
H A D | custom-disassembler.cc | 117 if (std::regex_match(form, // NOLINT: avoid clang-tidy-4.0 errors. in Visit()
|
H A D | non-const-visitor.cc | 45 if (std::regex_match(form, // NOLINT: avoid clang-tidy-4.0 errors. in Visit()
|
/third_party/libfuse/example/ |
H A D | cxxopts.hpp | 549 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 D | flags.cpp | 83 if (!std::regex_match(value, unsigned_pattern)) { in parse_flag_value()
|
/third_party/musl/Benchmark/musl/ |
H A D | benchmark_framework.cpp | 205 return std::regex_match(str, re); in MatchFuncNameInJson()
|
/third_party/python/Lib/test/support/ |
H A D | __init__.py | 1187 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 D | catch.hpp | 11778 return std::regex_match(matchee, reg);
|
Completed in 27 milliseconds