/external/bluetooth/glib/gio/ |
gsimpleasyncresult.h | 60 const char *format, 98 const char *format, 103 const char *format, 114 const char *format,
|
/external/chromium/base/i18n/ |
number_formatting.cc | 46 number_format->format(number, ustr);
|
/external/chromium/third_party/libevent/ |
log.h | 31 #define EV_CHECK_FMT(a,b) __attribute__((format(printf, a, b)))
|
/external/dbus/dbus/ |
dbus-internals.c | 246 * @param format printf-style format string. 249 _dbus_warn (const char *format, 257 va_start (args, format); 259 LOG_PRI_VA(ANDROID_LOG_WARN, LOG_TAG, format, args); 261 vfprintf (stderr, format, args); 281 _dbus_warn_check_failed(const char *format, 291 va_start (args, format); 293 LOG_PRI_VA(ANDROID_LOG_ERROR, LOG_TAG, format, args); 295 vfprintf (stderr, format, args) [all...] |
/external/dnsmasq/src/ |
log.c | 259 void my_syslog(int priority, const char *format, ...) 282 va_start(ap, format); 283 vfprintf(stderr, format, ap); 297 va_start(ap, format); 298 __android_log_vprint(alog_lvl, "dnsmasq", format, ap); 311 va_start(ap, format); 312 vsyslog(priority, format, ap); 345 va_start(ap, format); 346 len += vsnprintf(p, MAX_MESSAGE - len, format, ap) + 1; /* include zero-terminator */
|
/external/e2fsprogs/intl/ |
printf-parse.h | 1 /* Parse printf format string. 53 /* A parsed format string. */ 64 /* Parses the format string. Fills in the number N of directives, and fills 66 to the end of the format string. Also fills in the arg_type fields of the 73 int printf_parse (const char *format, char_directives *d, arguments *a);
|
wprintf-parse.h | 1 /* Parse printf format string. 53 /* A parsed format string. */ 64 /* Parses the format string. Fills in the number N of directives, and fills 66 to the end of the format string. Also fills in the arg_type fields of the 73 int wprintf_parse (const wchar_t *format, wchar_t_directives *d, arguments *a);
|
/external/freetype/include/freetype/internal/services/ |
svttcmap.h | 52 /* format :: */ 53 /* The cmap format. OpenType 1.5 defines the formats 0 (byte */ 62 FT_Long format; member in struct:TT_CMapInfo_
|
/external/icu4c/i18n/ |
plurfmt.cpp | 72 PluralFormat::PluralFormat(const PluralFormat& other) : Format(other) { 250 PluralFormat::format(const Formattable& obj, function in class:PluralFormat 261 return format((int32_t)obj.getDouble(), appendTo, pos, status); 265 return format(number, appendTo, pos, status); 268 return format((int32_t)obj.getInt64(), appendTo, pos, status); 276 PluralFormat::format(int32_t number, UErrorCode& status) const { function in class:PluralFormat 283 return format(number, result, fpos, status); 287 PluralFormat::format(double number, UErrorCode& status) const { function in class:PluralFormat 294 return format(number, result, fpos, status); 299 PluralFormat::format(int32_t number function in class:PluralFormat 307 PluralFormat::format(double number, function in class:PluralFormat [all...] |
/external/icu4c/samples/msgfmt/answers/ |
main_2.cpp | 14 // The message format pattern. It takes a single argument, an integer, 27 // Create a message format 36 // Format the arguments 37 msg.format(msgArgs, 2, str, pos, status); 38 check(status, "MessageFormat::format");
|
main_3.cpp | 14 // The message format pattern. It takes a single argument, an integer, 27 // Create a message format 36 // Format the arguments 37 msg.format(msgArgs, 2, str, pos, status); 38 check(status, "MessageFormat::format");
|
/external/icu4c/samples/msgfmt/ |
main.cpp | 14 // The message format pattern. It takes a single argument, an integer, 27 // Create a message format 36 // Format the arguments 37 msg.format(msgArgs, 2, str, pos, status); 38 check(status, "MessageFormat::format");
|
/external/jsilver/src/com/google/streamhtmlparser/impl/ |
StateTableTransition.java | 43 * human readable form. The format of the returned {@code String} is not 50 return String.format("Expression: %s; From: %s; To: %s",
|
/external/kernel-headers/original/linux/ |
kmod.h | 31 extern int request_module(const char * name, ...) __attribute__ ((format (printf, 1, 2)));
|
/external/libxslt/libxslt/ |
numbersInternals.h | 33 const xmlChar *format; member in struct:_xsltNumberData 49 * This data structure lists the various parameters needed to format numbers.
|
/external/mesa3d/docs/ |
MESA_ycbcr_texture.spec | 34 This extension supports texture images stored in the YCbCr format. 62 Accepted by the <internalFormat> and <format> parameters of 110 Format Element Element Element Element 119 * The value of internalformat and format may be YCBCR_MESA to 120 indicate that the image data is in YCbCr format. type must 136 * The value of internalformat and format can not be YCBCR_MESA. 143 "If the internal storage format of the image being updated by 144 TexSubImage2D is YCBCR_MESA then format must be YCBCR_MESA. 177 MESA_YCBCR but <format> is not MESA_YCBCR. 179 INVALID_ENUM is generated by TexImage2D if <format> is MESA_YCBCR bu [all...] |
/external/oprofile/gui/ |
oprof_start_util.h | 34 std::string const format(std::string const & orig, uint const maxlen);
|
/external/qemu/distrib/sdl-1.2.12/src/audio/mint/ |
SDL_mintaudio_stfa.c | 202 DEBUG_PRINT((DEBUG_NAME "asked: %d bits, ",spec->format & 0x00ff)); 203 DEBUG_PRINT(("signed=%d, ", ((spec->format & 0x8000)!=0))); 204 DEBUG_PRINT(("big endian=%d, ", ((spec->format & 0x1000)!=0))); 230 DEBUG_PRINT((DEBUG_NAME "obtained: %d bits, ",spec->format & 0x00ff)); 231 DEBUG_PRINT(("signed=%d, ", ((spec->format & 0x8000)!=0))); 232 DEBUG_PRINT(("big endian=%d, ", ((spec->format & 0x1000)!=0))); 251 /* Select replay format */ 253 if ((spec->format & 0xff)==8) { 263 if ((spec->format & 0x8000)!=0) { 268 if ((spec->format & 0x1000)!=0) [all...] |
/external/qemu/distrib/sdl-1.2.12/src/audio/nas/ |
SDL_nasaudio.c | 229 Uint16 test_format, format; local 233 /* Try for a closest match on audio format */ 234 format = 0; 235 for ( test_format = SDL_FirstAudioFormat(spec->format); 236 ! format && test_format; ) { 237 format = sdlformat_to_auformat(test_format); 239 if (format == AuNone) { 243 if ( format == 0 ) { 247 spec->format = test_format; 276 AuMakeElementImportClient(elms, spec->freq, format, spec->channels, AuTrue [all...] |
/external/qemu/distrib/sdl-1.2.12/src/audio/sun/ |
SDL_sunaudio.c | 257 switch ( spec->format & 0xFF ) { 260 spec->format = AUDIO_U8; 268 spec->format = AUDIO_S16SYS; 276 SDL_SetError("Unsupported audio format"); 280 audio_fmt = spec->format; 300 ? 8 : spec->format & 0xff; 311 && info.play.precision == (spec->format & 0xff) 323 spec->format = AUDIO_S16SYS; 331 spec->format = AUDIO_U8; 363 fprintf(stderr, "format=0x%x chan=%d freq=%d\n" [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/bwindow/ |
SDL_sysyuv.cc | 97 enum color_space convert_color_space(Uint32 format) { 98 switch (format) { 115 int count_planes(Uint32 format) { 116 switch (format) { 129 SDL_Overlay *BE_CreateYUVOverlay(_THIS, int width, int height, Uint32 format, SDL_Surface *display) { 138 cs = convert_color_space(format); 145 planes = count_planes(format); 166 overlay->format = format;
|
SDL_sysyuv.h | 45 long format; 65 extern SDL_Overlay* BE_CreateYUVOverlay(_THIS, int width, int height, Uint32 format, SDL_Surface* display);
|
/external/qemu/distrib/sdl-1.2.12/src/video/directfb/ |
SDL_DirectFB_yuv.c | 74 int width, int height, Uint32 format) 102 switch (format) 117 fprintf (stderr, "SDL_DirectFB: Unsupported YUV format (0x%08x)!\n", format); 151 SDL_Overlay *DirectFB_CreateYUVOverlay(_THIS, int width, int height, Uint32 format, SDL_Surface *display) 165 overlay->format = format; 182 if (CreateYUVSurface (this, hwdata, width, height, format)) 193 switch (format) 226 switch (overlay->format) [all...] |
/external/skia/include/core/ |
SkUserConfig.h | 129 printf conventions (e.g. const char* format, ...). If you want to redirect 135 const char* function, const char* format, ...);
|
/external/srec/portable/include/ |
PFileImpl.h | 44 * True if file is in little endian format. 80 PORTABLE_API ESR_ReturnCode PFileVfprintfImpl(PFile* self, int* result, const LCHAR* format, va_list args);
|