/third_party/boost/boost/geometry/util/ |
D | condition.hpp | 35 #define BOOST_GEOMETRY_CONDITION(CONDITION) ((void)0, (CONDITION)) argument 39 #define BOOST_GEOMETRY_CONDITION(CONDITION) (CONDITION) argument
|
/third_party/boost/boost/geometry/index/detail/ |
D | assert.hpp | 16 #define BOOST_GEOMETRY_INDEX_ASSERT(CONDITION, TEXT_MSG) \ argument 17 BOOST_GEOMETRY_ASSERT_MSG(CONDITION, TEXT_MSG)
|
/third_party/flutter/skia/include/gpu/ |
D | GrConfig.h | 162 #define GR_STATIC_ASSERT(CONDITION) static_assert(CONDITION, "bug") argument
|
/third_party/skia/third_party/externals/tint/src/ |
D | traits.h | 99 template <bool CONDITION, typename T> 100 using EnableIf = typename std::enable_if<CONDITION, T>::type;
|
D | program_builder.h | 2051 template <typename CONDITION> 2052 const ast::ElseStatement* Else(CONDITION&& condition, in Else() 2054 return create<ast::ElseStatement>(Expr(std::forward<CONDITION>(condition)), in Else() 2071 template <typename CONDITION, typename... ELSE_STATEMENTS> 2072 const ast::IfStatement* If(CONDITION&& condition, in If() 2076 Expr(std::forward<CONDITION>(condition)), body, in If()
|
/third_party/vk-gl-cts/framework/referencerenderer/ |
D | rrFragmentOperations.cpp | 322 #define SAMPLE_REGISTER_DPFAIL_OR_DPPASS(CONDITION, EXPRESSION) \ in executeStencilDpFailAndPass() argument 325 if (m_sampleRegister[regSampleNdx].isAlive && (CONDITION)) \ in executeStencilDpFailAndPass() 335 #define SWITCH_DPFAIL_OR_DPPASS(OP_NAME, CONDITION) \ in executeStencilDpFailAndPass() argument 338 …case STENCILOP_KEEP: SAMPLE_REGISTER_DPFAIL_OR_DPPASS(CONDITION, stencilBufferValue) b… in executeStencilDpFailAndPass() 339 case STENCILOP_ZERO: SAMPLE_REGISTER_DPFAIL_OR_DPPASS(CONDITION, 0) break; \ in executeStencilDpFailAndPass() 340 …case STENCILOP_REPLACE: SAMPLE_REGISTER_DPFAIL_OR_DPPASS(CONDITION, clampedStencilRef) … in executeStencilDpFailAndPass() 341 …case STENCILOP_INCR: SAMPLE_REGISTER_DPFAIL_OR_DPPASS(CONDITION, de::clamp(stencilBufferValue+1, … in executeStencilDpFailAndPass() 342 …case STENCILOP_DECR: SAMPLE_REGISTER_DPFAIL_OR_DPPASS(CONDITION, de::clamp(stencilBufferValue-1, … in executeStencilDpFailAndPass() 343 …case STENCILOP_INCR_WRAP: SAMPLE_REGISTER_DPFAIL_OR_DPPASS(CONDITION, (stencilBufferValue + 1) & (… in executeStencilDpFailAndPass() 344 …case STENCILOP_DECR_WRAP: SAMPLE_REGISTER_DPFAIL_OR_DPPASS(CONDITION, (stencilBufferValue - 1) & (… in executeStencilDpFailAndPass() [all …]
|
/third_party/protobuf/src/google/protobuf/stubs/ |
D | logging.h | 150 #define GOOGLE_LOG_IF(LEVEL, CONDITION) \ argument 151 !(CONDITION) ? (void)0 : GOOGLE_LOG(LEVEL)
|
/third_party/protobuf/src/google/protobuf/ |
D | generated_message_reflection.cc | 181 #define USAGE_CHECK(CONDITION, METHOD, ERROR_DESCRIPTION) \ argument 182 if (!(CONDITION)) \
|
/third_party/boost/libs/config/doc/ |
D | macro_reference.qbk | 1026 #if BOOST_WORKAROUND(MACRONAME, CONDITION) 1032 …CRONAME` is a macro that usually describes the version number to be tested against, and `CONDITION`
|
/third_party/elfio/tests/ |
D | aclocal.m4 | 119 # AM_CONDITIONAL(NAME, SHELL-CONDITION)
|
/third_party/skia/third_party/externals/libpng/ |
D | aclocal.m4 | 139 # AM_CONDITIONAL(NAME, SHELL-CONDITION)
|
/third_party/elfio/ |
D | aclocal.m4 | 119 # AM_CONDITIONAL(NAME, SHELL-CONDITION)
|
/third_party/libpng/ |
D | aclocal.m4 | 139 # AM_CONDITIONAL(NAME, SHELL-CONDITION)
|
/third_party/expat/ |
D | aclocal.m4 | 179 # AM_CONDITIONAL(NAME, SHELL-CONDITION)
|
/third_party/node/deps/cares/ |
D | aclocal.m4 | 119 # AM_CONDITIONAL(NAME, SHELL-CONDITION)
|
/third_party/flutter/skia/third_party/externals/libpng/ |
D | aclocal.m4 | 139 # AM_CONDITIONAL(NAME, SHELL-CONDITION)
|
/third_party/skia/third_party/externals/microhttpd/ |
D | aclocal.m4 | 334 # AM_CONDITIONAL(NAME, SHELL-CONDITION)
|
/third_party/eudev/ |
D | aclocal.m4 | 395 # AM_CONDITIONAL(NAME, SHELL-CONDITION)
|
/third_party/wayland_standard/ |
D | aclocal.m4 | 483 # AM_CONDITIONAL(NAME, SHELL-CONDITION)
|
/third_party/libevdev/ |
D | aclocal.m4 | 463 # AM_CONDITIONAL(NAME, SHELL-CONDITION)
|
/third_party/libffi/ |
D | aclocal.m4 | 1049 # AM_CONDITIONAL(NAME, SHELL-CONDITION)
|
/third_party/json/test/thirdparty/doctest/ |
D | doctest.h | 735 template <bool CONDITION, typename TYPE = void>
|
/third_party/flutter/engine/flutter/tools/licenses/lib/ |
D | patterns.dart | 1738 r'^\1\2CONDITION. CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND *\n'
|
/third_party/mtdev/ |
D | aclocal.m4 | 9172 # AM_CONDITIONAL(NAME, SHELL-CONDITION)
|