Home
last modified time | relevance | path

Searched refs:LOG_ERROR (Results 1 – 25 of 28) sorted by relevance

12

/third_party/skia/third_party/externals/libwebp/examples/
Dwebpinfo.c32 #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/
Dwebpinfo.c32 #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/
Dunit_test_hilog_adapter.c23 #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/
Dlog_level.h15 constexpr LogSeverity LOG_ERROR = 2; variable
23 #define LOG_0 LOG_ERROR
28 const LogSeverity LOG_DFATAL = LOG_ERROR;
Dlogging.cc77 case LOG_ERROR: in ~LogMessage()
78 priority = LogLevel::LOG_ERROR; in ~LogMessage()
95 case LOG_ERROR: in ~LogMessage()
/third_party/libphonenumber/cpp/src/phonenumbers/
Dlogger.h30 LOG_ERROR, enumerator
40 ERROR = LOG_ERROR,
49 Logger() : level_(LOG_ERROR) {} in Logger()
Ddefault_logger.cc45 case LOG_ERROR: std::cout << "ERROR"; break; in WriteLevel()
/third_party/vk-gl-cts/android/package/src/com/drawelements/deqp/testercore/
DLog.java31 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/
Dlog_main.h269 #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/
Dcef_logging.h190 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/
Dlogging.h154 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;
Dlogging.cc76 const int kAlwaysPrintErrorLevel = LOG_ERROR;
323 LogMessage(file, line, LOG_ERROR).stream() << "NOTREACHED() hit."; in LogErrorNotReached()
/third_party/musl/porting/linux/user/src/internal/
Dmusl_log.h30 #define MUSL_LOGE(...) ((void)HiLogAdapterPrint(MUSL_LOG_TYPE, LOG_ERROR, MUSL_LOG_DOMAIN, MUSL_LOG…
Dhilog_adapter.h45 LOG_ERROR = 6, enumerator
/third_party/toybox/toys/pending/
Dcrond.c68 #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/
Dld_log.h40 #define LD_LOGE(...) (void)HiLogAdapterPrint(MUSL_LOG_TYPE, LOG_ERROR, MUSL_LOG_DOMAIN, LD_LOG_TAG,…
/third_party/mindspore/patches/
D0030-fix-core-binding-in-ohos.patch93 + { 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,…
D0022-support-cross-compile-with-ohos-ndk.patch233 + 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/
Dsigchain.c36 #define SIGCHAIN_PRINT_ERROR(...) ((void)HiLogAdapterPrint(LOG_CORE, LOG_ERROR, \
/third_party/cef/libcef/common/alloy/
Dalloy_main_delegate.cc313 log_severity = logging::LOG_ERROR; in BasicStartupComplete()
/third_party/gstreamer/gstplugins_bad/ext/mpeg2enc/
Dgstmpeg2enc.cc765 static const gint mjpeg_log_error = LOG_ERROR; in gst_mpeg2enc_log_callback()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
Dwpa_debug.c223 return LOG_ERROR; in wpa_get_log_level()
/third_party/gstreamer/gstplugins_bad/ext/mplex/
Dgstmplex.cc777 static const gint mjpeg_log_error = LOG_ERROR; in gst_mplex_log_callback()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
Dwpa_debug.c223 return LOG_ERROR; in wpa_get_log_level()
/third_party/flutter/engine/flutter/shell/common/
Dace_shell.cc191 settings.verbose_logging ? fml::LOG_INFO : fml::LOG_ERROR; in PerformInitializationTasks()

12