Searched defs:RemoveMethod (Results 1 – 3 of 3) sorted by relevance
| /system/extras/simpleperf/ | ||
| D | report_utils.cpp | 327 bool RemoveMethod(std::string_view method_name_regex) { in RemoveMethod() function in simpleperf::MethodNameFilter |
| D | report_lib_interface.cpp | 237 bool RemoveMethod(const char* method_name_regex) { in RemoveMethod() function in simpleperf::ReportLib |
| /system/extras/simpleperf/scripts/ | ||
| D | simpleperf_report_lib.py | 411 def RemoveMethod(self, method_name_regex: str): member in ReportLib |