| /third_party/ffmpeg/doc/examples/ |
| H A D | decode_audio.c | 42 static int get_format_from_sample_fmt(const char **fmt, in get_format_from_sample_fmt() argument 120 const char *fmt; in main() local
|
| /third_party/elfutils/libasm/ |
| H A D | disasm_cb.c | 157 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) disasm_cb() argument
|
| /third_party/ffmpeg/libavdevice/ |
| H A D | libdc1394.c | 102 const struct dc1394_frame_format *fmt; in dc1394_read_common() local 172 const struct dc1394_frame_format *fmt = NULL; dc1394_read_header() local [all...] |
| /third_party/ffmpeg/libavfilter/ |
| H A D | vf_colorkey_opencl.c | 108 int fmt = input_frames_ctx->sw_format; in filter_frame() local
|
| H A D | vf_hflip.c | 51 int fmt, ret; in query_formats() local
|
| /third_party/ffmpeg/libavformat/ |
| H A D | fitsenc.c | 49 static int write_keyword_value(AVFormatContext *s, const char *fmt, in write_keyword_value() argument
|
| H A D | psxstr.c | 244 int fmt = sector[0x13]; in str_read_packet() local
|
| /third_party/curl/src/ |
| H A D | tool_easysrc.c | 110 CURLcode easysrc_addf(struct slist_wc **plist, const char *fmt, ...) in easysrc_addf() argument
|
| /third_party/alsa-utils/bat/ |
| H A D | common.c | 34 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 D | console_reporter.cc | 96 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 D | ScientificNumberFormatter.java | 42 private final DecimalFormat fmt; field in ScientificNumberFormatter
|
| /third_party/icu/icu4c/source/samples/date/ |
| H A D | date.c | 262 UDateFormat *fmt; in date() local 307 UDateFormat *fmt = NULL; in getWhen() local [all...] |
| /third_party/icu/icu4c/source/test/intltest/ |
| H A D | nmfmtrt.cpp | 95 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 D | numfmtdatadriventest.cpp | 50 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 D | numfmtspectest.cpp | 48 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 D | BigNumberFormatTest.java | 68 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 D | ScientificNumberFormatter.java | 41 private final DecimalFormat fmt; field in ScientificNumberFormatter
|
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
| H A D | BigNumberFormatTest.java | 71 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 D | quantityformatter.cpp | 117 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 D | Gtest-dyn1.c | 94 template(int i, template_t self, int (*printer)(const char *, ...), const char *fmt, const char **arr) template() argument
|
| /third_party/libuv/src/ |
| H A D | inet.c | 49 static const char fmt[] = "%u.%u.%u.%u"; in inet_ntop4() local
|
| /third_party/libsnd/Octave/ |
| H A D | sndfile.cc | 375 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 D | util.c | 239 afuc_printc(enum afuc_color c, const char *fmt, ...) in afuc_printc() argument
|
| /third_party/mesa3d/src/egl/main/ |
| H A D | eglconfigdebug.c | 90 _strnAppend(char *const buf, const int bufSize, const char *fmt, ...) in _strnAppend() argument
|
| /third_party/mesa3d/src/broadcom/clif/ |
| H A D | clif_private.h | 106 out(struct clif_dump *clif, const char *fmt, ...) in out() argument
|