Home
last modified time | relevance | path

Searched refs:ASSERT_MSG (Results 1 – 25 of 26) sorted by relevance

12

/external/f2fs-tools/fsck/
Dfsck.c166 ASSERT_MSG("Summary footer is not for node segment"); in is_valid_ssa_node_blk()
197 ASSERT_MSG("Invalid node seg summary\n"); in is_valid_ssa_node_blk()
287 ASSERT_MSG("Summary footer is not for data segment"); in is_valid_ssa_data_blk()
322 ASSERT_MSG("Invalid data seg summary\n"); in is_valid_ssa_data_blk()
359 ASSERT_MSG("inode [0x%x] unknown file type i_mode [0x%x]", in __check_inode_mode()
380 ASSERT_MSG("inode [0x%x] mismatch i_mode [0x%x vs. 0x%x]", in __check_inode_mode()
394 ASSERT_MSG("nid is not valid. [0x%x]", nid); in sanity_check_nid()
400 ASSERT_MSG("nid[0x%x] ino is 0", nid); in sanity_check_nid()
405 ASSERT_MSG("nid is NEW_ADDR. [0x%x]", nid); in sanity_check_nid()
410 ASSERT_MSG("blkaddress is not valid. [0x%x]", ni->blk_addr); in sanity_check_nid()
[all …]
Ddefrag.c86 ASSERT_MSG("Found inconsistency: please run FSCK"); in f2fs_defragment()
Dmount.c1282 ASSERT_MSG("\tWrong user_block_count(%u)\n", user_block_count); in sanity_check_ckpt()
1550 ASSERT_MSG("\tError: write NAT bits to disk!!!\n"); in write_nat_bits()
1584 ASSERT_MSG("\tError: read NAT bits to disk!!!\n"); in check_nat_bits()
2041 ASSERT_MSG("Invalid SIT vblocks: segno=0x%x, %u", in check_block_count()
2046 ASSERT_MSG("Invalid SEGNO: 0x%x", segno); in check_block_count()
2053 ASSERT_MSG("Wrong SIT valid blocks: segno=0x%x, %u vs. %u", in check_block_count()
2057 ASSERT_MSG("Wrong SIT type: segno=0x%x, %u", in check_block_count()
2130 ASSERT_MSG("segno [0x%x] indicates a data " in get_sum_block()
2145 ASSERT_MSG("segno [0x%x] indicates a node " in get_sum_block()
2504 ASSERT_MSG("Invalid type and valid blocks=%x,%x", in rewrite_sit_area_bitmap()
[all …]
Dmain.c865 ASSERT_MSG("quota_init_context failure: %d", ret); in do_fsck()
961 ASSERT_MSG("Out-of-range [0x%"PRIx64" ~ 0x%"PRIx64"] to 0x%"PRIx64"", in do_defrag()
976 ASSERT_MSG("Out-of-range Target=0x%"PRIx64" / 0x%"PRIx64"", in do_resize()
Dresize.c732 ASSERT_MSG("Nothing to resize, now only supports resizing with safe resize flag\n"); in f2fs_resize()
/external/swiftshader/src/Reactor/
DDebug.hpp85 #undef ASSERT_MSG
87 # define ASSERT_MSG(expression, format, ...) \ macro
98 # define ASSERT_MSG(expression, format, ...) \ macro
DLLVMJIT.cpp174 ASSERT_MSG(ok, "llvm::sys::getHostCPUFeatures returned false"); in get()
195 ASSERT_MSG(dataLayout, "JITTargetMachineBuilder::getDefaultDataLayoutForTarget() failed"); in get()
663 ASSERT_MSG(false, "LLVM JIT compilation failure"); in handleDiagnostics()
769 ASSERT_MSG(symbol, "Failed to lookup address of routine function %d: %s",
DDebug.cpp90 ASSERT_MSG(res == 0, "syscl returned %d", res); in IsUnderDebugger()
DSubzeroReactor.cpp1027 ASSERT_MSG(!currFunc->hasError(), "%s", currFunc->getError().c_str()); in acquireRoutine()
1030 ASSERT_MSG(!currFunc->hasError(), "%s", currFunc->getError().c_str()); in acquireRoutine()
1422 ASSERT_MSG(!atomic, "Emulated 64-bit loads are not atomic"); in createLoad()
1493 ASSERT_MSG(!atomic, "Emulated 64-bit stores are not atomic"); in createStore()
1984 ASSERT_MSG(false, "getContainedType: input type is not a vector type"); in getContainedType()
DLLVMReactor.cpp262ASSERT_MSG(truncNumBits < 64, "shift 64 must be handled separately. truncNumBits: %d", int(truncNu… in lowerPack()
466 ASSERT_MSG(bits != 0, "bits: %d", int(bits)); in typeSize()
701 ASSERT_MSG(jit->function->getReturnType() == T(Void::type()), "Return type mismatch"); in createRetVoid()
715 ASSERT_MSG(jit->function->getReturnType() == V(v)->getType(), "Return type mismatch"); in createRet()
/external/swiftshader/src/System/
DDebug.hpp89 #undef ASSERT_MSG
91 # define ASSERT_MSG(expression, format, ...) \ macro
102 # define ASSERT_MSG(expression, format, ...) \ macro
DLRUCache.hpp317 ASSERT_MSG(entry->next == nullptr, "link() called on entry already linked"); in link()
318 ASSERT_MSG(entry->prev == nullptr, "link() called on entry already linked"); in link()
DDebug.cpp90 ASSERT_MSG(res == 0, "syscl returned %d", res); in IsUnderDebugger()
/external/swiftshader/src/Pipeline/
DSpirvShader.hpp413 ASSERT_MSG(it != blocks.end(), "Unknown block %d", id.value()); in getBlock()
765ASSERT_MSG(it.second, "WorkgroupMemory already has an allocation for object %d", int(id.value())); in allocate()
772ASSERT_MSG(it != offsets.end(), "WorkgroupMemory has no allocation for object %d", int(id.value())… in offsetOf()
998 ASSERT_MSG(it.second, "Intermediate %d created twice", id.value()); in createIntermediate()
1005 ASSERT_MSG(it != intermediates.end(), "Unknown intermediate %d", id.value()); in getIntermediate()
1012 ASSERT_MSG(added, "Pointer %d created twice", id.value()); in createPointer()
1018 ASSERT_MSG(it != pointers.end(), "Unknown pointer %d", id.value()); in getPointer()
1101 ASSERT_MSG(it != types.end(), "Unknown type %d", id.value());
1113 ASSERT_MSG(it != defs.end(), "Unknown object %d", id.value()); in getObject()
1120 ASSERT_MSG(it != functions.end(), "Unknown function %d", id.value()); in getFunction()
[all …]
DSpirvShaderControlFlow.cpp146ASSERT_MSG(outIt != blocks.end(), "Block %d has a non-existent out %d", blockId.value(), outId.val… in AssignBlockFields()
153ASSERT_MSG(mergeIt != blocks.end(), "Loop block %d has a non-existent merge block %d", blockId.val… in AssignBlockFields()
223ASSERT_MSG(it != state->edgeActiveLaneMasks.end(), "Could not find edge %d -> %d", from.value(), t… in GetActiveLaneMaskEdge()
514ASSERT_MSG(getType(getObject(condId)).componentCount == 1, "Condition must be a Boolean type scala… in EmitBranchConditional()
533 ASSERT_MSG(sel.componentCount == 1, "Selector must be a scalar"); in EmitSwitch()
DSpirvShaderDebugger.cpp1627ASSERT_MSG(type->returnTy != nullptr || shader->getType(insn.word(6)).opcode() == spv::Op::OpTypeV… in process()
1777 ASSERT_MSG(decl->local->definition == debug::LocalVariable::Definition::Undefined, in process()
1799 ASSERT_MSG(value->local->definition == debug::LocalVariable::Definition::Values, in process()
1899 ASSERT_MSG(obj != nullptr, "add() called with nullptr obj"); in add()
1901 ASSERT_MSG(added, "Debug object with %d already exists", id.value()); in add()
1907 ASSERT_MSG(added, "Debug object with %d already exists", id.value()); in addNone()
1921 ASSERT_MSG(it != objects.end(), "Unknown debug object %d", id.value()); in get()
1923 ASSERT_MSG(ptr, "Debug object %d is not of the correct type. Got: %s, want: %s", in get()
1934 ASSERT_MSG(ptr, "Debug object %d is not of the correct type. Got: %s, want: %s", in getOrNull()
1944 ASSERT_MSG(entries.find(objId) == entries.end(), in create()
[all …]
DSpirvShaderMemory.cpp235ASSERT_MSG(initializerId == 0, "Vulkan does not permit variables of storage class %d to have initi… in EmitVariable()
DSpirvShader.cpp85ASSERT_MSG(entryPoint == 0, "Duplicate entry point with name '%s' and stage %d", name, int(stage));
423ASSERT_MSG(currentFunction == 0, "Functions %d and %d overlap", currentFunction.value(), functionI…
437 ASSERT_MSG(function.entry != 0, "Function<%d> has no label", currentFunction.value());
755 ASSERT_MSG(entryPoint != 0, "Entry point '%s' not found", entryPointName);
DSpirvShaderGroup.cpp86ASSERT_MSG(scope == spv::ScopeSubgroup, "Scope for Non Uniform Group Operations must be Subgroup f… in EmitGroupNonUniform()
/external/swiftshader/src/Vulkan/
DVkQueue.cpp149 ASSERT_MSG(pending.count() == 0, "queue has work after worker thread shutdown"); in ~Queue()
201 ASSERT_MSG(timelineInfo != nullptr, in submitQueue()
229 ASSERT_MSG(timelineInfo != nullptr, in submitQueue()
271 ASSERT_MSG(pending.count() == 0, "queue has remaining work!"); in taskLoop()
DVkDescriptorSetLayout.cpp88ASSERT_MSG(offset == getDescriptorSetDataSize(), "offset: %d, size: %d", int(offset), int(getDescr… in DescriptorSetLayout()
DVkFormat.cpp2403 ASSERT_MSG(packed > 0, "Update VkFormat to uint8_t mapping"); in mapTo8bit()
/external/swiftshader/src/Device/
DBC_Decoder.cpp586 ASSERT_MSG(weights != nullptr, "Unexpected number of index bits: %d", (int)index.numBits); in interpolate()
980 ASSERT_MSG(false, "Unexpected enum value: %d", (int)desc.type); in decode()
985 ASSERT_MSG(modeDesc.number != -1, "Failed to decode mode %d", mode); in decode()
1415 ASSERT_MSG(weights != nullptr, "Unexpected number of index bits: %d", (int)index.numBits); in interpolate()
/external/swiftshader/src/Vulkan/Debug/
DContext.cpp259ASSERT_MSG(contextsWithLock.count(ctx) == 0, "Attempting to acquire Context lock twice on same thr… in Lock()
/external/f2fs-tools/include/
Df2fs_fs.h220 #define ASSERT_MSG(fmt, ...) \ macro

12