Searched refs:format (Results 226 - 250 of 1654) sorted by relevance

1234567891011>>

/external/qemu/distrib/sdl-1.2.15/src/audio/paudio/
H A DSDL_paudio.c236 int format; local
321 /* Try for a closest match on audio format */
322 format = 0;
323 for ( test_format = SDL_FirstAudioFormat(spec->format);
324 ! format && test_format; ) {
326 fprintf(stderr, "Trying format 0x%4.4x\n", test_format);
333 format = 1;
340 format = 1;
347 format = 1;
355 format
[all...]
/external/blktrace/
H A Dblkparse_fmt.c2 * This file contains format parsing code for blkparse, allowing you to
3 * customize the individual action format and generel output format.
39 fprintf(stderr,"Bad format specifier %c\n", spec);
43 fprintf(stderr,"Bad format specifier - need ',' %s\n", option);
167 char format[64]; local
171 sprintf(format, "%%-%d", width);
173 sprintf(format, "%%%d", width);
175 sprintf(format, "%%");
179 fprintf(ofp, strcat(format, "
[all...]
/external/v8/src/
H A Dplatform-posix.cc239 void OS::Print(const char* format, ...) { argument
241 va_start(args, format);
242 VPrint(format, args);
247 void OS::VPrint(const char* format, va_list args) { argument
249 __android_log_vprint(ANDROID_LOG_INFO, LOG_TAG, format, args);
251 vprintf(format, args);
256 void OS::FPrint(FILE* out, const char* format, ...) { argument
258 va_start(args, format);
259 VFPrint(out, format, args);
264 void OS::VFPrint(FILE* out, const char* format, va_lis argument
273 PrintError(const char* format, ...) argument
281 VPrintError(const char* format, va_list args) argument
290 SNPrintF(Vector<char> str, const char* format, ...) argument
299 VSNPrintF(Vector<char> str, const char* format, va_list args) argument
[all...]
/external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
H A DSupport_MessageFormat.java49 MessageFormat format = new MessageFormat(pattern, Locale.US);
59 t_FormatWithField(1, format, objects, null, Field.ARGUMENT, 3, 15);
61 // test other format fields that are included in the formatted text
62 t_FormatWithField(2, format, objects, null, DateFormat.Field.AM_PM, 0,
64 t_FormatWithField(3, format, objects, null,
68 t_FormatWithField(4, format, objects, null, DateFormat.Field.ERA, 0, 0);
69 t_FormatWithField(5, format, objects, null,
76 MessageFormat format = new MessageFormat(pattern, Locale.US);
83 t_Format(1, objects, format, getMessageVector1());
/external/apache-http/src/org/apache/http/client/entity/
H A DUrlEncodedFormEntity.java57 super(URLEncodedUtils.format(parameters, encoding),
71 super(URLEncodedUtils.format(parameters, HTTP.DEFAULT_CONTENT_CHARSET),
/external/dbus/dbus/
H A Dsd-daemon.h71 #define _sd_printf_attr_(a,b) __attribute__ ((format (printf, a, b)))
219 Similar to sd_notify() but takes a format string.
238 int sd_notifyf(int unset_environment, const char *format, ...) _sd_printf_attr_(2,3) _sd_hidden_;
/external/dexmaker/src/dx/java/com/android/dx/io/instructions/
H A DFiveRegisterDecodedInstruction.java43 public FiveRegisterDecodedInstruction(InstructionCodec format, int opcode, argument
46 super(format, opcode, index, indexType, target, literal);
H A DFourRegisterDecodedInstruction.java40 public FourRegisterDecodedInstruction(InstructionCodec format, int opcode, argument
43 super(format, opcode, index, indexType, target, literal);
H A DThreeRegisterDecodedInstruction.java37 public ThreeRegisterDecodedInstruction(InstructionCodec format, int opcode, argument
40 super(format, opcode, index, indexType, target, literal);
/external/e2fsprogs/lib/et/
H A Dcom_err.h32 COM_ERR_ATTR((format(printf, 3, 4)));
36 COM_ERR_ATTR((format(printf, 3, 0)));
/external/e2fsprogs/util/
H A Dgcc-wall-cleanup18 /zero-length format string/d
/external/guava/guava-testlib/src/com/google/common/collect/testing/
H A DPlatform.java49 static String format(String template, Object... args) { method in class:Platform
50 return String.format(template, args);
/external/icu4c/i18n/
H A Dcurrfmt.h66 using MeasureFormat::format;
71 virtual UnicodeString& format(const Formattable& obj,
/external/junit/src/org/junit/runners/model/
H A DMultipleFailureException.java28 String.format("There were %d errors:", fErrors.size()));
30 sb.append(String.format("\n %s(%s)", e.getClass().getName(), e.getMessage()));
/external/linux-tools-perf/util/ui/
H A Dhelpline.c54 int ui_helpline__show_help(const char *format, va_list ap) argument
61 sizeof(ui_helpline__last_msg) - backlog, format, ap);
/external/okhttp/src/main/java/libcore/net/http/
H A DHttpDate.java32 * Most websites serve cookies in the blessed format. Eagerly create the parser to ensure such
45 * If we fail to parse a date in a non-standard format, try each of these formats in sequence.
63 /* RI bug 6641315 claims a cookie of this format was once served by www.yahoo.com */
88 public static String format(Date value) { method in class:HttpDate
89 return STANDARD_DATE_FORMAT.get().format(value);
/external/openssl/crypto/bio/
H A Db_print.c137 const char *format, va_list args);
139 /* format read states */
149 /* format flags - Bits */
175 const char *format,
192 ch = *format++;
204 ch = *format++;
210 ch = *format++;
214 ch = *format++;
218 ch = *format++;
222 ch = *format
169 _dopr( char **sbuffer, char **buffer, size_t *maxlen, size_t *retlen, int *truncated, const char *format, va_list args) argument
768 BIO_printf(BIO *bio, const char *format, ...) argument
781 BIO_vprintf(BIO *bio, const char *format, va_list args) argument
814 BIO_snprintf(char *buf, size_t n, const char *format, ...) argument
827 BIO_vsnprintf(char *buf, size_t n, const char *format, va_list args) argument
[all...]
/external/qemu/android/
H A Dcharmap.c64 /* Line format was bad. */
335 // Make sure token format was ok and value doesn't exceed unsigned short.
397 * returns BAD_FORMAT if line format was not recognized, SKIP_LINE if line
398 * format was ok, but it didn't contain key information, or KEY_ENTRY
424 derror("Invalid format of charmap file %s. Unknown key %s in line %d",
432 derror("Invalid format of charmap file %s. Invalid display value in line %d",
440 derror("Invalid format of charmap file %s. Invalid number value in line %d",
448 derror("Invalid format of charmap file %s. Invalid base value in line %d",
456 derror("Invalid format of charmap file %s. Invalid caps value in line %d",
464 derror("Invalid format o
[all...]
/external/qemu/distrib/sdl-1.2.15/src/audio/nds/
H A Dsoundcommon.h57 u8 channel,format; member in struct:__anon10503
66 extern void SoundSystemInit(u32 rate,u32 buffersize,u8 channel,u8 format);
/external/qemu/distrib/sdl-1.2.15/src/video/
H A DSDL_yuv_sw_c.h29 extern SDL_Overlay *SDL_CreateYUV_SW(_THIS, int width, int height, Uint32 format, SDL_Surface *display);
/external/qemu/distrib/sdl-1.2.15/src/video/directfb/
H A DSDL_DirectFB_yuv.h29 extern SDL_Overlay *DirectFB_CreateYUVOverlay(_THIS, int width, int height, Uint32 format, SDL_Surface *display);
/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
H A DSDL_fb3dfx.c56 Uint32 format; local
67 /* Set the destination pixel format */
69 bpp = dst->format->BitsPerPixel;
70 format = dst->pitch | ((bpp+((bpp==8) ? 0 : 8)) << 13);
79 tdfx_out32(DSTFORMAT, format);
114 /* Set the source and destination pixel format */
116 bpp = src->format->BitsPerPixel;
119 bpp = dst->format->BitsPerPixel;
142 tdfx_out32(SRCCOLORKEYMIN, src->format->colorkey);
143 tdfx_out32(SRCCOLORKEYMAX, src->format
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/nanox/
H A DSDL_nxmodes.c31 SDL_Rect ** NX_ListModes (_THIS, SDL_PixelFormat * format, Uint32 flags) argument
36 if (SDL_Visual.bpp == format -> BitsPerPixel) {
/external/qemu/distrib/sdl-1.2.15/src/video/photon/
H A DSDL_phyuv_c.h42 long format; member in struct:private_yuvhwdata
56 extern SDL_Overlay* ph_CreateYUVOverlay(_THIS, int width, int height, Uint32 format, SDL_Surface* display);
/external/qemu/distrib/sdl-1.2.15/src/video/ps2gs/
H A DSDL_gsyuv_c.h29 extern SDL_Overlay *GS_CreateYUVOverlay(_THIS, int width, int height, Uint32 format, SDL_Surface *display);

Completed in 751 milliseconds

1234567891011>>