Searched refs:vprintf_xml (Results 1 - 7 of 7) sorted by relevance
/external/valgrind/include/ |
H A D | pub_tool_libcprint.h | 101 extern UInt VG_(vprintf_xml) ( const HChar *format, va_list vargs )
|
/external/valgrind/coregrind/ |
H A D | m_libcprint.c | 158 UInt VG_(vprintf_xml) ( const HChar *format, va_list vargs ) function 168 ret = VG_(vprintf_xml)(format, vargs); 176 return VG_(vprintf_xml)(format, vargs);
|
/external/valgrind/drd/ |
H A D | drd_error.c | 65 VG_(vprintf_xml)(format, vargs); 80 VG_(vprintf_xml)(format, vargs); 101 VG_(vprintf_xml)(format, vargs);
|
/external/valgrind/exp-sgcheck/ |
H A D | pc_common.c | 274 VG_(vprintf_xml)(format, vargs);
|
/external/valgrind/helgrind/ |
H A D | hg_errors.c | 715 VG_(vprintf_xml)(format, vargs);
|
/external/valgrind/coregrind/m_scheduler/ |
H A D | scheduler.c | 1796 count = VG_(vprintf_xml)( xml_format, *vargsp );
|
/external/valgrind/memcheck/ |
H A D | mc_errors.c | 213 VG_(vprintf_xml)(format, vargs);
|
Completed in 165 milliseconds