HomeSort by relevance Sort by last modified time
    Searched defs:CONDITION (Results 1 - 11 of 11) 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/smack/src/com/kenai/jbosh/
Attributes.java 40 static final BodyQName CONDITION = BodyQName.createBOSH("condition");
  /hardware/invensense/60xx/libsensors_iio/software/core/driver/include/
log.h 140 #ifndef CONDITION
141 #define CONDITION(cond) ((cond) != 0)
150 ((CONDITION(cond)) \
165 ((CONDITION(cond)) \
183 ((CONDITION(cond)) \
201 ((CONDITION(cond)) \
219 ((CONDITION(cond)) \
227 * Log a fatal error. If the given condition fails, this stops program
229 * It is NOT stripped from release builds. Note that the condition test
233 ((CONDITION(cond))
    [all...]
  /hardware/invensense/60xx/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...]
  /hardware/invensense/65xx/libsensors_iio/software/core/driver/include/
log.h 144 #ifndef CONDITION
145 #define CONDITION(cond) ((cond) != 0)
154 ((CONDITION(cond)) \
169 ((CONDITION(cond)) \
187 ((CONDITION(cond)) \
205 ((CONDITION(cond)) \
223 ((CONDITION(cond)) \
231 * Log a fatal error. If the given condition fails, this stops program
233 * It is NOT stripped from release builds. Note that the condition test
237 ((CONDITION(cond))
    [all...]
  /system/core/include/log/
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...]
  /libcore/luni/src/main/java/java/util/concurrent/locks/
AbstractQueuedLongSynchronizer.java 120 * inserted into a condition queue. Upon signal, the node is
139 /** waitStatus value to indicate thread is waiting on condition */
140 static final int CONDITION = -2;
159 * CONDITION: This node is currently on a condition queue.
178 * CONDITION for condition nodes. It is modified using CAS
218 * Link to next node waiting on condition, or the special
219 * value SHARED. Because condition queues are accessed only
259 Node(Thread thread, int waitStatus) { // Used by Condition
    [all...]
AbstractQueuedSynchronizer.java 56 * can be used as a {@link Condition} implementation by subclasses
64 * condition, so if this constraint cannot be met, do not use it. The
70 * condition objects. These can be exported as desired into classes
206 * // Provides a Condition
207 * Condition newCondition() { return new ConditionObject(); }
223 * public Condition newCondition() { return sync.newCondition(); }
350 * inserted into a condition queue. Upon signal, the node is
369 /** waitStatus value to indicate thread is waiting on condition */
370 static final int CONDITION = -2;
389 * CONDITION: This node is currently on a condition queue
    [all...]
  /prebuilts/tools/common/m2/internal/xerces/xercesImpl/2.6.2/
xercesImpl-2.6.2.jar 
  /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 886 milliseconds