| /third_party/flutter/skia/third_party/externals/sdl/include/ |
| D | SDL_assert.h | 97 #define SDL_disabled_assert(condition) \ argument 113 const char *condition; member 143 #define SDL_enabled_assert(condition) \ argument 163 # define SDL_assert(condition) SDL_disabled_assert(condition) argument 164 # define SDL_assert_release(condition) SDL_disabled_assert(condition) argument 165 # define SDL_assert_paranoid(condition) SDL_disabled_assert(condition) argument 167 # define SDL_assert(condition) SDL_disabled_assert(condition) argument 168 # define SDL_assert_release(condition) SDL_enabled_assert(condition) argument 169 # define SDL_assert_paranoid(condition) SDL_disabled_assert(condition) argument 171 # define SDL_assert(condition) SDL_enabled_assert(condition) argument [all …]
|
| /third_party/skia/third_party/externals/dawn/src/common/ |
| D | Assert.h | 44 # define DAWN_ASSERT_CALLSITE_HELPER(file, func, line, condition) \ argument 52 # define DAWN_ASSERT_CALLSITE_HELPER(file, func, line, condition) __assume(condition) argument 54 # define DAWN_ASSERT_CALLSITE_HELPER(file, func, line, condition) __builtin_assume(condition) argument 56 # define DAWN_ASSERT_CALLSITE_HELPER(file, func, line, condition) \ argument 63 #define DAWN_ASSERT(condition) DAWN_ASSERT_CALLSITE_HELPER(__FILE__, __func__, __LINE__, condition) argument
|
| /third_party/flutter/skia/third_party/externals/dawn/src/common/ |
| D | Assert.h | 44 # define DAWN_ASSERT_CALLSITE_HELPER(file, func, line, condition) \ argument 52 # define DAWN_ASSERT_CALLSITE_HELPER(file, func, line, condition) __assume(condition) argument 54 # define DAWN_ASSERT_CALLSITE_HELPER(file, func, line, condition) __builtin_assume(condition) argument 56 # define DAWN_ASSERT_CALLSITE_HELPER(file, func, line, condition) \ argument 63 #define DAWN_ASSERT(condition) DAWN_ASSERT_CALLSITE_HELPER(__FILE__, __func__, __LINE__, condition) argument
|
| /third_party/gn/src/base/ |
| D | logging.h | 211 #define LAZY_STREAM(stream, condition) \ argument 225 #define LOG_IF(severity, condition) \ argument 228 #define LOG_ASSERT(condition) \ argument 246 #define PLOG_IF(severity, condition) \ argument 396 #define CHECK(condition) \ argument 403 #define PCHECK(condition) \ argument 419 #define CHECK(condition) \ argument 423 #define PCHECK(condition) \ argument 430 #define CHECK(condition) \ argument 434 #define PCHECK(condition) \ argument [all …]
|
| /third_party/gn/src/base/mac/ |
| D | mac_logging.h | 55 #define OSSTATUS_LOG_IF(severity, condition, status) \ argument 59 #define OSSTATUS_CHECK(condition, status) \ argument 65 #define OSSTATUS_DLOG_IF(severity, condition, status) \ argument 69 #define OSSTATUS_DCHECK(condition, status) \ argument
|
| /third_party/jsoncpp/include/json/ |
| D | assertions.h | 23 #define JSON_ASSERT(condition) \ argument 40 #define JSON_ASSERT(condition) assert(condition) argument 54 #define JSON_ASSERT_MESSAGE(condition, message) \ argument
|
| /third_party/cef/include/base/ |
| D | cef_logging.h | 255 #define LAZY_STREAM(stream, condition) \ argument 269 #define LOG_IF(severity, condition) \ argument 273 #define SYSLOG_IF(severity, condition) LOG_IF(severity, condition) argument 282 #define VLOG_IF(verbose_level, condition) \ argument 301 #define VPLOG_IF(verbose_level, condition) \ argument 307 #define LOG_ASSERT(condition) \ argument 309 #define SYSLOG_ASSERT(condition) \ argument 326 #define PLOG_IF(severity, condition) \ argument 340 #define CHECK(condition) \ argument 344 #define PCHECK(condition) \ argument [all …]
|
| /third_party/flutter/engine/flutter/fml/ |
| D | logging.h | 51 #define FML_LAZY_STREAM(stream, condition) \ argument 66 #define FML_CHECK(condition) \ argument 84 #define FML_DCHECK(condition) FML_CHECK(condition) argument 87 #define FML_DCHECK(condition) FML_EAT_STREAM_PARAMETERS(condition) argument
|
| /third_party/skia/third_party/externals/tint/src/sem/ |
| D | if_statement.h | 53 void SetCondition(const Expression* condition) { condition_ = condition; } in SetCondition() 78 void SetCondition(const Expression* condition) { condition_ = condition; } in SetCondition()
|
| /third_party/ltp/include/ |
| D | tst_common.h | 77 #define TST_BUILD_BUG_ON(condition) \ argument 80 #define TST_BRK_SUPPORTS_ONLY_TCONF_TBROK(condition) \ argument 83 #define TST_RES_SUPPORTS_TCONF_TFAIL_TINFO_TPASS_TWARN(condition) \ argument
|
| /third_party/flutter/engine/flutter/shell/platform/fuchsia/runtime/dart/utils/ |
| D | inlines.h | 19 #define DEBUG_CHECK(condition, tag, message) \ argument 22 #define DEBUG_CHECK(condition, tag, message) (true || (condition)) argument
|
| /third_party/mesa3d/src/mesa/program/ |
| D | program_lexer.l | 48 #define return_token_or_IDENTIFIER(condition, token) \ argument 57 #define return_token_or_DOT(condition, token) \ argument 68 #define return_opcode(condition, token, opcode, len) \ argument
|
| /third_party/mesa3d/src/intel/tools/ |
| D | i965_asm.h | 54 struct condition { struct 55 unsigned cond_modifier:4; 56 unsigned flag_reg_nr:1; 57 unsigned flag_subreg_nr:1;
|
| /third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
| D | lp_bld_assert.c | 40 lp_assert(int condition, const char *msg) in lp_assert() 61 LLVMValueRef condition, in lp_build_assert()
|
| /third_party/skia/third_party/externals/dng_sdk/source/ |
| D | dng_assertions.h | 78 #define DNG_REQUIRE(condition,msg) \ argument 101 #define DNG_REQUIRE(condition,msg) \ argument
|
| /third_party/libsnd/src/ALAC/ |
| D | ALACBitUtilities.h | 39 #define RequireAction(condition, action) if (! (condition)) { action } argument 40 #define RequireActionSilent(condition, action) if (! (condition)) { action } argument 41 #define RequireNoErr(condition, action) if (condition) { action } argument
|
| /third_party/spirv-tools/source/opt/ |
| D | log.h | 158 #define SPIRV_ASSERT_1(consumer, condition) \ argument 168 #define SPIRV_ASSERT_2(consumer, condition, message) \ argument 178 #define SPIRV_ASSERT_more(consumer, condition, format, ...) \ argument 188 #define SPIRV_ASSERT_3(consumer, condition, format, ...) \ argument 191 #define SPIRV_ASSERT_4(consumer, condition, format, ...) \ argument 194 #define SPIRV_ASSERT_5(consumer, condition, format, ...) \ argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
| D | log.h | 158 #define SPIRV_ASSERT_1(consumer, condition) \ argument 168 #define SPIRV_ASSERT_2(consumer, condition, message) \ argument 178 #define SPIRV_ASSERT_more(consumer, condition, format, ...) \ argument 188 #define SPIRV_ASSERT_3(consumer, condition, format, ...) \ argument 191 #define SPIRV_ASSERT_4(consumer, condition, format, ...) \ argument 194 #define SPIRV_ASSERT_5(consumer, condition, format, ...) \ argument
|
| /third_party/flutter/skia/third_party/externals/spirv-tools/source/opt/ |
| D | log.h | 157 #define SPIRV_ASSERT_1(consumer, condition) \ argument 166 #define SPIRV_ASSERT_2(consumer, condition, message) \ argument 175 #define SPIRV_ASSERT_more(consumer, condition, format, ...) \ argument 185 #define SPIRV_ASSERT_3(consumer, condition, format, ...) \ argument 188 #define SPIRV_ASSERT_4(consumer, condition, format, ...) \ argument 191 #define SPIRV_ASSERT_5(consumer, condition, format, ...) \ argument
|
| /third_party/skia/third_party/externals/spirv-tools/source/opt/ |
| D | log.h | 158 #define SPIRV_ASSERT_1(consumer, condition) \ argument 168 #define SPIRV_ASSERT_2(consumer, condition, message) \ argument 178 #define SPIRV_ASSERT_more(consumer, condition, format, ...) \ argument 188 #define SPIRV_ASSERT_3(consumer, condition, format, ...) \ argument 191 #define SPIRV_ASSERT_4(consumer, condition, format, ...) \ argument 194 #define SPIRV_ASSERT_5(consumer, condition, format, ...) \ argument
|
| /third_party/gn/src/gn/ |
| D | visual_studio_utils.cc | 28 #define SetOption(condition, member, value) \ argument 34 #define AppendOption(condition, member, value, separator) \ argument
|
| /third_party/googletest/googlemock/include/gmock/internal/ |
| D | gmock-internal-utils.h | 215 inline void Assert(bool condition, const char* file, int line, in Assert() 222 inline void Assert(bool condition, const char* file, int line) { in Assert() 228 inline void Expect(bool condition, const char* file, int line, in Expect() 235 inline void Expect(bool condition, const char* file, int line) { in Expect()
|
| /third_party/vk-gl-cts/framework/common/ |
| D | tcuResultCollector.cpp | 88 bool ResultCollector::checkResult (bool condition, qpTestResult result, const std::string& msg) in checkResult() 100 bool ResultCollector::check (bool condition, const std::string& msg) in check()
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/ |
| D | raw_logging.h | 59 #define ABSL_RAW_CHECK(condition, message) \ argument 85 #define ABSL_INTERNAL_CHECK(condition, message) \ argument
|
| /third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
| D | Fence.cpp | 44 void Fence::setFence(GLenum condition) in setFence() 118 FenceSync::FenceSync(GLuint name, GLenum condition, GLbitfield flags) : NamedObject(name), mConditi… in FenceSync()
|