Home
last modified time | relevance | path

Searched refs:LOG_ALWAYS_FATAL (Results 1 – 13 of 13) sorted by relevance

/system/core/libpixelflinger/codeflinger/
DMIPS64Assembler.cpp47 #define NOT_IMPLEMENTED() LOG_ALWAYS_FATAL("Arm instruction %s not yet implemented\n", __func__)
284 LOG_ALWAYS_FATAL("adr mode reg_scale_post not yet implemented\n"); in reg_scale_post()
291 LOG_ALWAYS_FATAL("adr mode immed8_pre not yet implemented\n"); in immed8_pre()
317 LOG_ALWAYS_FATAL("adr mode reg_post not yet implemented\n"); in reg_post()
395 LOG_ALWAYS_FATAL("adr mode reg_rrx not yet implemented\n"); in dataProcAdrModes()
637 LOG_ALWAYS_FATAL("Condition on UMULL must be on 64-bit result\n"); in UMULL()
653 LOG_ALWAYS_FATAL("Condition on UMULL must be on 64-bit result\n"); in UMUAL()
669 LOG_ALWAYS_FATAL("Condition on SMULL must be on 64-bit result\n"); in SMULL()
684 LOG_ALWAYS_FATAL("Condition on SMUAL must be on 64-bit result\n"); in SMUAL()
722 LOG_ALWAYS_FATAL("Unsupported cc: %02x\n", cc); in B()
[all …]
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"); in reg_scale_post()
300 LOG_ALWAYS_FATAL("adr mode immed8_pre not yet implemented\n"); in immed8_pre()
328 LOG_ALWAYS_FATAL("adr mode reg_post not yet implemented\n"); in reg_post()
411 LOG_ALWAYS_FATAL("adr mode reg_rrx not yet implemented\n"); in dataProcAdrModes()
645 LOG_ALWAYS_FATAL("Condition on UMULL must be on 64-bit result\n"); in UMULL()
661 LOG_ALWAYS_FATAL("Condition on UMULL must be on 64-bit result\n"); in UMUAL()
677 LOG_ALWAYS_FATAL("Condition on SMULL must be on 64-bit result\n"); in SMULL()
692 LOG_ALWAYS_FATAL("Condition on SMUAL must be on 64-bit result\n"); in SMUAL()
730 LOG_ALWAYS_FATAL("Unsupported cc: %02x\n", cc); in B()
[all …]
/system/core/libcutils/
Dashmem-dev.c121 LOG_ALWAYS_FATAL("illegal fd=%d mode=0%o rdev=%d:%d expected 0%o %d:%d", in __ashmem_is_ashmem()
126 LOG_ALWAYS_FATAL("illegal fd=%d mode=0%o rdev=%d:%d expected 0%o", in __ashmem_is_ashmem()
/system/core/libmemunreachable/
DScopedPipe.h29 LOG_ALWAYS_FATAL("failed to open pipe");
DScopedSignalHandler.h55 LOG_ALWAYS_FATAL("failed to install segfault handler: %s", strerror(errno)); in install()
DPtracerThread.cpp73 LOG_ALWAYS_FATAL("failed to mmap child stack: %s", strerror(errno)); in PtracerThread()
DLeakPipe.h39 LOG_ALWAYS_FATAL("failed to create socketpair: %s", strerror(errno)); in LeakPipe()
/system/core/include/log/
Dlog.h403 #ifndef LOG_ALWAYS_FATAL
404 #define LOG_ALWAYS_FATAL(...) \ macro
427 #define LOG_FATAL(...) LOG_ALWAYS_FATAL(__VA_ARGS__)
/system/core/liblog/
DREADME52 LOG_ALWAYS_FATAL(format, ...)
98 current LOG_TAG is enabled at the specified priority. LOG_ALWAYS_FATAL
100 variant of LOG_ALWAYS_FATAL, only enabled in engineering, and not
/system/media/audio_utils/
Dformat.c149 LOG_ALWAYS_FATAL("invalid src format %#x for dst format %#x", in memcpy_by_audio_format()
/system/core/debuggerd/
Dcrasher.c163 LOG_ALWAYS_FATAL("hello %s", "world"); in do_action()
/system/core/libutils/
DString16.cpp196 LOG_ALWAYS_FATAL("Not implemented"); in setTo()
/system/media/audio_route/
Daudio_route.c115 LOG_ALWAYS_FATAL("Unsupported mixer ctl type: %d, check type before calling", (int)type); in sizeof_ctl_type()