Home
last modified time | relevance | path

Searched refs:format (Results 4976 - 5000 of 10554) sorted by relevance

1...<<191192193194195196197198199200>>...423

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DDurationFormat.java22 * <p>Use MeasureFormat to format periods like "5 days, 3 hours";
23 * use RelativeDateTimeFormatter to format relative dates like "5 days ago".
35 * Construct a duration format for the specified locale
66 * @param object the object to format. Should be either a Long, Date, or javax.xml.datatype.Duration object.
74 public abstract StringBuffer format(Object object, StringBuffer toAppend, in format() method in DurationFormat
/third_party/icu/icu4c/source/i18n/unicode/
H A Dcompactdecimalformat.h44 * 'Hits: 1,200,000,000'. The format will be appropriate for the given language,
110 using DecimalFormat::format;
141 * This method will fail if this format is not a currency format,
/third_party/alsa-lib/include/
H A Dalisp.h45 __attribute__ ((format (printf, 4, 5)))
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/
H A DPathValueTransformer.java87 return String.format( in toString()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DDurationFormat.java23 * <p>Use MeasureFormat to format periods like "5 days, 3 hours";
24 * use RelativeDateTimeFormatter to format relative dates like "5 days ago".
37 * Construct a duration format for the specified locale
68 * @param object the object to format. Should be either a Long, Date, or javax.xml.datatype.Duration object.
76 public abstract StringBuffer format(Object object, StringBuffer toAppend, in format() method in DurationFormat
/third_party/libwebsockets/include/libwebsockets/
H A Dlws-settings.h94 * \param format: printf-style format string
97 * format string and arguments provided. There's no specific limit to the size,
102 const char *format, ...) LWS_FORMAT(3);
/third_party/libsnd/tests/
H A Dlargefile_test.c61 sfinfo.format = (filetype | SF_FORMAT_PCM_32) ; in largefile_test()
/third_party/mbedtls/library/
H A Ddebug_internal.h24 * \param format format specifier, in printf format
25 * \param ... variables used by the format specifier
32 const char *format, ...) MBEDTLS_PRINTF_ATTRIBUTE(5, 6);
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dradeon_video.h81 enum pipe_format format,
/third_party/node/deps/icu-small/source/i18n/unicode/
H A Dcompactdecimalformat.h44 * 'Hits: 1,200,000,000'. The format will be appropriate for the given language,
110 using DecimalFormat::format;
141 * This method will fail if this format is not a currency format,
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_sampler.c77 *format_out = border_color_info->format; in vk_sampler_border_color_value()
/third_party/node/deps/v8/src/base/
H A Dcompiler-specific.h21 // Tell the compiler a function is using a printf-style format string.
22 // |format_param| is the one-based index of the format string parameter;
28 __attribute__((format(printf, format_param, dots_param)))
/third_party/musl/libc-test/src/functionalext/supplement/fortify/fortify_gtest/
H A Dfortify_snprintf_chk_test.cpp14 char* dest, size_t supplied_size, int flags, size_t dst_len_from_compiler, const char* format, ...);
H A Dfortify_sprintf_chk_test.cpp14 extern "C" int __sprintf_chk(char* dest, int flags, size_t dst_len_from_compiler, const char* format, ...);
/third_party/mesa3d/src/util/
H A Du_printf.c34 _CRTIMP int _vscprintf(const char *format, va_list argptr);
H A Dfossilize_db.h24 /* This is a basic c implementation of a fossilize db like format intended for
27 * The format is compatible enough to allow the fossilize db tools to be used
63 uint32_t format; member
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_blt.h43 uint32_t format; /* BLT_FORMAT_* */ member
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/
H A DMetadataKey.java63 return String.format("region=%s, calling code=+%s", region(), callingCode()); in toString()
/third_party/rust/crates/clap/examples/tutorial_builder/
H A D04_01_enum.rs41 Err(format!("invalid variant: {}", s)) in fmt()
/third_party/rust/crates/clap/src/builder/
H A Dvalue_hint.rs92 _ => return Err(format!("unknown ValueHint: `{s}`")), in from_str()
/third_party/python/Tools/scripts/
H A Dimport_diagnostics.py11 print("sys.{}:".format(name))
/third_party/pulseaudio/src/pulse/
H A Dpulseaudio.h27 #include <pulse/format.h>
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A Dd3d_format.h6 // d3d_format: Describes a D3D9 format. Used by the D3D9 and GL back-ends.
53 const D3DFormat &GetD3DFormatInfo(D3DFORMAT format);
/third_party/vk-gl-cts/android/cts/runner/src/com/drawelements/deqp/runner/
H A DBatchRunConfiguration.java45 return String.format("{glformat=%s,rotation=%s,surfacetype=%s,required=%b}", in getId()
/third_party/vk-gl-cts/external/amber/src/src/vulkan/
H A Dtransfer_buffer.h22 #include "src/format.h"
34 TransferBuffer(Device* device, uint32_t size_in_bytes, Format* format);

Completed in 12 milliseconds

1...<<191192193194195196197198199200>>...423