Home
last modified time | relevance | path

Searched defs:fmt (Results 1026 - 1050 of 4076) sorted by relevance

1...<<41424344454647484950>>...164

/third_party/alsa-utils/bat/
H A Dcommon.c34 static int update_fmt_to_bat(struct bat *bat, struct chunk_fmt *fmt) in update_fmt_to_bat() argument
/third_party/benchmark/src/
H A Dconsole_reporter.cc96 static void IgnoreColorPrint(std::ostream& out, LogColor, const char* fmt, in IgnoreColorPrint() argument
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DScientificNumberFormatter.java42 private final DecimalFormat fmt; field in ScientificNumberFormatter
/third_party/icu/icu4c/source/samples/date/
H A Ddate.c262 UDateFormat *fmt; in date() local
307 UDateFormat *fmt = NULL; in getWhen() local
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Dnmfmtrt.cpp95 NumberFormat *fmt = NULL; in start() local
150 test(NumberFormat *fmt) test() argument
221 test(NumberFormat *fmt, double value) test() argument
227 test(NumberFormat *fmt, int32_t value) test() argument
233 test(NumberFormat *fmt, const Formattable& value) test() argument
[all...]
H A Dnumfmtdatadriventest.cpp50 format(const DecimalFormat& fmt, const DecimalQuantity& digitList, UnicodeString& appendTo, in format() argument
61 format(const DecimalFormat& fmt, T value, UnicodeString& appendTo, UErrorCode& status) { in format() argument
69 static void adjustDecimalFormat(const NumberFormatTestTuple& tuple, DecimalFormat& fmt, in adjustDecimalFormat() argument
[all...]
H A Dnumfmtspectest.cpp48 static UnicodeString format(double d, const NumberFormat &fmt) { in format() argument
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DBigNumberFormatTest.java68 private void expectPad(DecimalFormat fmt, String pat, int pos) { in expectPad() argument
72 private void expectPad(DecimalFormat fmt, String pat, in expectPad() argument
153 expectPat(DecimalFormat fmt, String exp) expectPat() argument
292 expect(NumberFormat fmt, Object[] data) expect() argument
344 expect(NumberFormat fmt, Number n, String exp) expect() argument
358 expect(NumberFormat fmt, String str, Number exp) expect() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DScientificNumberFormatter.java41 private final DecimalFormat fmt; field in ScientificNumberFormatter
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DBigNumberFormatTest.java71 private void expectPad(DecimalFormat fmt, String pat, int pos) { in expectPad() argument
75 private void expectPad(DecimalFormat fmt, String pat, in expectPad() argument
156 expectPat(DecimalFormat fmt, String exp) expectPat() argument
295 expect(NumberFormat fmt, Object[] data) expect() argument
347 expect(NumberFormat fmt, Number n, String exp) expect() argument
361 expect(NumberFormat fmt, String str, Number exp) expect() argument
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dquantityformatter.cpp117 format( const Formattable &number, const NumberFormat &fmt, const PluralRules &rules, UnicodeString &appendTo, FieldPosition &pos, UErrorCode &status) const format() argument
143 selectPlural( const Formattable &number, const NumberFormat &fmt, const PluralRules &rules, UnicodeString &formattedNumber, FieldPosition &pos, UErrorCode &status) selectPlural() argument
179 formatAndSelect( double quantity, const NumberFormat& fmt, const PluralRules& rules, FormattedStringBuilder& output, StandardPlural::Form& pluralForm, UErrorCode& status) formatAndSelect() argument
/third_party/libunwind/libunwind/tests/
H A DGtest-dyn1.c94 template(int i, template_t self, int (*printer)(const char *, ...), const char *fmt, const char **arr) template() argument
/third_party/libuv/src/
H A Dinet.c49 static const char fmt[] = "%u.%u.%u.%u"; in inet_ntop4() local
/third_party/libsnd/Octave/
H A Dsndfile.cc375 format_of_str (const std::string & fmt) in format_of_str() argument
396 string_of_format (std::string & fmt, int format) in string_of_format() argument
/third_party/mesa3d/src/freedreno/afuc/
H A Dutil.c239 afuc_printc(enum afuc_color c, const char *fmt, ...) in afuc_printc() argument
/third_party/mesa3d/src/egl/main/
H A Deglconfigdebug.c90 _strnAppend(char *const buf, const int bufSize, const char *fmt, ...) in _strnAppend() argument
/third_party/mesa3d/src/broadcom/clif/
H A Dclif_private.h106 out(struct clif_dump *clif, const char *fmt, ...) in out() argument
/third_party/mesa3d/src/broadcom/qpu/
H A Dqpu_disasm.c39 append(struct disasm_state *disasm, const char *fmt, ...) in append() argument
/third_party/mesa3d/src/compiler/glsl/glcpp/
H A Dpp.c31 glcpp_error (YYLTYPE *locp, glcpp_parser_t *parser, const char *fmt, ...) in glcpp_error() argument
49 glcpp_warning (YYLTYPE *locp, glcpp_parser_t *parser, const char *fmt, ...) in glcpp_warning() argument
/third_party/mesa3d/src/compiler/glsl/
H A Dir_builder_print_visitor.cpp161 ir_builder_print_visitor::print_with_indent(const char *fmt, ...) in print_with_indent() argument
173 ir_builder_print_visitor::print_without_indent(const char *fmt, ...) in print_without_indent() argument
/third_party/ltp/lib/
H A Dtst_buffers.c80 char *tst_aprintf(const char *fmt, ...) in tst_aprintf() argument
H A Dtst_safe_file_at.c86 tst_file_vprintfat(const int dirfd, const char *const path, const char *const fmt, va_list va) tst_file_vprintfat() argument
107 tst_file_printfat(const int dirfd, const char *const path, const char *const fmt, ...) tst_file_printfat() argument
120 safe_file_vprintfat(const char *const file, const int lineno, const int dirfd, const char *const path, const char *const fmt, va_list va) safe_file_vprintfat() argument
160 safe_file_printfat(const char *const file, const int lineno, const int dirfd, const char *const path, const char *const fmt, ...) safe_file_printfat() argument
[all...]
H A Dsafe_file_ops.c37 int tst_count_scanf_conversions(const char *fmt) in tst_count_scanf_conversions() argument
69 file_scanf(const char *file, const int lineno, const char *path, const char *fmt, ...) file_scanf() argument
120 safe_file_scanf(const char *file, const int lineno, void (*cleanup_fn) (void), const char *path, const char *fmt, ...) safe_file_scanf() argument
168 file_lines_scanf(const char *file, const int lineno, void (*cleanup_fn)(void), int strict, const char *path, const char *fmt, ...) file_lines_scanf() argument
212 file_printf(const char *file, const int lineno, const char *path, const char *fmt, ...) file_printf() argument
253 safe_file_vprintf(const char *file, const int lineno, void (*cleanup_fn)(void), const char *path, const char *fmt, va_list va) safe_file_vprintf() argument
280 safe_file_printf(const char *file, const int lineno, void (*cleanup_fn)(void), const char *path, const char *fmt, ...) safe_file_printf() argument
290 safe_try_file_printf(const char *file, const int lineno, void (*cleanup_fn)(void), const char *path, const char *fmt, ...) safe_try_file_printf() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/virgl/
H A Dvirgl_texture.c132 enum pipe_format fmt = resource->format; in texture_transfer_map_resolve() local
76 virgl_init_temp_resource_from_box(struct pipe_resource *res, struct pipe_resource *orig, const struct pipe_box *box, unsigned level, unsigned flags, enum pipe_format fmt) virgl_init_temp_resource_from_box() argument
[all...]
/third_party/mesa3d/src/gallium/frontends/xvmc/
H A Dxvmc_private.h109 static inline void XVMC_MSG(int level, const char *fmt, ...) in XVMC_MSG() argument

Completed in 15 milliseconds

1...<<41424344454647484950>>...164