Searched refs:include_patterns (Results 1 - 5 of 5) sorted by relevance

/external/oprofile/libutil++/
H A Dpath_filter.h32 path_filter(std::string const & include_patterns = std::string(),
34 : glob_filter(include_patterns, exclude_patterns) {}
39 path_filter(std::vector<std::string> const & include_patterns, argument
41 : glob_filter(include_patterns, exclude_patterns) {}
H A Dglob_filter.h31 glob_filter(std::string const & include_patterns, argument
33 : string_filter(include_patterns, exclude_patterns) {}
38 glob_filter(std::vector<std::string> const & include_patterns, argument
40 : string_filter(include_patterns, exclude_patterns) {}
H A Dstring_filter.cpp20 string_filter::string_filter(string const & include_patterns, argument
22 : include(separate_token(include_patterns, ',')),
28 string_filter::string_filter(vector<string> const & include_patterns, argument
30 : include(include_patterns),
H A Dstring_filter.h34 string_filter(std::string const & include_patterns,
40 string_filter(std::vector<std::string> const & include_patterns,
/external/pcre/dist/
H A Dpcregrep.c261 static patstr *include_patterns = NULL; variable
279 static patdatastr include_patdata = { &include_patterns, &include_patterns_last };
284 static patstr **incexlist[4] = { &include_patterns, &exclude_patterns,
2225 !test_incexc(lastcomp, include_patterns, exclude_patterns))
3190 if (!read_pattern_file(fn->name, &include_patterns, &include_patterns_last, 0))
3266 free_pattern_chain(include_patterns);

Completed in 81 milliseconds