HomeSort by relevance Sort by last modified time
    Searched refs:fmt (Results 51 - 75 of 1077) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/linux-tools-perf/perf-3.12.0/tools/perf/ui/
helpline.h 12 int (*show)(const char *fmt, va_list ap);
21 void ui_helpline__vpush(const char *fmt, va_list ap);
22 void ui_helpline__fpush(const char *fmt, ...);
24 int ui_helpline__vshow(const char *fmt, va_list ap);
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
dprintf.c 39 dprintf(int fd, const char * __restrict fmt, ...)
44 va_start(ap, fmt);
45 ret = vdprintf(fd, fmt, ap);
fprintf.c 39 fprintf(FILE *fp, const char *fmt, ...)
44 va_start(ap, fmt);
45 ret = vfprintf(fp, fmt, ap);
fscanf.c 39 fscanf(FILE *fp, const char *fmt, ...)
44 va_start(ap, fmt);
45 ret = vfscanf(fp, fmt, ap);
fwprintf.c 39 fwprintf(FILE * __restrict fp, const wchar_t * __restrict fmt, ...)
44 va_start(ap, fmt);
45 ret = vfwprintf(fp, fmt, ap);
fwscanf.c 34 fwscanf(FILE * __restrict fp, const wchar_t * __restrict fmt, ...)
39 va_start(ap, fmt);
40 r = vfwscanf(fp, fmt, ap);
swprintf.c 35 swprintf(wchar_t * __restrict s, size_t n, const wchar_t * __restrict fmt, ...)
40 va_start(ap, fmt);
41 ret = vswprintf(s, n, fmt, ap);
swscanf.c 34 swscanf(const wchar_t * __restrict str, const wchar_t * __restrict fmt, ...)
39 va_start(ap, fmt);
40 r = vswscanf(str, fmt, ap);
wprintf.c 39 wprintf(const wchar_t * __restrict fmt, ...)
44 va_start(ap, fmt);
45 ret = vfwprintf(stdout, fmt, ap);
wscanf.c 34 wscanf(const wchar_t * __restrict fmt, ...)
39 va_start(ap, fmt);
40 r = vfwscanf(stdin, fmt, ap);
  /external/chromium_org/third_party/icu/source/i18n/unicode/
uformattable.h 81 * @param fmt the formatter
86 ufmt_close(UFormattable* fmt);
109 * @param fmt the UFormattable object
118 ufmt_getType(const UFormattable* fmt, UErrorCode *status);
122 * @param fmt the UFormattable object
129 ufmt_isNumeric(const UFormattable* fmt);
135 * @param fmt the UFormattable object
142 ufmt_getDate(const UFormattable* fmt, UErrorCode *status);
153 * @param fmt the UFormattable object
160 ufmt_getDouble(UFormattable* fmt, UErrorCode *status)
    [all...]
  /external/clang/test/Sema/
knr-variadic-def.c 9 int test(fmt)
10 char*fmt;
16 va_start(ap,fmt);
  /external/icu/icu4c/source/i18n/unicode/
uformattable.h 81 * @param fmt the formatter
86 ufmt_close(UFormattable* fmt);
109 * @param fmt the UFormattable object
118 ufmt_getType(const UFormattable* fmt, UErrorCode *status);
122 * @param fmt the UFormattable object
129 ufmt_isNumeric(const UFormattable* fmt);
135 * @param fmt the UFormattable object
142 ufmt_getDate(const UFormattable* fmt, UErrorCode *status);
153 * @param fmt the UFormattable object
160 ufmt_getDouble(UFormattable* fmt, UErrorCode *status)
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
nmfmtrt.cpp 92 NumberFormat *fmt = NULL; local
96 fmt = NumberFormat::createInstance(status);
98 test(fmt);
100 delete fmt;
102 fmt = NumberFormat::createCurrencyInstance(status);
104 test(fmt);
106 delete fmt;
108 fmt = NumberFormat::createPercentInstance(status);
110 test(fmt);
112 delete fmt;
    [all...]
  /external/icu/icu4c/source/test/intltest/
nmfmtrt.cpp 92 NumberFormat *fmt = NULL; local
96 fmt = NumberFormat::createInstance(status);
98 test(fmt);
100 delete fmt;
102 fmt = NumberFormat::createCurrencyInstance(status);
104 test(fmt);
106 delete fmt;
108 fmt = NumberFormat::createPercentInstance(status);
110 test(fmt);
112 delete fmt;
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
measfmt.cpp 26 CurrencyFormat* fmt = NULL; local
28 fmt = new CurrencyFormat(locale, ec);
30 delete fmt;
31 fmt = NULL;
34 return fmt;
currfmt.cpp 24 fmt(NULL)
26 fmt = NumberFormat::createCurrencyInstance(locale, ec);
30 MeasureFormat(other), fmt(NULL)
32 fmt = (NumberFormat*) other.fmt->clone();
36 delete fmt;
47 return *fmt == *c->fmt;
59 return fmt->format(obj, appendTo, pos, ec);
66 CurrencyAmount* currAmt = fmt->parseCurrency(source, pos)
    [all...]
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/
prprf.h 66 NSPR_API(PRUint32) PR_snprintf(char *out, PRUint32 outlen, const char *fmt, ...);
73 NSPR_API(char*) PR_smprintf(const char *fmt, ...);
87 NSPR_API(char*) PR_sprintf_append(char *last, const char *fmt, ...);
98 NSPR_API(PRUint32) PR_sxprintf(PRStuffFunc f, void *arg, const char *fmt, ...);
103 NSPR_API(PRUint32) PR_fprintf(struct PRFileDesc* fd, const char *fmt, ...);
108 NSPR_API(PRUint32) PR_vsnprintf(char *out, PRUint32 outlen, const char *fmt, va_list ap);
109 NSPR_API(char*) PR_vsmprintf(const char *fmt, va_list ap);
110 NSPR_API(char*) PR_vsprintf_append(char *last, const char *fmt, va_list ap);
111 NSPR_API(PRUint32) PR_vsxprintf(PRStuffFunc f, void *arg, const char *fmt, va_list ap);
112 NSPR_API(PRUint32) PR_vfprintf(struct PRFileDesc* fd, const char *fmt, va_list ap)
    [all...]
  /external/chromium_org/third_party/angle/src/common/
angleutils.cpp 11 std::string FormatString(const char *fmt, va_list vararg)
16 int len = vsnprintf(&buffer[0], buffer.size(), fmt, vararg);
20 len = vsnprintf(NULL, 0, fmt, vararg);
24 vsnprintf(&buffer[0], buffer.size(), fmt, vararg);
30 std::string FormatString(const char *fmt, ...)
33 va_start(vararg, fmt);
34 std::string result = FormatString(fmt, vararg);
  /external/libpcap/tests/
reactivatetest.c 69 error(const char *fmt, ...)
74 va_start(ap, fmt);
75 (void)vfprintf(stderr, fmt, ap);
77 if (*fmt) {
78 fmt += strlen(fmt);
79 if (fmt[-1] != '\n')
  /external/chromium_org/third_party/android_crazy_linker/src/src/
crazy_linker_error.cpp 31 void Error::Format(const char* fmt, ...) {
33 va_start(args, fmt);
34 vsnprintf(buff_, sizeof(buff_), fmt, args);
40 void Error::AppendFormat(const char* fmt, ...) {
42 va_start(args, fmt);
44 vsnprintf(buff_ + buff_len, sizeof(buff_) - buff_len, fmt, args);
  /external/libcxx/test/re/re.results/re.results.form/
form1.pass.cpp 32 const char fmt[] = "prefix: $`, match: $&, suffix: $', m[1]: $1, m[2]: $2"; local
34 fmt, fmt + std::char_traits<char>::length(fmt)).base();
44 const char fmt[] = "prefix: $`, match: $&, suffix: $', m[1]: $1, m[2]: $2"; local
46 fmt, fmt + std::char_traits<char>::length(fmt),
57 const char fmt[] = "match: &, m[1]: \\1, m[2]: \\2"; local
59 fmt, fmt + std::char_traits<char>::length(fmt)
71 const wchar_t fmt[] = L"prefix: $`, match: $&, suffix: $', m[1]: $1, m[2]: $2"; local
83 const wchar_t fmt[] = L"prefix: $`, match: $&, suffix: $', m[1]: $1, m[2]: $2"; local
96 const wchar_t fmt[] = L"match: &, m[1]: \\\\1, m[2]: \\\\2"; local
    [all...]
form4.pass.cpp 15 // format(const char_type* fmt,
30 const char fmt[] = "prefix: $`, match: $&, suffix: $', m[1]: $1, m[2]: $2"; local
31 std::string out = m.format(fmt);
39 const char fmt[] = "prefix: $`, match: $&, suffix: $', m[1]: $1, m[2]: $2"; local
40 std::string out = m.format(fmt, std::regex_constants::format_sed);
48 const char fmt[] = "match: &, m[1]: \\1, m[2]: \\2"; local
49 std::string out = m.format(fmt, std::regex_constants::format_sed);
58 const wchar_t fmt[] = L"prefix: $`, match: $&, suffix: $', m[1]: $1, m[2]: $2"; local
59 std::wstring out = m.format(fmt);
67 const wchar_t fmt[] = L"prefix: $`, match: $&, suffix: $', m[1]: $1, m[2]: $2" local
76 const wchar_t fmt[] = L"match: &, m[1]: \\\\1, m[2]: \\\\2"; local
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/include/linux/
kernel.h 74 vscnprintf(char *buf, size_t size, const char *fmt, va_list args)
79 i = vsnprintf(buf, size, fmt, args);
84 static inline int scnprintf(char * buf, size_t size, const char * fmt, ...)
90 va_start(args, fmt);
91 i = vsnprintf(buf, size, fmt, args);
104 const char *fmt, ...) __attribute__((format(printf, 2, 3)));
107 #define pr_fmt(fmt) fmt
110 #define pr_err(fmt, ...) \
111 eprintf(0, pr_fmt(fmt), ##__VA_ARGS__
    [all...]
  /external/elfutils/0.153/bionic-fixup/
error.h 26 error(int status, int errnum, const char *fmt, ...)
29 va_start(lst, fmt);
30 vfprintf(stderr, fmt, lst);

Completed in 6193 milliseconds

1 23 4 5 6 7 8 91011>>