Home
last modified time | relevance | path

Searched defs:condition (Results 1 – 25 of 406) sorted by relevance

12345678910>>...17

/third_party/flutter/skia/third_party/externals/sdl/include/
DSDL_assert.h97 #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/
DAssert.h44 # 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/
DAssert.h44 # 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/
Dlogging.h211 #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/
Dmac_logging.h55 #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/
Dassertions.h23 #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/
Dcef_logging.h255 #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/
Dlogging.h51 #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/
Dif_statement.h53 void SetCondition(const Expression* condition) { condition_ = condition; } in SetCondition()
78 void SetCondition(const Expression* condition) { condition_ = condition; } in SetCondition()
/third_party/ltp/include/
Dtst_common.h77 #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/
Dinlines.h19 #define DEBUG_CHECK(condition, tag, message) \ argument
22 #define DEBUG_CHECK(condition, tag, message) (true || (condition)) argument
/third_party/mesa3d/src/mesa/program/
Dprogram_lexer.l48 #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/
Di965_asm.h54 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/
Dlp_bld_assert.c40 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/
Ddng_assertions.h78 #define DNG_REQUIRE(condition,msg) \ argument
101 #define DNG_REQUIRE(condition,msg) \ argument
/third_party/libsnd/src/ALAC/
DALACBitUtilities.h39 #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/
Dlog.h158 #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/
Dlog.h158 #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/
Dlog.h157 #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/
Dlog.h158 #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/
Dvisual_studio_utils.cc28 #define SetOption(condition, member, value) \ argument
34 #define AppendOption(condition, member, value, separator) \ argument
/third_party/googletest/googlemock/include/gmock/internal/
Dgmock-internal-utils.h215 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/
DtcuResultCollector.cpp88 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/
Draw_logging.h59 #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/
DFence.cpp44 void Fence::setFence(GLenum condition) in setFence()
118 FenceSync::FenceSync(GLuint name, GLenum condition, GLbitfield flags) : NamedObject(name), mConditi… in FenceSync()

12345678910>>...17