Home
last modified time | relevance | path

Searched defs:fmt (Results 1051 - 1075 of 1492) sorted by relevance

1...<<41424344454647484950>>...60

/third_party/skia/third_party/externals/freetype/src/base/
H A Dftdbgmem.c208 ft_mem_debug_panic( const char* fmt, in ft_mem_debug_panic() argument
904 const char* fmt; in FT_DumpMemory() local
/third_party/python/Modules/_decimal/libmpdec/
H A Dio.c648 mpd_to_sci(const mpd_t *dec, int fmt) in mpd_to_sci() argument
659 mpd_to_eng(const mpd_t *dec, int fmt) in mpd_to_eng() argument
670 mpd_to_sci_size(char **res, const mpd_t *dec, int fmt) in mpd_to_sci_size() argument
679 mpd_to_eng_size(char **res, const mpd_t *dec, int fmt) in mpd_to_eng_size() argument
789 mpd_parse_fmt_str(mpd_spec_t *spec, const char *fmt, int caps) in mpd_parse_fmt_str() argument
1401 mpd_qformat(const mpd_t *dec, const char *fmt, const mpd_context_t *ctx, uint32_t *status) mpd_qformat() argument
[all...]
/third_party/spirv-headers/tools/buildHeaders/
H A Dheader.cpp138 static std::string fmtNum(const char* fmt, unsigned val) { in fmtNum() argument
127 fmtConstInt(unsigned val, const std::string& name, const char* fmt, bool isLast = false) const fmtConstInt() argument
[all...]
/third_party/toybox/toys/pending/
H A Dmodprobe.c384 char *fmt, *var, *val; in add_cmdopt() local
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_utils.cpp148 void dng_show_message_f (const char *fmt, ... ) in dng_show_message_f() argument
/third_party/python/PC/
H A Dpyshellext.cpp154 FORMATETC fmt = { in UpdateDropDescription() local
192 FORMATETC fmt = { in GetDragWindow() local
231 FORMATETC fmt = { in GetArguments() local
/third_party/python/Python/
H A Dast_opt.c244 parse_literal(PyObject *fmt, Py_ssize_t *ppos, PyArena *arena) in parse_literal() argument
290 simple_format_arg_parse(PyObject *fmt, Py_ssize_t *ppos, in simple_format_arg_parse() argument
350 parse_format(PyObject *fmt, Py_ssize_t *ppos, expr_ty arg, PyArena *arena) in parse_format() argument
393 optimize_format(expr_ty node, PyObject *fmt, asdl_expr_seq *elts, PyArena *arena) optimize_format() argument
[all...]
/third_party/python/Modules/
H A Dossaudiodev.c571 int fmt, channels, rate; in oss_setparameters() local
622 int fmt; _ssize() local
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/
H A Dtime_zone_format.cc61 char* strptime(const char* s, const char* fmt, std::tm* tm) { in strptime() argument
215 void FormatTM(std::string* out, const std::string& fmt, const std::tm& tm) { in FormatTM() argument
649 const char* ParseTM(const char* dp, const char* fmt, std::tm* tm) { in ParseTM() argument
722 const char* fmt = format.c_str(); // NUL terminated in parse() local
[all...]
/third_party/skia/modules/skottie/src/
H A DSkottie.cpp47 log(Logger::Level lvl, const skjson::Value* json, const char fmt[], ...) const log() argument
/third_party/selinux/libselinux/src/
H A Dmatchpathcon.c17 default_printf(const char *fmt, ...) in default_printf() argument
32 void set_matchpathcon_printf(void (*f) (const char *fmt, ...)) in set_matchpathcon_printf() argument
/third_party/rust/crates/nix/src/sys/
H A Daio.rs193 fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { in fmt() functions
H A Dstatfs.rs696 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { in fmt() functions
/third_party/rust/crates/serde/serde/src/ser/
H A Dimpls.rs
/third_party/rust/crates/syn/src/
H A Dtoken.rs291 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { in display() functions
418 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { in fmt() functions
525 fn fmt(&self, f: &mut fmt::Formatter) -> fmt functions
654 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { fmt() functions
[all...]
H A Dparse.rs275 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { in fmt() functions
281 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { in fmt() functions
1365 fn fmt( functions
[all...]
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fTextureFormatTests.cpp148 tcu::TextureFormat fmt = m_dataType ? glu::mapGLTransferFormat(m_format, m_dataType) : glu::mapGLInternalFormat(m_format); in init() local
318 tcu::TextureFormat fmt = m_dataType ? glu::mapGLTransferFormat(m_format, m_dataType) : glu::mapGLInternalFormat(m_format); in init() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/modifiers/
H A DvktModifiersTests.cpp83 void checkModifiersList2Supported (Context& context, VkFormat fmt) in checkModifiersList2Supported() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/
H A DvktSubgroupsPartitionedTests.cpp195 string fmt = subgroups::getFormatNameForGLSL(caseDef.format); in getTestString() local
[all...]
H A DvktSubgroupsVoteTests.cpp148 const string fmt = subgroups::getFormatNameForGLSL(caseDef.format); in getStageTestSource() local
196 const string fmt = subgroups::getFormatNameForGLSL(caseDef.format); in getStageTestSourceFrag() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/
H A Deap_server.c188 void eap_log_msg(struct eap_sm *sm, const char *fmt, ...) in eap_log_msg() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H A Dwpa_debug.c266 void wpa_printf(int level, const char *fmt, ...) in wpa_printf() argument
759 wpa_msg(void *ctx, int level, const char *fmt, ...) wpa_msg() argument
797 wpa_msg_ctrl(void *ctx, int level, const char *fmt, ...) wpa_msg_ctrl() argument
825 wpa_msg_global(void *ctx, int level, const char *fmt, ...) wpa_msg_global() argument
852 wpa_msg_global_ctrl(void *ctx, int level, const char *fmt, ...) wpa_msg_global_ctrl() argument
880 wpa_msg_no_global(void *ctx, int level, const char *fmt, ...) wpa_msg_no_global() argument
907 wpa_msg_global_only(void *ctx, int level, const char *fmt, ...) wpa_msg_global_only() argument
945 hostapd_logger(void *ctx, const u8 *addr, unsigned int module, int level, const char *fmt, ...) hostapd_logger() argument
[all...]
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fTextureCompletenessTests.cpp277 tcu::TextureFormat fmt = glu::mapGLTransferFormat(GL_RGBA, GL_UNSIGNED_BYTE); in createTexture() local
345 tcu::TextureFormat fmt = glu::mapGLTransferFormat(m_format, GL_UNSIGNED_BYTE); in createTexture() local
396 tcu::TextureFormat fmt = glu::mapGLTransferFormat(GL_RGBA, GL_UNSIGNED_BYTE); in createTexture() local
452 tcu::TextureFormat fmt = glu::mapGLTransferFormat(GL_RGBA, GL_UNSIGNED_BYTE); in createTexture() local
498 tcu::TextureFormat fmt = glu::mapGLTransferFormat(GL_RGBA, GL_UNSIGNED_BYTE); in createTexture() local
598 tcu::TextureFormat fmt = glu::mapGLTransferFormat(GL_RGBA, GL_UNSIGNED_BYTE); createTexture() local
668 tcu::TextureFormat fmt = glu::mapGLTransferFormat(GL_RGBA, GL_UNSIGNED_BYTE); createTexture() local
735 tcu::TextureFormat fmt = glu::mapGLTransferFormat(GL_RGBA, GL_UNSIGNED_BYTE); createTexture() local
797 tcu::TextureFormat fmt = glu::mapGLTransferFormat(GL_RGBA, GL_UNSIGNED_BYTE); createTexture() local
844 tcu::TextureFormat fmt = glu::mapGLTransferFormat(GL_RGBA, GL_UNSIGNED_BYTE); createTexture() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/
H A Deap_server.c187 void eap_log_msg(struct eap_sm *sm, const char *fmt, ...) in eap_log_msg() argument
/third_party/vulkan-loader/loader/
H A DcJSON.c532 static char *print_value(cJSON *item, int depth, int fmt, printbuffer *p) { in print_value() argument
633 static char *print_array(cJSON *item, int depth, int fmt, printbuffer *p) { in print_array() argument
788 print_object(cJSON *item, int depth, int fmt, printbuffer *p) print_object() argument
[all...]

Completed in 43 milliseconds

1...<<41424344454647484950>>...60