Searched defs:CONDITION (Results 1 – 10 of 10) sorted by relevance
/external/skia/include/gpu/ |
D | GrConfig.h | 189 #define GR_STATIC_ASSERT(CONDITION) static_assert(CONDITION, "bug") argument 193 #define GR_STATIC_ASSERT(CONDITION) \ argument
|
/external/chromium_org/third_party/skia/include/gpu/ |
D | GrConfig.h | 193 #define GR_STATIC_ASSERT(CONDITION) static_assert(CONDITION, "bug") argument 197 #define GR_STATIC_ASSERT(CONDITION) \ argument
|
/external/smack/src/com/kenai/jbosh/ |
D | Attributes.java | 40 static final BodyQName CONDITION = BodyQName.createBOSH("condition"); field in Attributes
|
/external/chromium_org/sdch/open-vcdiff/src/ |
D | testing.h | 46 #define CHECK(CONDITION) assert(CONDITION) argument
|
/external/chromium_org/third_party/hwcplus/include/log/ |
D | log.h | 88 #define CONDITION(cond) (__builtin_expect((cond)!=0, 0)) macro 217 #define CONDITION(cond) (__builtin_expect((cond)!=0, 0)) macro 299 #define CONDITION(cond) (__builtin_expect((cond)!=0, 0)) macro
|
/external/deqp/framework/referencerenderer/ |
D | rrFragmentOperations.cpp | 267 #define SAMPLE_REGISTER_DPFAIL_OR_DPPASS(CONDITION, EXPRESSION) \ in executeStencilDpFailAndPass() argument 280 #define SWITCH_DPFAIL_OR_DPPASS(OP_NAME, CONDITION) \ in executeStencilDpFailAndPass() argument
|
/external/protobuf/src/google/protobuf/stubs/ |
D | common.h | 677 #define GOOGLE_LOG_IF(LEVEL, CONDITION) \ argument
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/ |
D | common.h | 724 #define GOOGLE_LOG_IF(LEVEL, CONDITION) \ argument
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/ |
D | generated_message_reflection.cc | 120 #define USAGE_CHECK(CONDITION, METHOD, ERROR_DESCRIPTION) \ argument
|
/external/protobuf/src/google/protobuf/ |
D | generated_message_reflection.cc | 135 #define USAGE_CHECK(CONDITION, METHOD, ERROR_DESCRIPTION) \ argument
|