HomeSort by relevance Sort by last modified time
    Searched refs:CONDITION (Results 1 - 24 of 24) sorted by null

  /bootable/recovery/minzip/
Log.h 56 #define CONDITION(cond) (__builtin_expect((cond)!=0, 0))
63 ( (CONDITION(cond)) \
81 ( (CONDITION(cond)) \
95 ( (CONDITION(cond)) \
109 ( (CONDITION(cond)) \
123 ( (CONDITION(cond)) \
  /external/chromium_org/third_party/skia/include/gpu/
GrConfig.h 186 * it may print the message in the compiler log. Obviously, the condition must
193 #define GR_STATIC_ASSERT(CONDITION) static_assert(CONDITION, "bug")
197 #define GR_STATIC_ASSERT(CONDITION) \
199 sizeof(GR_STATIC_ASSERT_FAILURE<CONDITION>)}
  /external/chromium_org/third_party/hwcplus/include/log/
log.h 88 #define CONDITION(cond) (__builtin_expect((cond)!=0, 0))
95 ( (CONDITION(cond)) \
110 ( (CONDITION(cond)) \
124 ( (CONDITION(cond)) \
138 ( (CONDITION(cond)) \
152 ( (CONDITION(cond)) \
217 #define CONDITION(cond) (__builtin_expect((cond)!=0, 0))
224 ( (CONDITION(cond)) \
239 ( (CONDITION(cond)) \
253 ( (CONDITION(cond))
    [all...]
  /external/eigen/Eigen/src/Core/util/
StaticAssert.h 16 * - in EIGEN_STATIC_ASSERT(CONDITION,MSG) the parameter CONDITION must be a compile time boolean
21 * eigen_assert(CONDITION && "MSG")
40 template<bool condition>
106 #define EIGEN_STATIC_ASSERT(CONDITION,MSG) \
107 {Eigen::internal::static_assertion<bool(CONDITION)>::MSG;}
111 #define EIGEN_STATIC_ASSERT(CONDITION,MSG) \
112 if (Eigen::internal::static_assertion<bool(CONDITION)>::MSG) {}
120 #define EIGEN_STATIC_ASSERT(CONDITION,MSG) eigen_assert((CONDITION) && #MSG)
    [all...]
  /external/chromium_org/sdch/open-vcdiff/src/
testing.h 46 #define CHECK(CONDITION) assert(CONDITION)
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/idls/core/
TestInterface.idl 36 Conditional=CONDITION,
TestObject.idl 170 [Conditional=CONDITION] attribute long conditionalLongAttribute;
179 [Conditional=CONDITION, Custom] attribute long customLongAttribute;
237 [Conditional=CONDITION, RuntimeEnabled=FeatureName] attribute long conditionalRuntimeEnabledLongAttribute;
473 [Conditional=CONDITION] void conditionalConditionVoidMethod();
474 [Conditional=CONDITION] static void conditionalConditionStaticVoidMethod();
476 [Conditional=CONDITION, Custom] void conditionalConditionCustomVoidMethod();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/idls/modules/
TestInterface5.idl 36 Conditional=CONDITION,
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/core/
V8TestObject.h 56 #if ENABLE(CONDITION)
58 #endif // ENABLE(CONDITION)
64 #if ENABLE(CONDITION)
66 #endif // ENABLE(CONDITION)
67 #if ENABLE(CONDITION)
69 #endif // ENABLE(CONDITION)
V8TestInterface.h 10 #if ENABLE(CONDITION)
107 #endif // ENABLE(CONDITION)
V8TestObject.cpp     [all...]
V8TestInterface.cpp 8 #if ENABLE(CONDITION)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/modules/
V8TestInterface5.h 10 #if ENABLE(CONDITION)
99 #endif // ENABLE(CONDITION)
V8TestInterface5.cpp 8 #if ENABLE(CONDITION)
    [all...]
  /external/deqp/framework/referencerenderer/
rrFragmentOperations.cpp 267 #define SAMPLE_REGISTER_DPFAIL_OR_DPPASS(CONDITION, EXPRESSION) \
270 if (m_sampleRegister[regSampleNdx].isAlive && (CONDITION)) \
280 #define SWITCH_DPFAIL_OR_DPPASS(OP_NAME, CONDITION) \
283 case STENCILOP_KEEP: SAMPLE_REGISTER_DPFAIL_OR_DPPASS(CONDITION, stencilBufferValue) break; \
284 case STENCILOP_ZERO: SAMPLE_REGISTER_DPFAIL_OR_DPPASS(CONDITION, 0) break; \
285 case STENCILOP_REPLACE: SAMPLE_REGISTER_DPFAIL_OR_DPPASS(CONDITION, clampedStencilRef) break; \
286 case STENCILOP_INCR: SAMPLE_REGISTER_DPFAIL_OR_DPPASS(CONDITION, de::clamp(stencilBufferValue+1, 0, (1<<numStencilBits) - 1)) break; \
287 case STENCILOP_DECR: SAMPLE_REGISTER_DPFAIL_OR_DPPASS(CONDITION, de::clamp(stencilBufferValue-1, 0, (1<<numStencilBits) - 1)) break; \
288 case STENCILOP_INCR_WRAP: SAMPLE_REGISTER_DPFAIL_OR_DPPASS(CONDITION, (stencilBufferValue + 1) & ((1<<numStencilBits) - 1)) break; \
289 case STENCILOP_DECR_WRAP: SAMPLE_REGISTER_DPFAIL_OR_DPPASS(CONDITION, (stencilBufferValue - 1) & ((1<<numStencilBits) - 1)) break;
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
common.h 724 #define GOOGLE_LOG_IF(LEVEL, CONDITION) \
725 !(CONDITION) ? (void)0 : GOOGLE_LOG(LEVEL)
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
generated_message_reflection.cc 120 #define USAGE_CHECK(CONDITION, METHOD, ERROR_DESCRIPTION) \
121 if (!(CONDITION)) \
    [all...]
  /external/libvorbis/doc/
04-codec.tex 22 end-of-packet condition during decoding the first or third header
24 comment header is a non-fatal error condition.
128 \item read \varname{[vorbis_time_count]} 16 bit values; each value should be zero. If any value is nonzero, this is an error condition and the stream is undecodable.
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
226 \item if the value is greater than the highest numbered submap (\varname{[vorbis_mapping_submaps]} - 1), this in an error condition rendering the stream undecodable
368 An end-of-packet condition up to this point should be considered an
370 condition past this point is to be considered a possible nominal
406 An end-of-packet condition during floor decode shall result in packet
03-codebook.tex 128 7) if [current_entry] is greater than [codebook_entries] ERROR CONDITION;
196 considered an error condition rendering the stream undecodable.
268 overspecified trees are an error condition rendering the stream
386 an action, that is an error condition rendering the packet
399 condition to the decoder.
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 
  /external/bison/
configure     [all...]
  /external/jdiff/
xerces.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdimodel.jar 

Completed in 811 milliseconds