/third_party/boost/boost/contract/ |
D | assert.hpp | 55 #define BOOST_CONTRACT_ASSERT(cond) argument 58 #define BOOST_CONTRACT_ASSERT(cond) \ argument 64 #define BOOST_CONTRACT_ASSERT(cond) \ argument 103 #define BOOST_CONTRACT_ASSERT_AUDIT(cond) argument 105 #define BOOST_CONTRACT_ASSERT_AUDIT(cond) \ argument 108 #define BOOST_CONTRACT_ASSERT_AUDIT(cond) \ argument 140 #define BOOST_CONTRACT_ASSERT_AXIOM(cond) \ argument
|
/third_party/boost/boost/contract/core/ |
D | check_macro.hpp | 47 #define BOOST_CONTRACT_CHECK(cond) argument 52 #define BOOST_CONTRACT_CHECK(cond) \ argument 55 #define BOOST_CONTRACT_CHECK(cond) /* nothing */ argument 93 #define BOOST_CONTRACT_CHECK_AUDIT(cond) argument 95 #define BOOST_CONTRACT_CHECK_AUDIT(cond) \ argument 98 #define BOOST_CONTRACT_CHECK_AUDIT(cond) \ argument 130 #define BOOST_CONTRACT_CHECK_AXIOM(cond) \ argument
|
/third_party/boost/boost/preprocessor/punctuation/ |
D | paren_if.hpp | 23 # define BOOST_PP_LPAREN_IF(cond) BOOST_PP_IF(cond, BOOST_PP_LPAREN, BOOST_PP_EMPTY)() argument 25 # define BOOST_PP_LPAREN_IF(cond) BOOST_PP_LPAREN_IF_I(cond) argument 26 # define BOOST_PP_LPAREN_IF_I(cond) BOOST_PP_IF(cond, BOOST_PP_LPAREN, BOOST_PP_EMPTY)() argument 32 # define BOOST_PP_RPAREN_IF(cond) BOOST_PP_IF(cond, BOOST_PP_RPAREN, BOOST_PP_EMPTY)() argument 34 # define BOOST_PP_RPAREN_IF(cond) BOOST_PP_RPAREN_IF_I(cond) argument 35 # define BOOST_PP_RPAREN_IF_I(cond) BOOST_PP_IF(cond, BOOST_PP_RPAREN, BOOST_PP_EMPTY)() argument
|
D | comma_if.hpp | 25 # define BOOST_PP_COMMA_IF(cond) BOOST_PP_IF(cond, BOOST_PP_COMMA, BOOST_PP_EMPTY)() argument 27 # define BOOST_PP_COMMA_IF(cond) BOOST_PP_COMMA_IF_I(cond) argument 28 # define BOOST_PP_COMMA_IF_I(cond) BOOST_PP_IF(cond, BOOST_PP_COMMA, BOOST_PP_EMPTY)() argument
|
/third_party/flutter/skia/third_party/externals/sdl/src/thread/pthread/ |
D | SDL_syscond.c | 34 pthread_cond_t cond; member 41 SDL_cond *cond; in SDL_CreateCond() local 56 SDL_DestroyCond(SDL_cond * cond) in SDL_DestroyCond() 66 SDL_CondSignal(SDL_cond * cond) in SDL_CondSignal() 83 SDL_CondBroadcast(SDL_cond * cond) in SDL_CondBroadcast() 99 SDL_CondWaitTimeout(SDL_cond * cond, SDL_mutex * mutex, Uint32 ms) in SDL_CondWaitTimeout() 148 SDL_CondWait(SDL_cond * cond, SDL_mutex * mutex) in SDL_CondWait()
|
/third_party/ffmpeg/libavutil/ |
D | avassert.h | 37 #define av_assert0(cond) do { \ argument 51 #define av_assert1(cond) av_assert0(cond) argument 53 #define av_assert1(cond) ((void)0) argument 61 #define av_assert2(cond) av_assert0(cond) argument 64 #define av_assert2(cond) ((void)0) argument
|
/third_party/flutter/skia/third_party/externals/sdl/src/thread/stdcpp/ |
D | SDL_syscond.cpp | 46 SDL_cond * cond = new SDL_cond; in SDL_CreateCond() local 60 SDL_DestroyCond(SDL_cond * cond) in SDL_DestroyCond() 70 SDL_CondSignal(SDL_cond * cond) in SDL_CondSignal() 84 SDL_CondBroadcast(SDL_cond * cond) in SDL_CondBroadcast() 118 SDL_CondWaitTimeout(SDL_cond * cond, SDL_mutex * mutex, Uint32 ms) in SDL_CondWaitTimeout() 159 SDL_CondWait(SDL_cond * cond, SDL_mutex * mutex) in SDL_CondWait()
|
/third_party/mesa3d/src/util/ |
D | cnd_monotonic.h | 48 u_cnd_monotonic_init(struct u_cnd_monotonic *cond) in u_cnd_monotonic_init() 72 u_cnd_monotonic_destroy(struct u_cnd_monotonic *cond) in u_cnd_monotonic_destroy() 84 u_cnd_monotonic_broadcast(struct u_cnd_monotonic *cond) in u_cnd_monotonic_broadcast() 97 u_cnd_monotonic_signal(struct u_cnd_monotonic *cond) in u_cnd_monotonic_signal() 110 u_cnd_monotonic_timedwait(struct u_cnd_monotonic *cond, mtx_t *mtx, const struct timespec *abs_time) in u_cnd_monotonic_timedwait() 132 u_cnd_monotonic_wait(struct u_cnd_monotonic *cond, mtx_t *mtx) in u_cnd_monotonic_wait()
|
/third_party/flutter/skia/third_party/externals/sdl/src/thread/psp/ |
D | SDL_syscond.c | 46 SDL_cond *cond; in SDL_CreateCond() local 66 SDL_DestroyCond(SDL_cond * cond) in SDL_DestroyCond() 84 SDL_CondSignal(SDL_cond * cond) in SDL_CondSignal() 108 SDL_CondBroadcast(SDL_cond * cond) in SDL_CondBroadcast() 162 SDL_CondWaitTimeout(SDL_cond * cond, SDL_mutex * mutex, Uint32 ms) in SDL_CondWaitTimeout() 217 SDL_CondWait(SDL_cond * cond, SDL_mutex * mutex) in SDL_CondWait()
|
/third_party/flutter/skia/third_party/externals/sdl/src/thread/generic/ |
D | SDL_syscond.c | 44 SDL_cond *cond; in SDL_CreateCond() local 64 SDL_DestroyCond(SDL_cond * cond) in SDL_DestroyCond() 82 SDL_CondSignal(SDL_cond * cond) in SDL_CondSignal() 106 SDL_CondBroadcast(SDL_cond * cond) in SDL_CondBroadcast() 160 SDL_CondWaitTimeout(SDL_cond * cond, SDL_mutex * mutex, Uint32 ms) in SDL_CondWaitTimeout() 215 SDL_CondWait(SDL_cond * cond, SDL_mutex * mutex) in SDL_CondWait()
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/image/soft_dvpp/utils/ |
D | soft_dp_check.h | 22 #define CHECK_COND_FAIL_RETURN(model, cond, ...) \ argument 30 #define VPC_CHECK_COND_FAIL_RETURN(cond, ret) CHECK_COND_FAIL_RETURN("VPC", cond, ret) argument 32 #define CHECK_COND_FAIL_PRINT_RETURN(module, cond, ret, format, argv...) \ argument 40 #define VPC_CHECK_COND_FAIL_PRINT_RETURN(cond, ret, format, argv...) \ argument 43 #define JPEGD_CHECK_COND_FAIL_PRINT_RETURN(cond, ret, format, argv...) \ argument
|
/third_party/boost/libs/math/test/ |
D | condition_number_test.cpp | 28 auto cond = summation_condition_number<Real>(); in test_summation_condition_number() local 51 auto cond = summation_condition_number<Real>(1); in test_exponential_sum() local 80 Real cond = evaluation_condition_number(f1, x); in test_evaluation_condition_number() local 87 Real cond = evaluation_condition_number(f2, x); in test_evaluation_condition_number() local 94 Real cond = evaluation_condition_number(f3, x); in test_evaluation_condition_number() local 101 Real cond = evaluation_condition_number(f4, -1/e<Real>()); in test_evaluation_condition_number() local
|
/third_party/boost/libs/fiber/test/ |
D | test_condition_mt_post.cpp | 35 boost::fibers::condition_variable & cond, in wait_fn() 45 boost::fibers::condition_variable & cond, in notify_one_fn() 56 boost::fibers::condition_variable & cond, in notify_all_fn() 67 boost::fibers::condition_variable & cond, in fn1() 80 boost::fibers::condition_variable & cond, in fn2() 93 boost::fibers::condition_variable & cond, in fn3() 111 boost::fibers::condition_variable cond; in test_one_waiter_notify_one() local 132 boost::fibers::condition_variable cond; in test_two_waiter_notify_all() local
|
D | test_condition_mt_dispatch.cpp | 35 boost::fibers::condition_variable & cond, in wait_fn() 45 boost::fibers::condition_variable & cond, in notify_one_fn() 56 boost::fibers::condition_variable & cond, in notify_all_fn() 67 boost::fibers::condition_variable & cond, in fn1() 80 boost::fibers::condition_variable & cond, in fn2() 93 boost::fibers::condition_variable & cond, in fn3() 111 boost::fibers::condition_variable cond; in test_one_waiter_notify_one() local 132 boost::fibers::condition_variable cond; in test_two_waiter_notify_all() local
|
/third_party/mesa3d/include/android_stub/log/ |
D | log_radio.h | 64 #define RLOGV_IF(cond, ...) ((void)0) argument 66 #define RLOGV_IF(cond, ...) \ argument 84 #define RLOGD_IF(cond, ...) \ argument 101 #define RLOGI_IF(cond, ...) \ argument 118 #define RLOGW_IF(cond, ...) \ argument 135 #define RLOGE_IF(cond, ...) \ argument
|
D | log_system.h | 62 #define SLOGV_IF(cond, ...) ((void)0) argument 64 #define SLOGV_IF(cond, ...) \ argument 82 #define SLOGD_IF(cond, ...) \ argument 99 #define SLOGI_IF(cond, ...) \ argument 116 #define SLOGW_IF(cond, ...) \ argument 133 #define SLOGE_IF(cond, ...) \ argument
|
D | log_main.h | 87 #define android_vprintLog(prio, cond, tag, ...) \ argument 122 #define android_printAssert(cond, tag, ...) \ argument 134 #define LOG_ALWAYS_FATAL_IF(cond, ...) \ argument 153 #define LOG_FATAL_IF(cond, ...) __FAKE_USE_VA_ARGS(__VA_ARGS__) argument 162 #define LOG_FATAL_IF(cond, ...) LOG_ALWAYS_FATAL_IF(cond, ##__VA_ARGS__) argument 175 #define ALOG_ASSERT(cond, ...) LOG_FATAL_IF(!(cond), ##__VA_ARGS__) argument 214 #define ALOGV_IF(cond, ...) __FAKE_USE_VA_ARGS(__VA_ARGS__) argument 216 #define ALOGV_IF(cond, ...) \ argument 231 #define ALOGD_IF(cond, ...) \ argument 245 #define ALOGI_IF(cond, ...) \ argument [all …]
|
/third_party/boost/boost/preprocessor/debug/ |
D | assert.hpp | 28 # define BOOST_PP_ASSERT(cond) BOOST_PP_ASSERT_D(cond) argument 31 # define BOOST_PP_ASSERT_D(cond) BOOST_PP_IIF(BOOST_PP_NOT(cond), BOOST_PP_ASSERT_ERROR, BOOST_PP_T… argument 39 # define BOOST_PP_ASSERT_MSG(cond, msg) BOOST_PP_ASSERT_MSG_D(cond, msg) argument 42 # define BOOST_PP_ASSERT_MSG_D(cond, msg) BOOST_PP_EXPR_IIF(BOOST_PP_NOT(cond), msg) argument
|
/third_party/mbedtls/library/ |
D | mps_common.h | 102 #define MBEDTLS_MPS_STATE_VALIDATE_RAW( cond, string ) \ argument 114 #define MBEDTLS_MPS_STATE_VALIDATE_RAW( cond, string ) \ argument 124 #define MBEDTLS_MPS_ASSERT_RAW( cond, string ) \ argument 136 #define MBEDTLS_MPS_ASSERT_RAW( cond, string ) do {} while( 0 ) argument
|
/third_party/boost/boost/preprocessor/control/ |
D | expr_if.hpp | 24 # define BOOST_PP_EXPR_IF(cond, expr) BOOST_PP_EXPR_IIF(BOOST_PP_BOOL(cond), expr) argument 26 # define BOOST_PP_EXPR_IF(cond, expr) BOOST_PP_EXPR_IF_I(cond, expr) argument 27 # define BOOST_PP_EXPR_IF_I(cond, expr) BOOST_PP_EXPR_IIF(BOOST_PP_BOOL(cond), expr) argument
|
D | if.hpp | 24 # define BOOST_PP_IF(cond, t, f) BOOST_PP_IIF(BOOST_PP_BOOL(cond), t, f) argument 26 # define BOOST_PP_IF(cond, t, f) BOOST_PP_IF_I(cond, t, f) argument 27 # define BOOST_PP_IF_I(cond, t, f) BOOST_PP_IIF(BOOST_PP_BOOL(cond), t, f) argument
|
/third_party/abseil-cpp/absl/synchronization/internal/ |
D | mutex_nonprod.cc | 180 void MutexImpl::Await(const Condition& cond) { in Await() 188 bool MutexImpl::AwaitWithDeadline(const Condition& cond, absl::Time deadline) { in AwaitWithDeadline() 213 void Mutex::Await(const Condition& cond) { impl()->Await(cond); } in Await() 215 void Mutex::LockWhen(const Condition& cond) { in LockWhen() 220 bool Mutex::AwaitWithDeadline(const Condition& cond, absl::Time deadline) { in AwaitWithDeadline() 225 bool Mutex::AwaitWithTimeout(const Condition& cond, absl::Duration timeout) { in AwaitWithTimeout() 230 bool Mutex::LockWhenWithDeadline(const Condition& cond, absl::Time deadline) { in LockWhenWithDeadline() 235 bool Mutex::LockWhenWithTimeout(const Condition& cond, absl::Duration timeout) { in LockWhenWithTimeout() 240 void Mutex::ReaderLockWhen(const Condition& cond) { in ReaderLockWhen() 245 bool Mutex::ReaderLockWhenWithTimeout(const Condition& cond, in ReaderLockWhenWithTimeout() [all …]
|
/third_party/boost/libs/thread/test/ |
D | test_condition_timed_wait_times_out.cpp | 30 boost::condition_variable cond; in do_test_timed_wait_times_out() local 46 boost::condition_variable cond; in do_test_timed_wait_with_predicate_times_out() local 63 boost::condition_variable cond; in do_test_relative_timed_wait_with_predicate_times_out() local 79 boost::condition_variable cond; in do_test_timed_wait_relative_times_out() local 94 boost::condition_variable_any cond; in do_test_cv_any_timed_wait_times_out() local 110 boost::condition_variable_any cond; in do_test_cv_any_timed_wait_with_predicate_times_out() local 127 boost::condition_variable_any cond; in do_test_cv_any_relative_timed_wait_with_predicate_times_out() local 143 boost::condition_variable_any cond; in do_test_cv_any_timed_wait_relative_times_out() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/DartARM32/ |
D | assembler_arm.cc | 153 void Assembler::EmitShiftImmediate(Condition cond, Shift opcode, Register rd, in EmitShiftImmediate() 165 void Assembler::EmitShiftRegister(Condition cond, Shift opcode, Register rd, in EmitShiftRegister() 230 void Assembler::sbc(Register rd, Register rn, Operand o, Condition cond) { in sbc() 234 void Assembler::sbcs(Register rd, Register rn, Operand o, Condition cond) { in sbcs() 250 void Assembler::teq(Register rn, Operand o, Condition cond) { in teq() 282 void Assembler::movs(Register rd, Operand o, Condition cond) { in movs() 367 void Assembler::muls(Register rd, Register rn, Register rm, Condition cond) { in muls() 395 Condition cond) { in smull() 410 Condition cond) { in umlal() 482 void Assembler::ldrh(Register rd, Address ad, Condition cond) { in ldrh() [all …]
|
/third_party/skia/third_party/externals/abseil-cpp/absl/base/ |
D | optimization.h | 201 #define ABSL_INTERNAL_ASSUME(cond) assert(cond) argument 203 #define ABSL_INTERNAL_ASSUME(cond) __builtin_assume(cond) argument 205 #define ABSL_INTERNAL_ASSUME(cond) \ argument 210 #define ABSL_INTERNAL_ASSUME(cond) __assume(cond) argument 212 #define ABSL_INTERNAL_ASSUME(cond) \ argument
|