/external/opencv3/modules/core/include/opencv2/core/opencl/ |
D | ocl_defs.hpp | 14 #define CV_OCL_RUN_(condition, func, ...) \ argument 30 #define CV_OCL_RUN_(condition, func, ...) \ argument 46 #define CV_OCL_RUN_(condition, func, ...) \ argument 55 #define CV_OCL_RUN_(condition, func, ...) argument 58 #define CV_OCL_RUN(condition, func) CV_OCL_RUN_(condition, func) argument
|
/external/libchrome/base/mac/ |
D | mach_logging.h | 66 #define MACH_LOG_IF(severity, condition, mach_err) \ argument 73 #define MACH_VLOG_IF(verbose_level, condition, mach_err) \ argument 77 #define MACH_CHECK(condition, mach_err) \ argument 83 #define MACH_DLOG_IF(severity, condition, mach_err) \ argument 90 #define MACH_DVLOG_IF(verbose_level, condition, mach_err) \ argument 94 #define MACH_DCHECK(condition, mach_err) \ argument 131 #define BOOTSTRAP_LOG_IF(severity, condition, bootstrap_err) \ argument 138 #define BOOTSTRAP_VLOG_IF(verbose_level, condition, bootstrap_err) \ argument 142 #define BOOTSTRAP_CHECK(condition, bootstrap_err) \ argument 149 #define BOOTSTRAP_DLOG_IF(severity, condition, bootstrap_err) \ argument [all …]
|
D | mac_logging.h | 62 #define OSSTATUS_LOG_IF(severity, condition, status) \ argument 69 #define OSSTATUS_VLOG_IF(verbose_level, condition, status) \ argument 73 #define OSSTATUS_CHECK(condition, status) \ argument 79 #define OSSTATUS_DLOG_IF(severity, condition, status) \ argument 86 #define OSSTATUS_DVLOG_IF(verbose_level, condition, status) \ argument 90 #define OSSTATUS_DCHECK(condition, status) \ argument
|
/external/libchrome/base/ |
D | logging.h | 388 #define LAZY_STREAM(stream, condition) \ argument 402 #define LOG_IF(severity, condition) \ argument 406 #define SYSLOG_IF(severity, condition) LOG_IF(severity, condition) argument 415 #define VLOG_IF(verbose_level, condition) \ argument 432 #define VPLOG_IF(verbose_level, condition) \ argument 438 #define LOG_ASSERT(condition) \ argument 440 #define SYSLOG_ASSERT(condition) \ argument 456 #define PLOG_IF(severity, condition) \ argument 493 #define CHECK(condition) \ argument 496 #define PCHECK(condition) CHECK(condition) argument [all …]
|
/external/jsoncpp/include/json/ |
D | assertions.h | 17 #define JSON_ASSERT(condition) \ argument 21 #define JSON_ASSERT(condition) assert(condition); argument 36 #define JSON_ASSERT_MESSAGE(condition, message) \ argument
|
/external/vixl/src/vixl/ |
D | globals.h | 66 #define VIXL_ASSERT(condition) assert(condition) argument 67 #define VIXL_CHECK(condition) VIXL_ASSERT(condition) argument 73 #define VIXL_ASSERT(condition) ((void) 0) argument 74 #define VIXL_CHECK(condition) assert(condition) argument 82 #define VIXL_STATIC_ASSERT_LINE(line, condition) \ argument 85 #define VIXL_STATIC_ASSERT(condition) \ argument
|
/external/fio/compiler/ |
D | compiler.h | 40 #define __compiletime_error_fallback(condition) do { } while (0) argument 43 #define __compiletime_assert(condition, msg, prefix, suffix) \ argument 52 #define _compiletime_assert(condition, msg, prefix, suffix) \ argument 55 #define compiletime_assert(condition, msg) \ argument
|
/external/v8/src/compiler/ |
D | control-builders.cc | 12 void IfBuilder::If(Node* condition, BranchHint hint) { in If() 66 void LoopBuilder::BreakUnless(Node* condition) { in BreakUnless() 76 void LoopBuilder::BreakWhen(Node* condition) { in BreakWhen() 93 void SwitchBuilder::BeginLabel(int index, Node* condition) { in BeginLabel() 146 void BlockBuilder::BreakWhen(Node* condition, BranchHint hint) { in BreakWhen() 156 void BlockBuilder::BreakUnless(Node* condition, BranchHint hint) { in BreakUnless()
|
/external/libweave/third_party/chromium/base/ |
D | logging.h | 328 #define LAZY_STREAM(stream, condition) \ argument 342 #define LOG_IF(severity, condition) \ argument 346 #define SYSLOG_IF(severity, condition) LOG_IF(severity, condition) argument 355 #define VLOG_IF(verbose_level, condition) \ argument 359 #define LOG_ASSERT(condition) \ argument 361 #define SYSLOG_ASSERT(condition) \ argument 398 #define CHECK(condition) \ argument 401 #define PCHECK(condition) CHECK(condition) argument 408 #define CHECK(condition) \ argument 505 #define DLOG_IF(severity, condition) LOG_IF(severity, condition) argument [all …]
|
/external/clang/test/Analysis/ |
D | cfref_rdar6080742.c | 37 #define Assert(condition)if (!(condition)) { DebugStop("Assertion failure: %s [File: %s, Line: %lu]… argument 38 #define AssertMsg(condition, message)if (!(condition)) { DebugStop("Assertion failure: %s (%s) [Fil… argument 39 #define Require(condition)if (!(condition)) { DebugStop("Assertion failure: %s [File: %s, Line: %lu… argument 40 #define RequireAction(condition, action)if (!(condition)) { DebugStop("Assertion failure: %s [File:… argument 41 #define RequireActionSilent(condition, action)if (!(condition)) { action } argument
|
/external/emma/core/java12/com/vladium/util/asserts/ |
D | $assert.java | 33 public static void ASSERT (final boolean condition, final String msg) in ASSERT() 41 public static void ASSERT (final boolean condition) in ASSERT()
|
/external/guava/guava/src/com/google/common/math/ |
D | MathPreconditions.java | 79 static void checkRoundingUnnecessary(boolean condition) { in checkRoundingUnnecessary() 85 static void checkInRange(boolean condition) { in checkInRange() 91 static void checkNoOverflow(boolean condition) { in checkNoOverflow()
|
/external/opencv3/3rdparty/libwebp/utils/ |
D | thread.c | 78 static int pthread_cond_destroy(pthread_cond_t* const condition) { in pthread_cond_destroy() 86 static int pthread_cond_init(pthread_cond_t* const condition, void* cond_attr) { in pthread_cond_init() 100 static int pthread_cond_signal(pthread_cond_t* const condition) { in pthread_cond_signal() 113 static int pthread_cond_wait(pthread_cond_t* const condition, in pthread_cond_wait()
|
/external/autotest/frontend/client/src/autotest/tko/embedded_spreadsheet/ |
D | EmbeddedSpreadsheetPresenter.java | 55 private JSONObject condition; field in EmbeddedSpreadsheetPresenter 96 JSONObject condition = new JSONObject(); in getFilterCondition() local 105 private void renderSpreadsheet(JSONObject condition) { in renderSpreadsheet() 156 String condition = "afe_job_id = " + afeJobIdStr + " AND " + extraCondition; in generatePath() local
|
/external/google-breakpad/src/processor/ |
D | contained_range_map_unittest.cc | 41 #define ASSERT_TRUE(condition) \ argument 47 #define ASSERT_FALSE(condition) ASSERT_TRUE(!(condition)) argument
|
D | logging.h | 149 #define BPLOG_LAZY_STREAM(stream, condition) \ argument 183 #define BPLOG_IF(severity, condition) \ argument
|
/external/libexif/test/ |
D | test-integers.c | 39 # define CHECK(condition) \ argument 46 # define CHECK(condition) \ argument
|
/external/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()
|
/external/mesa3d/src/mesa/program/ |
D | program_lexer.l | 43 #define return_token_or_IDENTIFIER(condition, token) \ argument 52 #define return_token_or_DOT(condition, token) \ argument 63 #define return_opcode(condition, token, opcode, len) \ argument
|
/external/dng_sdk/source/ |
D | dng_assertions.h | 78 #define DNG_REQUIRE(condition,msg) \ argument 101 #define DNG_REQUIRE(condition,msg) \ argument
|
/external/autotest/client/deps/lansim/src/py/ |
D | simulator_unittest.py | 239 condition = lambda: False function 244 condition = lambda: True function 254 condition = lambda: var if len(var) == 3 else var.append(None) function
|
/external/webrtc/webrtc/base/ |
D | checks.h | 63 #define RTC_LAZY_STREAM(stream, condition) \ argument 71 #define RTC_EAT_STREAM_PARAMETERS(condition) \ argument 82 #define RTC_CHECK(condition) \ argument 168 #define RTC_DCHECK(condition) RTC_CHECK(condition) argument
|
/external/v8/test/unittests/compiler/ |
D | branch-elimination-unittest.cc | 46 Node* condition = Parameter(0); in TEST_F() local 86 Node* condition = Parameter(0); in TEST_F() local 126 Node* condition = Parameter(0); in TEST_F() local 165 Node* condition = Parameter(0); in TEST_F() local
|
/external/ceres-solver/internal/ceres/miniglog/glog/ |
D | logging.h | 295 #define LOG_IF(severity, condition) \ argument 300 #define LOG_IF_FALSE(severity, condition) LOG_IF(severity, !(condition)) argument 309 # define VLOG_IF(n, condition) LOG_IF(n, (n <= MAX_LOG_LEVEL) && condition) argument 314 # define VLOG_IF(n, condition) LOG_IF(n, condition) argument 342 #define CHECK(condition) LOG_IF_FALSE(FATAL, condition) \ argument 347 # define DCHECK(condition) LOG_IF_FALSE(FATAL, condition) \ argument 351 # define DCHECK(condition) if (false) LOG_IF_FALSE(FATAL, condition) \ argument
|
/external/deqp/framework/common/ |
D | tcuResultCollector.cpp | 87 bool ResultCollector::checkResult (bool condition, qpTestResult result, const std::string& msg) in checkResult() 99 bool ResultCollector::check (bool condition, const std::string& msg) in check()
|