/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/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/weston/libweston/backend-hdi/ |
D | hdi_backend.cpp | 285 LOG_ERROR("zalloc hdi-backend failed"); in hdi_backend_create() 310 LOG_ERROR("mix_renderer_init failed"); in hdi_backend_create() 316 LOG_ERROR("hdi_renderer_init failed"); in hdi_backend_create() 322 LOG_ERROR("hdi_gl_renderer_init failed, gpu render disable."); in hdi_backend_create() 329 LOG_ERROR("DeviceInitialize failed"); in hdi_backend_create() 336 LOG_ERROR("LayerInitialize failed"); in hdi_backend_create() 342 LOG_ERROR("IDisplayGralloc::Get failed"); in hdi_backend_create() 351 LOG_ERROR("fatal: drm backend should be run using " in hdi_backend_create() 359 LOG_ERROR("failed to initialize udev context"); in hdi_backend_create() 365 LOG_ERROR("failed to create input devices"); in hdi_backend_create() [all …]
|
D | hdi_renderer.cpp | 287 LOG_ERROR("cannot attach buffer"); in hdi_renderer_attach() 544 LOG_ERROR("create layer failed"); in hdi_renderer_surface_state_create_layer() 668 LOG_ERROR("hdi_renderer_state is null\n"); in hdi_renderer_surface_get_content_size() 675 LOG_ERROR("hdi_renderer_surface_state_mmap error\n"); in hdi_renderer_surface_get_content_size() 692 LOG_ERROR("hdi_renderer_state is null\n"); in hdi_renderer_surface_copy_content() 699 LOG_ERROR("hdi_renderer_surface_state_mmap error\n"); in hdi_renderer_surface_copy_content() 777 LOG_ERROR("create layer failed"); in hdi_renderer_output_set_gpu_buffer()
|
D | hdi_output.cpp | 143 LOG_ERROR("buffer is nullptr"); in dump_to_file() 149 LOG_ERROR("buffer->resource is not dmabuf"); in dump_to_file() 155 LOG_ERROR("dmabuf have no BufferHandle"); in dump_to_file() 501 LOG_ERROR("zalloc hdi_output failed"); in hdi_output_create()
|
D | hdi_head.cpp | 95 LOG_ERROR("GetDisplayCapability is NULL"); in hdi_head_create()
|
/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/wayland-ivi-extension/ivi-layermanagement-examples/multi-touch-viewer/include/ |
D | util.h | 28 #ifndef LOG_ERROR 29 #define LOG_ERROR(...) { \ macro
|
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/multi-touch-viewer/src/ |
D | util.c | 49 LOG_ERROR("Memory allocation for logs failed\n"); in log_array_init() 83 LOG_ERROR("Memory allocation for logs failed\n"); in log_array_add()
|
D | multi-touch-viewer.c | 422 LOG_ERROR("Shader Compiling Failed (%s):\n%*s\n", in create_shader() 451 LOG_ERROR("Shader Linking Failed:\n%*s\n", len, gllog); in init_gl() 494 LOG_ERROR("Memory allocation failed\n"); in setup_point_params() 601 LOG_ERROR("Failed to create display\n"); in touch_event_test_main() 612 LOG_ERROR("Failed to create EGL window\n"); in touch_event_test_main() 629 LOG_ERROR("Failed to setup this viewer\n"); in touch_event_test_main()
|
/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/re2/util/ |
D | logging.h | 38 #define LOG_ERROR LogMessage(__FILE__, __LINE__) macro 48 #define LOG_DFATAL LOG_ERROR
|
/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/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 | 41 LOG_ERROR = 6, enumerator
|
/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/ldso/ |
D | ld_log.h | 41 … (void)HiLogAdapterPrint(MUSL_LOG_TYPE, LOG_ERROR, MUSL_LOG_DOMAIN, LD_LOG_TAG, __VA_ARGS__); \
|
/third_party/grpc/src/core/lib/gpr/ |
D | log_android.cc | 39 return LOG_ERROR; in severity_to_log_priority()
|
/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/weston/libweston/ |
D | trace.h | 41 #define LOG_ERROR(fmt, ...) log_printf(TRACE_ARGS(31), fmt, ##__VA_ARGS__) macro
|