OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:printf_xml
(Results
1 - 10
of
10
) sorted by null
/external/valgrind/main/coregrind/
m_errormgr.c
312
VG_(
printf_xml
)(" <sframe> <fun>%pS</fun> </sframe>\n", buf);
315
VG_(
printf_xml
)(" <sframe> <obj>%pS</obj> </sframe>\n", buf);
317
VG_(
printf_xml
)(" <sframe> <obj>*</obj> </sframe>\n");
406
VG_(
printf_xml
)(" <suppression>\n");
407
VG_(
printf_xml
)(" <sname>%s</sname>\n", dummy_name);
408
VG_(
printf_xml
)(
411
VG_(
printf_xml
)(" <skaux>%pS</skaux>\n", xtra);
422
VG_(
printf_xml
)(" <rawtext>\n");
423
VG_(
printf_xml
)("<![CDATA[\n");
424
VG_(
printf_xml
)("%s", (HChar*) VG_(indexXA)(text, 0) )
[
all
...]
m_main.c
[
all
...]
m_libcassert.c
271
VG_(
printf_xml
)("</valgrindoutput>\n");
292
VG_(
printf_xml
)("</valgrindoutput>\n");
316
VG_(
printf_xml
)("</valgrindoutput>\n");
m_stacktrace.c
837
VG_(
printf_xml
)(" %s\n", buf);
849
VG_(
printf_xml
)(" <stack>\n");
854
VG_(
printf_xml
)(" </stack>\n");
m_libcprint.c
159
UInt VG_(
printf_xml
) ( const HChar *format, ... )
function
/external/valgrind/main/include/
pub_tool_libcprint.h
89
extern UInt VG_(
printf_xml
) ( const HChar *format, ... )
/external/valgrind/main/drd/
drd_error.c
65
VG_(
printf_xml
)(" <trace><text>");
67
VG_(
printf_xml
)("</text></trace>\n");
80
VG_(
printf_xml
)(" <trace><text>");
82
VG_(
printf_xml
)("</text>\n");
90
VG_(
printf_xml
)(" </trace>\n");
309
VG_(
printf_xml
)( " <kind>%pS</kind>\n", drd_get_error_name(e));
drd_thread.c
[
all
...]
/external/valgrind/main/helgrind/
hg_errors.c
774
VG_(
printf_xml
)("<announcethread>\n");
775
VG_(
printf_xml
)(" <hthreadid>%d</hthreadid>\n", thr->errmsg_index);
778
VG_(
printf_xml
)(" <isrootthread></isrootthread>\n");
783
VG_(
printf_xml
)("</announcethread>\n\n");
[
all
...]
/external/valgrind/main/coregrind/m_syswrap/
syswrap-generic.c
[
all
...]
Completed in 489 milliseconds