Searched refs:LOG_ALWAYS_FATAL (Results 1 - 5 of 5) sorted by relevance

/system/core/libcutils/
H A Dloghack.h35 #define LOG_ALWAYS_FATAL(...) do { ALOGE(__VA_ARGS__); exit(1); } while (0) macro
H A Dselector.c53 LOG_ALWAYS_FATAL("This should never happen: %s", strerror(errno));
82 LOG_ALWAYS_FATAL("This should never happen: %s", strerror(errno));
90 LOG_ALWAYS_FATAL("malloc() error.");
96 LOG_ALWAYS_FATAL("pipe() error: %s", strerror(errno));
103 LOG_ALWAYS_FATAL("malloc() error.");
232 LOG_ALWAYS_FATAL("Already looping.");
256 LOG_ALWAYS_FATAL("select() error: %s",
H A Dmq.c214 LOG_ALWAYS_FATAL("fcntl() error: %s", strerror(errno));
217 LOG_ALWAYS_FATAL("fcntl() error: %s", strerror(errno));
385 LOG_ALWAYS_FATAL("Lost connection to master.");
553 LOG_ALWAYS_FATAL("Unknown packet type: %d", type);
755 LOG_ALWAYS_FATAL("Error reading connection from master: %s",
760 LOG_ALWAYS_FATAL("Received EOF from master.");
767 LOG_ALWAYS_FATAL("Expected SOL_SOCKET.");
770 LOG_ALWAYS_FATAL("Expected SCM_RIGHTS.");
774 LOG_ALWAYS_FATAL("Expected fd.");
995 LOG_ALWAYS_FATAL("Unknow
[all...]
/system/core/include/cutils/
H A Dlog.h299 #ifndef LOG_ALWAYS_FATAL
300 #define LOG_ALWAYS_FATAL(...) \ macro
305 * Versions of LOG_ALWAYS_FATAL_IF and LOG_ALWAYS_FATAL that
323 #define LOG_FATAL(...) LOG_ALWAYS_FATAL(__VA_ARGS__)
427 * arg is not passed to ALOG_ASSERT, LOG_ALWAYS_FATAL or LOG_ALWAYS_FATAL_IF
/system/core/libpixelflinger/codeflinger/
H A DMIPSAssembler.cpp76 #define NOT_IMPLEMENTED() LOG_ALWAYS_FATAL("Arm instruction %s not yet implemented\n", __func__)
291 LOG_ALWAYS_FATAL("adr mode reg_scale_post not yet implemented\n");
300 LOG_ALWAYS_FATAL("adr mode immed8_pre not yet implemented\n");
328 LOG_ALWAYS_FATAL("adr mode reg_post not yet implemented\n");
411 LOG_ALWAYS_FATAL("adr mode reg_rrx not yet implemented\n");
645 LOG_ALWAYS_FATAL("Condition on UMULL must be on 64-bit result\n");
661 LOG_ALWAYS_FATAL("Condition on UMULL must be on 64-bit result\n");
677 LOG_ALWAYS_FATAL("Condition on SMULL must be on 64-bit result\n");
692 LOG_ALWAYS_FATAL("Condition on SMUAL must be on 64-bit result\n");
730 LOG_ALWAYS_FATAL("Unsupporte
[all...]

Completed in 1776 milliseconds