/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | QuantityFormatter.java | 20 * 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 D | simpleformatter.h | 53 * 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 D | c_build_helper.py | 44 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 D | khronos-update.py | 24 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 D | sp_surface.c | 28 #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 D | mac.js | 86 format, 98 switch (format) { 153 throw lazyDOMException(`Unable to import HMAC key with format ${format}`);
|
/third_party/node/test/parallel/ |
H A D | test-crypto-async-sign-verify.js | 23 key: privateKey.export({ format: 'der', type: 'pkcs8' }), 24 format: 'der', 29 key: publicKey.export({ format: 'der', type: 'spki' }), 30 format: 'der',
|
H A D | test-intl.js | 68 // 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 D | test-url-format.js | 9 // 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 D | simpleformatter.h | 53 * 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 D | restrace.cpp | 33 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 D | oneshot-verify.js | 120 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 D | oneshot-sign.js | 106 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 D | scientificnumberformatter.h | 47 * 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 D | vn_android.h | 44 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 D | log.h | 47 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 D | format.c | 33 #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 D | vic.h | 93 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 D | freedreno_tracepoints.py | 60 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 D | strftime.c | 9 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 D | bench.rs | 35 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 D | load.rs | 47 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 D | IndexBuffer9.cpp | 41 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 D | d3d_format.cpp | 6 // 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 D | DWARFListTable.cpp | 91 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()
|