Home
last modified time | relevance | path

Searched refs:format (Results 2351 - 2375 of 12675) sorted by relevance

1...<<919293949596979899100>>...507

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DQuantityFormatter.java20 * format 1 as "1 apple" and 3 as "3 apples"
59 * @param numberFormat used to actually format the number.
64 public String format(double number, NumberFormat numberFormat, PluralRules pluralRules) { in format() method in QuantityFormatter
65 String formatStr = numberFormat.format(number); in format()
72 return formatter.format(formatStr); in format()
107 public static StringBuilder format(String compiledPattern, CharSequence value, in format() method in QuantityFormatter
/third_party/icu/icu4c/source/common/unicode/
H A Dsimpleformatter.h53 * fmt.format("england", "paul", result, errorCode);
173 UnicodeString &format(
190 UnicodeString &format(
209 UnicodeString &format(
326 static UnicodeString &format(
/third_party/mbedtls/scripts/mbedtls_dev/
H A Dc_build_helper.py44 c_fd, c_name = tempfile.mkstemp(prefix='tmp-{}-'.format(file_label),
58 printf format ``printf_format``.
62 .format(printf_format, cast_to, expr))
78 .format(caller))
133 * ``printf_format``: a printf format suitable for the type ``cast_to``.
166 .format(caller, c_name))
/third_party/mesa3d/bin/
H A Dkhronos-update.py24 print('Syncing {}...'.format(self.file), end=' ', flush=True)
28 error('Failed to retrieve file: {} {}'.format(req.status_code, req.reason))
33 if 'format=TEXT' in self.url:
62 Source('include/EGL/eglextchromium.h', 'https://chromium.googlesource.com/chromium/src/+/refs/heads/master/ui/gl/EGL/eglextchromium.h?format=TEXT'),
63 Source('include/EGL/eglext_angle.h', 'https://chromium.googlesource.com/angle/angle/+/refs/heads/master/include/EGL/eglext_angle.h?format=TEXT'),
179 Source('include/vulkan/vk_android_native_buffer.h', 'https://android.googlesource.com/platform/frameworks/native/+/master/vulkan/include/vulkan/vk_android_native_buffer.h?format=TEXT'),
197 error('Please run this script from the root folder ({})'.format(git_toplevel))
225 error('{} is unknown, please add it to SOURCES'.format(file))
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_surface.c28 #include "util/format/u_format.h"
44 !util_format_is_depth_or_stencil(info->src.resource->format) && in sp_blit()
45 !util_format_is_pure_integer(info->src.resource->format)) { in sp_blit()
56 util_format_short_name(info->src.resource->format), in sp_blit()
57 util_format_short_name(info->dst.resource->format)); in sp_blit()
/third_party/node/lib/internal/crypto/
H A Dmac.js86 format,
98 switch (format) {
153 throw lazyDOMException(`Unable to import HMAC key with format ${format}`);
/third_party/node/test/parallel/
H A Dtest-crypto-async-sign-verify.js23 key: privateKey.export({ format: 'der', type: 'pkcs8' }),
24 format: 'der',
29 key: publicKey.export({ format: 'der', type: 'spki' }),
30 format: 'der',
H A Dtest-intl.js68 // Construct an English formatter. Should format to "Jan 70"
79 // Smoke test. Does it format anything, or fail?
80 console.log(`Date(0) formatted to: ${dtf.format(date0)}`);
91 const localeString = dtf.format(date0);
97 // Test format
102 // number format
104 const numberFormat = new Intl.NumberFormat(['en']).format(12345.67890);
113 // Number format resolved options
125 const numberFormat = new Intl.NumberFormat(loc, opts).format(num);
H A Dtest-url-format.js9 // Formatting tests to verify that it'll format slightly wonky content to a
270 const actual = url.format(u);
271 const actualObj = url.format(formatTests[u]);
273 `wonky format(${u}) == ${expect}\nactual:${actual}`);
275 `wonky format(${JSON.stringify(formatTests[u])}) == ${
/third_party/node/deps/icu-small/source/common/unicode/
H A Dsimpleformatter.h53 * fmt.format("england", "paul", result, errorCode);
173 UnicodeString &format(
190 UnicodeString &format(
209 UnicodeString &format(
326 static UnicodeString &format(
/third_party/node/deps/icu-small/source/common/
H A Drestrace.cpp33 CharString format; in trace() local
34 format.append(kSpaces, sizeof(kSpaces) - 1 - uprv_strlen(resType), status); in trace()
35 format.append("(%s) %s @ %s", status); in trace()
38 format.data(), in trace()
/third_party/node/benchmark/crypto/
H A Doneshot-verify.js120 publicKey = { key: keyObjects[0].export({ format: 'jwk' }), format: 'jwk' };
124 publicKey = { key: keyObjects[0].export({ format: 'der', type: 'spki' }), format: 'der', type: 'spki' };
H A Doneshot-sign.js106 privateKey = { key: keyObjects[0].export({ format: 'jwk' }), format: 'jwk' };
110 privateKey = { key: keyObjects[0].export({ format: 'der', type: 'pkcs8' }), format: 'der', type: 'pkcs8' };
/third_party/node/deps/icu-small/source/i18n/unicode/
H A Dscientificnumberformatter.h47 * fmt->format(1.23456e-78, appendTo, status);
134 * @param number the number to format.
141 UnicodeString &format(
150 virtual UnicodeString &format(
164 virtual UnicodeString &format(
182 virtual UnicodeString &format(
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_android.h44 vn_android_format_to_view_formats(VkFormat format, uint32_t *out_count);
74 vn_android_drm_format_to_vk_format(uint32_t format);
116 vn_android_format_to_view_formats(UNUSED VkFormat format, in vn_android_format_to_view_formats() argument
165 vn_android_drm_format_to_vk_format(UNUSED uint32_t format) in vn_android_drm_format_to_vk_format() argument
/third_party/mesa3d/src/util/
H A Dlog.h47 mesa_log(enum mesa_log_level, const char *tag, const char *format, ...);
50 mesa_log_v(enum mesa_log_level, const char *tag, const char *format,
98 void mesa_log_stream_printf(struct log_stream *stream, const char *format, ...);
106 __mesa_log_use_args(UNUSED const char *format, ...) { } in __mesa_log_use_args() argument
/third_party/libdrm/tests/util/
H A Dformat.c33 #include "format.h"
109 return format_info[i].format; in util_format_fourcc()
114 const struct util_format_info *util_format_info_find(uint32_t format) in util_format_info_find() argument
119 if (format_info[i].format == format) in util_format_info_find()
/third_party/libdrm/tests/tegra/
H A Dvic.h93 unsigned int format; member
166 unsigned int format; member
173 const struct vic_format_info *vic_format_get_info(unsigned int format);
176 unsigned int format, unsigned int kind, uint32_t flags,
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_tracepoints.py60 Tracepoint('start_{0}'.format(name),
64 tp_perfetto='fd_start_{0}'.format(name),
66 Tracepoint('end_{0}'.format(name),
68 tp_perfetto='fd_end_{0}'.format(name))
/third_party/musl/libc-test/src/functional/
H A Dstrftime.c9 static void checkStrftime(const char* format, const struct tm* tm, in checkStrftime() argument
11 size_t resultLength = strftime(buffer, sizeof(buffer), format, tm); in checkStrftime()
14 t_error("\"%s\": expected \"%s\", got \"%s\"\n", format, expected, buffer); in checkStrftime()
16 t_error("\"%s\": expected \"%s\", got nothing\n", format, expected); in checkStrftime()
150 // There is no standard that explicitly specifies the exact format of "%Y". in main()
/third_party/rust/crates/aho-corasick/bench/src/
H A Dbench.rs35 let name = format!("nfa/{}", bench_name); in define_aho_corasick()
46 let name = format!("dfa/{}", bench_name); in define_aho_corasick()
56 let name = format!("packed/teddy/{}", bench_name); in define_aho_corasick()
68 let name = format!("packed/rabinkarp/{}", bench_name); in define_aho_corasick()
101 let name = format!("dfa/byteclass-premultiply/{}", bench_name); in define_aho_corasick_dfa()
114 let name = format!("dfa/nobyteclass-premultiply/{}", bench_name); in define_aho_corasick_dfa()
127 let name = format!("dfa/byteclass-nopremultiply/{}", bench_name); in define_aho_corasick_dfa()
140 let name = format!("dfa/nobyteclass-nopremultiply/{}", bench_name); in define_aho_corasick_dfa()
/third_party/rust/crates/cxx/macro/src/
H A Dload.rs47 let msg = format!( in load()
72 let msg = format!("failed to read {}: {}", ast_dump_path.display(), error); in load()
80 let msg = format!("failed to read {}: {}", ast_dump_path.display(), error); in load()
92 let msg = format!("failed to find any C++ definition of enum {}", name); in load()
126 let msg = format!("found multiple C++ definitions of enum {}", qual_name); in traverse()
136 let msg = format!( in traverse()
176 let msg = format!("unsupported C++ variant name: {}", decl.name); in traverse()
192 let msg = format!( in traverse()
202 let msg = format!( in traverse()
250 let msg = format!( in translate_qual_type()
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
H A DIndexBuffer9.cpp41 D3DFORMAT format = D3DFMT_UNKNOWN; in initialize() local
45 format = D3DFMT_INDEX16; in initialize()
50 format = D3DFMT_INDEX32; in initialize()
62 mRenderer->createIndexBuffer(bufferSize, usageFlags, format, &mIndexBuffer); in initialize()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A Dd3d_format.cpp6 // d3d_format: Describes a D3D9 format. Used by the D3D9 and GL back-ends.
60 const D3DFormat &GetD3DFormatInfo(D3DFORMAT format) in GetD3DFormatInfo() argument
62 if (format == D3DFMT_NULL) in GetD3DFormatInfo()
68 if (format == D3DFMT_INTZ) in GetD3DFormatInfo()
74 switch (format) in GetD3DFormatInfo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
H A DDWARFListTable.cpp91 OS << format("0x%8.8" PRIx64 ": ", HeaderOffset); in dump()
92 OS << format( in dump()
103 OS << format("\n0x%8.8" PRIx64, Off); in dump()
105 OS << format(" => 0x%8.8" PRIx64, in dump()

Completed in 14 milliseconds

1...<<919293949596979899100>>...507