Searched refs:path_filter (Results 1 – 11 of 11) sorted by relevance
/external/oprofile/libutil++/tests/ |
D | path_filter_tests.cpp | 28 path_filter f1("foo,*bar", "foobar"); in main() 37 path_filter f2("foo", ""); in main() 42 path_filter f3("", "foo"); in main() 47 path_filter f4("foo", "foo"); in main() 52 path_filter f5("*foo*", "*bar*"); in main() 59 path_filter f6(" foo,bar", "bar "); in main() 69 path_filter f7(".", ""); in main()
|
/external/chromium_org/chrome/third_party/chromevox/third_party/closure-library/closure/bin/build/ |
D | treescan.py | 40 return ScanTree(root, path_filter=_JS_FILE_REGEX) 43 def ScanTree(root, path_filter=None, ignore_hidden=True): argument 75 if path_filter and not path_filter.match(fullpath):
|
/external/oprofile/libutil++/ |
D | path_filter.h | 26 class path_filter : public glob_filter { 32 path_filter(std::string const & include_patterns = std::string(), 39 path_filter(std::vector<std::string> const & include_patterns, in path_filter() function
|
D | Makefile.am | 21 path_filter.cpp \ 22 path_filter.h \
|
D | path_filter.cpp | 22 bool path_filter::match(string const & str) const in match()
|
D | Android.mk.bak | 32 path_filter.cpp \
|
/external/oprofile/pp/ |
D | opannotate_options.cpp | 37 path_filter file_filter; 122 options::file_filter = path_filter(include_file, exclude_file); in handle_options()
|
D | opannotate_options.h | 28 extern path_filter file_filter;
|
D | opannotate.cpp | 732 void output_source(path_filter const & filter) in output_source()
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/ |
D | filesystem_mock.py | 166 path_filter = lambda path: re.match(glob_string, path) function 170 return filter(path_filter, existing_files) + filter(path_filter, self.dirs)
|
/external/oprofile/ |
D | ChangeLog-2003 | 219 * libutil++/path_filter.cpp: remove 2 identical FIXME 309 * libutil++/path_filter.h: 340 * libutil++/path_filter.cpp: minor tidy 371 * libutil++/path_filter.cpp: 4079 * libutil++/path_filter.h: default param to empty string not "*" 4090 * libutil++/path_filter.h: default ctor match all 4233 * libutil++/path_filter.cpp: 4242 * libutil++/path_filter.h: 4243 * libutil++/path_filter.cpp: use std::find[_if], 4265 * libutil++/path_filter.cpp: match as true if [all …]
|