Searched defs:fmt (Results 276 - 300 of 662) sorted by path

<<11121314151617181920>>

/external/eigen/Eigen/src/Core/
H A DIO.h22 std::ostream & print_matrix(std::ostream & s, const Derived& _m, const IOFormat& fmt);
109 * format \a fmt.
117 DenseBase<Derived>::format(const IOFormat& fmt) const
119 return WithFormat<Derived>(derived(), fmt);
151 * print the matrix \a _m to the output stream \a s using the output format \a fmt */
153 std::ostream & print_matrix(std::ostream & s, const Derived& _m, const IOFormat& fmt) argument
157 s << fmt.matPrefix << fmt.matSuffix;
168 if(fmt.precision == StreamPrecision)
172 else if(fmt
[all...]
/external/elfutils/0.153/bionic-fixup/
H A Derror.h26 error(int status, int errnum, const char *fmt, ...) argument
29 va_start(lst, fmt);
30 vfprintf(stderr, fmt, lst);
/external/elfutils/0.153/host-darwin-fixup/
H A DAndroidFixup.h59 static inline void __attribute__((noreturn)) error(int status, int errnum, const char *fmt, ...) argument
62 va_start(lst, fmt);
63 vfprintf(stderr, fmt, lst);
/external/elfutils/0.153/libasm/
H A Ddisasm_cb.c153 GElf_Addr addr, const char *fmt, DisasmOutputCB_t outcb,
173 return ctx->ebl->disasm (startp, end, addr, fmt, outcb, getsym, outcbarg,
152 disasm_cb(DisasmCtx_t *ctx, const uint8_t **startp, const uint8_t *end, GElf_Addr addr, const char *fmt, DisasmOutputCB_t outcb, void *outcbarg, void *symcbarg) argument
H A Ddisasm_str.c60 GElf_Addr addr, const char *fmt, char **bufp, size_t len,
65 int res = INTUSE(disasm_cb) (ctx, startp, end, addr, fmt, buffer_cb, &buffer,
59 disasm_str(DisasmCtx_t *ctx, const uint8_t **startp, const uint8_t *end, GElf_Addr addr, const char *fmt, char **bufp, size_t len, void *symcbarg) argument
/external/elfutils/0.153/libcpu/
H A Di386_disasm.c314 const char *fmt, DisasmOutputCB_t outcb, DisasmGetSymCB_t symcb,
317 const char *save_fmt = fmt;
624 fmt = save_fmt;
629 while (*fmt != '\0')
631 if (*fmt != '%')
633 char ch = *fmt++;
636 switch ((ch = *fmt++))
641 ch = *fmt;
646 ch = *++fmt;
651 ++fmt;
313 i386_disasm(const uint8_t **startp, const uint8_t *end, GElf_Addr addr, const char *fmt, DisasmOutputCB_t outcb, DisasmGetSymCB_t symcb, void *outcbarg, void *symcbarg) argument
[all...]
/external/elfutils/0.153/src/
H A Dobjdump.c732 char *fmt; local
738 if (asprintf (&fmt, "%s%%7m %s%%.1o,%s%%.2o,%s%%.3o%%34a %s%%l",
750 fmt = "%7m %.1o,%.2o,%.3o%34a %l";
754 fmt, disasm_output, &info, NULL /* XXX */);
757 free (fmt);
H A Dreadelf.c8057 const char *fmt; local
8058 if (ebl_auxv_info (ebl, av->a_type, &name, &fmt) == 0)
8068 switch (fmt[0])
8093 for (const char *p = fmt + 1; *p != 0; p = strchr (p, '\0') + 1)
/external/fio/
H A Dstat.c190 char fmt[32]; local
208 snprintf(fmt, sizeof(fmt), "%%1.%uf", precision);
224 snprintf(ptr, sizeof(fbuf), fmt, plist[j].u.f);
/external/freetype/src/base/
H A Dftdbgmem.c208 ft_mem_debug_panic( const char* fmt, argument
216 va_start( ap, fmt );
217 vprintf( fmt, ap );
929 const char* fmt; local
965 fmt = "%6ld %6ld %8ld %8ld %8ld %s:%d\n";
972 printf( fmt,
H A Dftdebug.c54 FT_Message( const char* fmt, argument
60 va_start( ap, fmt );
61 vfprintf( stderr, fmt, ap );
69 FT_Panic( const char* fmt, argument
75 va_start( ap, fmt );
76 vfprintf( stderr, fmt, ap );
/external/freetype/src/smooth/
H A Dftgrays.c154 FT_Message( const char* fmt, argument
160 va_start( ap, fmt );
161 vfprintf( stderr, fmt, ap );
/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/genext2fs/
H A Dgenext2fs.c304 portable_snprintf(char *str, size_t n, const char *fmt, ...) argument
308 va_start(ap, fmt);
309 ret = vsprintf(str, fmt, ap);
/external/gtest/src/
H A Dgtest.cc2621 void ColoredPrintf(GTestColor color, const char* fmt, ...) { argument
2623 va_start(args, fmt);
2635 vprintf(fmt, args);
2654 vprintf(fmt, args);
2661 vprintf(fmt, args);
/external/icu/icu4c/source/common/
H A Dudataswp.c270 const char *fmt,
275 va_start(args, fmt);
276 ds->printError(ds->printErrorContext, fmt, args);
269 udata_printError(const UDataSwapper *ds, const char *fmt, ...) argument
H A Dutrace.c46 const char *fmt; local
50 fmt = gExitFmt;
53 fmt = gExitFmtValue;
56 fmt = gExitFmtStatus;
59 fmt = gExitFmtValueStatus;
62 fmt = gExitFmtPtrStatus;
66 fmt = gExitFmt;
70 (*pTraceExitFunc)(gTraceContext, fnNumber, fmt, args);
78 utrace_data(int32_t fnNumber, int32_t level, const char *fmt, ...) { argument
81 va_start(args, fmt );
187 utrace_vformat(char *outBuf, int32_t capacity, int32_t indent, const char *fmt, va_list args) argument
381 utrace_format(char *outBuf, int32_t capacity, int32_t indent, const char *fmt, ...) argument
[all...]
/external/icu/icu4c/source/i18n/
H A Dcurrfmt.h90 NumberFormat* fmt; member in class:CurrencyFormat
H A Ddatefmt.cpp104 DateFormat* fmt = (DateFormat*)&other; local
106 return (this == fmt) ||
108 fCalendar&&(fCalendar->isEquivalentTo(*fmt->fCalendar)) &&
109 (fNumberFormat && *fNumberFormat == *fmt->fNumberFormat) &&
110 (fCapitalizationContext == fmt->fCapitalizationContext) );
H A Ddtitvfmt.cpp194 const DateIntervalFormat* fmt = (DateIntervalFormat*)&other; local
197 equal = (this == fmt);
199 equal = (*fInfo == *fmt->fInfo);
200 equal = (*fDateFormat == *fmt->fDateFormat);
201 equal = fFromCalendar->isEquivalentTo(*fmt->fFromCalendar) ;
202 equal = fToCalendar->isEquivalentTo(*fmt->fToCalendar) ;
203 equal = (fSkeleton == fmt->fSkeleton);
206 res = ( this == fmt ) ||
209 ( *fInfo == *fmt->fInfo ) &&
211 ( *fDateFormat == *fmt
[all...]
H A Dfmtable.cpp907 UFormattable *fmt = (new Formattable())->toUFormattable(); local
909 if( fmt == NULL ) {
912 return fmt;
916 ufmt_close(UFormattable *fmt) { argument
917 Formattable *obj = Formattable::fromUFormattable(fmt);
923 ufmt_getType(const UFormattable *fmt, UErrorCode *status) { argument
927 const Formattable *obj = Formattable::fromUFormattable(fmt);
933 ufmt_isNumeric(const UFormattable *fmt) { argument
934 const Formattable *obj = Formattable::fromUFormattable(fmt);
939 ufmt_getDate(const UFormattable *fmt, UErrorCod argument
946 ufmt_getDouble(UFormattable *fmt, UErrorCode *status) argument
953 ufmt_getLong(UFormattable *fmt, UErrorCode *status) argument
961 ufmt_getObject(const UFormattable *fmt, UErrorCode *status) argument
974 ufmt_getUChars(UFormattable *fmt, int32_t *len, UErrorCode *status) argument
994 ufmt_getArrayLength(const UFormattable* fmt, UErrorCode *status) argument
1003 ufmt_getArrayItemByIndex(UFormattable* fmt, int32_t n, UErrorCode *status) argument
1018 ufmt_getDecNumChars(UFormattable *fmt, int32_t *len, UErrorCode *status) argument
1039 ufmt_getInt64(UFormattable *fmt, UErrorCode *status) argument
[all...]
H A Dmeasfmt.cpp951 CurrencyFormat* fmt = NULL; local
953 fmt = new CurrencyFormat(locale, ec);
955 delete fmt;
956 fmt = NULL;
959 return fmt;
H A Dmsgfmt.cpp1569 RuleBasedNumberFormat* fmt = new RuleBasedNumberFormat(tag, locale, ec); local
1570 if (fmt == NULL) {
1574 fmt->setDefaultRuleSet(defaultRuleSet, localStatus);
1576 return fmt;
1683 Format* fmt = NULL; local
1692 fmt = NumberFormat::createInstance(fLocale, ec);
1695 fmt = NumberFormat::createCurrencyInstance(fLocale, ec);
1698 fmt = NumberFormat::createPercentInstance(fLocale, ec);
1702 fmt = createIntegerFormat(fLocale, ec);
1705 fmt
[all...]
H A Dnfsubs.cpp730 NumberFormat* fmt = NumberFormat::createInstance(status); local
732 fmt->parse(text, result, parsePosition);
734 delete fmt;
1164 NumberFormat* fmt = NULL; local
1176 if (!fmt) {
1178 fmt = NumberFormat::createInstance(status);
1180 delete fmt;
1181 fmt = NULL;
1184 if (fmt) {
1185 fmt
[all...]
H A Dquantityformatter.cpp119 const NumberFormat &fmt,
128 const DecimalFormat *decFmt = dynamic_cast<const DecimalFormat *>(&fmt);
166 fmt.format(quantity, formattedNumber, fpos, status);
117 format( const Formattable& quantity, const NumberFormat &fmt, const PluralRules &rules, UnicodeString &appendTo, FieldPosition &pos, UErrorCode &status) const argument

Completed in 532 milliseconds

<<11121314151617181920>>