Home
last modified time | relevance | path

Searched defs:fmt (Results 1 – 19 of 19) 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
192 #define CHECK(cond, fmt, ...) \ argument
199 #define CHECK(cond, fmt, ...) \ argument
208 #define DCHECK(cond, fmt, ...) \ argument
215 #define CHECK_FATAL_FALSE(fmt, ...) … argument
221 #define CHECK_FATAL(cond, fmt, ...) … argument
233 #define CHECK_FATAL_FALSE(fmt, ...) \ argument
238 #define CHECK_FATAL(cond, fmt, ...) \ argument
253 #define DEBUG_ASSERT(cond, fmt, ...) … argument
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/native/core/
DIntlNumberFormatters.cpp52 …ConfigurePrecision([[maybe_unused]] ani_env *env, const ParsedOptions &options, FormatterType &fmt) in ConfigurePrecision()
80 ani_status ConfigureNotation(ani_env *env, const ParsedOptions &options, FormatterType &fmt) in ConfigureNotation()
130 ani_status ConfigureUnit(ani_env *env, const ParsedOptions &options, FormatterType &fmt) in ConfigureUnit()
189 ani_status ConfigureStyleUnit(ani_env *env, const ParsedOptions &options, FormatterType &fmt) in ConfigureStyleUnit()
219 ani_status ConfigureStyleCurrency(ani_env *env, const ParsedOptions &options, FormatterType &fmt) in ConfigureStyleCurrency()
250 ani_status ConfigureStyle(ani_env *env, const ParsedOptions &options, FormatterType &fmt) in ConfigureStyle()
272 ani_status ConfigureUseGrouping(ani_env *env, const ParsedOptions &options, FormatterType &fmt) in ConfigureUseGrouping()
292 ani_status ConfigureSignDisplay(ani_env *env, const ParsedOptions &options, FormatterType &fmt) in ConfigureSignDisplay()
330 ani_status InitUnlocNumFormatter(ani_env *env, const ParsedOptions &options, UnlocNumFmt &fmt) in InitUnlocNumFormatter()
340 ani_status InitNumFormatter(ani_env *env, const ParsedOptions &options, LocNumFmt &fmt) in InitNumFormatter()
[all …]
/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/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/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/sdk/native/tools/
Dformat_logger.h22 inline std::string FormatString(const char *fmt, ...) in FormatString()
/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.cpp170 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.py251 fmt = '%(message)s' variable in ColorFormatter
/arkcompiler/ets_runtime/ecmascript/base/
Dstring_helper.h398 static inline std::string Vformat(const char *fmt, va_list args) in Vformat()
/arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/
Dregexp_parser.cpp1572 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.cpp1165 extern "C" void LogEntrypoint(const char *fmt, ...) in LogEntrypoint()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp759 void RuntimeStubs::DebugPrintCustom(uintptr_t fmt, ...) in DebugPrintCustom()
820 void RuntimeStubs::FatalPrintCustom(uintptr_t fmt, ...) in FatalPrintCustom()