Searched refs:TemplateMatch (Results 1 – 14 of 14) sorted by relevance
/external/webrtc/modules/rtp_rtcp/source/ |
D | rtp_dependency_descriptor_writer.h | 43 struct TemplateMatch { struct 53 TemplateMatch CalculateMatch(TemplateIterator frame_template) const; argument 84 TemplateMatch best_template_;
|
D | rtp_dependency_descriptor_writer.cc | 124 RtpDependencyDescriptorWriter::TemplateMatch 127 TemplateMatch result; in CalculateMatch() 181 TemplateMatch match = CalculateMatch(next); in FindBestTemplate()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_libignore.cc | 47 TemplateMatch(lib->templ, name)) in OnLibraryLoaded() 63 if (TemplateMatch(lib->templ, module.data()) || in OnLibraryLoaded()
|
D | sanitizer_suppressions.cc | 85 if (0 == internal_strcmp(cur.type, type) && TemplateMatch(cur.templ, str)) { in Match()
|
D | sanitizer_common.cc | 297 bool TemplateMatch(const char *templ, const char *str) { in TemplateMatch() function
|
D | sanitizer_common.h | 333 bool TemplateMatch(const char *templ, const char *str);
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_libignore.cpp | 47 TemplateMatch(lib->templ, name)) in OnLibraryLoaded() 62 if (!TemplateMatch(lib->templ, mod.full_name()) && in OnLibraryLoaded()
|
D | sanitizer_suppressions.cpp | 98 if (0 == internal_strcmp(cur.type, type) && TemplateMatch(cur.templ, str)) { in Match()
|
D | sanitizer_common.cpp | 194 bool TemplateMatch(const char *templ, const char *str) { in TemplateMatch() function
|
D | sanitizer_common.h | 286 bool TemplateMatch(const char *templ, const char *str);
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_suppressions_test.cpp | 22 return TemplateMatch(tmp, func); in MyMatch()
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_suppressions_test.cc | 23 return TemplateMatch(tmp, func); in MyMatch()
|
/external/libabigail/tests/data/test-annotate/ |
D | test15-pr18892.so.abi | 8094 <!-- bool __sanitizer::TemplateMatch(char*, const char*) --> 8095 …<function-decl name='TemplateMatch' filepath='../../.././libsanitizer/sanitizer_common/sanitizer_s…
|
/external/libabigail/tests/data/test-read-dwarf/ |
D | test15-pr18892.so.abi | 4651 …<function-decl name='TemplateMatch' filepath='../../.././libsanitizer/sanitizer_common/sanitizer_s…
|