/external/libselinux/src/ |
D | label_file.c | 28 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/ |
D | rc_test_helpers.c | 36 const char * regex_str, in regex_helper() argument 46 err_code = regcomp(®ex, 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/ |
D | rc_test_helpers.c | 36 const char * regex_str, in regex_helper() argument 46 err_code = regcomp(®ex, 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/ |
D | nocompile_driver.py | 116 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/ |
D | download_query.h | 141 bool FilterRegex(const std::string& regex_str,
|
D | download_query.cc | 216 std::string regex_str; in BuildRegexFilter() local 217 if (!GetAs(regex_value, ®ex_str)) return DownloadQuery::FilterCallback(); in BuildRegexFilter() 218 scoped_ptr<RE2> pattern(new RE2(regex_str)); in BuildRegexFilter()
|
/external/protobuf/gtest/test/ |
D | gtest-death-test_test.cc | 448 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/ |
D | gtest-death-test_test.cc | 458 const string regex_str(regex_c_str); in TEST_F() local 459 EXPECT_DEATH(GlobalFunction(), regex_str); in TEST_F()
|
/external/gtest/test/ |
D | gtest-death-test_test.cc | 458 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/ |
D | gtest-death-test_test.cc | 514 const string regex_str(regex_c_str); in TEST_F() local 515 EXPECT_DEATH(GlobalFunction(), regex_str); in TEST_F()
|