Home
last modified time | relevance | path

Searched defs:CONDITION (Results 1 – 10 of 10) sorted by relevance

/external/skia/include/gpu/
DGrConfig.h189 #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/
DGrConfig.h193 #define GR_STATIC_ASSERT(CONDITION) static_assert(CONDITION, "bug") argument
197 #define GR_STATIC_ASSERT(CONDITION) \ argument
/external/smack/src/com/kenai/jbosh/
DAttributes.java40 static final BodyQName CONDITION = BodyQName.createBOSH("condition"); field in Attributes
/external/chromium_org/sdch/open-vcdiff/src/
Dtesting.h46 #define CHECK(CONDITION) assert(CONDITION) argument
/external/chromium_org/third_party/hwcplus/include/log/
Dlog.h88 #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/
DrrFragmentOperations.cpp267 #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/
Dcommon.h677 #define GOOGLE_LOG_IF(LEVEL, CONDITION) \ argument
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
Dcommon.h724 #define GOOGLE_LOG_IF(LEVEL, CONDITION) \ argument
/external/chromium_org/third_party/protobuf/src/google/protobuf/
Dgenerated_message_reflection.cc120 #define USAGE_CHECK(CONDITION, METHOD, ERROR_DESCRIPTION) \ argument
/external/protobuf/src/google/protobuf/
Dgenerated_message_reflection.cc135 #define USAGE_CHECK(CONDITION, METHOD, ERROR_DESCRIPTION) \ argument