/third_party/node/lib/internal/modules/esm/ |
H A D | assert.js | 50 * @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 D | trace_events.js | 27 const { format } = require('internal/util/inspect'); 80 return `Tracing ${format(obj)}`;
|
/third_party/node/test/parallel/ |
H A D | test-crypto-psychic-signatures.js | 38 format: 'der', 49 format: 'der',
|
/third_party/node/deps/v8/tools/ |
H A D | gen-v8-gn.py | 37 '''.format(define=define)) 44 '''.format(define=define))
|
/third_party/nghttp2/doc/bash_completion/ |
H A D | make_bash_completion.py | 41 '''.format(name=name)) 66 '''.format(name=name))
|
/third_party/mesa3d/src/intel/isl/ |
H A D | isl_genX_helpers.h | 91 } 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 D | quantityformatter.h | 37 * 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 D | fd5_resource.c | 60 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 D | freedreno_blitter.h | 57 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 D | freedreno_surface.c | 50 psurf->format = surf_tmpl->format; in fd_create_surface()
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_tile.h | 80 enum pipe_format format, 87 enum pipe_format format,
|
H A D | u_debug_image.h | 42 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 D | string_buffer.h | 94 const char *format, va_list args); 98 const char *format, ...);
|
/third_party/python/Lib/asyncio/ |
H A D | base_futures.py | 37 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 D | testSpecVersion.py | 66 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 D | RenderTargetMtl.h | 38 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 D | ExtensionSubst.java | 15 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 D | quantityformatter.h | 37 * 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 D | main_1.cpp | 53 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 D | main_2.cpp | 61 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 D | GPUTexture.cpp | 44 !conv(desc.format, descriptor.format) || // in createView()
|
/third_party/skia/third_party/icu/ |
H A D | make_data_cpp.py | 36 o.write(header.format(name)) 42 o.write(footer.format(name))
|
/third_party/python/Lib/test/ |
H A D | test_sundry.py | 14 import_helper.import_module('test.test_{}'.format(name)) 19 'otherwise'.format(name))
|
/third_party/selinux/libsepol/src/ |
H A D | debug.c | 39 __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 D | cil_log.c | 52 __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()
|