Home
last modified time | relevance | path

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

12345678910>>...21

/third_party/boost/libs/hana/include/boost/hana/
Dassert.hpp36 # 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/boost/boost/hana/
Dassert.hpp36 # 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/
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/grpc/src/csharp/Grpc.Core.Api/Utils/
DGrpcPreconditions.cs32 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/
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/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/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/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/gettext/gettext-tools/src/
Dcldr-plural-exp.c66 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/
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/weston/tools/zunitc/inc/zunitc/
Dzunitc.h428 #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/
Dif_statement.h53 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/
Dinlines.h19 #define DEBUG_CHECK(condition, tag, message) \ argument
22 #define DEBUG_CHECK(condition, tag, message) (true || (condition)) argument
/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/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/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/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/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/mindspore/mindspore/lite/src/runtime/kernel/arm/base/
Dselect.cc46 auto condition = static_cast<bool *>(bool_tensor->data()); in Run() local
78 auto condition = static_cast<bool *>(bool_tensor->data()); in Run() local
/third_party/boost/tools/build/test/
DTestCmd.py102 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/
Dgdatagrambased.c337 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/
Dvisual_studio_utils.cc28 #define SetOption(condition, member, value) \ argument
34 #define AppendOption(condition, member, value, separator) \ argument

12345678910>>...21