| /arkcompiler/toolchain/common/ |
| D | log_wrapper.h | 74 #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
|
| D | log_wrapper.cpp | 34 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/ |
| D | mpl_logging.h | 177 #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/ |
| D | IntlNumberFormatters.cpp | 52 …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/ |
| D | string_helpers.h | 33 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/ |
| D | string_helpers.h | 34 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/ |
| D | mpl_logging.cpp | 40 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/ |
| D | orphaned_md.rb | 30 def fmt(val) method in OrphanedMd
|
| /arkcompiler/runtime_core/static_core/tests/cts-coverage-tool/lib/ |
| D | orphaned_md.rb | 30 def fmt(val) method in OrphanedMd
|
| /arkcompiler/runtime_core/static_core/plugins/ets/sdk/native/tools/ |
| D | format_logger.h | 22 inline std::string FormatString(const char *fmt, ...) in FormatString()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/ |
| D | ets_vm_api.cpp | 24 …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/ |
| D | logger.h | 41 inline std::string EtsLogMakeString(const char *fmt, ...) in EtsLogMakeString()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/ |
| D | ets_napi_invoke_interface.cpp | 170 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/ |
| D | helpers.py | 251 fmt = '%(message)s' variable in ColorFormatter
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | string_helper.h | 398 static inline std::string Vformat(const char *fmt, va_list args) in Vformat()
|
| /arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/ |
| D | regexp_parser.cpp | 1572 void RegExpParser::PrintF(const char *fmt, ...) in PrintF()
|
| /arkcompiler/ets_runtime/ecmascript/regexp/ |
| D | regexp_parser.cpp | 1581 void RegExpParser::PrintF(const char *fmt, ...) in PrintF()
|
| /arkcompiler/runtime_core/static_core/runtime/entrypoints/ |
| D | entrypoints.cpp | 1165 extern "C" void LogEntrypoint(const char *fmt, ...) in LogEntrypoint()
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.cpp | 759 void RuntimeStubs::DebugPrintCustom(uintptr_t fmt, ...) in DebugPrintCustom() 820 void RuntimeStubs::FatalPrintCustom(uintptr_t fmt, ...) in FatalPrintCustom()
|