Searched refs:assert (Results 11451 - 11461 of 11461) sorted by relevance
1...<<451452453454455456457458459
/third_party/skia/third_party/externals/libpng/ |
H A D | configure | 1852 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 1858 # include <assert.h> 4694 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 4703 # include <assert.h> 4753 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 4762 # include <assert.h> 9824 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags' 10600 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
|
/third_party/eudev/ |
H A D | configure | 1943 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 1949 # include <assert.h> 3714 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 3723 # include <assert.h> 3773 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 3782 # include <assert.h> 10084 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags' 10860 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags' 13636 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 13645 # include <assert [all...] |
/third_party/lame/ |
H A D | configure | 1929 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 1935 # include <assert.h> 4464 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 4473 # include <assert.h> 4523 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 4532 # include <assert.h> 9809 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags' 10585 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
|
/third_party/skia/third_party/externals/microhttpd/ |
H A D | configure | 1873 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 1879 # include <assert.h> 7552 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 7561 # include <assert.h> 7611 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 7620 # include <assert.h> 9553 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags' 10257 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
|
/third_party/skia/third_party/vulkanmemoryallocator/include/ |
H A D | vk_mem_alloc.h | 1584 your own implementation of basic facilities like assert, `min()` and `max()` functions, 1591 By default it is defined to standard C `assert(expr)` in `_DEBUG` configuration 3977 #include <cassert> // for assert 4020 // Normal assert to check for programmer's errors, especially in Debug configuration. 4025 #define VMA_ASSERT(expr) assert(expr) 6089 If hAllocation is already lost, assert - you should not call it then. 6090 If hAllocation was not created with CAN_BECOME_LOST_BIT, assert. 12258 // This is the most important assert in the entire library. in Destroy()
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan.hpp | 31 #if ( VULKAN_HPP_ASSERT == assert )
|
/third_party/glfw/deps/ |
H A D | nuklear.h | 145 /// NK_ASSERT | If you don't define this, nuklear will use <assert.h> with assert(). 1314 /// assert in debug or no state change in release mode.<br /><br /> 1334 /// nest `nk_begin_xxx` calls which will hopefully result in an assert or if not 5710 #include <assert.h> 5711 #define NK_ASSERT(expr) assert(expr) 9437 /* This assert triggers because your are drawing a lot of stuff and nuklear in nk_draw_list_alloc_vertices() 16316 /* If this assert triggers you either: in nk_begin_titled() 17299 /* if this assert triggers you allocated space between nk_begin and nk_menubar_begin. in nk_menubar_begin() 25735 /// - 2016/08/03 (1.03.2) - Removed invalid assert macr [all...] |
/kernel/linux/linux-6.6/tools/testing/radix-tree/ |
H A D | maple.c | 23 #define dump_stack() assert(0) [all...] |
/third_party/json/tests/abi/include/nlohmann/ |
H A D | json_v3_10_5.hpp | 2438 // allow overriding assert 2440 #include <cassert> // assert 2441 #define JSON_ASSERT(x) assert(x) 3740 // is there an assert somewhere on overflows? 5179 JSON_ASSERT(false); // NOLINT(cert-dcl03-c,hicpp-static-assert,misc-static-assert) LCOV_EXCL_LINE 7411 JSON_ASSERT(false); // NOLINT(cert-dcl03-c,hicpp-static-assert,misc-static-assert) LCOV_EXCL_LINE 8295 JSON_ASSERT(false); // NOLINT(cert-dcl03-c,hicpp-static-assert,misc-static-assert) LCOV_EXCL_LIN [all...] |
/third_party/json/single_include/nlohmann/ |
H A D | json.hpp | 2539 // allow overriding assert 2541 #include <cassert> // assert 2542 #define JSON_ASSERT(x) assert(x) 3844 // is there an assert somewhere on overflows? 6033 JSON_ASSERT(false); // NOLINT(cert-dcl03-c,hicpp-static-assert,misc-static-assert) LCOV_EXCL_LINE in hash() 8310 JSON_ASSERT(false); // NOLINT(cert-dcl03-c,hicpp-static-assert,misc-static-assert) LCOV_EXCL_LINE 9208 JSON_ASSERT(false); // NOLINT(cert-dcl03-c,hicpp-static-assert,misc-static-assert) LCOV_EXCL_LIN [all...] |
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkansc/ |
H A D | vulkan_json_data.hpp | [all...] |
Completed in 281 milliseconds
1...<<451452453454455456457458459