Home
last modified time | relevance | path

Searched defs:regex_str (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/system/core/fastboot/fuzzy_fastboot/
H A Dextensions.h55 std::string regex_str; member
103 std::string regex_str; member
H A Dextensions.cpp51 std::regex MakeRegex(const std::string& regex_str, int line_num, in MakeRegex()
/aosp_15_r20/external/cronet/third_party/libc++/src/utils/libcxx/sym_check/
H A Dmatch.py33 def find_matching_symbols(symbol_list, regex_str): argument
/aosp_15_r20/external/libcxx/utils/libcxx/sym_check/
H A Dmatch.py34 def find_matching_symbols(symbol_list, regex_str): argument
/aosp_15_r20/external/tensorflow/tensorflow/python/platform/
H A Dsysconfig_test.py41 def list_contains(items, regex_str): argument
/aosp_15_r20/external/selinux/libselinux/utils/
H A Dsefcontext_compile.c179 char *regex_str = specs[i].regex_str; in write_binary_file() local
/aosp_15_r20/external/libcxx/utils/google-benchmark/test/
H A Doutput_test.h34 std::string regex_str; member
/aosp_15_r20/external/google-benchmark/test/
H A Doutput_test.h34 std::string regex_str; member
/aosp_15_r20/external/cronet/third_party/google_benchmark/src/test/
H A Doutput_test.h34 std::string regex_str; member
/aosp_15_r20/external/selinux/libselinux/src/
H A Dlabel_file.h48 char *regex_str; /* regular expression string for diagnostics */ member
H A Dlabel_file.c1216 char* regex_str = matches[i]->regex_str; in hash_all_partial_matches() local
/aosp_15_r20/system/libbase/
H A Dlogging_test.cpp245 std::string regex_str = make_log_pattern(expected_tag, severity, expected); in CheckMessage() local