HomeSort by relevance Sort by last modified time
    Searched refs:glob_filter (Results 1 - 6 of 6) sorted by null

  /external/oprofile/libutil++/
path_filter.h 15 #include "glob_filter.h"
26 class path_filter : public glob_filter {
34 : glob_filter(include_patterns, exclude_patterns) {}
41 : glob_filter(include_patterns, exclude_patterns) {}
glob_filter.h 2 * @file glob_filter.h
18 * glob_filter - filtering of a string based on globbed include/exclude list
25 class glob_filter : public string_filter { class in inherits:string_filter
31 glob_filter(std::string const & include_patterns, function in class:glob_filter
38 glob_filter(std::vector<std::string> const & include_patterns, function in class:glob_filter
glob_filter.cpp 2 * @file glob_filter.cpp
16 #include "glob_filter.h"
21 bool glob_filter::fnmatcher::operator()(string const & s)
27 bool glob_filter::match(string const & str) const
Android.mk 28 glob_filter.cpp \
  /external/oprofile/libutil++/tests/
glob_filter_tests.cpp 15 #include "glob_filter.h"
28 glob_filter f1("foo,*bar", "foobar");
37 glob_filter f2("foo", "");
42 glob_filter f3("", "foo");
47 glob_filter f4("foo", "foo");
  /external/oprofile/libpp/
profile_spec.cpp 22 #include "glob_filter.h"
238 glob_filter filter(image_or_lib_image, image_exclude);
246 glob_filter filter(image, image_exclude);
257 glob_filter filter(lib_image, image_exclude);
273 glob_filter filter(empty, image_exclude);

Completed in 304 milliseconds