Home
last modified time | relevance | path

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

12345678910>>...19

/third_party/node/deps/v8/include/cppgc/internal/
Dlogging.h24 #define CPPGC_DCHECK_MSG(condition, message) \ argument
31 #define CPPGC_DCHECK_MSG(condition, message) \ argument
36 #define CPPGC_DCHECK(condition) CPPGC_DCHECK_MSG(condition, #condition) argument
38 #define CPPGC_CHECK_MSG(condition, message) \ argument
45 #define CPPGC_CHECK(condition) CPPGC_CHECK_MSG(condition, #condition) argument
/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/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/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/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/node/deps/v8/src/compiler/backend/
Dinstruction-selector.h51 static FlagsContinuation ForBranch(FlagsCondition condition, in ForBranch()
58 static FlagsContinuation ForDeoptimize(FlagsCondition condition, in ForDeoptimize()
67 FlagsCondition condition, DeoptimizeReason reason, NodeId node_id, in ForDeoptimizeForTesting()
76 static FlagsContinuation ForSet(FlagsCondition condition, Node* result) { in ForSet()
81 static FlagsContinuation ForTrap(FlagsCondition condition, TrapId trap_id, in ForTrap()
86 static FlagsContinuation ForSelect(FlagsCondition condition, Node* result, in ForSelect()
97 FlagsCondition condition() const { in condition() function
152 void Overwrite(FlagsCondition condition) { condition_ = condition; } in Overwrite()
154 void OverwriteAndNegateIfEqual(FlagsCondition condition) { in OverwriteAndNegateIfEqual()
190 FlagsContinuation(FlagsMode mode, FlagsCondition condition, in FlagsContinuation()
[all …]
/third_party/node/deps/v8/src/compiler/
Dbranch-elimination.cc134 Node* condition = node->InputAt(0); in ReduceBranch() local
188 Node* condition = NodeProperties::GetValueInput(node, 0); in TryPullTrapIntoMerge() local
235 Node* condition = node->InputAt(0); in ReduceTrapConditional() local
315 Node* condition = NodeProperties::GetValueInput(node, 0); in ReduceDeoptimizeConditional() local
358 Node* condition = branch->InputAt(0); in ReduceIf() local
445 Zone* zone, Node* condition, Node* branch, bool is_true, in AddCondition()
463 Zone* zone, Node* condition, Node* branch, bool is_true) { in AddConditionInNewBlock()
480 Node* condition, Node** branch, bool* is_true) const { in LookupCondition()
513 for (BranchCondition condition : block) { in BlocksAndConditionsInvariant() local
/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/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/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/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/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/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/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/node/deps/v8/src/trap-handler/
Dtrap-handler.h49 #define TH_CHECK(condition) \ argument
52 #define TH_DCHECK(condition) TH_CHECK(condition) argument
/third_party/vixl/src/aarch32/
Ddisasm-aarch32.cc8379 Condition condition((instr >> 24) & 0xf); in DecodeT32() local
9814 Condition condition((instr >> 22) & 0xf); in DecodeT32() local
55580 Condition condition((instr >> 28) & 0xf); in DecodeA32() local
55598 Condition condition((instr >> 28) & 0xf); in DecodeA32() local
55630 Condition condition((instr >> 28) & 0xf); in DecodeA32() local
55647 Condition condition((instr >> 28) & 0xf); in DecodeA32() local
55676 Condition condition((instr >> 28) & 0xf); in DecodeA32() local
55695 Condition condition((instr >> 28) & 0xf); in DecodeA32() local
55734 Condition condition((instr >> 28) & 0xf); in DecodeA32() local
55752 Condition condition((instr >> 28) & 0xf); in DecodeA32() local
[all …]
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dlog.h158 #define SPIRV_ASSERT_1(consumer, condition) \ argument
168 #define SPIRV_ASSERT_2(consumer, condition, message) \ argument
178 #define SPIRV_ASSERT_more(consumer, condition, format, ...) \ argument
188 #define SPIRV_ASSERT_3(consumer, condition, format, ...) \ argument
191 #define SPIRV_ASSERT_4(consumer, condition, format, ...) \ argument
194 #define SPIRV_ASSERT_5(consumer, condition, format, ...) \ argument
/third_party/spirv-tools/source/opt/
Dlog.h158 #define SPIRV_ASSERT_1(consumer, condition) \ argument
168 #define SPIRV_ASSERT_2(consumer, condition, message) \ argument
178 #define SPIRV_ASSERT_more(consumer, condition, format, ...) \ argument
188 #define SPIRV_ASSERT_3(consumer, condition, format, ...) \ argument
191 #define SPIRV_ASSERT_4(consumer, condition, format, ...) \ argument
194 #define SPIRV_ASSERT_5(consumer, condition, format, ...) \ argument
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dlog.h158 #define SPIRV_ASSERT_1(consumer, condition) \ argument
168 #define SPIRV_ASSERT_2(consumer, condition, message) \ argument
178 #define SPIRV_ASSERT_more(consumer, condition, format, ...) \ argument
188 #define SPIRV_ASSERT_3(consumer, condition, format, ...) \ argument
191 #define SPIRV_ASSERT_4(consumer, condition, format, ...) \ argument
194 #define SPIRV_ASSERT_5(consumer, condition, format, ...) \ argument
/third_party/gn/src/gn/
Dvisual_studio_utils.cc28 #define SetOption(condition, member, value) \ argument
34 #define AppendOption(condition, member, value, separator) \ argument
/third_party/vk-gl-cts/framework/common/
DtcuResultCollector.cpp88 bool ResultCollector::checkResult (bool condition, qpTestResult result, const std::string& msg) in checkResult()
100 bool ResultCollector::check (bool condition, const std::string& msg) in check()
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
Draw_logging.h59 #define ABSL_RAW_CHECK(condition, message) \ argument
85 #define ABSL_INTERNAL_CHECK(condition, message) \ argument
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/swiftshader/src/Shader/
DVertexProgram.cpp1080 Int4 condition; in BREAKC() local
1099 Int4 condition = As<Int4>(p0[predicateRegister.swizzle & 0x3]); in BREAKP() local
1109 void VertexProgram::BREAK(Int4 &condition) in BREAK()
1167 …Bool condition = (*Pointer<Byte>(data + OFFSET(DrawData,vs.b[boolRegister.index])) != Byte(0)); … in CALLNZb() local
1194 Int4 condition = As<Int4>(p0[predicateRegister.swizzle & 0x3]); in CALLNZp() local
1234 …Int4 condition = ~enableStack[Min(enableIndex, Int(MAX_SHADER_ENABLE_STACK_SIZE))] & enableStack[M… in ELSE() local
1333 Int4 condition = As<Int4>(fetchRegister(src).x); in IF() local
1342 …Bool condition = (*Pointer<Byte>(data + OFFSET(DrawData,vs.b[boolRegister.index])) != Byte(0)); … in IFb() local
1362 Int4 condition = As<Int4>(p0[predicateRegister.swizzle & 0x3]); in IFp() local
1374 Int4 condition; in IFC() local
[all …]
/third_party/python/Tools/clinic/
Dcpp.py4 def negate(condition): argument
46 def condition(self): member in Monitor

12345678910>>...19