Home
last modified time | relevance | path

Searched refs:LOG_ALWAYS_FATAL_IF (Results 1 – 14 of 14) sorted by relevance

/system/core/libpixelflinger/codeflinger/
DCodeCache.cpp86 LOG_ALWAYS_FATAL_IF(fd < 0, in getMspace()
92 LOG_ALWAYS_FATAL_IF(gExecutableStore == MAP_FAILED, in getMspace()
107 LOG_ALWAYS_FATAL_IF(mBase == NULL, in Assembly()
144 LOG_ALWAYS_FATAL_IF(mBase == NULL, in resize()
DARMAssemblerInterface.cpp45 LOG_ALWAYS_FATAL_IF(abs(immed12) >= 0x800, in __immed12_pre()
56 LOG_ALWAYS_FATAL_IF(abs(immed8) >= 0x100, in __immed8_pre()
DARMAssembler.cpp174 LOG_ALWAYS_FATAL_IF(!target_pc, in generate()
372 LOG_ALWAYS_FATAL_IF(!((offset&(1<<24)) && !(offset&(1<<21))), in PLD()
499 LOG_ALWAYS_FATAL_IF(err==-EINVAL, in imm()
503 LOG_ALWAYS_FATAL_IF(err, in imm()
529 LOG_ALWAYS_FATAL_IF(abs(immed12) >= 0x800, in immed12_pre()
538 LOG_ALWAYS_FATAL_IF(abs(immed12) >= 0x800, in immed12_post()
563 LOG_ALWAYS_FATAL_IF(abs(immed8) >= 0x100, in immed8_pre()
575 LOG_ALWAYS_FATAL_IF(abs(immed8) >= 0x100, in immed8_post()
DMIPSAssembler.cpp259 LOG_ALWAYS_FATAL_IF(abs(immed12) >= 0x800, in immed12_pre()
269 LOG_ALWAYS_FATAL_IF(abs(immed12) >= 0x800, in immed12_post()
280 LOG_ALWAYS_FATAL_IF(W | type | shift, "reg_scale_pre adv modes not yet implemented"); in reg_scale_pre()
302 LOG_ALWAYS_FATAL_IF(abs(immed8) >= 0x100, in immed8_pre()
312 LOG_ALWAYS_FATAL_IF(abs(immed8) >= 0x100, in immed8_post()
321 LOG_ALWAYS_FATAL_IF(W, "reg_pre writeback not yet implemented"); in reg_pre()
1034 LOG_ALWAYS_FATAL_IF(!((offset&(1<<24)) && !(offset&(1<<21))), in PLD()
1395 LOG_ALWAYS_FATAL_IF(!target_pc, in generate()
DGGLAssembler.cpp1097 LOG_ALWAYS_FATAL_IF(isUsed(reg), in reserve()
1114 LOG_ALWAYS_FATAL_IF(reg>=16+(int)mRegisterOffset, "invalid register %d", reg); in isUsed()
DArm64Assembler.cpp307 LOG_ALWAYS_FATAL_IF(!target_pc, in generate()
/system/core/libutils/
DLooper.cpp74 LOG_ALWAYS_FATAL_IF(result != 0, "Could not create wake pipe. errno=%d", errno); in Looper()
80 LOG_ALWAYS_FATAL_IF(result != 0, "Could not make wake read pipe non-blocking. errno=%d", in Looper()
84 LOG_ALWAYS_FATAL_IF(result != 0, "Could not make wake write pipe non-blocking. errno=%d", in Looper()
91 LOG_ALWAYS_FATAL_IF(mEpollFd < 0, "Could not create epoll instance. errno=%d", errno); in Looper()
98 LOG_ALWAYS_FATAL_IF(result != 0, "Could not add wake read pipe to epoll instance. errno=%d", in Looper()
110 LOG_ALWAYS_FATAL_IF(result != 0, "Could not allocate TLS key."); in initTLSKey()
136 LOG_ALWAYS_FATAL_IF(result != 0, "pthread_once failed"); in getForThread()
DBasicHashtable.cpp248 LOG_ALWAYS_FATAL_IF(!sb, "Could not allocate %u bytes for hashtable with %u buckets.", in allocateBuckets()
326 LOG_ALWAYS_FATAL_IF(loadFactor <= 0.0f || loadFactor > 1.0f, in determineCapacity()
335 LOG_ALWAYS_FATAL_IF(!count, "Could not determine required number of buckets for " in determineCapacity()
DVectorImpl.cpp69 LOG_ALWAYS_FATAL_IF(mItemSize != rhs.mItemSize, in operator =()
/system/core/include/log/
Dlog.h375 #ifndef LOG_ALWAYS_FATAL_IF
376 #define LOG_ALWAYS_FATAL_IF(cond, ...) \ macro
403 #define LOG_FATAL_IF(cond, ...) LOG_ALWAYS_FATAL_IF(cond, ## __VA_ARGS__)
/system/core/include/utils/
DKeyedVector.h144 LOG_ALWAYS_FATAL_IF(i<0, "%s: key not found", __PRETTY_FUNCTION__);
166 LOG_ALWAYS_FATAL_IF(i<0, "%s: key not found", __PRETTY_FUNCTION__);
/system/core/debuggerd/
Dcrasher.c148 LOG_ALWAYS_FATAL_IF(true, "hello %s", "world"); in do_action()
/system/netd/server/
DMDnsSdListener.cpp594 LOG_ALWAYS_FATAL_IF((mPollFds == NULL), "initial calloc failed on mPollFds with a size of %d", in run()
596 LOG_ALWAYS_FATAL_IF((mPollRefs == NULL), "initial calloc failed on mPollRefs with a size of %d", in run()
656 LOG_ALWAYS_FATAL_IF((mPollFds == NULL), "calloc failed on mPollFds with a size of %d", in rescan()
658 LOG_ALWAYS_FATAL_IF((mPollRefs == NULL), "calloc failed on mPollRefs with a size of %d", in rescan()
/system/core/liblog/
DREADME54 LOG_ALWAYS_FATAL_IF(cond, format, ...)