/third_party/skia/third_party/externals/spirv-cross/ |
H A D | spirv_parser.cpp | 25 #include <assert.h>
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-ot-layout.cc | 1897 assert (!buffer->have_output); in apply_string()
|
H A D | hb-ot-layout-gpos-table.hh | 2905 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 D | callproc.c | 656 assert(dict->paramfunc); in ConvParam()
|
H A D | cfield.c | 1218 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 D | TypeRecord.h | 586 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 D | MemCpyOptimizer.cpp | 893 assert(isa<AllocaInst>(cpyDest) && "Can only increase alloca alignment!"); in performCallSlotOptzn()
|
/third_party/python/Modules/ |
H A D | mmapmodule.c | 131 assert(state); in get_mmap_state()
|
H A D | sha512module.c | 437 assert(state != NULL); in sha512_get_state()
|
/third_party/rust/crates/regex/regex-syntax/src/hir/ |
H A D | mod.rs | 256 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 D | addr.rs | 779 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 D | ir_context.h | 507 assert(unique_id_ != std::numeric_limits<uint32_t>::max()); in TakeNextUniqueId()
|
/third_party/spirv-tools/test/ |
H A D | enum_set_test.cpp | 292 assert(end > start && "end > start"); in enumerateValuesFromToWithStep()
|
/third_party/vulkan-loader/loader/ |
H A D | cJSON.c | 960 assert(json != NULL); in loader_get_json()
|
/third_party/vulkan-loader/tests/ |
H A D | loader_alloc_callback_tests.cpp | 108 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 D | X86InstrFoldTables.cpp | 5520 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 D | mballoc.c | 595 #define MB_CHECK_ASSERT(assert) \ 597 if (!(assert)) { \ 600 function, file, line, # assert); \
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
H A D | Reactor.hpp | 2616 // 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 D | SamplerCore.cpp | 1447 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 D | crypto_x509_cert_chain_test.cpp | 2072 assert(trustAnchorArray->count > 0); in HWTEST_F() 2270 assert(trustAnchorArray->count > 0); in HWTEST_F()
|
/third_party/glfw/src/ |
H A D | wl_window.c | 36 #include <assert.h> 3312 assert(window != NULL); in glfwGetWaylandWindow()
|
/third_party/libsnd/src/ |
H A D | sndfile.c | 24 #include <assert.h> 360 assert (sizeof (sf_count_t) == 8) ; in sf_open()
|
/third_party/mesa3d/src/compiler/nir/tests/ |
H A D | vars_tests.cpp | 1991 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 D | bntest.c | 9 #include <assert.h> 1533 assert(remainder_word != (BN_ULONG)-1); in file_quotient()
|
/third_party/skia/third_party/externals/imgui/ |
H A D | imgui.h | 83 #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.
|