Home
last modified time | relevance | path

Searched refs:CONDITION (Results 1 – 25 of 37) sorted by relevance

12

/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/gs/
Dlifecycle.py29 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/
DStaticAssert.h108 #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/
DGrConfig.h178 #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/
Dinttypes.m4115 #define CONDITION ($3)
117 #define CONDITION ($4)
119 #define CONDITION 0
121 int test[CONDITION ? 1 : -1];]])],
Dgnulib-common.m4112 dnl Simplify the expression 1 || CONDITION to 1.
114 dnl Simplify the expression 0 || CONDITION to CONDITION.
/external/eigen/doc/
DTopicAssertions.dox61 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/
DrrFragmentOperations.cpp268 #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/
Dcommon.h710 #define GOOGLE_LOG_IF(LEVEL, CONDITION) \ argument
711 !(CONDITION) ? (void)0 : GOOGLE_LOG(LEVEL)
/external/llvm/lib/Target/SystemZ/
DREADME.txt46 We might want to use BRANCH ON CONDITION for conditional indirect calls
/external/protobuf/src/google/protobuf/
Dgenerated_message_reflection.cc135 #define USAGE_CHECK(CONDITION, METHOD, ERROR_DESCRIPTION) \ argument
136 if (!(CONDITION)) \
/external/libvorbis/doc/
D04-codec.tex150 \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
D03-codebook.tex128 7) if [current_entry] is greater than [codebook_entries] ERROR CONDITION;
/external/openfst/
Daclocal.m4128 # AM_CONDITIONAL(NAME, SHELL-CONDITION)
/external/marisa-trie/
Daclocal.m4122 # AM_CONDITIONAL(NAME, SHELL-CONDITION)
/external/libevent/
Daclocal.m4125 # AM_CONDITIONAL(NAME, SHELL-CONDITION)
/external/netperf/
Daclocal.m4128 # AM_CONDITIONAL(NAME, SHELL-CONDITION)
/external/c-ares/
Daclocal.m497 # AM_CONDITIONAL(NAME, SHELL-CONDITION)
/external/libopus/
Daclocal.m4150 # AM_CONDITIONAL(NAME, SHELL-CONDITION)
/external/libexif/
Daclocal.m4122 # AM_CONDITIONAL(NAME, SHELL-CONDITION)
/external/google-tv-pairing-protocol/cpp/
Daclocal.m4280 # AM_CONDITIONAL(NAME, SHELL-CONDITION)
/external/libusb-compat/
Daclocal.m4278 # AM_CONDITIONAL(NAME, SHELL-CONDITION)
/external/libcap-ng/libcap-ng-0.7/
Daclocal.m4128 # AM_CONDITIONAL(NAME, SHELL-CONDITION)
/external/google-breakpad/
Daclocal.m4140 # AM_CONDITIONAL(NAME, SHELL-CONDITION)
/external/protobuf/
Daclocal.m4120 # AM_CONDITIONAL(NAME, SHELL-CONDITION)
/external/libedit/
Daclocal.m4120 # AM_CONDITIONAL(NAME, SHELL-CONDITION)

12