Home
last modified time | relevance | path

Searched defs:exclude (Results 1 – 3 of 3) sorted by relevance

/system/extras/simpleperf/
DRecordFilter.cpp44 void AddPids(const std::set<pid_t>& pids, bool exclude) { in AddPids()
64 void AddTids(const std::set<pid_t>& tids, bool exclude) { in AddTids()
86 bool AddProcessNameRegex(const std::string& process_name, bool exclude) { in AddProcessNameRegex()
117 bool AddThreadNameRegex(const std::string& thread_name, bool exclude) { in AddThreadNameRegex()
146 void AddUids(const std::set<uint32_t>& uids, bool exclude) { in AddUids()
452 void RecordFilter::AddPids(const std::set<pid_t>& pids, bool exclude) { in AddPids()
460 void RecordFilter::AddTids(const std::set<pid_t>& tids, bool exclude) { in AddTids()
468 bool RecordFilter::AddProcessNameRegex(const std::string& process_name, bool exclude) { in AddProcessNameRegex()
477 bool RecordFilter::AddThreadNameRegex(const std::string& thread_name, bool exclude) { in AddThreadNameRegex()
486 void RecordFilter::AddUids(const std::set<uint32_t>& uids, bool exclude) { in AddUids()
/system/memory/libmeminfo/libelf64/tests/page_size_16kb/
Delf_alignment_test.cpp51 std::set<std::string> exclude ({ "/", "/config", "/data", "/data_mirror", "/dev", in GetMounts() local
/system/libziparchive/
Dziptool.cpp90 for (const auto& exclude : excludes) { in ShouldInclude() local