HomeSort by relevance Sort by last modified time
    Searched refs:CONDITION (Results 1 - 14 of 14) 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)) \
  /system/core/include/cutils/
log.h 84 #define CONDITION(cond) (__builtin_expect((cond)!=0, 0))
91 ( (CONDITION(cond)) \
106 ( (CONDITION(cond)) \
120 ( (CONDITION(cond)) \
134 ( (CONDITION(cond)) \
148 ( (CONDITION(cond)) \
213 #define CONDITION(cond) (__builtin_expect((cond)!=0, 0))
220 ( (CONDITION(cond)) \
235 ( (CONDITION(cond)) \
249 ( (CONDITION(cond))
    [all...]
  /hardware/invensense/libsensors_iio/software/core/driver/include/
log.h 139 #ifndef CONDITION
140 #define CONDITION(cond) ((cond) != 0)
149 ((CONDITION(cond)) \
164 ((CONDITION(cond)) \
182 ((CONDITION(cond)) \
200 ((CONDITION(cond)) \
218 ((CONDITION(cond)) \
226 * Log a fatal error. If the given condition fails, this stops program
228 * It is NOT stripped from release builds. Note that the condition test
232 ((CONDITION(cond))
    [all...]
  /hardware/invensense/mlsdk/platform/include/
log.h 140 #ifndef CONDITION
141 #define CONDITION(cond) ((cond) != 0)
150 ((CONDITION(cond)) \
165 ((CONDITION(cond)) \
179 ((CONDITION(cond)) \
197 ((CONDITION(cond)) \
215 ((CONDITION(cond)) \
223 * Log a fatal error. If the given condition fails, this stops program
225 * It is NOT stripped from release builds. Note that the condition test
229 ((CONDITION(cond))
    [all...]
  /external/skia/include/gpu/
GrConfig.h 274 * Crash from unrecoverable condition, optionally with a message.
292 * it may print the message in the compiler log. Obviously, the condition must
299 #define GR_STATIC_ASSERT(CONDITION) static_assert(CONDITION, "bug")
303 #define GR_STATIC_ASSERT(CONDITION) \
305 sizeof(GR_STATIC_ASSERT_FAILURE<CONDITION>)}
  /external/chromium/sdch/open-vcdiff/src/
testing.h 46 #define CHECK(CONDITION) assert(CONDITION)
  /libcore/luni/src/main/java/java/util/concurrent/locks/
AbstractQueuedLongSynchronizer.java 118 * inserted into a condition queue. Upon signal, the node is
137 /** waitStatus value to indicate thread is waiting on condition */
138 static final int CONDITION = -2;
157 * CONDITION: This node is currently on a condition queue.
176 * CONDITION for condition nodes. It is modified using CAS
216 * Link to next node waiting on condition, or the special
217 * value SHARED. Because condition queues are accessed only
257 Node(Thread thread, int waitStatus) { // Used by Condition
    [all...]
AbstractQueuedSynchronizer.java 54 * can be used as a {@link Condition} implementation by subclasses
62 * condition, so if this constraint cannot be met, do not use it. The
68 * condition objects. These can be exported as desired into classes
204 * // Provide a Condition
205 * Condition newCondition() { return new ConditionObject(); }
221 * public Condition newCondition() { return sync.newCondition(); }
347 * inserted into a condition queue. Upon signal, the node is
366 /** waitStatus value to indicate thread is waiting on condition */
367 static final int CONDITION = -2;
386 * CONDITION: This node is currently on a condition queue
    [all...]
  /external/protobuf/src/google/protobuf/stubs/
common.h 677 #define GOOGLE_LOG_IF(LEVEL, CONDITION) \
678 !(CONDITION) ? (void)0 : GOOGLE_LOG(LEVEL)
    [all...]
  /external/protobuf/src/google/protobuf/
generated_message_reflection.cc 135 #define USAGE_CHECK(CONDITION, METHOD, ERROR_DESCRIPTION) \
136 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/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 349 milliseconds