Searched refs:fmt (Results 126 - 150 of 1087) sorted by relevance

1234567891011>>

/external/libxml2/include/libxml/
H A Dxmlversion.h455 # define LIBXML_ATTR_FORMAT(fmt,args) __attribute__((__format__(__printf__,fmt,args)))
457 # define LIBXML_ATTR_FORMAT(fmt,args)
460 # define LIBXML_ATTR_FORMAT(fmt,args)
481 #define LIBXML_ATTR_FORMAT(fmt,args)
/external/chromium_org/third_party/icu/source/test/intltest/
H A Ddtfmapts.cpp324 NumberFormat *fmt = NumberFormat::createInstance(status); local
325 if (fmt) {
326 fmt->format(numObj, str, status);
327 fmt->format(numObj, str, fpos, status);
328 delete fmt;
338 DecimalFormat fmt(status);
341 fmt.format(numObj, str, status);
342 fmt.format(numObj, str, fpos, status);
344 fmt.format(2.71828, str);
345 fmt
[all...]
/external/icu/icu4c/source/i18n/unicode/
H A Dunum.h371 * @param fmt The formatter to close.
375 unum_close(UNumberFormat* fmt);
399 * @param fmt The format to copy
401 * @return A pointer to a UNumberFormat identical to fmt.
405 unum_clone(const UNumberFormat *fmt,
411 * @param fmt The formatter to use.
433 unum_format( const UNumberFormat* fmt,
443 * @param fmt The formatter to use.
465 unum_formatInt64(const UNumberFormat *fmt,
475 * @param fmt Th
[all...]
H A Dudat.h881 * @param fmt The formatter to query.
888 udat_getBooleanAttribute(const UDateFormat* fmt, UDateFormatBooleanAttribute attr, UErrorCode* status);
894 * @param fmt The formatter to set.
901 udat_setBooleanAttribute(UDateFormat *fmt, UDateFormatBooleanAttribute attr, UBool newValue, UErrorCode* status);
929 * @param fmt The format to copy
931 * @return A pointer to a UDateFormat identical to fmt.
935 udat_clone(const UDateFormat *fmt,
1029 * @param fmt The formatter to query
1030 * @return TRUE if fmt is set to perform lenient parsing, FALSE otherwise.
1035 udat_isLenient(const UDateFormat* fmt);
[all...]
/external/icu/icu4c/source/test/intltest/
H A Ddtfmapts.cpp328 NumberFormat *fmt = NumberFormat::createInstance(status); local
329 if (fmt) {
330 fmt->format(numObj, str, status);
331 fmt->format(numObj, str, fpos, status);
332 delete fmt;
342 DecimalFormat fmt(status);
345 fmt.format(numObj, str, status);
346 fmt.format(numObj, str, fpos, status);
348 fmt.format(2.71828, str);
349 fmt
[all...]
/external/chromium_org/build/android/pylib/utils/
H A Drun_tests_helper.py16 def __init__(self, fmt='%(threadName)-4s %(message)s'):
19 logging.Formatter.__init__(self, fmt=fmt)
/external/chromium_org/ppapi/native_client/src/untrusted/nacl_ppapi_util/
H A Dstring_buffer.cc36 void StringBuffer::Printf(char const *fmt, ...) { argument
46 va_start(ap, fmt);
47 written = vsnprintf(insert_pt, space, fmt, ap);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_debug.h77 LP_DBG( unsigned flag, const char *fmt, ... ) argument
83 va_start( args, fmt );
84 debug_vprintf( fmt, args );
/external/fonttools/Lib/fontTools/misc/
H A DfixedTools.py32 fmt = "%%.%df" % digits
33 lo = fmt % (value - eps)
34 hi = fmt % (value + eps)
/external/fonttools/Tools/fontTools/misc/
H A DfixedTools.py32 fmt = "%%.%df" % digits
33 lo = fmt % (value - eps)
34 hi = fmt % (value + eps)
/external/libpcap/msdos/
H A Dbin2c.c6 static void Abort (char *fmt,...) argument
9 va_start (args, fmt);
10 vfprintf (stderr, fmt, args);
/external/ltrace/
H A Ddebug.c30 debug_(int level, const char *file, int line, const char *fmt, ...) { argument
37 va_start(args, fmt);
38 vsnprintf(buf, 1024, fmt, args);
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_debug.h77 LP_DBG( unsigned flag, const char *fmt, ... ) argument
83 va_start( args, fmt );
84 debug_vprintf( fmt, args );
/external/tcpdump/
H A Dsmbutil.c323 write_bits(unsigned int val, const char *fmt) argument
325 const char *p = fmt;
328 while ((p = strchr(fmt, '|'))) {
329 size_t l = PTR_DIFF(p, fmt);
331 printf("%.*s ", (int)l, fmt);
332 fmt = p + 1;
432 smb_fdata1(const u_char *buf, const char *fmt, const u_char *maxbuf, argument
438 while (*fmt && buf<maxbuf) {
439 switch (*fmt) {
444 fmt
791 smb_fdata(const u_char *buf, const char *fmt, const u_char *maxbuf, int unicodestr) argument
[all...]
/external/valgrind/main/VEX/priv/
H A Dguest_s390_toIR.c13913 formats fmt; member in union:__anon30730
13938 case 0x06: s390_format_RR_RR(s390_irgen_BCTR, ovl.fmt.RR.r1, ovl.fmt.RR.r2);
13940 case 0x07: s390_format_RR(s390_irgen_BCR, ovl.fmt.RR.r1, ovl.fmt.RR.r2);
13942 case 0x0a: s390_format_I(s390_irgen_SVC, ovl.fmt.I.i); goto ok;
13945 case 0x0d: s390_format_RR_RR(s390_irgen_BASR, ovl.fmt.RR.r1, ovl.fmt.RR.r2);
13947 case 0x0e: s390_format_RR(s390_irgen_MVCL, ovl.fmt.RR.r1, ovl.fmt
14119 formats fmt; member in union:__anon30745
15258 formats fmt; member in union:__anon30767
[all...]
/external/chromium_org/third_party/freetype/src/base/
H A Dftdebug.c54 FT_Message( const char* fmt, argument
60 va_start( ap, fmt );
61 vfprintf( stderr, fmt, ap );
69 FT_Panic( const char* fmt, argument
75 va_start( ap, fmt );
76 vfprintf( stderr, fmt, ap );
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dralloc.h305 char *ralloc_asprintf (const void *ctx, const char *fmt, ...) PRINTFLIKE(2, 3);
315 char *ralloc_vasprintf(const void *ctx, const char *fmt, va_list args);
330 * \param fmt A printf-style formatting string
338 const char *fmt, ...)
354 * \param fmt A printf-style formatting string
362 bool ralloc_vasprintf_rewrite_tail(char **str, size_t *start, const char *fmt,
370 * ralloc_asprintf_rewrite_tail(str, strlen(*str), fmt, ...)
381 bool ralloc_asprintf_append (char **str, const char *fmt, ...)
389 * ralloc_vasprintf_rewrite_tail(str, strlen(*str), fmt, args)
400 bool ralloc_vasprintf_append(char **str, const char *fmt, va_lis
[all...]
/external/chromium_org/third_party/mesa/src/src/glx/apple/
H A Dapple_glx_log.c52 int line, const char *fmt, ...) {
54 va_start(v, fmt);
55 _apple_glx_vlog(level, file, function, line, fmt, v);
74 int line, const char *fmt, va_list args) {
98 vfprintf(stderr, fmt, args2);
125 asl_vlog(aslc, msg, level, fmt, args);
51 _apple_glx_log(int level, const char *file, const char *function, int line, const char *fmt, ...) argument
73 _apple_glx_vlog(int level, const char *file, const char *function, int line, const char *fmt, va_list args) argument
/external/freetype/src/base/
H A Dftdebug.c54 FT_Message( const char* fmt, argument
60 va_start( ap, fmt );
61 vfprintf( stderr, fmt, ap );
69 FT_Panic( const char* fmt, argument
75 va_start( ap, fmt );
76 vfprintf( stderr, fmt, ap );
/external/mesa3d/src/glsl/
H A Dralloc.h305 char *ralloc_asprintf (const void *ctx, const char *fmt, ...) PRINTFLIKE(2, 3);
315 char *ralloc_vasprintf(const void *ctx, const char *fmt, va_list args);
330 * \param fmt A printf-style formatting string
338 const char *fmt, ...)
354 * \param fmt A printf-style formatting string
362 bool ralloc_vasprintf_rewrite_tail(char **str, size_t *start, const char *fmt,
370 * ralloc_asprintf_rewrite_tail(str, strlen(*str), fmt, ...)
381 bool ralloc_asprintf_append (char **str, const char *fmt, ...)
389 * ralloc_vasprintf_rewrite_tail(str, strlen(*str), fmt, args)
400 bool ralloc_vasprintf_append(char **str, const char *fmt, va_lis
[all...]
/external/mesa3d/src/glx/apple/
H A Dapple_glx_log.c52 int line, const char *fmt, ...) {
54 va_start(v, fmt);
55 _apple_glx_vlog(level, file, function, line, fmt, v);
74 int line, const char *fmt, va_list args) {
98 vfprintf(stderr, fmt, args2);
125 asl_vlog(aslc, msg, level, fmt, args);
51 _apple_glx_log(int level, const char *file, const char *function, int line, const char *fmt, ...) argument
73 _apple_glx_vlog(int level, const char *file, const char *function, int line, const char *fmt, va_list args) argument
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
H A Devent.c86 OPJ_BOOL opj_event_msg(opj_event_mgr_t* p_event_mgr, OPJ_INT32 event_type, const char *fmt, ...) { argument
115 if ((fmt != 00) && (p_event_mgr != 00)) {
121 va_start(arg, fmt);
123 str_length = (strlen(fmt) > OPJ_MSG_SIZE) ? OPJ_MSG_SIZE : strlen(fmt);
126 vsnprintf(message, OPJ_MSG_SIZE, fmt, arg); /* UniPG */
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
H A Dftdebug.c54 FT_Message( const char* fmt, argument
60 va_start( ap, fmt );
61 vfprintf( stderr, fmt, ap );
69 FT_Panic( const char* fmt, argument
75 va_start( ap, fmt );
76 vfprintf( stderr, fmt, ap );
/external/chromium_org/third_party/icu/source/tools/ctestfw/unicode/
H A Dtestlog.h37 UBool logIfFailureAndReset(const char *fmt, ...);
38 UBool logDataIfFailureAndReset(const char *fmt, ...);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/galahad/
H A Dglhd_context.h63 #define glhd_check(fmt, value, expr) \
64 ((value expr) ? (void)0 : debug_printf("galahad: %s:%u: Expected `%s %s`, got %s == " fmt "\n", __FUNCTION__, __LINE__, #value, #expr, #value, value))

Completed in 600 milliseconds

1234567891011>>