/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/gs/ |
D | lifecycle.py | 29 CONDITION = 'Condition' variable 100 elif name == CONDITION: 103 self.validateStartTag(name, CONDITION) 126 elif name == CONDITION: 129 self.current_tag = CONDITION 158 s += '<' + CONDITION + '>' 163 s += '</' + CONDITION + '>'
|
/external/eigen/Eigen/src/Core/util/ |
D | StaticAssert.h | 108 #define EIGEN_STATIC_ASSERT(CONDITION,MSG) \ 109 {Eigen::internal::static_assertion<bool(CONDITION)>::MSG;} 113 #define EIGEN_STATIC_ASSERT(CONDITION,MSG) \ 114 if (Eigen::internal::static_assertion<bool(CONDITION)>::MSG) {} 122 #define EIGEN_STATIC_ASSERT(CONDITION,MSG) eigen_assert((CONDITION) && #MSG);
|
/external/skia/include/gpu/ |
D | GrConfig.h | 178 #define GR_STATIC_ASSERT(CONDITION) static_assert(CONDITION, "bug") argument 182 #define GR_STATIC_ASSERT(CONDITION) \ argument 184 sizeof(GR_STATIC_ASSERT_FAILURE<CONDITION>)}
|
/external/bison/m4/ |
D | inttypes.m4 | 115 #define CONDITION ($3) 117 #define CONDITION ($4) 119 #define CONDITION 0 121 int test[CONDITION ? 1 : -1];]])],
|
D | gnulib-common.m4 | 112 dnl Simplify the expression 1 || CONDITION to 1. 114 dnl Simplify the expression 0 || CONDITION to CONDITION.
|
/external/eigen/doc/ |
D | TopicAssertions.dox | 61 And then, we define EIGEN_STATIC_ASSERT(CONDITION,MSG) to access Eigen::internal::static_assertion<… 102 #define EIGEN_STATIC_ASSERT(CONDITION,MSG) eigen_assert((CONDITION) && #MSG);
|
/external/deqp/framework/referencerenderer/ |
D | rrFragmentOperations.cpp | 268 #define SAMPLE_REGISTER_DPFAIL_OR_DPPASS(CONDITION, EXPRESSION) \ in executeStencilDpFailAndPass() argument 271 if (m_sampleRegister[regSampleNdx].isAlive && (CONDITION)) \ in executeStencilDpFailAndPass() 281 #define SWITCH_DPFAIL_OR_DPPASS(OP_NAME, CONDITION) \ in executeStencilDpFailAndPass() argument 284 …case STENCILOP_KEEP: SAMPLE_REGISTER_DPFAIL_OR_DPPASS(CONDITION, stencilBufferValue) b… in executeStencilDpFailAndPass() 285 case STENCILOP_ZERO: SAMPLE_REGISTER_DPFAIL_OR_DPPASS(CONDITION, 0) break; \ in executeStencilDpFailAndPass() 286 …case STENCILOP_REPLACE: SAMPLE_REGISTER_DPFAIL_OR_DPPASS(CONDITION, clampedStencilRef) … in executeStencilDpFailAndPass() 287 …case STENCILOP_INCR: SAMPLE_REGISTER_DPFAIL_OR_DPPASS(CONDITION, de::clamp(stencilBufferValue+1, … in executeStencilDpFailAndPass() 288 …case STENCILOP_DECR: SAMPLE_REGISTER_DPFAIL_OR_DPPASS(CONDITION, de::clamp(stencilBufferValue-1, … in executeStencilDpFailAndPass() 289 …case STENCILOP_INCR_WRAP: SAMPLE_REGISTER_DPFAIL_OR_DPPASS(CONDITION, (stencilBufferValue + 1) & (… in executeStencilDpFailAndPass() 290 …case STENCILOP_DECR_WRAP: SAMPLE_REGISTER_DPFAIL_OR_DPPASS(CONDITION, (stencilBufferValue - 1) & (… in executeStencilDpFailAndPass() [all …]
|
/external/protobuf/src/google/protobuf/stubs/ |
D | common.h | 710 #define GOOGLE_LOG_IF(LEVEL, CONDITION) \ argument 711 !(CONDITION) ? (void)0 : GOOGLE_LOG(LEVEL)
|
/external/llvm/lib/Target/SystemZ/ |
D | README.txt | 46 We might want to use BRANCH ON CONDITION for conditional indirect calls
|
/external/protobuf/src/google/protobuf/ |
D | generated_message_reflection.cc | 135 #define USAGE_CHECK(CONDITION, METHOD, ERROR_DESCRIPTION) \ argument 136 if (!(CONDITION)) \
|
/external/libvorbis/doc/ |
D | 04-codec.tex | 150 \item If the the floor type is greater than one, this stream is undecodable; ERROR CONDITION 170 \item If the the residue type is greater than two, this stream is undecodable; ERROR CONDITION
|
D | 03-codebook.tex | 128 7) if [current_entry] is greater than [codebook_entries] ERROR CONDITION;
|
/external/openfst/ |
D | aclocal.m4 | 128 # AM_CONDITIONAL(NAME, SHELL-CONDITION)
|
/external/marisa-trie/ |
D | aclocal.m4 | 122 # AM_CONDITIONAL(NAME, SHELL-CONDITION)
|
/external/libevent/ |
D | aclocal.m4 | 125 # AM_CONDITIONAL(NAME, SHELL-CONDITION)
|
/external/netperf/ |
D | aclocal.m4 | 128 # AM_CONDITIONAL(NAME, SHELL-CONDITION)
|
/external/c-ares/ |
D | aclocal.m4 | 97 # AM_CONDITIONAL(NAME, SHELL-CONDITION)
|
/external/libopus/ |
D | aclocal.m4 | 150 # AM_CONDITIONAL(NAME, SHELL-CONDITION)
|
/external/libexif/ |
D | aclocal.m4 | 122 # AM_CONDITIONAL(NAME, SHELL-CONDITION)
|
/external/google-tv-pairing-protocol/cpp/ |
D | aclocal.m4 | 280 # AM_CONDITIONAL(NAME, SHELL-CONDITION)
|
/external/libusb-compat/ |
D | aclocal.m4 | 278 # AM_CONDITIONAL(NAME, SHELL-CONDITION)
|
/external/libcap-ng/libcap-ng-0.7/ |
D | aclocal.m4 | 128 # AM_CONDITIONAL(NAME, SHELL-CONDITION)
|
/external/google-breakpad/ |
D | aclocal.m4 | 140 # AM_CONDITIONAL(NAME, SHELL-CONDITION)
|
/external/protobuf/ |
D | aclocal.m4 | 120 # AM_CONDITIONAL(NAME, SHELL-CONDITION)
|
/external/libedit/ |
D | aclocal.m4 | 120 # AM_CONDITIONAL(NAME, SHELL-CONDITION)
|