/external/rust/android-crates-io/crates/zerocopy/src/util/ |
D | macros.rs | 765 const ASSERT: bool; constant 769 const ASSERT: bool = { constant 779 const ASSERT: bool; constant 783 const ASSERT: bool = { constant
|
/external/libhevc/common/ |
D | ihevc_debug.h | 55 #define ASSERT(x) assert((x)) macro 59 #define ASSERT(x) \ macro
|
/external/emma/core/java12/com/vladium/util/asserts/ |
D | $assert.java | 33 public static void ASSERT (final boolean condition, final String msg) in ASSERT() method in $assert 41 public static void ASSERT (final boolean condition) in ASSERT() method in $assert
|
/external/mesa3d/src/gallium/frontends/d3d10umd/ |
D | Debug.h | 51 #define ASSERT(expr) ((expr) ? (void)0 : AssertFail(#expr, __FILE__, __LINE__, __func__)) macro 53 #define ASSERT(expr) do { } while (0 && (expr)) macro
|
/external/oboe/apps/fxlab/app/src/main/cpp/ |
D | logging_macros.h | 33 #define ASSERT(cond, ...) if (!(cond)) {__android_log_assert(#cond, MODULE_NAME, __VA_ARGS__);} macro 42 #define ASSERT(cond, ...) macro
|
/external/oboe/samples/debug-utils/ |
D | logging_macros.h | 33 #define ASSERT(cond, ...) if (!(cond)) {__android_log_assert(#cond, MODULE_NAME, __VA_ARGS__);} macro 42 #define ASSERT(cond, ...) macro
|
/external/mesa3d/src/intel/vulkan_hasvk/tests/ |
D | test_common.h | 30 #define ASSERT(cond) \ macro
|
/external/eigen/bench/btl/generic_bench/utils/ |
D | utilities.h | 63 # define ASSERT(condition) if (!(condition)){ HERE ; cerr << "CONDITION " << #condition << " NOT VE… macro 80 # define ASSERT(condition) macro
|
/external/mesa3d/src/intel/vulkan/tests/ |
D | test_common.h | 30 #define ASSERT(cond) \ macro
|
/external/linux-kselftest/tools/testing/selftests/sync/ |
D | synctest.h | 34 #define ASSERT(cond, msg) do { \ macro
|
/external/libavc/common/ |
D | ih264_debug.h | 56 #define ASSERT(x) assert((x)) macro
|
/external/fsverity-utils/programs/ |
D | utils.h | 32 #define ASSERT(e) ({ if (!(e)) assertion_failed(#e, __FILE__, __LINE__); }) macro
|
/external/marisa-trie/tests/ |
D | marisa-assert.h | 7 #define ASSERT(cond) (void)((!!(cond)) || \ macro
|
/external/swiftshader/src/System/ |
D | Debug.hpp | 108 # define ASSERT(expression) \ macro 118 # define ASSERT(expression) \ macro
|
/external/trusty/lk/lib/libc/include_common/ |
D | assert.h | 29 #define ASSERT(x) \ macro
|
/external/swiftshader/src/Reactor/ |
D | Debug.hpp | 110 # define ASSERT(expression) \ macro 120 # define ASSERT(expression) \ macro
|
/external/zlib/contrib/tests/fuzzers/ |
D | streaming_inflate_fuzzer.cc | 13 #define ASSERT(cond) \ macro
|
D | deflate_fuzzer.cc | 16 #define ASSERT(cond) \ macro
|
D | inflate_with_header_fuzzer.cc | 18 #define ASSERT(cond) \ macro
|
/external/libhevc/encoder/ |
D | trace_support.h | 61 #define ASSERT(x) assert((x)) macro
|
/external/libkmsxx/kms++util/inc/kms++util/ |
D | kms++util.h | 45 #define ASSERT(x) … macro
|
/external/coreboot/src/vendorcode/intel/edk2/uefi_2.4/ |
D | uefi_types.h | 69 #define ASSERT(expression) \ macro
|
/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202005/MdePkg/Include/Library/ |
D | DebugLib.h | 337 #define ASSERT(Expression) \ macro 347 #define ASSERT(Expression) macro
|
/external/coreboot/src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/Library/ |
D | DebugLib.h | 289 #define ASSERT(Expression) \ macro 299 #define ASSERT(Expression) macro
|
/external/skia/experimental/tools/ |
D | coreGraphicsPdf2png.cpp | 15 #define ASSERT(x) \ macro
|