Home
last modified time | relevance | path

Searched defs:fmt (Results 1 – 16 of 16) sorted by relevance

/arkcompiler/toolchain/common/
Dlog_wrapper.h71 #define LOGF(fmt, ...) StdLog::PrintLog(LogLevel::FATAL, fmt, ##__VA_ARGS__) argument
72 #define LOGE(fmt, ...) StdLog::PrintLog(LogLevel::ERROR, fmt, ##__VA_ARGS__) argument
73 #define LOGW(fmt, ...) StdLog::PrintLog(LogLevel::WARN, fmt, ##__VA_ARGS__) argument
74 #define LOGI(fmt, ...) StdLog::PrintLog(LogLevel::INFO, fmt, ##__VA_ARGS__) argument
75 #define LOGD(fmt, ...) StdLog::PrintLog(LogLevel::DEBUG, fmt, ##__VA_ARGS__) argument
77 #define LOGF(fmt, ...) OHOS::HiviewDFX::HiLog::Fatal(LABEL, fmt, ##__VA_ARGS__) argument
78 #define LOGE(fmt, ...) OHOS::HiviewDFX::HiLog::Error(LABEL, fmt, ##__VA_ARGS__) argument
79 #define LOGW(fmt, ...) OHOS::HiviewDFX::HiLog::Warn(LABEL, fmt, ##__VA_ARGS__) argument
80 #define LOGI(fmt, ...) OHOS::HiviewDFX::HiLog::Info(LABEL, fmt, ##__VA_ARGS__) argument
81 #define LOGD(fmt, ...) OHOS::HiviewDFX::HiLog::Debug(LABEL, fmt, ##__VA_ARGS__) argument
Dlog_wrapper.cpp34 std::string StripFormatString(const char* fmt) in StripFormatString()
44 void StdLog::PrintLog(LogLevel level, const char* fmt, ...) in PrintLog()
58 void StdLog::PrintLog(LogLevel level, const char* fmt, ...) in PrintLog()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
Dmpl_logging.h181 #define DBG(tag, fmt, ...) … argument
201 #define CHECK(cond, fmt, ...) \ argument
211 #define DCHECK(cond, fmt, ...) \ argument
216 #define CHECK_FATAL(cond, fmt, ...) \ argument
231 #define DEBUG_ASSERT(cond, fmt, ...) \ argument
241 #define DEBUG_ASSERT(cond, fmt, ...) argument
248 #define INFO(num, fmt, ...) \ argument
255 #define INFO_V(verbose, num, fmt, ...) \ argument
262 #define WARN(num, fmt, ...) \ argument
269 #define ERR(num, fmt, ...) \ argument
[all …]
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Dstring_helpers.h33 inline std::string Vformat(const char *fmt, va_list args) in Vformat()
61 inline std::string Format(const char *fmt, ...) in Format()
/arkcompiler/runtime_core/libpandabase/utils/
Dstring_helpers.h33 inline std::string Vformat(const char *fmt, va_list args) in Vformat()
61 inline std::string Format(const char *fmt, ...) in Format()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/src/
Dmpl_logging.cpp43 int line, const char *fmt, ...) in EmitLogForDevelop()
106 void LogInfo::EmitLogForUser(enum LogNumberCode num, enum LogLevel ll, const char *fmt, ...) const in EmitLogForUser() argument
135 …tErrorMessage(const std::string &cond, const std::string &file, unsigned int line, const char *fmt, in EmitErrorMessage()
/arkcompiler/runtime_core/tests/cts-coverage-tool/lib/
Dorphaned_md.rb30 def fmt(val) method in OrphanedMd
/arkcompiler/runtime_core/static_core/tests/cts-coverage-tool/lib/
Dorphaned_md.rb30 def fmt(val) method in OrphanedMd
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_vm_api.cpp24 …gPrint([[maybe_unused]] int id, int level, const char *component, [[maybe_unused]] const char *fmt, in LogPrint()
74 [[maybe_unused]] const char *fmt, const char *msg) in LogPrint()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Dlogger.h37 inline std::string EtsLogMakeString(const char *fmt, ...) in EtsLogMakeString()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/
Dets_napi_invoke_interface.cpp115 static void EtsMobileLogPrint(int id, int level, const char *component, const char *fmt, const char… in EtsMobileLogPrint()
/arkcompiler/ets_runtime/ecmascript/base/
Dstring_helper.h355 static inline std::string Vformat(const char *fmt, va_list args) in Vformat()
/arkcompiler/ets_runtime/ecmascript/regexp/
Dregexp_parser.cpp1442 void RegExpParser::PrintF(const char *fmt, ...) in PrintF()
/arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/
Dregexp_parser.cpp1492 void RegExpParser::PrintF(const char *fmt, ...) in PrintF()
/arkcompiler/runtime_core/static_core/runtime/entrypoints/
Dentrypoints.cpp1099 extern "C" void LogEntrypoint(const char *fmt, ...) in LogEntrypoint()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp661 void RuntimeStubs::DebugPrintCustom(uintptr_t fmt, ...) in DebugPrintCustom()
694 void RuntimeStubs::FatalPrintCustom(uintptr_t fmt, ...) in FatalPrintCustom()