Home
last modified time | relevance | path

Searched refs:format (Results 4251 - 4275 of 14937) sorted by relevance

1...<<171172173174175176177178179180>>...598

/third_party/node/lib/internal/modules/esm/
H A Dassert.js50 * @param {string} format One of Node's supported translators
54 * @throws {TypeError} If the format and assertion type are incompatible.
56 function validateAttributes(url, format,
64 const validType = formatTypeMap[format];
73 // This format doesn't allow an import assertion type, so the property
81 // The asserted type is the valid type for this format.
85 // There is an expected type for this format, but the value of
109 // `type` was the wrong value for this format.
/third_party/node/lib/
H A Dtrace_events.js27 const { format } = require('internal/util/inspect');
80 return `Tracing ${format(obj)}`;
/third_party/node/test/parallel/
H A Dtest-crypto-psychic-signatures.js38 format: 'der',
49 format: 'der',
/third_party/node/deps/v8/tools/
H A Dgen-v8-gn.py37 '''.format(define=define))
44 '''.format(define=define))
/third_party/nghttp2/doc/bash_completion/
H A Dmake_bash_completion.py41 '''.format(name=name))
66 '''.format(name=name))
/third_party/mesa3d/src/intel/isl/
H A Disl_genX_helpers.h91 } else if (isl_format_get_layout(surf->format)->bpb % 3 == 0) { in isl_get_image_alignment()
100 const uint32_t bs = isl_format_get_layout(surf->format)->bpb / 8; in isl_get_image_alignment()
118 * format (ETC2 has a block height of 4), then the vertical alignment is in isl_get_image_alignment()
127 * format (compressed or not) the vertical alignment is in isl_get_image_alignment()
/third_party/node/deps/icu-small/source/i18n/
H A Dquantityformatter.h37 * Then use the format() method.
105 UnicodeString &format(
129 * @param quantity The number to format.
130 * @param fmt The formatter to use to format the number.
133 * @param output Where to append the result of the format operation.
150 static UnicodeString &format(
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_resource.c60 if (FD_DBG(LRZ) && has_depth(rsc->b.b.format)) in fd5_setup_slices()
63 fdl5_layout(&rsc->layout, prsc->format, fd_resource_nr_samples(prsc), in fd5_setup_slices()
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_blitter.h57 const char *src_format = util_format_short_name((blit)->src.format); \
58 const char *dst_format = util_format_short_name((blit)->dst.format); \
H A Dfreedreno_surface.c50 psurf->format = surf_tmpl->format; in fd_create_surface()
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_tile.h80 enum pipe_format format,
87 enum pipe_format format,
H A Du_debug_image.h42 enum pipe_format format, unsigned cpp,
65 #define debug_dump_image(prefix, format, cpp, width, height, stride, data) ((void)0)
/third_party/mesa3d/src/util/
H A Dstring_buffer.h94 const char *format, va_list args);
98 const char *format, ...);
/third_party/python/Lib/asyncio/
H A Dbase_futures.py37 cb = '{}, {}'.format(format_cb(cb[0][0]), format_cb(cb[1][0]))
39 cb = '{}, <{} more>, {}'.format(format_cb(cb[0][0]),
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A DtestSpecVersion.py66 print('Success - {} = {} for branch {}'.format(
70 print('ERROR - {} = {} for branch {}, but must be >= 1'.format(
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
H A DRenderTargetMtl.h38 const mtl::Format &format);
43 const mtl::Format &format);
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/
H A DExtensionSubst.java15 if (format != 1) { in ExtensionSubst()
16 throw new IllegalArgumentException("illegal extension format " + format); in ExtensionSubst()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dquantityformatter.h37 * Then use the format() method.
105 UnicodeString &format(
129 * @param quantity The number to format.
130 * @param fmt The formatter to use to format the number.
133 * @param output Where to append the result of the format operation.
150 static UnicodeString &format(
/third_party/skia/third_party/externals/icu/source/samples/translit/answers/
H A Dmain_1.cpp53 defFmt->format(cal->getTime(status), str, status); in main()
54 check(status, "DateFormat::format"); in main()
61 fmt->format(cal->getTime(status), str, status); in main()
62 check(status, "DateFormat::format"); in main()
H A Dmain_2.cpp61 defFmt->format(cal->getTime(status), str, status); in main()
62 check(status, "DateFormat::format"); in main()
69 fmt->format(cal->getTime(status), str, status); in main()
70 check(status, "DateFormat::format"); in main()
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/
H A DGPUTexture.cpp44 !conv(desc.format, descriptor.format) || // in createView()
/third_party/skia/third_party/icu/
H A Dmake_data_cpp.py36 o.write(header.format(name))
42 o.write(footer.format(name))
/third_party/python/Lib/test/
H A Dtest_sundry.py14 import_helper.import_module('test.test_{}'.format(name))
19 'otherwise'.format(name))
/third_party/selinux/libsepol/src/
H A Ddebug.c39 __attribute__ ((format(printf, 3, 4)))
73 __attribute__ ((format(printf, 3, 4))) in sepol_msg_set_callback()
71 sepol_msg_set_callback(sepol_handle_t * handle, __attribute__ ((format(printf, 3, 4))) void (*msg_callback) (void *varg, sepol_handle_t * handle, const char *fmt, ...), void *msg_callback_arg) sepol_msg_set_callback() argument
/third_party/selinux/libsepol/cil/src/
H A Dcil_log.c52 __attribute__ ((format (printf, 2, 0))) void cil_vlog(enum cil_log_level lvl, const char *msg, va_list args) in cil_vlog()
66 __attribute__ ((format (printf, 2, 3))) void cil_log(enum cil_log_level lvl, const char *msg, ...) in cil_log()

Completed in 9 milliseconds

1...<<171172173174175176177178179180>>...598