Home
last modified time | relevance | path

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

12345678910>>...17

/external/libchrome/base/mac/
Dmach_logging.h66 #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 …]
Dmac_logging.h65 #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/
Dcompiler.h39 #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/
Dassertions.h17 #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/
Dcontrol-builders.cc14 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()
Dinstruction-selector-impl.h341 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/
Dlogging.h390 #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/
Dglobals-vixl.h98 #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/
Dassert.h43 #define assert( condition ) \ argument
61 #define linker_assert( condition, error_symbol ) \ argument
/external/emma/core/java12/com/vladium/util/asserts/
D$assert.java33 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/
Dcfref_rdar6080742.c37 #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/
DMathPreconditions.java79 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/
Dtest-integers.c39 # define CHECK(condition) \ argument
46 # define CHECK(condition) \ argument
/external/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()
/external/google-breakpad/src/processor/
Dcontained_range_map_unittest.cc41 #define ASSERT_TRUE(condition) \ argument
47 #define ASSERT_FALSE(condition) ASSERT_TRUE(!(condition)) argument
Dlogging.h149 #define BPLOG_LAZY_STREAM(stream, condition) \ argument
183 #define BPLOG_IF(severity, condition) \ argument
/external/autotest/frontend/client/src/autotest/tko/embedded_spreadsheet/
DEmbeddedSpreadsheetPresenter.java55 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/
Dcontextlib_ext.py8 def __init__(self, manager, condition): argument
23 def Optional(manager, condition): argument
/external/dng_sdk/source/
Ddng_assertions.h78 #define DNG_REQUIRE(condition,msg) \ argument
101 #define DNG_REQUIRE(condition,msg) \ argument
/external/mesa3d/src/mesa/program/
Dprogram_lexer.l43 #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/
Dsimulator_unittest.py239 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/
Dchecks.h63 #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/
DtcuResultCollector.cpp87 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/
DPreconditions.java48 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/
DFence.cpp44 void Fence::setFence(GLenum condition) in setFence()
118 FenceSync::FenceSync(GLuint name, GLenum condition, GLbitfield flags) : NamedObject(name), mConditi… in FenceSync()

12345678910>>...17