Home
last modified time | relevance | path

Searched refs:assert (Results 11351 - 11375 of 11535) sorted by relevance

1...<<451452453454455456457458459460>>...462

/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_parser.cpp25 #include <assert.h>
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-layout.cc1897 assert (!buffer->have_output); in apply_string()
H A Dhb-ot-layout-gpos-table.hh2905 assert (!!(type & ATTACH_TYPE_MARK) ^ !!(type & ATTACH_TYPE_CURSIVE)); in propagate_attachment_offsets()
2919 assert (j < i); in propagate_attachment_offsets()
/third_party/python/Modules/_ctypes/
H A Dcallproc.c656 assert(dict->paramfunc); in ConvParam()
H A Dcfield.c1218 assert(size >= 0); in U_set()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h586 assert(GuidStr.size() == 16 && "guid isn't 16 bytes"); in TypeServer2Record()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp893 assert(isa<AllocaInst>(cpyDest) && "Can only increase alloca alignment!"); in performCallSlotOptzn()
/third_party/python/Modules/
H A Dmmapmodule.c131 assert(state); in get_mmap_state()
H A Dsha512module.c437 assert(state != NULL); in sha512_get_state()
/third_party/rust/crates/regex/regex-syntax/src/hir/
H A Dmod.rs256 assert!(b > 0x7F); in literal()
1787 assert!(cls.try_case_fold_simple().is_err()); in class_case_fold_unicode_disabled()
2284 assert!(!expr.kind.is_empty()); in no_stack_overflow_on_drop()
/third_party/rust/crates/nix/src/sys/socket/
H A Daddr.rs779 assert!(sun_len as usize >= offset_of!(libc::sockaddr_un, sun_path)); in get()
3060 assert!(dl.addr().is_none()); in macos_loopback()
3097 assert!(_sock_addr.is_some()); in illumos_tap()
/third_party/spirv-tools/source/opt/
H A Dir_context.h507 assert(unique_id_ != std::numeric_limits<uint32_t>::max()); in TakeNextUniqueId()
/third_party/spirv-tools/test/
H A Denum_set_test.cpp292 assert(end > start && "end > start"); in enumerateValuesFromToWithStep()
/third_party/vulkan-loader/loader/
H A DcJSON.c960 assert(json != NULL); in loader_get_json()
/third_party/vulkan-loader/tests/
H A Dloader_alloc_callback_tests.cpp108 assert(allocation_count != 0 && "Cant free when there are no valid allocations"); in free()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86InstrFoldTables.cpp5520 assert(std::is_sorted(std::begin(MemoryFoldTable2Addr), in lookupFoldTableImpl()
5526 assert(std::is_sorted(std::begin(MemoryFoldTable0), in lookupFoldTableImpl()
5532 assert(std::is_sorted(std::begin(MemoryFoldTable1), in lookupFoldTableImpl()
5538 assert(std::is_sorted(std::begin(MemoryFoldTable2), in lookupFoldTableImpl()
5544 assert(std::is_sorted(std::begin(MemoryFoldTable3), in lookupFoldTableImpl()
5550 assert(std::is_sorted(std::begin(MemoryFoldTable4), in lookupFoldTableImpl()
5556 assert(std::is_sorted(std::begin(BroadcastFoldTable2), in lookupFoldTableImpl()
5562 assert(std::is_sorted(std::begin(BroadcastFoldTable3), in lookupFoldTableImpl()
5649 assert(std::adjacent_find(Table.begin(), Table.end()) == Table.end() && in X86MemUnfoldTable()
/kernel/linux/linux-5.10/fs/ext4/
H A Dmballoc.c595 #define MB_CHECK_ASSERT(assert) \
597 if (!(assert)) { \
600 function, file, line, # assert); \
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DReactor.hpp2616 // Static assert that the function signature is valid.
2759 assert(Nucleus::createBitCast(value, T::type()) == value); // Run-time type should match T, so bitcast is no-op. in RValue()
3093 assert(index < Variable::getArraySize()); in operator []()
3102 assert(index < static_cast<unsigned int>(Variable::getArraySize())); in operator []()
/third_party/skia/third_party/externals/swiftshader/src/Shader/
H A DSamplerCore.cpp1447 else assert(false); in computeLod()
1513 else assert(false); in computeLodCube()
1572 else assert(false); in computeLod3D()
/base/security/certificate_framework/test/unittest/v1.0/src/
H A Dcrypto_x509_cert_chain_test.cpp2072 assert(trustAnchorArray->count > 0); in HWTEST_F()
2270 assert(trustAnchorArray->count > 0); in HWTEST_F()
/third_party/glfw/src/
H A Dwl_window.c36 #include <assert.h>
3312 assert(window != NULL); in glfwGetWaylandWindow()
/third_party/libsnd/src/
H A Dsndfile.c24 #include <assert.h>
360 assert (sizeof (sf_count_t) == 8) ; in sf_open()
/third_party/mesa3d/src/compiler/nir/tests/
H A Dvars_tests.cpp1991 assert(src.is_ssa); in vec_src_comp_as_int()
1993 assert(nir_op_is_vec(nir_ssa_scalar_alu_op(s))); in vec_src_comp_as_int()
/third_party/openssl/test/
H A Dbntest.c9 #include <assert.h>
1533 assert(remainder_word != (BN_ULONG)-1); in file_quotient()
/third_party/skia/third_party/externals/imgui/
H A Dimgui.h83 #include <assert.h>
84 #define IM_ASSERT(_EXPR) assert(_EXPR) // You can override the default assert handler by editing imconfig.h
264 float operator[] (size_t idx) const { IM_ASSERT(idx <= 1); return (&x)[idx]; } // We very rarely use this [] operator, the assert overhead is fine. in operator []()
265 float& operator[] (size_t idx) { IM_ASSERT(idx <= 1); return (&x)[idx]; } // We very rarely use this [] operator, the assert overhead is fine. in operator []()
1616 ImGuiSliderFlags_InvalidMask_ = 0x7000000F // [Internal] We treat using those bits as being potentially a 'float power' argument from the previous API that has got miscast to this enum, and will trigger an assert if needed.
2703 bool Locked; // Marked as Locked by ImGui::NewFrame() so attempt to modify the atlas will assert.

Completed in 96 milliseconds

1...<<451452453454455456457458459460>>...462