HomeSort by relevance Sort by last modified time
    Searched refs:fmt (Results 251 - 275 of 666) sorted by null

<<11121314151617181920>>

  /external/quake/quake/src/WinQuake/
sys_null.cpp 165 void Sys_Printf (char *fmt, ...)
169 va_start (argptr,fmt);
170 vprintf (fmt,argptr);
snd_linux.cpp 41 int fmt; local
103 ioctl(audio_fd, SNDCTL_DSP_GETFMTS, &fmt);
104 if (fmt & AFMT_S16_LE) shm->samplebits = 16;
105 else if (fmt & AFMT_U8) shm->samplebits = 8;
sys_wind.cpp 156 void Sys_DebugLog(char *file, char *fmt, ...)
175 void Sys_Printf (char *fmt, ...)
179 va_start (argptr,fmt);
180 vprintf (fmt,argptr);
  /system/core/init/
parser.c 52 void parse_error(struct parse_state *state, const char *fmt, ...)
62 va_start(ap, fmt);
63 vsnprintf(buf + off, 128 - off, fmt, ap);
  /external/chromium/third_party/icu/source/io/
uscanf_p.c 107 * @param fmt A pointer to a '%' character in a u_scanf format specification.
113 u_scanf_parse_spec (const UChar *fmt,
116 const UChar *s = fmt;
229 return (int32_t)(s - fmt);
288 * @param fmt A pointer to the first character in the format string
291 * in <TT>fmt</TT>. Do nothing, if the argument isn't variable width.
299 const UChar *fmt,
377 const UChar *fmt,
393 const UChar *fmt,
417 const UChar *fmt,
    [all...]
  /external/icu4c/io/
uscanf_p.c 107 * @param fmt A pointer to a '%' character in a u_scanf format specification.
113 u_scanf_parse_spec (const UChar *fmt,
116 const UChar *s = fmt;
229 return (int32_t)(s - fmt);
288 * @param fmt A pointer to the first character in the format string
291 * in <TT>fmt</TT>. Do nothing, if the argument isn't variable width.
299 const UChar *fmt,
377 const UChar *fmt,
393 const UChar *fmt,
417 const UChar *fmt,
    [all...]
  /external/chromium/third_party/icu/source/i18n/
msgfmt.cpp 717 Format* fmt = subformats[i].format; local
718 if (fmt == NULL) {
721 else if (fmt->getDynamicClassID() == DecimalFormat::getStaticClassID()) {
724 NumberFormat& formatAlias = *(NumberFormat*)fmt;
745 appendTo += ((DecimalFormat*)fmt)->toPattern(buffer);
754 else if (fmt->getDynamicClassID() == SimpleDateFormat::getStaticClassID()) {
755 DateFormat& formatAlias = *(DateFormat*)fmt;
817 appendTo += ((SimpleDateFormat*)fmt)->toPattern(buffer);
830 else if (fmt->getDynamicClassID() == ChoiceFormat::getStaticClassID()) {
835 appendTo += ((ChoiceFormat*)fmt)->toPattern(buffer)
1227 Format* fmt = subformats[i].format; local
1328 Format* fmt = subformats[i].format; local
1466 RuleBasedNumberFormat* fmt = new RuleBasedNumberFormat(tag, locale, ec); local
1518 Format *fmt = NULL; local
    [all...]
  /bootable/recovery/
common.h 35 void ui_print(const char *fmt, ...) __attribute__((format(printf, 1, 2)));
  /external/dropbear/
scpmisc.h 47 void fatal(char* fmt,...);
  /external/e2fsprogs/lib/et/
com_err.h 33 extern void com_err_va (const char *whoami, errcode_t code, const char *fmt,
  /external/icu4c/samples/numfmt/
main.cpp 53 NumberFormat *fmt = NumberFormat::createInstance(us, status); local
60 fmt->parse(str, result, status);
72 fmt->format(result, str, status);
81 delete fmt; // Release the storage used by the formatter
  /external/qemu/distrib/sdl-1.2.12/src/audio/dmedia/
SDL_irixaudio.c 146 long fmt = 0; local
172 fmt = AL_SAMPFMT_TWOSCOMP;
177 fmt = AL_SAMPFMT_TWOSCOMP;
196 if ((alSetSampFmt(audio_config, fmt) >= 0) &&
  /external/qemu/hw/
goldfish_memlog.c 20 extern void dprint(const char* fmt, ...);
  /external/qemu/
qerror.h 35 const char *fmt, va_list *va);
  /external/quake/quake/src/QW/client/
snd_linux.c 22 int fmt; local
84 ioctl(audio_fd, SNDCTL_DSP_GETFMTS, &fmt);
85 if (fmt & AFMT_S16_LE) shm->samplebits = 16;
86 else if (fmt & AFMT_U8) shm->samplebits = 8;
  /external/stlport/src/
time_facets.cpp 465 const char * fmt = _Locale_d_fmt(time); local
468 while (*fmt != 0 && *fmt != '%') ++fmt;
469 if (*fmt == 0)
471 first = *++fmt;
472 while (*fmt != 0 && *fmt != '%') ++fmt;
473 if (*fmt == 0
    [all...]
  /ndk/sources/android/stlport/src/
time_facets.cpp 465 const char * fmt = _Locale_d_fmt(time); local
468 while (*fmt != 0 && *fmt != '%') ++fmt;
469 if (*fmt == 0)
471 first = *++fmt;
472 while (*fmt != 0 && *fmt != '%') ++fmt;
473 if (*fmt == 0
    [all...]
  /external/qemu/audio/
esdaudio.c 101 static void GCC_FMT_ATTR (2, 3) qesd_logerr (int err, const char *fmt, ...)
105 va_start (ap, fmt);
106 AUD_vlog (AUDIO_CAP, fmt, ap);
176 switch (as->fmt) {
180 obt_as.fmt = AUD_FMT_U8;
191 obt_as.fmt = AUD_FMT_S16;
195 dolog ("Internal logic error: Bad audio format %d\n", as->fmt);
333 switch (as->fmt) {
337 obt_as.fmt = AUD_FMT_U8;
343 obt_as.fmt = AUD_FMT_S16
    [all...]
  /bootable/bootloader/legacy/include/boot/
boot.h 77 void dprintf(const char *fmt, ...);
112 void cprintf(const char *fmt, ...);
  /device/samsung/crespo/liboverlay/
v4l2_utils.h 22 int v4l2_overlay_init(int fd, uint32_t w, uint32_t h, uint32_t fmt,
25 uint32_t *fmt);
  /external/chromium/base/third_party/purify/
pure.h 32 int __cdecl PurePrintf(const char *fmt, ...) ;
33 int __cdecl PurifyPrintf(const char *fmt, ...) ;
  /external/svox/pico/lib/
picopal.c 164 picopal_int16 picopal_sprintf(picopal_char * dst, const picopal_char *fmt, ...)
169 va_start(args, (char *)fmt);
170 i = (picopal_int16)vsprintf((char *) dst, (const char *)fmt, args);
176 picopal_objsize_t picopal_vslprintf(picopal_char * dst, picopal_objsize_t siz, const picopal_char *fmt, va_list args) {
179 const picopal_char *f = fmt;
237 picopal_objsize_t picopal_slprintf(picopal_char * dst, picopal_objsize_t siz, const picopal_char *fmt, /*args*/ ...) {
241 va_start(args, (char *)fmt);
242 i = picopal_vslprintf(dst, siz, fmt, args);
  /frameworks/base/media/jni/
android_media_ResampleInputStream.cpp 42 static void throwException(JNIEnv *env, const char* ex, const char* fmt, int data) {
45 sprintf(msg, fmt, data);
  /libcore/luni/src/test/java/libcore/java/text/
DateFormatSymbolsTest.java 73 private String formatDate(Locale l, String fmt, DateFormatSymbols dfs) {
74 SimpleDateFormat sdf = new SimpleDateFormat(fmt, l);
  /external/icu4c/test/intltest/
dtfmttst.cpp 226 SimpleDateFormat *fmt = new SimpleDateFormat((UnicodeString)"dd-MMM-yy h:mm:ss 'o''clock' a z", Locale::getEnglish(), status); local
227 //DateFormat* fmt = DateFormat::createDateTimeInstance(DateFormat::MEDIUM, DateFormat::FULL, Locale::ENGLISH);
244 UDate d = fmt->parse(*s, status);
257 delete fmt;
578 SimpleDateFormat* fmt; local
580 fmt = new SimpleDateFormat((UnicodeString)"yyyy/MM/dd", status);
583 delete fmt;
587 testIt917(fmt, myDate, date(97, 2 - 1, 3));
588 delete fmt;
589 fmt = new SimpleDateFormat((UnicodeString)"yyyyMMdd", status)
631 DateFormat* fmt = DateFormat::createDateInstance(DateFormat::FULL, Locale("cs", "", "")); local
1073 DateFormat *fmt = new SimpleDateFormat(DATA[i+2], Locale::getEnglish(), status); local
3318 DateFormat *fmt = DateFormat::createTimeInstance(DateFormat::kFull, Locale("zh")); local
    [all...]

Completed in 484 milliseconds

<<11121314151617181920>>