Home
last modified time | relevance | path

Searched refs:format (Results 3826 - 3850 of 12675) sorted by relevance

1...<<151152153154155156157158159160>>...507

/kernel/linux/linux-6.6/lib/zstd/common/
H A Derror_private.h77 void _force_has_format_string(const char *format, ...) { in _force_has_format_string() argument
78 (void)format; in _force_has_format_string()
/test/testfwk/xdevice/src/xdevice/
H A D__main__.py69 LOG.warning(notice_zh.format(resource_path=resource_path))
70 LOG.warning(notice_en.format(resource_path=resource_path))
/third_party/elfutils/backends/
H A Dppc_corenote.c135 .name = "nip", .type = ELF_T_ADDR, .format = 'x', \
140 .name = "orig_gpr3", .type = TYPE_LONG, .format = 'd', \
/third_party/fsverity-utils/lib/
H A Dlib_private.h61 libfsverity_do_error_msg(const char *format, va_list va);
64 libfsverity_error_msg(const char *format, ...);
/third_party/glslang/
H A Dgen_extension_headers.py82 raise Exception("Expected path after {}".format(opt))
90 raise Exception("Unknown flag {}".format(opt))
/third_party/backends/backend/genesys/
H A Dimage.h33 Image(std::size_t width, std::size_t height, PixelFormat format);
50 void resize(std::size_t width, std::size_t height, PixelFormat format);
/third_party/alsa-utils/axfer/
H A Dxfer.h62 snd_pcm_format_t *format,
88 int (*pre_process)(struct xfer_context *xfer, snd_pcm_format_t *format,
/third_party/icu/icu4c/source/test/intltest/
H A Ditrbnfp.cpp130 // format some values in TestParse()
150 formatter->format((const Formattable)val, us, status); in testfmt()
156 logln("error: could not format %g, returned status: %d", val, status); in testfmt()
163 formatter->format((const Formattable)(int32_t)val, us, status); in testfmt()
169 logln("error: could not format %d, returned status: %d", val, status); in testfmt()
/third_party/icu/icu4c/source/samples/translit/
H A Dmain.cpp86 defFmt->format(cal->getTime(status), str, status); in main()
87 check(status, "DateFormat::format"); in main()
94 fmt->format(cal->getTime(status), str, status); in main()
95 check(status, "DateFormat::format"); in main()
/third_party/icu/icu4c/source/samples/translit/answers/
H A Dmain_4.cpp84 defFmt->format(cal->getTime(status), str, status); in main()
85 check(status, "DateFormat::format"); in main()
92 fmt->format(cal->getTime(status), str, status); in main()
93 check(status, "DateFormat::format"); in main()
H A Dmain_3.cpp80 defFmt->format(cal->getTime(status), str, status); in main()
81 check(status, "DateFormat::format"); in main()
88 fmt->format(cal->getTime(status), str, status); in main()
89 check(status, "DateFormat::format"); in main()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/util/
H A DElapsedTimer.java89 return myMsgFormat.format(new Object[] {duration}); in toString()
110 return fmt.format(diff); in diffTime()
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/
H A DDependencyGraph.java68 out.format("{\n \"cldrVersion\": \"%s\"", cldrVersion); in writeJsonTo()
79 .map(e -> String.format("\n \"%s\": \"%s\"", e.getKey(), e.getValue())) in writeMap()
/third_party/icu/icu4j/samples/src/com/ibm/icu/samples/iuc/
H A DPopulationData.java52 // Note: format of supplementalData is NOT STATIC and may change. It is internal to ICU! in getTerritoryEntries()
74 System.out.println(".. count="+ nf.format(territoryEntries.size())); in main()
76 System.out.println(" "+ te.territoryName() + " = " + nf.format(te.population())); in main()
H A DSample40_PopMsg.java53 System.out.println(fmt.format(msgargs, new StringBuffer(), null)); in main()
61 System.out.println(MessageFormat.format(info, infoArgs)); in main()
/third_party/icu/icu4j/perf-tests/
H A Dcollationperf.pl124 format STDOUT_TOP =
130 format STDOUT =
/third_party/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
H A DElapsedTimer.java86 return myMsgFormat.format(new Object[] {duration}); in toString()
107 return fmt.format(diff); in diffTime()
/third_party/libwebsockets/include/libwebsockets/
H A Dlws-threadpool.h103 * \param format: printf-type format for the task name
104 * \param ...: printf type args for the task name format
115 const char *format, ...) LWS_FORMAT(3);
149 * \param format: printf-type format for the task name
150 * \param ...: printf type args for the task name format
167 const char *format, ...) LWS_FORMAT(3);
/third_party/libsnd/regtest/
H A Dchecksum.c49 start = start * BIG_PRIME + info->format ; in calc_checksum()
51 switch (info->format & SF_FORMAT_SUBMASK) in calc_checksum()
/third_party/libsnd/tests/
H A Dgenerate.c36 generate_file (const char * filename, int format, int len) in generate_file() argument
47 write_mono_file (filename, format, 44100, output, len) ; in generate_file()
/third_party/mesa3d/.gitlab-ci/lava/utils/
H A Dlog_section.py55 section_id = self.section_id.format(*match.groups())
56 section_header = self.section_header.format(*match.groups())
/third_party/mesa3d/src/gallium/drivers/svga/include/
H A Dsvga_overlay.h137 VMwareVideoGetAttributes(const SVGAOverlayFormat format, /* IN */ in VMwareVideoGetAttributes() argument
152 switch (format) { in VMwareVideoGetAttributes()
/third_party/mesa3d/src/glx/apple/
H A Dapple_xgl_api_read.c101 GLenum format, GLenum type, void *pixels) in __applegl_glReadPixels()
107 __ogl_framework_api->ReadPixels(x, y, width, height, format, type, pixels); in __applegl_glReadPixels()
100 __applegl_glReadPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, void *pixels) __applegl_glReadPixels() argument
/third_party/mesa3d/src/gallium/winsys/panfrost/drm/
H A Dpanfrost_drm_winsys.c29 #include "util/format/u_format.h"
46 unsigned blk_sz = util_format_get_blocksize(rsc->format); in panfrost_create_kms_dumb_buffer_for_resource()
61 .bpp = util_format_get_blocksizebits(rsc->format), in panfrost_create_kms_dumb_buffer_for_resource()
/third_party/node/lib/internal/util/
H A Ddebuglog.js13 const { inspect, format, formatWithOptions } = require('internal/util/inspect');
64 process.stderr.write(format('%s %s: %s\n', set, coloredPID, msg));

Completed in 22 milliseconds

1...<<151152153154155156157158159160>>...507