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
327
VG_(
printf_xml
)(" <sframe> <fun>%pS</fun> </sframe>\n", buf);
330
VG_(
printf_xml
)(" <sframe> <obj>%pS</obj> </sframe>\n", buf);
332
VG_(
printf_xml
)(" <sframe> <obj>*</obj> </sframe>\n");
421
VG_(
printf_xml
)(" <suppression>\n");
422
VG_(
printf_xml
)(" <sname>%s</sname>\n", dummy_name);
423
VG_(
printf_xml
)(
426
VG_(
printf_xml
)(" <skaux>%pS</skaux>\n", xtra);
437
VG_(
printf_xml
)(" <rawtext>\n");
438
VG_(
printf_xml
)("<![CDATA[\n");
439
VG_(
printf_xml
)("%s", (HChar*) VG_(indexXA)(text, 0) )
[
all
...]
m_main.c
[
all
...]
m_libcassert.c
419
VG_(
printf_xml
)("</valgrindoutput>\n");
440
VG_(
printf_xml
)("</valgrindoutput>\n");
464
VG_(
printf_xml
)("</valgrindoutput>\n");
m_stacktrace.c
[
all
...]
m_libcprint.c
161
UInt VG_(
printf_xml
) ( const HChar *format, ... )
function
/external/valgrind/main/include/
pub_tool_libcprint.h
103
extern UInt VG_(
printf_xml
) ( const HChar *format, ... )
/external/valgrind/main/drd/
drd_error.c
64
VG_(
printf_xml
)(" <trace><text>");
66
VG_(
printf_xml
)("</text></trace>\n");
79
VG_(
printf_xml
)(" <trace><text>");
81
VG_(
printf_xml
)("</text>\n");
89
VG_(
printf_xml
)(" </trace>\n");
308
VG_(
printf_xml
)( " <kind>%pS</kind>\n", drd_get_error_name(e));
drd_thread.c
[
all
...]
/external/valgrind/main/helgrind/
hg_errors.c
724
VG_(
printf_xml
)("<announcethread>\n");
725
VG_(
printf_xml
)(" <hthreadid>%d</hthreadid>\n", thr->errmsg_index);
728
VG_(
printf_xml
)(" <isrootthread></isrootthread>\n");
733
VG_(
printf_xml
)("</announcethread>\n\n");
[
all
...]
/external/valgrind/main/coregrind/m_scheduler/
scheduler.c
[
all
...]
Completed in 569 milliseconds