Home
last modified time | relevance | path

Searched refs:regex_str (Results 1 – 10 of 10) sorted by relevance

/external/libselinux/src/
Dlabel_file.c28 char *regex_str; /* regular expession string for diagnostics */ member
157 (spec_arr[jj].regex_str, curr_spec->regex_str)) in nodups_specs()
168 path, curr_spec->regex_str, in nodups_specs()
175 path, curr_spec->regex_str); in nodups_specs()
190 c = spec->regex_str; in spec_hasMetaChars()
191 len = strlen(spec->regex_str); in spec_hasMetaChars()
237 reg_buf = spec->regex_str; in compile_regex()
319 spec_arr[nspec].regex_str = strdup(regex); in process_line()
320 if (!spec_arr[nspec].regex_str) { in process_line()
548 free(spec->regex_str); in closef()
[all …]
/external/mesa3d/src/gallium/drivers/r300/compiler/tests/
Drc_test_helpers.c36 const char * regex_str, in regex_helper() argument
46 err_code = regcomp(&regex, regex_str, REG_EXTENDED); in regex_helper()
93 const char * regex_str = "(-*)(\\|*)([[:lower:]]*)\\[([[:digit:]])\\](\\.*[[:lower:]-]*)"; in init_rc_normal_src() local
100 if (!regex_helper(regex_str, src_str, matches, REGEX_SRC_MATCHES)) { in init_rc_normal_src()
220 const char * regex_str = "([[:lower:]]*)\\[([[:digit:]]*)\\](\\.*[[:lower:]]*)"; in init_rc_normal_dst() local
226 if (!regex_helper(regex_str, dst_str, matches, REGEX_DST_MATCHES)) { in init_rc_normal_dst()
318 const char * regex_str = "([[:upper:]]+)(_SAT)* ([^,]*)[, ]*([^,]*)[, ]*([^,]*)[, ]*([^;]*)"; in init_rc_normal_instruction() local
328 if (!regex_helper(regex_str, inst_str, matches, REGEX_INST_MATCHES)) { in init_rc_normal_instruction()
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/tests/
Drc_test_helpers.c36 const char * regex_str, in regex_helper() argument
46 err_code = regcomp(&regex, regex_str, REG_EXTENDED); in regex_helper()
93 const char * regex_str = "(-*)(\\|*)([[:lower:]]*)\\[([[:digit:]])\\](\\.*[[:lower:]-]*)"; in init_rc_normal_src() local
100 if (!regex_helper(regex_str, src_str, matches, REGEX_SRC_MATCHES)) { in init_rc_normal_src()
220 const char * regex_str = "([[:lower:]]*)\\[([[:digit:]]*)\\](\\.*[[:lower:]]*)"; in init_rc_normal_dst() local
226 if (!regex_helper(regex_str, dst_str, matches, REGEX_DST_MATCHES)) { in init_rc_normal_dst()
318 const char * regex_str = "([[:upper:]]+)(_SAT)* ([^,]*)[, ]*([^,]*)[, ]*([^,]*)[, ]*([^;]*)"; in init_rc_normal_instruction() local
328 if (!regex_helper(regex_str, inst_str, matches, REGEX_INST_MATCHES)) { in init_rc_normal_instruction()
/external/chromium_org/tools/
Dnocompile_driver.py116 for regex_str in raw_expectation:
117 assert type(regex_str) is str
118 expectation.append(re.compile(regex_str))
/external/chromium_org/chrome/browser/download/
Ddownload_query.h141 bool FilterRegex(const std::string& regex_str,
Ddownload_query.cc216 std::string regex_str; in BuildRegexFilter() local
217 if (!GetAs(regex_value, &regex_str)) return DownloadQuery::FilterCallback(); in BuildRegexFilter()
218 scoped_ptr<RE2> pattern(new RE2(regex_str)); in BuildRegexFilter()
/external/protobuf/gtest/test/
Dgtest-death-test_test.cc448 const string regex_str(regex_c_str); in TEST_F() local
449 EXPECT_DEATH(GlobalFunction(), regex_str); in TEST_F()
/external/chromium/testing/gtest/test/
Dgtest-death-test_test.cc458 const string regex_str(regex_c_str); in TEST_F() local
459 EXPECT_DEATH(GlobalFunction(), regex_str); in TEST_F()
/external/gtest/test/
Dgtest-death-test_test.cc458 const string regex_str(regex_c_str); in TEST_F() local
459 EXPECT_DEATH(GlobalFunction(), regex_str); in TEST_F()
/external/chromium_org/testing/gtest/test/
Dgtest-death-test_test.cc514 const string regex_str(regex_c_str); in TEST_F() local
515 EXPECT_DEATH(GlobalFunction(), regex_str); in TEST_F()