Searched defs:fmt (Results 76 - 100 of 662) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/yasm/source/patched-yasm/frontends/tasm/
H A Dtasm-options.c46 void (*print_error) (const char *fmt, ...))
45 parse_cmdline(int argc, char **argv, opt_option *options, size_t nopts, void (*print_error) (const char *fmt, ...)) argument
/external/chromium_org/ui/ozone/platform/dri/
H A Dgbm_buffer.cc15 int GetGbmFormatFromBufferFormat(SurfaceFactoryOzone::BufferFormat fmt) { argument
16 switch (fmt) {
/external/clang/test/CodeGenCXX/
H A Dmicrosoft-abi-methods.cpp9 void vararg_method(const char *fmt, ...) {} argument
/external/clang/test/Sema/
H A Dattr-format.c46 #define __printf0like(fmt,va) __attribute__((__format__(__printf0__,fmt,va)))
68 foo2(const char *fmt, va_list va) { argument
69 xx_vprintf(foo(fmt), va);
/external/deqp/framework/opengl/
H A DgluStrUtil.cpp33 std::ostream& operator<< (std::ostream& str, EnumPointerFmt fmt) argument
35 if (fmt.value)
38 for (deUint32 ndx = 0; ndx < fmt.size; ndx++)
42 str << tcu::Format::Enum(fmt.getName, fmt.value[ndx]);
/external/e2fsprogs/lib/et/
H A Dcom_err.c27 char *fmt, va_list args)
32 char *fmt, va_list args)
44 if (fmt) {
45 vfprintf (stderr, fmt, args);
68 void com_err_va (const char *whoami, errcode_t code, const char *fmt, argument
71 (*com_err_hook) (whoami, code, fmt, args);
76 const char *fmt, ...)
82 va_start(pvar, fmt);
83 com_err_va (whoami, code, fmt, pvar);
31 default_com_err_proc(const char *whoami, errcode_t code, const char *fmt, va_list args) argument
74 com_err(const char *whoami, errcode_t code, const char *fmt, ...) argument
/external/fsck_msdos/
H A Dmain.c132 ask(int def, const char *fmt, ...) argument
147 va_start(ap, fmt);
148 vsnprintf(prompt, sizeof(prompt), fmt, ap);
/external/icu/icu4c/source/test/intltest/
H A Dnumfmtst.h188 void expectParseCurrency(const NumberFormat &fmt, const UChar* currency, double amount, const char *text);
198 void expect2(NumberFormat& fmt, const Formattable& n, const UnicodeString& str);
200 void expect3(NumberFormat& fmt, const Formattable& n, const UnicodeString& str);
202 void expect2(NumberFormat& fmt, const Formattable& n, const char* str) { argument
203 expect2(fmt, n, UnicodeString(str, ""));
206 void expect2(NumberFormat* fmt, const Formattable& n, const UnicodeString& str, UErrorCode ec);
208 void expect2(NumberFormat* fmt, const Formattable& n, const char* str, UErrorCode ec) { argument
209 expect2(fmt, n, UnicodeString(str, ""), ec);
212 void expect(NumberFormat& fmt, const UnicodeString& str, const Formattable& n);
214 void expect(NumberFormat& fmt, cons argument
221 expect(NumberFormat& fmt, const Formattable& n, const char *exp, UBool rt=TRUE) argument
229 expect(NumberFormat* fmt, const Formattable& n, const char *exp, UBool rt, UErrorCode errorCode) argument
234 expect(NumberFormat* fmt, const Formattable& n, const UnicodeString& exp, UErrorCode errorCode) argument
239 expect(NumberFormat* fmt, const Formattable& n, const char *exp, UErrorCode errorCode) argument
250 expectPad(DecimalFormat& fmt, const char *pat, int32_t pos, int32_t width, UChar pad) argument
258 expectPad(DecimalFormat& fmt, const char *pat, int32_t pos, int32_t width, const UnicodeString& pad) argument
265 expectPat(DecimalFormat& fmt, const char *exp) argument
272 expectPad(DecimalFormat& fmt, const char *pat, int32_t pos) argument
[all...]
H A Dsimplepatternformattertest.cpp38 SimplePatternFormatter fmt("This doesn''t have templates '{0}");
39 assertEquals("PlaceholderCount", 0, fmt.getPlaceholderCount());
44 fmt.format("unused", appendTo, status));
45 fmt.compile("This has {} bad {012d placeholders", status);
46 assertEquals("PlaceholderCount", 0, fmt.getPlaceholderCount());
51 fmt.format("unused", appendTo, status));
57 SimplePatternFormatter fmt; local
58 fmt.compile("{0} meter", status);
59 assertEquals("PlaceholderCount", 1, fmt.getPlaceholderCount());
64 fmt
88 SimplePatternFormatter fmt; local
[all...]
/external/ipsec-tools/src/racoon/
H A Dlogger.c140 log_vprint(struct log *p, const char *fmt, ...) argument
151 va_start(ap, fmt);
152 vfprintf(fp, fmt, ap);
161 log_vaprint(struct log *p, const char *fmt, va_list ap) argument
170 vfprintf(fp, fmt, ap);
230 vatest(const char *fmt, ...) argument
233 va_start(ap, fmt);
234 log_vaprint(l, fmt, ap);
/external/libselinux/src/
H A Dcallbacks.c15 default_selinux_log(int type __attribute__((unused)), const char *fmt, ...) argument
19 va_start(ap, fmt);
20 rc = vfprintf(stderr, fmt, ap);
/external/linux-tools-perf/perf-3.12.0/tools/lib/traceevent/
H A Dparse-utils.c28 void __vdie(const char *fmt, va_list ap) argument
38 vfprintf(stderr, fmt, ap);
44 void __die(const char *fmt, ...) argument
48 va_start(ap, fmt);
49 __vdie(fmt, ap);
53 void __weak die(const char *fmt, ...) argument
57 va_start(ap, fmt);
58 __vdie(fmt, ap);
62 void __vwarning(const char *fmt, va_list ap) argument
69 vfprintf(stderr, fmt, a
74 __warning(const char *fmt, ...) argument
83 warning(const char *fmt, ...) argument
92 __vpr_stat(const char *fmt, va_list ap) argument
98 __pr_stat(const char *fmt, ...) argument
107 vpr_stat(const char *fmt, va_list ap) argument
112 pr_stat(const char *fmt, ...) argument
[all...]
H A Dtrace-seq.c90 * @fmt: printf format string
102 trace_seq_printf(struct trace_seq *s, const char *fmt, ...) argument
113 va_start(ap, fmt);
114 ret = vsnprintf(s->buffer + s->len, len, fmt, ap);
130 * @fmt: printf format string
139 trace_seq_vprintf(struct trace_seq *s, const char *fmt, va_list args) argument
149 ret = vsnprintf(s->buffer + s->len, len, fmt, args);
/external/linux-tools-perf/perf-3.12.0/tools/perf/ui/
H A Dhelpline.c19 static int nop_helpline__show(const char *fmt __maybe_unused,
43 void ui_helpline__vpush(const char *fmt, va_list ap) argument
47 if (vasprintf(&s, fmt, ap) < 0)
48 vfprintf(stderr, fmt, ap);
55 void ui_helpline__fpush(const char *fmt, ...) argument
59 va_start(ap, fmt);
60 ui_helpline__vpush(fmt, ap);
70 int ui_helpline__vshow(const char *fmt, va_list ap) argument
72 return helpline_fns->show(fmt, ap);
/external/mesa3d/src/gallium/auxiliary/postprocess/
H A Dpp_init.c183 pp_debug(const char *fmt, ...) argument
190 va_start(ap, fmt);
191 _debug_vprintf(fmt, ap);
/external/mesa3d/src/glx/apple/
H A Dapple_glx_log.c52 int line, const char *fmt, ...) {
54 va_start(v, fmt);
55 _apple_glx_vlog(level, file, function, line, fmt, v);
74 int line, const char *fmt, va_list args) {
98 vfprintf(stderr, fmt, args2);
125 asl_vlog(aslc, msg, level, fmt, args);
51 _apple_glx_log(int level, const char *file, const char *function, int line, const char *fmt, ...) argument
73 _apple_glx_vlog(int level, const char *file, const char *function, int line, const char *fmt, va_list args) argument
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
H A Devent.c86 OPJ_BOOL opj_event_msg(opj_event_mgr_t* p_event_mgr, OPJ_INT32 event_type, const char *fmt, ...) { argument
115 if ((fmt != 00) && (p_event_mgr != 00)) {
121 va_start(arg, fmt);
123 str_length = (strlen(fmt) > OPJ_MSG_SIZE) ? OPJ_MSG_SIZE : strlen(fmt);
126 vsnprintf(message, OPJ_MSG_SIZE, fmt, arg); /* UniPG */
/external/qemu/
H A Dcpus.c43 void hw_error(const char *fmt, ...) argument
48 va_start(ap, fmt);
50 vfprintf(stderr, fmt, ap);
/external/qemu/distrib/libselinux/src/
H A Dcallbacks.c15 default_selinux_log(int type __attribute__((unused)), const char *fmt, ...) argument
19 va_start(ap, fmt);
20 rc = vfprintf(stderr, fmt, ap);
/external/sonivox/arm-fm-22k/host_src/
H A Deas_report.c187 void EAS_Report (int severity, const char *fmt, ...) argument
196 va_start(vargs, fmt);
199 vfprintf(debugFile, fmt, vargs);
205 vprintf(fmt, vargs);
217 void EAS_ReportX (int severity, const char *fmt, ...) argument
226 va_start(vargs, fmt);
229 vfprintf(debugFile, fmt, vargs);
235 vprintf(fmt, vargs);
/external/sonivox/arm-hybrid-22k/host_src/
H A Deas_report.c187 void EAS_Report (int severity, const char *fmt, ...) argument
196 va_start(vargs, fmt);
199 vfprintf(debugFile, fmt, vargs);
205 vprintf(fmt, vargs);
217 void EAS_ReportX (int severity, const char *fmt, ...) argument
226 va_start(vargs, fmt);
229 vfprintf(debugFile, fmt, vargs);
235 vprintf(fmt, vargs);
/external/sonivox/arm-wt-22k/host_src/
H A Deas_report.c187 void EAS_Report (int severity, const char *fmt, ...) argument
196 va_start(vargs, fmt);
199 vfprintf(debugFile, fmt, vargs);
205 vprintf(fmt, vargs);
217 void EAS_ReportX (int severity, const char *fmt, ...) argument
226 va_start(vargs, fmt);
229 vfprintf(debugFile, fmt, vargs);
235 vprintf(fmt, vargs);
/external/android-clat/
H A Dipv6.c55 * fmt - printf-style format, use %s to place the address
59 void log_bad_address(const char *fmt, const struct in6_addr *src, const struct in6_addr *dst) { argument
65 logmsg_dbg(ANDROID_LOG_ERROR, fmt, srcstr, dststr);
68 #define log_bad_address(fmt, src, dst)
/external/bluetooth/bluedroid/bta/ag/
H A Dbta_ag_at.h51 UINT8 fmt; /* whether arg is int or string */ member in struct:__anon400
/external/chromium_org/base/strings/
H A Dsafe_sprintf_unittest.cc126 const char fmt[] = "hello%cworld"; local
132 EXPECT_EQ(-1, SafeSNPrintf(buf, static_cast<size_t>(-1), fmt, ' '));
136 EXPECT_EQ(-1, SafeSNPrintf(buf, 0, fmt, ' '));
141 SafeSNPrintf(buf, 1, fmt, ' '));
149 SafeSNPrintf(buf, 2, fmt, ' '));
158 SafeSNPrintf(buf, sizeof(buf), fmt, ' '));
165 EXPECT_EQ(static_cast<ssize_t>(sizeof(text))-1, SafeSPrintf(buf, fmt, ' '));
511 char buf[40], fmt[40]; local
522 SafeSPrintf(fmt, "%%%dc", std::numeric_limits<ssize_t>::max() - 1);
523 EXPECT_EQ(std::numeric_limits<ssize_t>::max()-1, SafeSPrintf(buf, fmt, '
[all...]

Completed in 1664 milliseconds

1234567891011>>