Home
last modified time | relevance | path

Searched defs:ASSERT (Results 1 – 25 of 48) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/src/Common/
DDebug.hpp52 …#define ASSERT(expression) {if(!(expression)) sw::trace("\t! Assert failed in %s(%d): " #expressio… macro
54 #define ASSERT assert macro
DDebugAndroid.hpp51 #define ASSERT(E) do { \ macro
/third_party/skia/third_party/externals/oboe/apps/fxlab/app/src/main/cpp/
Dlogging_macros.h33 #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/
Dlogging_macros.h33 #define ASSERT(cond, ...) if (!(cond)) {__android_log_assert(#cond, MODULE_NAME, __VA_ARGS__);} macro
42 #define ASSERT(cond, ...) macro
/third_party/musl/libc-test/src/regression/
Dstrverscmp.c6 #define ASSERT(x) ((x) || (t_error(#x " failed\n"),0)) macro
Dfgets-eof.c7 #define ASSERT(c) do { if (!(c)) t_error("%s failed\n", #c); } while(0) macro
Dftello-unflushed-append.c11 #define ASSERT(c) do { \ macro
Dfflush-exit.c12 #define ASSERT(c) do { \ macro
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/common/
Ddebug.h61 #define ASSERT(expression) do { \ macro
67 #define ASSERT(expression) (void(0)) macro
/third_party/gettext/gettext-tools/tests/
Dintl-version-prg.c34 #define ASSERT(expr) \ macro
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
Ddebug.h44 #define ASSERT(expression) do { \ macro
/third_party/grpc/third_party/upb/tests/
Dupb_test.h25 #define ASSERT(expr) do { \ macro
/third_party/skia/third_party/externals/swiftshader/src/System/
DDebug.hpp108 # define ASSERT(expression) \ macro
118 # define ASSERT(expression) \ macro
/third_party/skia/third_party/externals/zlib/contrib/tests/fuzzers/
Dstreaming_inflate_fuzzer.cc13 #define ASSERT(cond) \ macro
Ddeflate_fuzzer.cc16 #define ASSERT(cond) \ macro
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DDebug.hpp110 # define ASSERT(expression) \ macro
120 # define ASSERT(expression) \ macro
/third_party/skia/tests/
DColorPrivTest.cpp14 #define ASSERT(expr) REPORTER_ASSERT(r, expr) macro
/third_party/flutter/skia/tests/
DColorPrivTest.cpp14 #define ASSERT(expr) REPORTER_ASSERT(r, expr) macro
/third_party/skia/experimental/tools/
DcoreGraphicsPdf2png.cpp15 #define ASSERT(x) \ macro
/third_party/skia/third_party/externals/dawn/src/common/
DAssert.h71 # define ASSERT DAWN_ASSERT macro
/third_party/flutter/skia/third_party/externals/dawn/src/common/
DAssert.h71 # define ASSERT DAWN_ASSERT macro
/third_party/flutter/skia/experimental/tools/
DcoreGraphicsPdf2png.cpp15 #define ASSERT(x) \ macro
/third_party/flutter/skia/third_party/externals/angle2/src/common/
Ddebug.h283 # define ASSERT(expression) \ macro
288 # define ASSERT(condition) ANGLE_EAT_STREAM_PARAMETERS << !(condition) macro
/third_party/uboot/u-boot-2020.01/drivers/usb/gadget/hiudc3/
Ddebug.h152 #define ASSERT(cond,exp) \ macro
160 #define ASSERT(cond,exp) macro
/third_party/skia/third_party/externals/angle2/src/common/
Ddebug.h328 # define ASSERT(expression) \ macro
333 # define ASSERT(condition) ANGLE_EAT_STREAM_PARAMETERS << !(condition) macro

12