Searched defs:format_message (Results 1 - 6 of 6) sorted by relevance

/external/clang/test/CodeGen/
H A D2003-10-02-UnionLValueError.c9 void format_message(char *buffer, union U *u) { function
/external/pdfium/third_party/libjpeg/
H A Dfpdfapi_jerror.c94 (*cinfo->err->format_message) (cinfo, buffer);
142 format_message (j_common_ptr cinfo, char * buffer) function
223 err->format_message = format_message;
/external/libjpeg-turbo/
H A Djerror.c102 (*cinfo->err->format_message) (cinfo, buffer);
156 format_message (j_common_ptr cinfo, char *buffer) function
235 err->format_message = format_message;
H A Djpeglib.h728 void (*format_message) (j_common_ptr cinfo, char *buffer); member in struct:jpeg_error_mgr
729 #define JMSG_LENGTH_MAX 200 /* recommended size of format_message buffer */
/external/fmtlib/test/
H A Dformat-test.cc1566 std::string format_message(int id, const char *format, function
1574 FMT_VARIADIC(std::string, format_message, int, const char *)
1578 format_message(42, "{} happened", "something"));
/external/valgrind/coregrind/m_debuginfo/
H A Ddebuginfo.c3236 static void format_message ( /*MOD*/XArray* /* of HChar */ dn1, function
3643 format_message( dname1, dname2,
3748 format_message( dname1, dname2,

Completed in 257 milliseconds