Home
last modified time | relevance | path

Searched refs:LOG_ERROR (Results 1 – 25 of 27) 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/musl/libc-test/src/functionalext/unittest/
Dunit_test_hilog_adapter.c24 #define LOG_ERROR 6 macro
30 #define MUSL_LOGE(...) ((void)HiLogAdapterPrint(MUSL_LOG_TYPE, LOG_ERROR, MUSL_LOG_DOMAIN, MUSL_LOG…
40 int ret = HiLogAdapterPrint(MUSL_LOG_TYPE, LOG_ERROR, MUSL_LOG_DOMAIN, MUSL_LOG_TAG, "a"); in HiLogAdapterPrint_0010()
52 int ret = HiLogAdapterPrint(MUSL_LOG_TYPE, LOG_ERROR, MUSL_LOG_DOMAIN, MUSL_LOG_TAG, "c"); in HilogAdapterPrint_0020()
/third_party/musl/libc-test/src/functionalext/hilog/
Dhilog_level.c63 if (HiLogAdapterIsLoggable(MUSL_LOG_DOMAIN, MUSL_LOG_TAG, LOG_ERROR)) { in TestFatalLevel()
87 if (!HiLogAdapterIsLoggable(MUSL_LOG_DOMAIN, MUSL_LOG_TAG, LOG_ERROR)) { in TestErrorLevel()
111 if (!HiLogAdapterIsLoggable(MUSL_LOG_DOMAIN, MUSL_LOG_TAG, LOG_ERROR)) { in TestWarnLevel()
135 if (!HiLogAdapterIsLoggable(MUSL_LOG_DOMAIN, MUSL_LOG_TAG, LOG_ERROR)) { in TestInfoLevel()
159 if (!HiLogAdapterIsLoggable(MUSL_LOG_DOMAIN, MUSL_LOG_TAG, LOG_ERROR)) { in TestDebugLevel()
/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/musl/src/hilog/linux/
Dhilog_adapter.c56 static int g_logLevel = LOG_ERROR;
221 g_logLevel = LOG_ERROR; in resetLogLevel()
225 g_logLevel = LOG_ERROR; in resetLogLevel()
228 g_logLevel = LOG_ERROR; in resetLogLevel()
/third_party/musl/porting/linux/user/src/hilog/
Dhilog_adapter.c56 static int g_logLevel = LOG_ERROR;
221 g_logLevel = LOG_ERROR; in resetLogLevel()
225 g_logLevel = LOG_ERROR; in resetLogLevel()
228 g_logLevel = LOG_ERROR; in resetLogLevel()
/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/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/mindspore/test/utils/
Dlog.h31 #define LOGE(...) HiLogPrint(LOG_CORE, LOG_ERROR, MSLITE_LOG_DOMAIN, "MS_LITE", __VA_ARGS__)
/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/musl/src/internal/linux/
Dmusl_log.h30 #define MUSL_LOGE(...) ((void)HiLogAdapterPrint(MUSL_LOG_TYPE, LOG_ERROR, MUSL_LOG_DOMAIN, MUSL_LOG…
/third_party/libuv/src/unix/ohos/
Dlog_ohos.c39 return LOG_ERROR; in convert_uv_log_level()
/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/musl/ldso/linux/
Dld_log.h40 #define LD_LOGE(...) (void)HiLogAdapterPrint(MUSL_LOG_TYPE, LOG_ERROR, MUSL_LOG_DOMAIN, LD_LOG_TAG,…
/third_party/musl/src/internal/
Dhilog_adapter.h45 LOG_ERROR = 6, enumerator
/third_party/musl/Benchmark/musl/
Dlibc_hilog.cpp167 …int ret = HiLogAdapterPrint1(MUSL_LOG_TYPE, LOG_ERROR, MUSL_LOG_DOMAIN, MUSL_LOG_TAG, "musl-hilog-… in Bm_function_hilog()
/third_party/musl/src/fdsan/linux/
Dfdsan.c36 #define MUSL_FDSAN_ERROR(fmt, ap) HiLogAdapterVaList(MUSL_LOG_TYPE, LOG_ERROR, MUSL_LOG_DOMAIN, "MU…
/third_party/musl/porting/linux/user/src/fdsan/
Dfdsan.c36 #define MUSL_FDSAN_ERROR(fmt, ap) HiLogAdapterVaList(MUSL_LOG_TYPE, LOG_ERROR, MUSL_LOG_DOMAIN, "MU…
/third_party/musl/porting/linux/user/src/sigchain/
Dsigchain.c35 #define SIGCHAIN_PRINT_ERROR(...) ((void)HiLogAdapterPrint(LOG_CORE, LOG_ERROR, \
/third_party/musl/src/sigchain/linux/
Dsigchain.c35 #define SIGCHAIN_PRINT_ERROR(...) ((void)HiLogAdapterPrint(LOG_CORE, LOG_ERROR, \

12