/third_party/libunwind/libunwind/tests/ |
H A D | run-coredump-unwind | 18 nm -D "$binary" --format=posix --defined-only | awk '{ print $1 }' | sort > "$dynsyms" 20 nm "$debuginfo" --format=posix --defined-only | awk '{ if ($2 == "T" || $2 == "t") print $1 }' | sort > "$funcsyms"
|
/third_party/libwebsockets/include/libwebsockets/ |
H A D | lws-smd.h | 120 * \param format: the format string to prepare the payload with 121 * \param ...: arguments for the format string, if any 138 const char *format, ...) LWS_FORMAT(3); 147 * \param format: the format string to prepare the payload with 148 * \param ...: arguments for the format string, if any 151 * streamtype LWS_SMD_STREAMTYPENAME, using the same api format as 159 lws_smd_class_t _class, const char *format, ...)
|
/third_party/libdrm/android/ |
H A D | gralloc_handle.h | 59 uint32_t format; /* pixel format (Android) */ member 104 handle->format = hal_format; in gralloc_handle_create()
|
/third_party/mesa3d/bin/ |
H A D | meson-cmd-extract.py | 64 args.append('--cross-file={}'.format(cf)) 70 args.extend(['--native-file={}'.format(f) for f in nf])
|
/third_party/mesa3d/src/freedreno/fdl/ |
H A D | freedreno_layout.c | 41 layout->format = PIPE_FORMAT_R8_UINT; in fdl_layout_buffer() 69 util_format_name(layout->format), u_minify(layout->width0, level), in fdl_dump_layout()
|
/third_party/mesa3d/src/egl/wayland/wayland-drm/ |
H A D | wayland-drm.h | 18 bool (*is_format_supported)(void *user_data, uint32_t format); 39 uint32_t format; member
|
/third_party/mesa3d/src/compiler/glsl/tests/ |
H A D | sexps.py | 43 raise Exception('Not a sexp: {0!r}'.format(sexp)) 86 return '({0})'.format(result.replace('\n', '\n '))
|
/third_party/mesa3d/src/gallium/drivers/softpipe/ |
H A D | sp_clear.c | 79 util_format_is_depth_and_stencil(zsbuf->texture->format) && in softpipe_clear() 88 cv = util_pack64_z_stencil(zsbuf->format, depth, stencil); in softpipe_clear()
|
/third_party/mesa3d/src/gallium/winsys/sw/null/ |
H A D | null_sw_winsys.c | 49 enum pipe_format format ) in null_sw_is_displaytarget_format_supported() 84 enum pipe_format format, in null_sw_displaytarget_create() 82 null_sw_displaytarget_create(struct sw_winsys *winsys, unsigned tex_usage, enum pipe_format format, unsigned width, unsigned height, unsigned alignment, const void *front_private, unsigned *stride) null_sw_displaytarget_create() argument
|
/third_party/node/lib/internal/main/ |
H A D | check_syntax.js | 72 const format = await defaultGetFormat(new URL(url)); 73 isModule = format === 'module';
|
/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(
|