/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 | 65 #define OSSTATUS_LOG_IF(severity, condition, status) \ argument 72 #define OSSTATUS_VLOG_IF(verbose_level, condition, status) \ argument 76 #define OSSTATUS_CHECK(condition, status) \ argument 82 #define OSSTATUS_DLOG_IF(severity, condition, status) \ argument 89 #define OSSTATUS_DVLOG_IF(verbose_level, condition, status) \ argument 93 #define OSSTATUS_DCHECK(condition, status) \ argument
|
/external/fio/compiler/ |
D | compiler.h | 39 #define compiletime_assert(condition, msg) _Static_assert(condition, msg) argument 48 #define __compiletime_error_fallback(condition) do { } while (0) argument 51 #define __compiletime_assert(condition, msg, prefix, suffix) \ argument 60 #define _compiletime_assert(condition, msg, prefix, suffix) \ argument 63 #define compiletime_assert(condition, msg) \ argument 68 #define compiletime_assert(condition, msg) do { } while (0) argument
|
/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/v8/src/compiler/ |
D | control-builders.cc | 14 void IfBuilder::If(Node* condition, BranchHint hint) { in If() 70 void LoopBuilder::BreakUnless(Node* condition) { in BreakUnless() 80 void LoopBuilder::BreakWhen(Node* condition) { in BreakWhen() 107 void SwitchBuilder::BeginLabel(int index, Node* condition) { in BeginLabel() 160 void BlockBuilder::BreakWhen(Node* condition, BranchHint hint) { in BreakWhen() 170 void BlockBuilder::BreakUnless(Node* condition, BranchHint hint) { in BreakUnless()
|
D | instruction-selector-impl.h | 341 FlagsContinuation(FlagsCondition condition, BasicBlock* true_block, in FlagsContinuation() 352 static FlagsContinuation ForDeoptimize(FlagsCondition condition, in ForDeoptimize() 360 static FlagsContinuation ForSet(FlagsCondition condition, Node* result) { in ForSet() 365 static FlagsContinuation ForTrap(FlagsCondition condition, in ForTrap() 375 FlagsCondition condition() const { in condition() function 418 void Overwrite(FlagsCondition condition) { condition_ = condition; } in Overwrite() 420 void OverwriteAndNegateIfEqual(FlagsCondition condition) { in OverwriteAndNegateIfEqual() 456 FlagsContinuation(FlagsCondition condition, DeoptimizeKind kind, in FlagsContinuation() 465 FlagsContinuation(FlagsCondition condition, Node* result) in FlagsContinuation() 472 FlagsContinuation(FlagsCondition condition, Runtime::FunctionId trap_id, in FlagsContinuation()
|
/external/libchrome/base/ |
D | logging.h | 390 #define LAZY_STREAM(stream, condition) \ argument 404 #define LOG_IF(severity, condition) \ argument 414 #define VLOG_IF(verbose_level, condition) \ argument 431 #define VPLOG_IF(verbose_level, condition) \ argument 437 #define LOG_ASSERT(condition) \ argument 453 #define PLOG_IF(severity, condition) \ argument 496 #define CHECK(condition) \ argument 499 #define PCHECK(condition) CHECK(condition) argument 513 #define CHECK(condition) \ argument 518 #define PCHECK(condition) \ argument [all …]
|
/external/vixl/src/ |
D | globals-vixl.h | 98 #define VIXL_CHECK(condition) \ argument 119 #define VIXL_CHECK(condition) \ argument 131 #define VIXL_ASSERT(condition) assert(condition) argument 141 #define VIXL_ASSERT(condition) ((void)0) argument 150 #define VIXL_STATIC_ASSERT_LINE(line_unused, condition, message) \ argument 153 #define VIXL_STATIC_ASSERT_LINE(line, condition, message_unused) \ argument 157 #define VIXL_STATIC_ASSERT(condition) \ argument 159 #define VIXL_STATIC_ASSERT_MESSAGE(condition, message) \ argument
|
/external/syslinux/gpxe/src/include/ |
D | assert.h | 43 #define assert( condition ) \ argument 61 #define linker_assert( condition, error_symbol ) \ 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/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/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/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/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/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/chromium-trace/catapult/common/py_utils/py_utils/ |
D | contextlib_ext.py | 8 def __init__(self, manager, condition): argument 23 def Optional(manager, condition): argument
|
/external/dng_sdk/source/ |
D | dng_assertions.h | 78 #define DNG_REQUIRE(condition,msg) \ argument 101 #define DNG_REQUIRE(condition,msg) \ argument
|
/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/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/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()
|
/external/conscrypt/common/src/main/java/org/conscrypt/ |
D | Preconditions.java | 48 static void checkArgument(boolean condition, String errorMessage) { in checkArgument() 63 static void checkArgument(boolean condition, String errorMessageTemplate, Object arg) { in checkArgument()
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | Fence.cpp | 44 void Fence::setFence(GLenum condition) in setFence() 118 FenceSync::FenceSync(GLuint name, GLenum condition, GLbitfield flags) : NamedObject(name), mConditi… in FenceSync()
|