/third_party/skia/third_party/externals/libwebp/examples/ |
D | webpinfo.c | 32 #define LOG_ERROR(MESSAGE) \ macro 240 LOG_ERROR("Truncated lossy bitstream."); \ 248 LOG_ERROR("Truncated lossy bitstream."); \ 349 LOG_ERROR("Unknown profile."); in ParseLossyHeader() 353 LOG_ERROR("Frame is not displayable."); in ParseLossyHeader() 366 LOG_ERROR("Invalid lossy bitstream signature."); in ParseLossyHeader() 378 LOG_ERROR("Non-keyframe detected in lossy bitstream."); in ParseLossyHeader() 382 LOG_ERROR("Bad partition length."); in ParseLossyHeader() 400 LOG_ERROR("Truncated lossy bitstream."); in ParseLossyHeader() 409 LOG_ERROR("Truncated partition."); in ParseLossyHeader() [all …]
|
/third_party/flutter/skia/third_party/externals/libwebp/examples/ |
D | webpinfo.c | 32 #define LOG_ERROR(MESSAGE) \ macro 240 LOG_ERROR("Truncated lossy bitstream."); \ 248 LOG_ERROR("Truncated lossy bitstream."); \ 349 LOG_ERROR("Unknown profile."); in ParseLossyHeader() 353 LOG_ERROR("Frame is not displayable."); in ParseLossyHeader() 366 LOG_ERROR("Invalid lossy bitstream signature."); in ParseLossyHeader() 378 LOG_ERROR("Non-keyframe detected in lossy bitstream."); in ParseLossyHeader() 382 LOG_ERROR("Bad partition length."); in ParseLossyHeader() 400 LOG_ERROR("Truncated lossy bitstream."); in ParseLossyHeader() 409 LOG_ERROR("Truncated partition."); in ParseLossyHeader() [all …]
|
/third_party/musl/libc-test/src/functionalext/unittest/ |
D | unit_test_hilog_adapter.c | 23 #define LOG_ERROR 6 macro 25 #define MUSL_LOGE(...) ((void)HiLogAdapterPrint(MUSL_LOG_TYPE, LOG_ERROR, MUSL_LOG_DOMAIN, MUSL_LOG… 35 int ret = HiLogAdapterPrint(MUSL_LOG_TYPE, LOG_ERROR, MUSL_LOG_DOMAIN, MUSL_LOG_TAG, "a"); in HiLogAdapterPrint_0010()
|
/third_party/flutter/engine/flutter/fml/ |
D | log_level.h | 15 constexpr LogSeverity LOG_ERROR = 2; variable 23 #define LOG_0 LOG_ERROR 28 const LogSeverity LOG_DFATAL = LOG_ERROR;
|
D | logging.cc | 77 case LOG_ERROR: in ~LogMessage() 78 priority = LogLevel::LOG_ERROR; in ~LogMessage() 95 case LOG_ERROR: in ~LogMessage()
|
/third_party/libphonenumber/cpp/src/phonenumbers/ |
D | logger.h | 30 LOG_ERROR, enumerator 40 ERROR = LOG_ERROR, 49 Logger() : level_(LOG_ERROR) {} in Logger()
|
D | default_logger.cc | 45 case LOG_ERROR: std::cout << "ERROR"; break; in WriteLevel()
|
/third_party/vk-gl-cts/android/package/src/com/drawelements/deqp/testercore/ |
D | Log.java | 31 private static final boolean LOG_ERROR = true; field in Log 54 if (LOG_ERROR) in e() 59 if (LOG_ERROR) in e()
|
/third_party/mesa3d/include/android_stub/log/ |
D | log_main.h | 269 #define ALOGE(...) ((void)ALOG(LOG_ERROR, LOG_TAG, __VA_ARGS__)) 275 ? (__FAKE_USE_VA_ARGS(__VA_ARGS__), (void)ALOG(LOG_ERROR, LOG_TAG, __VA_ARGS__)) \ 322 #define IF_ALOGE() IF_ALOG(LOG_ERROR, LOG_TAG)
|
/third_party/cef/include/base/ |
D | cef_logging.h | 190 const LogSeverity LOG_ERROR = 2; variable 196 const LogSeverity LOG_DFATAL = LOG_ERROR; 211 ::cef::logging::ClassName(__FILE__, __LINE__, ::cef::logging::LOG_ERROR, \ 237 const LogSeverity LOG_0 = LOG_ERROR;
|
/third_party/gn/src/base/ |
D | logging.h | 154 const LogSeverity LOG_ERROR = 2; variable 160 const LogSeverity LOG_DFATAL = LOG_ERROR; 174 ::logging::ClassName(__FILE__, __LINE__, ::logging::LOG_ERROR, ##__VA_ARGS__) 200 const LogSeverity LOG_0 = LOG_ERROR;
|
D | logging.cc | 76 const int kAlwaysPrintErrorLevel = LOG_ERROR; 323 LogMessage(file, line, LOG_ERROR).stream() << "NOTREACHED() hit."; in LogErrorNotReached()
|
/third_party/musl/porting/linux/user/src/internal/ |
D | musl_log.h | 30 #define MUSL_LOGE(...) ((void)HiLogAdapterPrint(MUSL_LOG_TYPE, LOG_ERROR, MUSL_LOG_DOMAIN, MUSL_LOG…
|
D | hilog_adapter.h | 45 LOG_ERROR = 6, enumerator
|
/third_party/toybox/toys/pending/ |
D | crond.c | 68 #define LOG_ERROR 20 macro 462 loginfo(LOG_ERROR, "can't execute '%s' for user %s", file, cfile->username); in do_fork() 469 loginfo(LOG_ERROR, "can't vfork"); in do_fork() 557 loginfo(LOG_ERROR, "can't create mail file %s for user %s, " in execute_jobs()
|
/third_party/musl/porting/linux/user/ldso/ |
D | ld_log.h | 40 #define LD_LOGE(...) (void)HiLogAdapterPrint(MUSL_LOG_TYPE, LOG_ERROR, MUSL_LOG_DOMAIN, LD_LOG_TAG,…
|
/third_party/mindspore/patches/ |
D | 0030-fix-core-binding-in-ohos.patch | 93 + { OH_LOG_Print(LOG_APP, LOG_ERROR, MINDRT_OHOS_LOG_DOMAIN, MINDRT_OHOS_LOG_TAG, "%s:%d " #conten… 99 + { HiLogPrint(LOG_APP, LOG_ERROR, MINDRT_OHOS_LOG_DOMAIN, MINDRT_OHOS_LOG_TAG, "%s:%d " #content,…
|
D | 0022-support-cross-compile-with-ohos-ndk.patch | 233 + OH_LOG_Print(LOG_APP, LOG_ERROR, LOG_DOMAIN, LOG_TAG, FORMAT, file, line, func, msg); 236 + OH_LOG_Print(LOG_APP, LOG_ERROR, LOG_DOMAIN, LOG_TAG, FORMAT, file, line, func, msg); 247 + (void)HiLogPrint(LOG_APP, LOG_ERROR, LOG_DOMAIN, LOG_TAG, FORMAT, file, line, func, msg); 249 + (void)HiLogPrint(LOG_APP, LOG_ERROR, LOG_DOMAIN, LOG_TAG, FORMAT, file, line, func, msg);
|
/third_party/musl/porting/linux/user/src/sigchain/ |
D | sigchain.c | 36 #define SIGCHAIN_PRINT_ERROR(...) ((void)HiLogAdapterPrint(LOG_CORE, LOG_ERROR, \
|
/third_party/cef/libcef/common/alloy/ |
D | alloy_main_delegate.cc | 313 log_severity = logging::LOG_ERROR; in BasicStartupComplete()
|
/third_party/gstreamer/gstplugins_bad/ext/mpeg2enc/ |
D | gstmpeg2enc.cc | 765 static const gint mjpeg_log_error = LOG_ERROR; in gst_mpeg2enc_log_callback()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
D | wpa_debug.c | 223 return LOG_ERROR; in wpa_get_log_level()
|
/third_party/gstreamer/gstplugins_bad/ext/mplex/ |
D | gstmplex.cc | 777 static const gint mjpeg_log_error = LOG_ERROR; in gst_mplex_log_callback()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
D | wpa_debug.c | 223 return LOG_ERROR; in wpa_get_log_level()
|
/third_party/flutter/engine/flutter/shell/common/ |
D | ace_shell.cc | 191 settings.verbose_logging ? fml::LOG_INFO : fml::LOG_ERROR; in PerformInitializationTasks()
|