Home
last modified time | relevance | path

Searched refs:format (Results 5051 - 5075 of 9343) sorted by relevance

1...<<201202203204205206207208209210>>...374

/third_party/node/lib/internal/crypto/
H A Dkeygen.js136 format: publicFormat,
150 format: privateFormat,
/third_party/node/test/parallel/
H A Dtest-v8-serdes.js178 const message = `New serialization format.
180 This test is expected to fail when V8 changes its serialization format.
H A Dtest-webcrypto-export-import-cfrg.js374 rsaPublic.export({ format: 'der', type: 'spki' }),
379 rsaPrivate.export({ format: 'der', type: 'pkcs8' }),
/third_party/node/tools/gyp/
H A Dtest_gyp.py38 "--format",
114 if args.format:
115 format_list = args.format.split(",")
/third_party/node/deps/icu-small/source/i18n/unicode/
H A Dunum.h49 * UNumberFormat helps you to format and parse numbers for any locale.
52 * decimal digits used, or whether the number format is even decimal.
53 * There are different number format styles like decimal, currency,
56 * To format a number for the current Locale, use one of the static
69 * the format and use it multiple times so that the system doesn't
98 * To format a number for a different Locale, specify it in the
114 * Use UNUM_DECIMAL to get the normal number format for that country.
116 * to get the currency number format for that country. Use UNUM_PERCENT
117 * to get a format for displaying percentages. With this format,
[all...]
/third_party/node/deps/npm/node_modules/node-gyp/gyp/
H A Dtest_gyp.py38 "--format",
114 if args.format:
115 format_list = args.format.split(",")
/third_party/node/deps/npm/node_modules/npmlog/lib/
H A Dlog.js216 return this.emit('error', new Error(util.format(
237 message = util.format.apply(util, a)
/third_party/mesa3d/src/util/
H A Dmacros.h157 # define PRINTFLIKE(f, a) __attribute__ ((format(__MINGW_PRINTF_FORMAT, f, a)))
159 # define PRINTFLIKE(f, a) __attribute__ ((format(__printf__, f, a)))
/third_party/mesa3d/src/virtio/venus-protocol/
H A Dvn_protocol_driver_sampler_ycbcr_conversion.h28 size += vn_sizeof_VkFormat(&val->format); in vn_sizeof_VkSamplerYcbcrConversionCreateInfo_self()
62 vn_encode_VkFormat(enc, &val->format); in vn_encode_VkSamplerYcbcrConversionCreateInfo_self()
H A Dvn_protocol_driver_buffer_view.h30 size += vn_sizeof_VkFormat(&val->format); in vn_sizeof_VkBufferViewCreateInfo_self()
61 vn_encode_VkFormat(enc, &val->format); in vn_encode_VkBufferViewCreateInfo_self()
/third_party/mesa3d/include/android_stub/hardware/
H A Dgralloc1.h441 /* setFormat(..., format)
445 * Sets the desired format of the buffer.
450 * format - the desired format
454 * GRALLOC1_ERROR_BAD_VALUE - format is invalid
458 int32_t /*android_pixel_format_t*/ format);
469 * dimensions, format, usage). Devices that do not support
590 * Gets the format of the buffer.
596 * outFormat - the format of the buffer; must be non-NULL
600 * GRALLOC1_ERROR_UNSUPPORTED - the device is unable to retrieve the format
705 int32_t /*android_pixel_format_t*/ format; global() member
[all...]
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_rast_priv.h31 #include "util/format/u_format.h"
183 assert(lp_check_alignment(color, llvmpipe_get_format_alignment(task->scene->fb.cbufs[buf]->format))); in lp_rast_get_color_block_pointer()
213 assert(lp_check_alignment(depth, llvmpipe_get_format_alignment(task->scene->fb.zsbuf->format))); in lp_rast_get_depth_block_pointer()
H A Dlp_state_derived.c187 (lp->framebuffer.cbufs[0]->format == PIPE_FORMAT_B8G8R8A8_UNORM || in check_linear_rasterizer()
188 lp->framebuffer.cbufs[0]->format == PIPE_FORMAT_B8G8R8X8_UNORM)); in check_linear_rasterizer()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnv30_texture.c27 #include "util/format/u_format.h"
222 const struct nv30_texfmt *fmt = nv30_texfmt(pipe->screen, tmpl->format); in nv30_sampler_view_create()
275 switch (tmpl->format) { in nv30_sampler_view_create()
/third_party/icu/icu4c/source/i18n/unicode/
H A Dunum.h48 * UNumberFormat helps you to format and parse numbers for any locale.
51 * decimal digits used, or whether the number format is even decimal.
52 * There are different number format styles like decimal, currency,
55 * To format a number for the current Locale, use one of the static
68 * the format and use it multiple times so that the system doesn't
97 * To format a number for a different Locale, specify it in the
113 * Use UNUM_DECIMAL to get the normal number format for that country.
115 * to get the currency number format for that country. Use UNUM_PERCENT
116 * to get a format for displaying percentages. With this format,
[all...]
/third_party/libinput/src/
H A Dutil-strings.h110 * @param fmt the format string to use for printing.
115 __attribute__ ((format (printf, 2, 3)))
131 __attribute__ ((format (printf, 2, 0)))
459 * acceptable as printf format.
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_extensions.py289 for field in vkxml.findall("./types/type[@name='{}']/member".format(struct_name)):
307 for field in vkxml.findall("./types/type[@name='{}']/member".format(struct_name)):
/third_party/mesa3d/src/panfrost/bifrost/
H A Dbifrost.h293 unsigned format; /* format number */ member
552 /* Register format for the result */
553 enum bifrost_texture_format_full format : 4; member
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_pass.c74 att->format = vk_format_to_pipe_format(pCreateInfo->pAttachments[i].format); in panvk_CreateRenderPass2()
/third_party/mesa3d/src/panfrost/util/
H A Dpan_ir.h218 enum pipe_format format; member
226 unsigned format; member
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pt_fetch_shade_emit.c94 fse->key.nr_elements = MAX2(fse->key.nr_outputs, /* outputs - translate to hw format */ in fse_prepare()
95 fse->key.nr_inputs); /* inputs - fetch from api format */ in fse_prepare()
106 fse->key.element[i].in.format = src->src_format; in fse_prepare()
137 fse->key.element[i].out.format = vinfo->attrib[i].emit; in fse_prepare()
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_pstipple.c48 #include "util/format/u_format.h"
111 templat.format = PIPE_FORMAT_A8_UNORM; in util_pstipple_create_stipple_texture()
137 u_sampler_view_default_template(&templat, tex, tex->format); in util_pstipple_create_sampler_view()
/third_party/rust/crates/bindgen/bindgen/codegen/
H A Dhelpers.rs68 let name = format!("\u{1}{}", name); in link_name()
305 ctx.rust_ident(format!("arg{}", unnamed_arguments)); in arguments_from_signature()
/third_party/qrcodegen/rust-no-heap/examples/
H A Dqrcodegen-demo.rs236 result += &format!( in to_svg_string()
246 result += &format!("M{},{}h1v1h-1z", x + border, y + border); in to_svg_string()
/third_party/qrcodegen/java/
H A DQrCodeGeneratorDemo.java185 * @param lightColor the color to use for light modules, in 0xRRGGBB format
186 * @param darkColor the color to use for dark modules, in 0xRRGGBB format
221 * @param lightColor the color to use for light modules, in any format supported by CSS, not {@code null}
222 * @param darkColor the color to use for dark modules, in any format supported by CSS, not {@code null}
237 .append(String.format("<svg xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\" viewBox=\"0 0 %1$d %1$d\" stroke=\"none\">\n", in toSvgString()
246 sb.append(String.format("M%d,%dh1v1h-1z", x + brd, y + brd)); in toSvgString()

Completed in 22 milliseconds

1...<<201202203204205206207208209210>>...374