Searched refs:get_category (Results 1 – 9 of 9) sorted by relevance
/external/selinux/gui/ |
D | booleansPage.py | 203 cat = self.booleans.get_category(key).lower() 219 self.store.set_value(iter, MODULE, self.booleans.get_category(name))
|
/external/python/cpython2/Python/ |
D | _warnings.c | 566 get_category(PyObject *message, PyObject *category) in get_category() function 621 category = get_category(message, category); in warnings_warn()
|
/external/libabigail/src/ |
D | abg-comparison.cc | 2212 return canonical ? canonical->get_category() : get_category(); in get_class_of_equiv_category() 2222 diff::get_category() const in get_category() function in abigail::comparison::diff 2328 if (canonical->get_category() & SUPPRESSED_CATEGORY in is_filtered_out() 2329 || canonical->get_category() & PRIVATE_TYPE_CATEGORY) in is_filtered_out() 2336 return priv_->is_filtered_out(get_category()); in is_filtered_out() 4474 if (diff->get_category() != NO_CHANGE_CATEGORY in count_filtered_inserted_mem_fns() 4507 if (diff->get_category() != NO_CHANGE_CATEGORY in count_filtered_deleted_mem_fns() 9926 if ((*i)->get_category() & VIRTUAL_MEMBER_CHANGE_CATEGORY) in apply_filters_and_compute_diff_stats() 11502 diff_category c = diff->get_category(); in visit_end() 11658 !(d->get_category() & SUPPRESSED_CATEGORY) in visit_end() [all …]
|
D | abg-default-reporter.cc | 300 diff_category c = dif->get_category(); in report() 521 diff_category saved_category = type_diff->get_category(); in report()
|
/external/python/cpython3/Python/ |
D | _warnings.c | 918 get_category(PyObject *message, PyObject *category) in get_category() function 980 category = get_category(message, category); in warnings_warn_impl()
|
/external/llvm-project/clang/utils/analyzer/ |
D | CmpRuns.py | 135 def get_category(self) -> str: member in AnalysisDiagnostic
|
/external/libabigail/include/ |
D | abg-comparison.h | 972 get_category() const;
|
/external/selinux/python/semanage/ |
D | seobject.py | 2832 def get_category(self, name): member in booleanRecords
|
/external/libabigail/ |
D | ChangeLog | 30217 (diff::{get_parent, set_parent, get_category, add_to_category,
|