Searched refs:excluded_categories (Results 1 – 3 of 3) sorted by relevance
91 def excluded_categories(self): member in TracingCategoryFilter190 if self.included_categories.intersection(other.excluded_categories):199 if not other.excluded_categories <= self.excluded_categories:
13 self.assertEquals(set(['y']), set(cf.excluded_categories))
1222 std::vector<std::string> excluded_categories; in TEST_F() local