Searched refs:format (Results 1 - 25 of 1309) sorted by relevance

1234567891011>>

/external/clang/test/CodeGen/
H A D2006-01-13-Includes.c4 int printf(const char * restrict format, ...);
H A D2002-02-18-64bitConstant.c5 int printf(const char * restrict format, ...);
/external/bluetooth/glib/glib/gnulib/
H A Dprintf.h25 int _g_gnulib_printf (char const *format,
28 char const *format,
31 char const *format,
35 char const *format,
37 int _g_gnulib_vprintf (char const *format,
40 char const *format,
43 char const *format,
47 char const *format,
50 char const *format,
H A Dprintf.c37 int _g_gnulib_printf (char const *format, ...) argument
42 va_start (args, format);
43 retval = _g_gnulib_vprintf (format, args);
49 int _g_gnulib_fprintf (FILE *file, char const *format, ...) argument
54 va_start (args, format);
55 retval = _g_gnulib_vfprintf (file, format, args);
61 int _g_gnulib_sprintf (char *string, char const *format, ...) argument
66 va_start (args, format);
67 retval = _g_gnulib_vsprintf (string, format, args);
73 int _g_gnulib_snprintf (char *string, size_t n, char const *format, argument
85 _g_gnulib_vprintf(char const *format, va_list args) argument
90 _g_gnulib_vfprintf(FILE *file, char const *format, va_list args) argument
105 _g_gnulib_vsprintf(char *string, char const *format, va_list args) argument
120 _g_gnulib_vsnprintf(char *string, size_t n, char const *format, va_list args) argument
140 _g_gnulib_vasprintf(char **result, char const *format, va_list args) argument
[all...]
/external/skia/src/ports/
H A DSkDebug_android.cpp26 const char* format, ...)
28 if (format[0] == '\n' && format[1] == '\0')
31 va_start(args, format);
34 vsnprintf(buffer, kBufferSize, format, args);
38 android_vprintLog(ANDROID_LOG_DEBUG, NULL, LOG_TAG, format, args);
25 Android_SkDebugf(const char* file, int line, const char* function, const char* format, ...) argument
/external/clang/test/Preprocessor/
H A Dmacro_paste_commaext.c7 #define debug(format, ...) format, ## __VA_ARGS__)
/external/clang/test/Sema/
H A Dblock-sentinel-attribute.c3 void (^e) (int arg, const char * format, ...) __attribute__ ((__sentinel__ (1,1))); variable
6 void (^bbad) (int arg, const char * format) __attribute__ ((__sentinel__)) ; // expected-warning {{sentinel' attribute only supported for variadic blocks}} local
7 void (^b) (int arg, const char * format, ...) __attribute__ ((__sentinel__)) = // expected-note {{block has been explicitly marked sentinel here}} local
8 ^ __attribute__ ((__sentinel__)) (int arg, const char * format, ...) {};
9 void (^z) (int arg, const char * format, ...) __attribute__ ((__sentinel__ (2))) = ^ __attribute__ ((__sentinel__ (2))) (int arg, const char * format, ...) {}; // expected-note {{block has been explicitly marked sentinel here}} local
12 void (^y) (int arg, const char * format, ...) __attribute__ ((__sentinel__ (5))) = ^ __attribute__ ((__sentinel__ (5))) (int arg, const char * format, ...) {}; // expected-note {{block has been explicitly marked sentinel here}} local
H A Dblock-printf-attribute-1.c4 void (^b) (int arg, const char * format, ...) __attribute__ ((__format__ (__printf__, 1, 3))) = // expected-error {{format argument not a string type}} local
5 ^ __attribute__ ((__format__ (__printf__, 1, 3))) (int arg, const char * format, ...) {}; // expected-error {{format argument not a string type}}
7 void (^z) (int arg, const char * format, ...) __attribute__ ((__format__ (__printf__, 2, 3))) = ^ __attribute__ ((__format__ (__printf__, 2, 3))) (int arg, const char * format, ...) {}; local
/external/webkit/Source/WebKit/android/nav/
H A DCachedDebug.h35 #define DBG_NAV_LOGD(format, ...) LOGD("%s " format, __FUNCTION__, __VA_ARGS__)
39 #define DBG_NAV_LOGD(format, ...) ((void)0)
44 #define DBG_NAV_LOGV(format, ...) LOGD("%s " format, __FUNCTION__, __VA_ARGS__)
46 #define DBG_NAV_LOGV(format, ...) ((void)0)
60 #define DUMP_NAV_LOGX(format, ...) do { if (gNavCacheLogFile) \
61 fprintf(gNavCacheLogFile, format, __VA_ARGS__); \
62 else LOGD("%s " format, __FUNCTION__, __VA_ARGS__); } while (false)
65 #define DUMP_NAV_LOGX(format,
[all...]
/external/bluetooth/glib/glib/
H A Dgprintf.c38 * @format: a standard printf() format string, but notice
50 g_printf (gchar const *format, argument
56 va_start (args, format);
57 retval = g_vprintf (format, args);
66 * @format: a standard printf() format string, but notice
79 gchar const *format,
85 va_start (args, format);
86 retval = g_vfprintf (file, format, arg
78 g_fprintf(FILE *file, gchar const *format, ...) argument
109 g_sprintf(gchar *string, gchar const *format, ...) argument
154 g_snprintf(gchar *string, gulong n, gchar const *format, ...) argument
183 g_vprintf(gchar const *format, va_list args) argument
206 g_vfprintf(FILE *file, gchar const *format, va_list args) argument
230 g_vsprintf(gchar *string, gchar const *format, va_list args) argument
271 g_vsnprintf(gchar *string, gulong n, gchar const *format, va_list args) argument
300 g_vasprintf(gchar **string, gchar const *format, va_list args) argument
[all...]
/external/webkit/Source/ThirdParty/ANGLE/src/common/
H A Ddebug.cpp22 void trace(const char *format, ...) argument
27 if (format)
34 va_start(vararg, format);
35 vfprintf(file, format, vararg);
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
H A Ddebug.cpp20 void Trace(const char *format, ...) { argument
21 if (!format) return;
27 va_start(args, format);
28 vsnprintf(buf, kTraceBufferLen, format, args);
/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
H A DPrivateKeyStub.java35 String format = null; field in class:PrivateKeyStub
43 * @param format
46 public PrivateKeyStub(String algorithm, String format, byte[] encoded) { argument
48 this.format = format;
61 * Returns format
65 return format;
H A DPublicKeyStub.java38 String format = null; field in class:PublicKeyStub
44 public PublicKeyStub(String algorithm, String format, byte[] encoded) { argument
46 this.format = format;
58 * returns format
62 return format;
/external/valgrind/main/coregrind/
H A Dpub_core_clreq.h67 static int VALGRIND_INTERNAL_PRINTF(const char *format, ...)
68 __attribute__((format(__printf__, 1, 2), __unused__));
69 static int VALGRIND_INTERNAL_PRINTF(const char *format, ...) argument
73 va_start(vargs, format);
76 (unsigned long)format, (unsigned long)&vargs, 0, 0, 0
/external/qemu-pc-bios/bochs/bios/
H A Drombios.h43 #define printf(format, p...) bios_printf(BIOS_PRINTF_SCREEN, format, ##p)
49 # define BX_DEBUG(format, p...) bios_printf(BIOS_PRINTF_INFO, format, ##p)
51 # define BX_DEBUG(format, p...)
53 #define BX_INFO(format, p...) bios_printf(BIOS_PRINTF_INFO, format, ##p)
54 #define BX_PANIC(format, p...) bios_printf(BIOS_PRINTF_DEBHALT, format, ##p)
/external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
H A DNumberFormatTest.java32 * @tests java.text.NumberFormat#format(java.lang.Object,
38 DecimalFormat format = (DecimalFormat) NumberFormat
42 out = format.format(new Long(Long.MAX_VALUE), new StringBuffer(), pos);
47 out = format.format(new Long(Long.MIN_VALUE), new StringBuffer(), pos);
52 out = format.format(new java.math.BigInteger(String
58 out = format.format(ne
[all...]
/external/bison/src/
H A Dcomplain.h30 void warn (char const *format, ...)
33 void warn_at (location loc, char const *format, ...)
38 void complain (char const *format, ...)
41 void complain_at (location loc, char const *format, ...)
46 void fatal (char const *format, ...)
49 void fatal_at (location loc, char const *format, ...)
/external/bluetooth/bluez/src/
H A Dlog.h24 void info(const char *format, ...) __attribute__((format(printf, 1, 2)));
25 void error(const char *format, ...) __attribute__((format(printf, 1, 2)));
27 void btd_debug(const char *format, ...) __attribute__((format(printf, 1, 2)));
42 * @fmt: format string
/external/valgrind/main/include/
H A Dpub_tool_libcprint.h38 extern UInt VG_(sprintf) ( Char* buf, const HChar* format, ... )
41 extern UInt VG_(vsprintf) ( Char* buf, const HChar* format, va_list vargs )
45 const HChar *format, ... )
49 const HChar *format, va_list vargs )
84 extern UInt VG_(printf) ( const HChar *format, ... )
86 extern UInt VG_(vprintf) ( const HChar *format, va_list vargs )
91 // format specifier.
96 extern UInt VG_(printf_xml) ( const HChar *format, ... )
99 extern UInt VG_(vprintf_xml) ( const HChar *format, va_list vargs )
102 extern UInt VG_(printf_xml_no_f_c) ( const HChar *format,
[all...]
/external/qemu/distrib/sdl-1.2.12/src/video/
H A DSDL_pixels.c35 * Allocate a pixel format structure and fill it according to the given info.
40 SDL_PixelFormat *format; local
43 /* Allocate an empty pixel format structure */
44 format = SDL_malloc(sizeof(*format));
45 if ( format == NULL ) {
49 SDL_memset(format, 0, sizeof(*format));
50 format->alpha = SDL_ALPHA_OPAQUE;
52 /* Set up the format */
251 SDL_FreeFormat(SDL_PixelFormat *format) argument
340 SDL_MapRGB(const SDL_PixelFormat * const format, const Uint8 r, const Uint8 g, const Uint8 b) argument
355 SDL_MapRGBA(const SDL_PixelFormat * const format, const Uint8 r, const Uint8 g, const Uint8 b, const Uint8 a) argument
[all...]
/external/clang/test/PCH/
H A Dva_arg.cpp14 void f(char *buffer, unsigned count, const char* format, va_list argptr) { argument
15 vsnprintf(buffer, count, format, argptr);
/external/e2fsprogs/intl/
H A Dprintf.c1 /* Formatted output to strings, using POSIX/XSI format strings with positions.
80 libintl_vfprintf (FILE *stream, const char *format, va_list args) argument
82 if (strchr (format, '$') == NULL)
83 return vfprintf (stream, format, args);
87 char *result = libintl_vasnprintf (NULL, &length, format, args);
101 libintl_fprintf (FILE *stream, const char *format, ...) argument
106 va_start (args, format);
107 retval = libintl_vfprintf (stream, format, args);
114 libintl_vprintf (const char *format, va_list args) argument
116 return libintl_vfprintf (stdout, format, arg
121 libintl_printf(const char *format, ...) argument
134 libintl_vsprintf(char *resultbuf, const char *format, va_list args) argument
154 libintl_sprintf(char *resultbuf, const char *format, ...) argument
177 libintl_vsnprintf(char *resultbuf, size_t length, const char *format, va_list args) argument
204 libintl_snprintf(char *resultbuf, size_t length, const char *format, ...) argument
221 libintl_vasprintf(char **resultp, const char *format, va_list args) argument
233 libintl_asprintf(char **resultp, const char *format, ...) argument
273 libintl_vfwprintf(FILE *stream, const wchar_t *format, va_list args) argument
298 libintl_fwprintf(FILE *stream, const wchar_t *format, ...) argument
311 libintl_vwprintf(const wchar_t *format, va_list args) argument
318 libintl_wprintf(const wchar_t *format, ...) argument
331 libintl_vswprintf(wchar_t *resultbuf, size_t length, const wchar_t *format, va_list args) argument
358 libintl_swprintf(wchar_t *resultbuf, size_t length, const wchar_t *format, ...) argument
[all...]
/external/guava/src/com/google/common/util/concurrent/
H A DNamingThreadFactory.java32 private final String format; field in class:NamingThreadFactory
40 * thread creation, then uses {@code format} to construct a name for the new
43 * @param format a {@link String#format(String, Object...)}-compatible format
48 public NamingThreadFactory(String format) { argument
49 this(format, DEFAULT_FACTORY);
54 * creation, then uses {@code format} to construct a name for the new thread.
56 * @param format a {@link String#format(Strin
62 NamingThreadFactory(String format, ThreadFactory backingFactory) argument
[all...]
/external/webkit/Source/WebKit/mac/Misc/
H A DOldWebAssertions.c30 void WebReportError(const char *file, int line, const char *function, const char *format, ...);
36 void WebReportError(const char *file, int line, const char *function, const char *format, ...) argument

Completed in 1040 milliseconds

1234567891011>>