Searched refs:LOG_ALWAYS_FATAL_IF (Results 1 – 14 of 14) sorted by relevance
/system/core/libpixelflinger/codeflinger/ |
D | CodeCache.cpp | 86 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()
|
D | ARMAssemblerInterface.cpp | 45 LOG_ALWAYS_FATAL_IF(abs(immed12) >= 0x800, in __immed12_pre() 56 LOG_ALWAYS_FATAL_IF(abs(immed8) >= 0x100, in __immed8_pre()
|
D | ARMAssembler.cpp | 174 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()
|
D | MIPSAssembler.cpp | 259 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()
|
D | GGLAssembler.cpp | 1097 LOG_ALWAYS_FATAL_IF(isUsed(reg), in reserve() 1114 LOG_ALWAYS_FATAL_IF(reg>=16+(int)mRegisterOffset, "invalid register %d", reg); in isUsed()
|
D | Arm64Assembler.cpp | 307 LOG_ALWAYS_FATAL_IF(!target_pc, in generate()
|
/system/core/libutils/ |
D | Looper.cpp | 74 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()
|
D | BasicHashtable.cpp | 248 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()
|
D | VectorImpl.cpp | 69 LOG_ALWAYS_FATAL_IF(mItemSize != rhs.mItemSize, in operator =()
|
/system/core/include/log/ |
D | log.h | 375 #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/ |
D | KeyedVector.h | 144 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/ |
D | crasher.c | 148 LOG_ALWAYS_FATAL_IF(true, "hello %s", "world"); in do_action()
|
/system/netd/server/ |
D | MDnsSdListener.cpp | 594 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/ |
D | README | 54 LOG_ALWAYS_FATAL_IF(cond, format, ...)
|