Home
last modified time | relevance | path

Searched defs:fmt (Results 226 - 250 of 1642) sorted by relevance

12345678910>>...66

/third_party/rust/crates/rustix/src/backend/libc/io/
H A Dpoll_fd.rs64 fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt() functions
/third_party/rust/crates/rustix/src/backend/libc/fs/
H A Ddir.rs359 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt() functions
/third_party/rust/crates/regex/src/
H A Dpool.rs157 fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { in fmt() functions
H A Dprog.rs171 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt() functions
/third_party/rust/crates/rustix/src/backend/linux_raw/net/
H A Daddr.rs150 fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt() functions
[all...]
/third_party/rust/crates/rustix/src/backend/libc/net/
H A Daddr.rs255 fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt() functions
[all...]
/third_party/rust/crates/nix/src/mount/
H A Dbsd.rs142 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { in fmt() functions
/third_party/rust/crates/regex/bench/src/ffi/
H A Dpcre1.rs127 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { in fmt() functions
/base/hiviewdfx/hilog/frameworks/libhilog/
H A Dhilog.cpp32 int HiLog::Debug(const HiLogLabel &label, const char *fmt, ...) in Debug() argument
39 int HiLog::Info(const HiLogLabel &label, const char *fmt, ...) in Info() argument
46 int HiLog::Warn(const HiLogLabel &label, const char *fmt, ...) in Warn() argument
53 int HiLog::Error(const HiLogLabel &label, const char *fmt, ...) in Error() argument
60 int HiLog::Fatal(const HiLogLabel &label, const char *fmt, ...) in Fatal() argument
/base/hiviewdfx/hilog_lite/frameworks/featured/
H A Dhilog.cpp31 int HiLog::Debug(const HiLogLabel &label, const char *fmt, ...) in Debug() argument
38 int HiLog::Info(const HiLogLabel &label, const char *fmt, ...) in Info() argument
45 int HiLog::Warn(const HiLogLabel &label, const char *fmt, ...) in Warn() argument
52 int HiLog::Error(const HiLogLabel &label, const char *fmt, ...) in Error() argument
59 int HiLog::Fatal(const HiLogLabel &label, const char *fmt, ...) in Fatal() argument
/base/hiviewdfx/hilog/frameworks/hilog_ndk/
H A Dhilog_ndk.c21 int OH_LOG_Print(LogType type, LogLevel level, unsigned int domain, const char *tag, const char *fmt, ...) in OH_LOG_Print() argument
/base/hiviewdfx/hilog/platform/
H A Dhilog_printf.cpp40 OHOS::HiviewDFX::Hilog::Platform::LogPrint(ConvertLogLevel(level), fmt, ap); in HiLogPrintArgs() local
44 int HiLogPrint(LogType type, LogLevel level, unsigned int domain, const char *tag, const char *fmt, ...) in HiLogPrint() argument
37 HiLogPrintArgs(const LogType type, const LogLevel level, const unsigned int domain, const char *tag, const char *fmt, va_list ap) HiLogPrintArgs() argument
H A Dhilog.cpp34 int HiLog::Debug(const HiLogLabel &label, const char *fmt, ...) in Debug() argument
41 int HiLog::Info(const HiLogLabel &label, const char *fmt, ...) in Info() argument
48 int HiLog::Warn(const HiLogLabel &label, const char *fmt, ...) in Warn() argument
55 int HiLog::Error(const HiLogLabel &label, const char *fmt, ...) in Error() argument
62 int HiLog::Fatal(const HiLogLabel &label, const char *fmt, ...) in Fatal() argument
/base/hiviewdfx/hilog/frameworks/libhilog/socket/
H A Dhilog_input_socket_client.cpp25 extern "C" int HilogWriteLogMessage(HilogMsg *header, const char *tag, uint16_t tagLen, const char *fmt, in HilogWriteLogMessage() argument
31 int HilogInputSocketClient::WriteLogMessage(HilogMsg *header, const char *tag, uint16_t tagLen, const char *fmt, in WriteLogMessage() argument
/base/global/resource_management_lite/frameworks/resmgr_lite/src/utils/
H A Dstring_utils.cpp27 std::string FormatString(const char *fmt, ...) in FormatString() argument
39 std::string FormatString(const char *fmt, va_list args) in FormatString() argument
/base/request/request/pre_download/netstack_rs/src/
H A Derror.rs46 fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { in fmt() functions
52 fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { in fmt() functions
/base/powermgr/battery_manager/charger/include/
H A Dcharger_log.h35 inline std::string ReplaceHolders(const char* fmt) in ReplaceHolders() argument
[all...]
/base/security/access_token/interfaces/innerkits/nativetoken/src/
H A Dnativetoken_klog.c40 int NativeTokenKmsg(int logLevel, const char *fmt, ...) in NativeTokenKmsg() argument
/base/security/asset/frameworks/definition/src/
H A Dmacros.rs55 fn fmt(&self, f: &mut std::fmt::Formatter) -> std::fmt::Result { in fmt() functions
103 fn fmt(&self, f: &mut std::fmt::Formatter) -> std::fmt::Result { in fmt() functions
/base/request/request/services/src/utils/
H A Dcommon_event.rs71 fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { in fmt() functions
/base/security/selinux_adapter/framework/policycoreutils/src/
H A Dselinux_klog.c46 int SelinuxKmsg(int logLevel, const char *fmt, ...) in SelinuxKmsg() argument
H A Dselinux_log.c35 int SelinuxHilog(int logLevel, const char *fmt, ...) in SelinuxHilog() argument
/base/web/webview/ohos_adapter/hiviewdfx_adapter/src/
H A Dhilog_adapter.cpp41 int HiLogAdapterPrintLog(uint32_t level, const char* tag, const char* fmt, va_list ap) in HiLogAdapterPrintLog() argument
50 int HiLogAdapterConsoleLog(uint32_t level, const char* tag, const char* fmt, va_list ap) in HiLogAdapterConsoleLog() argument
56 int HiLogAdapter::PrintLog(LogLevelAdapter level, const char* tag, const char* fmt, ...) in PrintLog() argument
66 int HiLogAdapter::PrintConsoleLog(LogLevelAdapter level, const char* tag, const char* fmt, ...) in PrintConsoleLog() argument
[all...]
/device/qemu/SmartL_E802/liteos_m/board/libc/
H A Ddprintf.c73 INT32 printf(const CHAR *fmt, ...) in printf() argument
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/linux/
H A Dmali_osk_misc.c25 void _mali_osk_dbgmsg(const char *fmt, ...) in _mali_osk_dbgmsg() argument
34 u32 mali_osk_snprintf(char *buf, u32 size, const char *fmt, ...) in mali_osk_snprintf() argument

Completed in 10 milliseconds

12345678910>>...66