Home
last modified time | relevance | path

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

/arkcompiler/toolchain/common/
Dlog_wrapper.h74 #define LOGF(fmt, ...) StdLog::PrintLog(LogLevel::FATAL, fmt, ##__VA_ARGS__) argument
75 #define LOGE(fmt, ...) StdLog::PrintLog(LogLevel::ERROR, fmt, ##__VA_ARGS__) argument
76 #define LOGW(fmt, ...) StdLog::PrintLog(LogLevel::WARN, fmt, ##__VA_ARGS__) argument
77 #define LOGI(fmt, ...) StdLog::PrintLog(LogLevel::INFO, fmt, ##__VA_ARGS__) argument
78 #define LOGD(fmt, ...) StdLog::PrintLog(LogLevel::DEBUG, fmt, ##__VA_ARGS__) argument
80 #define LOGF(fmt, ...) HILOG_FATAL(LOG_CORE, fmt, ##__VA_ARGS__) argument
81 #define LOGE(fmt, ...) HILOG_ERROR(LOG_CORE, fmt, ##__VA_ARGS__) argument
82 #define LOGW(fmt, ...) HILOG_WARN(LOG_CORE, fmt, ##__VA_ARGS__) argument
83 #define LOGI(fmt, ...) HILOG_INFO(LOG_CORE, fmt, ##__VA_ARGS__) argument
84 #define LOGD(fmt, ...) HILOG_DEBUG(LOG_CORE, 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.h177 #define DBG(tag, fmt, ...) … argument
184 #define DBG(tag, fmt, ...) argument
202 #define CHECK(cond, fmt, ...) \ argument
209 #define CHECK(cond, fmt, ...) \ argument
218 #define DCHECK(cond, fmt, ...) \ argument
225 #define CHECK_FATAL_FALSE(fmt, ...) … argument
231 #define CHECK_FATAL(cond, fmt, ...) … argument
243 #define CHECK_FATAL_FALSE(fmt, ...) \ argument
248 #define CHECK_FATAL(cond, fmt, ...) \ argument
263 #define DEBUG_ASSERT(cond, fmt, ...) … argument
[all …]
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Dstring_helpers.h34 inline std::string Vformat(const char *fmt, va_list args) in Vformat()
62 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/toolchain/build/third_party_gn/libuv/src/
Dlog_ohos.c17 int uv__log_impl(enum uv__log_level level, const char* fmt, ...) in uv__log_impl()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/src/
Dmpl_logging.cpp40 void LogInfo::EmitLogForUser(enum LogNumberCode num, enum LogLevel ll, const char *fmt, ...) const in EmitLogForUser() argument
69 …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.h41 inline std::string EtsLogMakeString(const char *fmt, ...) in EtsLogMakeString()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/
Dets_napi_invoke_interface.cpp118 static void EtsMobileLogPrint(int id, int level, const char *component, const char *fmt, const char… in EtsMobileLogPrint()
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/
Dhelpers.py249 fmt = '%(message)s' variable in ColorFormatter
/arkcompiler/ets_runtime/ecmascript/base/
Dstring_helper.h397 static inline std::string Vformat(const char *fmt, va_list args) in Vformat()
/arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/
Dregexp_parser.cpp1571 void RegExpParser::PrintF(const char *fmt, ...) in PrintF()
/arkcompiler/ets_runtime/ecmascript/regexp/
Dregexp_parser.cpp1581 void RegExpParser::PrintF(const char *fmt, ...) in PrintF()
/arkcompiler/runtime_core/static_core/runtime/entrypoints/
Dentrypoints.cpp1125 extern "C" void LogEntrypoint(const char *fmt, ...) in LogEntrypoint()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp743 void RuntimeStubs::DebugPrintCustom(uintptr_t fmt, ...) in DebugPrintCustom()
804 void RuntimeStubs::FatalPrintCustom(uintptr_t fmt, ...) in FatalPrintCustom()