| /third_party/boost/boost/hana/ |
| D | assert.hpp | 36 # define BOOST_HANA_RUNTIME_ASSERT(condition) unspecified argument 45 # define BOOST_HANA_RUNTIME_ASSERT_MSG(condition, message) unspecified argument 62 # define BOOST_HANA_CONSTANT_ASSERT(condition) unspecified argument 71 # define BOOST_HANA_CONSTANT_ASSERT_MSG(condition, message) unspecified argument 94 # define BOOST_HANA_ASSERT(condition) unspecified argument 103 # define BOOST_HANA_ASSERT_MSG(condition, message) unspecified argument 113 # define BOOST_HANA_CONSTEXPR_ASSERT(condition) unspecified argument 118 # define BOOST_HANA_CONSTEXPR_ASSERT_MSG(condition, message) unspecified argument 123 # define BOOST_HANA_CONSTANT_ASSERT_MSG(condition, message) /* nothing */ argument 126 # define BOOST_HANA_RUNTIME_ASSERT_MSG(condition, message) /* nothing */ argument [all …]
|
| /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/uboot/u-boot-2020.01/include/linux/ |
| D | bug.h | 14 #define BUG_ON(condition) do { if (unlikely(condition)) BUG(); } while (0) argument 16 #define WARN_ON(condition) ({ \ argument 23 #define WARN(condition, format...) ({ \ argument 30 #define WARN_ON_ONCE(condition) ({ \ argument 41 #define WARN_ONCE(condition, format...) ({ \ argument
|
| D | build_bug.h | 13 #define BUILD_BUG_ON(condition) (0) argument 67 #define BUILD_BUG_ON(condition) ((void)sizeof(char[1 - 2*!!(condition)])) argument 69 #define BUILD_BUG_ON(condition) \ argument
|
| /third_party/grpc/src/csharp/Grpc.Core.Api/Utils/ |
| D | GrpcPreconditions.cs | 32 public static void CheckArgument(bool condition) in CheckArgument() 45 public static void CheckArgument(bool condition, string errorMessage) in CheckArgument() 84 public static void CheckState(bool condition) in CheckState() 97 public static void CheckState(bool condition, string errorMessage) in CheckState()
|
| /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 | 212 #define LAZY_STREAM(stream, condition) \ argument 226 #define LOG_IF(severity, condition) \ argument 229 #define LOG_ASSERT(condition) \ argument 247 #define PLOG_IF(severity, condition) \ argument 397 #define CHECK(condition) \ argument 404 #define PCHECK(condition) \ argument 420 #define CHECK(condition) \ argument 424 #define PCHECK(condition) \ argument 431 #define CHECK(condition) \ argument 435 #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 | 256 #define LAZY_STREAM(stream, condition) \ argument 270 #define LOG_IF(severity, condition) \ argument 274 #define SYSLOG_IF(severity, condition) LOG_IF(severity, condition) argument 283 #define VLOG_IF(verbose_level, condition) \ argument 302 #define VPLOG_IF(verbose_level, condition) \ argument 308 #define LOG_ASSERT(condition) \ argument 310 #define SYSLOG_ASSERT(condition) \ argument 327 #define PLOG_IF(severity, condition) \ argument 341 #define CHECK(condition) \ argument 345 #define PCHECK(condition) \ argument [all …]
|
| /third_party/gettext/gettext-tools/src/ |
| D | cldr-plural-exp.c | 66 cldr_plural_condition_free (struct cldr_plural_condition_ty *condition) in cldr_plural_condition_free() 183 eval_condition (struct cldr_plural_condition_ty *condition) in eval_condition() 289 find_largest_modulus (struct cldr_plural_condition_ty *condition) in find_largest_modulus() 307 find_largest_number (struct cldr_plural_condition_ty *condition) in find_largest_number() 341 apply_condition (struct cldr_plural_condition_ty *condition, int value) in apply_condition() 472 print_condition (struct cldr_plural_condition_ty *condition, in print_condition() 520 print_condition_negation (struct cldr_plural_condition_ty *condition, FILE *fp) in print_condition_negation() 537 print_condition_greater (struct cldr_plural_condition_ty *condition, FILE *fp) in print_condition_greater() 657 struct cldr_plural_condition_ty *condition; in cldr_plural_rule_list_print() local
|
| /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/weston/tools/zunitc/inc/zunitc/ |
| D | zunitc.h | 428 #define ZUC_ASSERT_TRUE(condition) \ argument 442 #define ZUC_ASSERT_FALSE(condition) \ argument 454 #define ZUC_ASSERT_NULL(condition) \ argument 466 #define ZUC_ASSERT_NOT_NULL(condition) \ argument 593 #define ZUC_ASSERTG_TRUE(condition, label) \ argument 606 #define ZUC_ASSERTG_FALSE(condition, label) \ argument 617 #define ZUC_ASSERTG_NULL(condition, label) \ argument 628 #define ZUC_ASSERTG_NOT_NULL(condition, label) \ 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/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/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/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/boost/tools/build/test/ |
| D | TestCmd.py | 102 def fail_test(self=None, condition=True, function=None, skip=0): argument 132 def no_result(self=None, condition=True, function=None, skip=0): argument 160 def pass_test(self=None, condition=True, function=None): argument 274 def cleanup(self, condition=None): argument 318 def fail_test(self, condition=True, function=None, skip=0): argument 340 def no_result(self, condition=True, function=None, skip=0): argument 350 def pass_test(self, condition=True, function=None): argument
|
| /third_party/glib/gio/ |
| D | gdatagrambased.c | 337 GIOCondition condition, in g_datagram_based_create_source() 400 GIOCondition condition) in g_datagram_based_condition_check() 447 GIOCondition condition, in g_datagram_based_condition_wait()
|
| /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/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/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
|