/system/libhwbinder/ |
D | TEST_MAPPING | 10 "exclude-annotation": "androidx.test.filters.FlakyTest"
|
/system/media/audio_utils/benchmarks/ |
D | biquad_filter_benchmark.cpp | 44 const size_t filters = 1; in BM_BiquadFilter1D() local 58 android::audio_utils::BiquadFilter parallel(filters, coefs); in BM_BiquadFilter1D() 59 std::vector<std::unique_ptr<BiquadFilter<float>>> biquads(filters); in BM_BiquadFilter1D()
|
/system/media/audio_utils/tests/ |
D | biquad_filter_tests.cpp | 231 std::array<std::array<D, 5>, FILTERS> filters; in testDifferentFiltersPerChannel() local 232 for (auto &filter : filters) { in testDifferentFiltersPerChannel() 238 for (size_t i = 0; i < filters.size(); ++i) { in testDifferentFiltersPerChannel() 239 ASSERT_TRUE(multichannel.setCoefficients(filters[i], i)); in testDifferentFiltersPerChannel() 240 biquads[i].reset(new BiquadFilter<D>(1 /* channels */, filters[i])); in testDifferentFiltersPerChannel()
|
/system/extras/simpleperf/scripts/ |
D | simpleperf_utils.py | 1080 filters = [] 1082 filters.extend(['--exclude-pid', ','.join(str(pid) for pid in args.exclude_pid)]) 1084 filters.extend(['--exclude-tid', ','.join(str(tid) for tid in args.exclude_tid)]) 1087 filters.extend(['--exclude-process-name', name]) 1090 filters.extend(['--exclude-thread-name', name]) 1093 filters.extend(['--include-pid', ','.join(str(pid) for pid in args.include_pid)]) 1095 filters.extend(['--include-tid', ','.join(str(tid) for tid in args.include_tid)]) 1098 filters.extend(['--include-pid', ','.join(str(pid) for pid in args.pid)]) 1100 filters.extend(['--include-tid', ','.join(str(pid) for pid in args.tid)]) 1103 filters.extend(['--include-process-name', name]) [all …]
|
D | simpleperf_report_lib.py | 378 def SetSampleFilter(self, filters: List[str]): 397 filter_array = (ct.c_char_p * len(filters))() 398 filter_array[:] = [_char_pt(f) for f in filters] 399 res: bool = self._SetSampleFilterFunc(self.getInstance(), filter_array, len(filters))
|
/system/extras/simpleperf/ |
D | cmd_record.cpp | 869 auto filters = ParseAddrFilterOption(*value->str_value); in ParseOptions() local 870 if (filters.empty()) { in ParseOptions() 873 event_selection_set_.SetAddrFilters(std::move(filters)); in ParseOptions() 2089 static bool ParseOneAddrFilter(const std::string& s, std::vector<AddrFilter>* filters) { in ParseOneAddrFilter() argument 2104 filters->emplace_back(AddrFilter::KERNEL_START, addr1, 0, ""); in ParseOneAddrFilter() 2110 filters->emplace_back(AddrFilter::FILE_START, off1, 0, path); in ParseOneAddrFilter() 2118 filters->emplace_back(AddrFilter::KERNEL_STOP, addr1, 0, ""); in ParseOneAddrFilter() 2124 filters->emplace_back(AddrFilter::FILE_STOP, off1, 0, path); in ParseOneAddrFilter() 2133 filters->emplace_back(AddrFilter::KERNEL_RANGE, addr1, addr2 - addr1, ""); in ParseOneAddrFilter() 2140 filters->emplace_back(AddrFilter::FILE_RANGE, off1, off2 - off1, path); in ParseOneAddrFilter() [all …]
|
D | event_selection_set.h | 135 void SetAddrFilters(std::vector<AddrFilter>&& filters) { addr_filters_ = std::move(filters); } in SetAddrFilters() argument
|
D | report_lib_interface.cpp | 202 bool SetSampleFilter(const char** filters, int filters_len); 299 bool ReportLib::SetSampleFilter(const char** filters, int filters_len) { in SetSampleFilter() argument 302 args.emplace_back(filters[i]); in SetSampleFilter() 601 bool SetSampleFilter(ReportLib* report_lib, const char** filters, int filters_len) EXPORT; 662 bool SetSampleFilter(ReportLib* report_lib, const char** filters, int filters_len) { in SetSampleFilter() argument 663 return report_lib->SetSampleFilter(filters, filters_len); in SetSampleFilter()
|
D | cmd_record_test.cpp | 1093 auto filters = ParseAddrFilterOption(option); in TEST() local 1095 for (auto& filter : filters) { in TEST()
|
/system/extras/simpleperf/scripts/test/ |
D | report_lib_test.py | 278 def get_threads_for_filter(filters: List[str]) -> Set[int]: 282 self.report_lib.SetSampleFilter(filters)
|
/system/logging/liblog/ |
D | logprint.cpp | 53 FilterInfo* filters; member 179 for (p_curFilter = p_format->filters; p_curFilter != NULL; p_curFilter = p_curFilter->p_next) { in filterPriForTag() 228 p_info = p_format->filters; in android_log_format_free() 419 p_fi->p_next = p_format->filters; in android_log_addFilterRule() 420 p_format->filters = p_fi; in android_log_addFilterRule()
|
/system/extras/simpleperf/doc/ |
D | view_the_profile.md | 275 Active filters: 306 Active filters:
|
D | executable_commands_reference.md | 582 filters to select samples of interest.
|
/system/extras/simpleperf/scripts/purgatorio/ |
D | README.md | 67 …ted by clicking on their respective layers, and selecting specific lines filters the contents of t…
|
/system/chre/chre_api/doc/ |
D | Doxyfile | 890 # The FILTER_PATTERNS tag can be used to specify filters on a per file pattern 892 # filter if there is a match. The filters are a list of the form: pattern=filter 894 # filters are used. If the FILTER_PATTERNS tag is empty or if none of the 910 # The FILTER_SOURCE_PATTERNS tag can be used to specify source filters per file 1327 # filters). 1335 # filters).
|
/system/chre/pal/doc/ |
D | Doxyfile | 890 # The FILTER_PATTERNS tag can be used to specify filters on a per file pattern 892 # filter if there is a match. The filters are a list of the form: pattern=filter 894 # filters are used. If the FILTER_PATTERNS tag is empty or if none of the 910 # The FILTER_SOURCE_PATTERNS tag can be used to specify source filters per file 1327 # filters). 1335 # filters).
|
/system/media/audio_utils/ |
D | Doxyfile | 939 # The FILTER_PATTERNS tag can be used to specify filters on a per file pattern 941 # filter if there is a match. The filters are a list of the form: pattern=filter 943 # filters are used. If the FILTER_PATTERNS tag is empty or if none of the 959 # The FILTER_SOURCE_PATTERNS tag can be used to specify source filters per file 1416 # filters). 1424 # filters).
|