/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | DurationFormat.java | 22 * <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 D | compactdecimalformat.h | 44 * '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 D | alisp.h | 45 __attribute__ ((format (printf, 4, 5)))
|
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/ |
H A D | PathValueTransformer.java | 87 return String.format( in toString()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | DurationFormat.java | 23 * <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 D | lws-settings.h | 94 * \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 D | largefile_test.c | 61 sfinfo.format = (filetype | SF_FORMAT_PCM_32) ; in largefile_test()
|
/third_party/mbedtls/library/ |
H A D | debug_internal.h | 24 * \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 D | radeon_video.h | 81 enum pipe_format format,
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
H A D | compactdecimalformat.h | 44 * '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 D | vk_sampler.c | 77 *format_out = border_color_info->format; in vk_sampler_border_color_value()
|
/third_party/node/deps/v8/src/base/ |
H A D | compiler-specific.h | 21 // 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 D | fortify_snprintf_chk_test.cpp | 14 char* dest, size_t supplied_size, int flags, size_t dst_len_from_compiler, const char* format, ...);
|
H A D | fortify_sprintf_chk_test.cpp | 14 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 D | u_printf.c | 34 _CRTIMP int _vscprintf(const char *format, va_list argptr);
|
H A D | fossilize_db.h | 24 /* 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 D | etnaviv_blt.h | 43 uint32_t format; /* BLT_FORMAT_* */ member
|
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/ |
H A D | MetadataKey.java | 63 return String.format("region=%s, calling code=+%s", region(), callingCode()); in toString()
|
/third_party/rust/crates/clap/examples/tutorial_builder/ |
H A D | 04_01_enum.rs | 41 Err(format!("invalid variant: {}", s)) in fmt()
|
/third_party/rust/crates/clap/src/builder/ |
H A D | value_hint.rs | 92 _ => return Err(format!("unknown ValueHint: `{s}`")), in from_str()
|
/third_party/python/Tools/scripts/ |
H A D | import_diagnostics.py | 11 print("sys.{}:".format(name))
|
/third_party/pulseaudio/src/pulse/ |
H A D | pulseaudio.h | 27 #include <pulse/format.h>
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
H A D | d3d_format.h | 6 // 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 D | BatchRunConfiguration.java | 45 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 D | transfer_buffer.h | 22 #include "src/format.h" 34 TransferBuffer(Device* device, uint32_t size_in_bytes, Format* format);
|