/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/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
|
/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/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/mesa3d/src/intel/vulkan/tests/ |
D | test_common.h | 27 #define ASSERT(cond) \ macro
|
/external/swiftshader/src/OpenGL/common/ |
D | debug.h | 61 #define ASSERT(expression) do { \ macro 67 #define ASSERT(expression) (void(0)) 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/linux-kselftest/tools/testing/selftests/sync/ |
D | synctest.h | 34 #define ASSERT(cond, msg) do { \ macro
|
/external/libavc/common/ |
D | ih264_debug.h | 57 #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/OpenGL/compiler/ |
D | debug.h | 44 #define ASSERT(expression) do { \ macro
|
/external/rust/crates/grpcio-sys/grpc/third_party/upb/tests/ |
D | upb_test.h | 25 #define ASSERT(expr) do { \ macro
|
/external/swiftshader/src/Reactor/ |
D | Debug.hpp | 110 # define ASSERT(expression) \ macro 120 # define ASSERT(expression) \ macro
|
/external/swiftshader/src/System/ |
D | Debug.hpp | 114 # define ASSERT(expression) \ macro 124 # 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
|
/external/skqp/tests/ |
D | GrSKSLPrettyPrintTest.cpp | 12 #define ASSERT(x) REPORTER_ASSERT(r, x) macro
|
D | ColorPrivTest.cpp | 14 #define ASSERT(expr) REPORTER_ASSERT(r, expr) macro
|
/external/libhevc/encoder/ |
D | trace_support.h | 61 #define ASSERT(x) assert((x)) macro
|
/external/skia/tests/ |
D | ColorPrivTest.cpp | 14 #define ASSERT(expr) REPORTER_ASSERT(r, expr) macro
|
/external/llvm-project/openmp/libomptarget/deviceRTLs/common/ |
D | debug.h | 223 #define ASSERT(_flag, _cond, _str, _args...) \ macro 239 #define ASSERT(_flag, _cond, _str, _args...) \ macro 251 #define ASSERT(_flag, _cond, _str, _args...) macro
|
/external/libkmsxx/kms++util/inc/kms++util/ |
D | kms++util.h | 45 #define ASSERT(x) … macro
|