/aosp_15_r20/external/emma/core/java12/com/vladium/util/asserts/ |
H A 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
|
/aosp_15_r20/external/libhevc/common/ |
H A D | ihevc_debug.h | 55 #define ASSERT(x) assert((x)) macro 59 #define ASSERT(x) \ macro
|
/aosp_15_r20/external/mesa3d/src/gallium/frontends/d3d10umd/ |
H A 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
|
/aosp_15_r20/device/google/contexthub/firmware/os/algos/util/ |
D | nano_assert.h | 39 #define ASSERT(x) ASSERT_IMPL(x) macro 41 #define ASSERT(x) ((void)(x)) macro
|
/aosp_15_r20/external/oboe/samples/debug-utils/ |
H A D | logging_macros.h | 33 #define ASSERT(cond, ...) if (!(cond)) {__android_log_assert(#cond, MODULE_NAME, __VA_ARGS__);} macro 42 #define ASSERT(cond, ...) macro
|
/aosp_15_r20/external/oboe/apps/fxlab/app/src/main/cpp/ |
H A D | logging_macros.h | 33 #define ASSERT(cond, ...) if (!(cond)) {__android_log_assert(#cond, MODULE_NAME, __VA_ARGS__);} macro 42 #define ASSERT(cond, ...) macro
|
/aosp_15_r20/developers/build/prebuilts/gradle/RecyclerView/kotlinApp/app/src/main/java/com/example/android/common/logger/ |
H A D | Log.kt | 36 val ASSERT = android.util.Log.ASSERT constant
|
/aosp_15_r20/developers/samples/android/ui/views/RecyclerView/kotlinApp/app/src/main/java/com/example/android/common/logger/ |
D | Log.kt | 36 val ASSERT = android.util.Log.ASSERT constant
|
/aosp_15_r20/external/eigen/bench/btl/generic_bench/utils/ |
H A D | utilities.h | 63 # define ASSERT(condition) if (!(condition)){ HERE ; cerr << "CONDITION " << #condition << " NOT VE… macro 80 # define ASSERT(condition) macro
|
/aosp_15_r20/external/swiftshader/src/System/ |
H A D | Debug.hpp | 108 # define ASSERT(expression) \ macro 118 # define ASSERT(expression) \ macro
|
/aosp_15_r20/external/swiftshader/src/Reactor/ |
H A D | Debug.hpp | 110 # define ASSERT(expression) \ macro 120 # define ASSERT(expression) \ macro
|
/aosp_15_r20/packages/inputmethods/LatinIME/native/jni/src/ |
D | defines.h | 143 #define ASSERT(success) do { if (!(success)) { showStackTrace(); assert(success);} } while (0) macro 162 #define ASSERT(success) assert(success) macro 172 #define ASSERT(success) macro
|
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202005/MdePkg/Include/Library/ |
H A D | DebugLib.h | 337 #define ASSERT(Expression) \ macro 347 #define ASSERT(Expression) macro
|
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/Library/ |
H A D | DebugLib.h | 289 #define ASSERT(Expression) \ macro 299 #define ASSERT(Expression) macro
|
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202302/MdePkg/Include/Library/ |
H A D | DebugLib.h | 394 #define ASSERT(Expression) \ macro 404 #define ASSERT(Expression) macro
|
/aosp_15_r20/external/angle/src/common/ |
H A D | log_utils.h | 265 # define ASSERT(expression) \ macro 270 # define ASSERT(condition) ANGLE_EAT_STREAM_PARAMETERS << !(condition) macro
|
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202111/MdePkg/Include/Library/ |
H A D | DebugLib.h | 398 #define ASSERT(Expression) \ macro 408 #define ASSERT(Expression) macro
|
/aosp_15_r20/external/mesa3d/src/intel/vulkan_hasvk/tests/ |
H A D | test_common.h | 30 #define ASSERT(cond) \ macro
|
/aosp_15_r20/external/ot-br-posix/third_party/Simple-web-server/repo/tests/ |
H A D | assert.hpp | 7 #define ASSERT(e) ((void)((e) ? ((void)0) : ((void)(std::cerr << "Assertion failed: (" << #e << "),… macro
|
/aosp_15_r20/external/mesa3d/src/intel/vulkan/tests/ |
H A D | test_common.h | 30 #define ASSERT(cond) \ macro
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/sync/ |
H A D | synctest.h | 34 #define ASSERT(cond, msg) do { \ macro
|
/aosp_15_r20/external/libavc/common/ |
H A D | ih264_debug.h | 56 #define ASSERT(x) assert((x)) macro
|
/aosp_15_r20/external/fsverity-utils/programs/ |
H A D | utils.h | 32 #define ASSERT(e) ({ if (!(e)) assertion_failed(#e, __FILE__, __LINE__); }) macro
|
/aosp_15_r20/external/marisa-trie/tests/ |
H A D | marisa-assert.h | 7 #define ASSERT(cond) (void)((!!(cond)) || \ macro
|
/aosp_15_r20/external/trusty/lk/lib/libc/include_common/ |
D | assert.h | 29 #define ASSERT(x) \ macro
|