/third_party/mesa3d/src/gallium/frontends/d3d10umd/ |
D | Debug.h | 51 #define ASSERT(expr) ((expr) ? (void)0 : AssertFail(#expr, __FILE__, __LINE__, __FUNCTION__)) macro 53 #define ASSERT(expr) do { } while (0 && (expr)) macro
|
/third_party/skia/third_party/externals/swiftshader/src/Common/ |
D | Debug.hpp | 52 …#define ASSERT(expression) {if(!(expression)) sw::trace("\t! Assert failed in %s(%d): " #expressio… macro 54 #define ASSERT assert macro
|
D | DebugAndroid.hpp | 51 #define ASSERT(E) do { \ macro
|
/third_party/skia/third_party/externals/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
|
/third_party/skia/third_party/externals/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
|
/third_party/mesa3d/src/intel/vulkan/tests/ |
D | test_common.h | 27 #define ASSERT(cond) \ macro
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/common/ |
D | debug.h | 61 #define ASSERT(expression) do { \ macro 67 #define ASSERT(expression) (void(0)) macro
|
/third_party/musl/libc-test/src/regression/ |
D | strverscmp.c | 6 #define ASSERT(x) ((x) || (t_error(#x " failed\n"),0)) macro
|
D | fgets-eof.c | 7 #define ASSERT(c) do { if (!(c)) t_error("%s failed\n", #c); } while(0) macro
|
D | ftello-unflushed-append.c | 11 #define ASSERT(c) do { \ macro
|
D | fflush-exit.c | 12 #define ASSERT(c) do { \ macro
|
/third_party/fsverity-utils/programs/ |
D | utils.h | 32 #define ASSERT(e) ({ if (!(e)) assertion_failed(#e, __FILE__, __LINE__); }) macro
|
/third_party/skia/third_party/externals/swiftshader/src/System/ |
D | Debug.hpp | 108 # define ASSERT(expression) \ macro 118 # define ASSERT(expression) \ macro
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
D | debug.h | 44 #define ASSERT(expression) do { \ macro
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
D | Debug.hpp | 110 # define ASSERT(expression) \ macro 120 # define ASSERT(expression) \ macro
|
/third_party/skia/third_party/externals/zlib/contrib/tests/fuzzers/ |
D | streaming_inflate_fuzzer.cc | 13 #define ASSERT(cond) \ macro
|
D | deflate_fuzzer.cc | 16 #define ASSERT(cond) \ macro
|
/third_party/skia/tests/ |
D | ColorPrivTest.cpp | 14 #define ASSERT(expr) REPORTER_ASSERT(r, expr) macro
|
D | GrQuadBufferTest.cpp | 14 #define ASSERT(cond) REPORTER_ASSERT(r, cond) macro
|
D | GrQuadCropTest.cpp | 13 #define ASSERT(cond) REPORTER_ASSERT(r, cond) macro
|
/third_party/skia/third_party/externals/dawn/src/common/ |
D | Assert.h | 71 # define ASSERT DAWN_ASSERT macro
|
/third_party/skia/experimental/tools/ |
D | coreGraphicsPdf2png.cpp | 15 #define ASSERT(x) \ macro
|
/third_party/mbedtls/library/ |
D | chacha20.c | 459 #define ASSERT(cond, args) \ macro
|
/third_party/skia/third_party/externals/angle2/src/common/ |
D | debug.h | 328 # define ASSERT(expression) \ macro 333 # define ASSERT(condition) ANGLE_EAT_STREAM_PARAMETERS << !(condition) macro
|
/third_party/littlefs/scripts/ |
D | explode_asserts.py | 10 ASSERT = "__{PREFIX}_ASSERT_{TYPE}_{COMP}" variable
|