Searched defs:exclude (Results 1 – 3 of 3) sorted by relevance
| /system/extras/simpleperf/ |
| D | RecordFilter.cpp | 44 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/ |
| D | elf_alignment_test.cpp | 51 std::set<std::string> exclude ({ "/", "/config", "/data", "/data_mirror", "/dev", in GetMounts() local
|
| /system/libziparchive/ |
| D | ziptool.cpp | 90 for (const auto& exclude : excludes) { in ShouldInclude() local
|