HomeSort by relevance Sort by last modified time
    Searched defs:CONDITION (Results 1 - 4 of 4) 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...]
  /dalvik/libcore/concurrent/src/main/java/java/util/concurrent/locks/
AbstractQueuedSynchronizer.java 51 * can be used as a {@link Condition} implementation by subclasses
59 * condition, so if this constraint cannot be met, do not use it. The
65 * condition objects. These can be exported as desired into classes
182 * // Provide a Condition
183 * Condition newCondition() { return new ConditionObject(); }
199 * public Condition newCondition() { return sync.newCondition(); }
327 * inserted into a condition queue. Upon signal, the node is
346 /** waitStatus value to indicate thread is waiting on condition */
347 static final int CONDITION = -2;
366 * CONDITION: This node is currently on a condition queue
    [all...]
  /external/jdiff/
xerces.jar 

Completed in 50 milliseconds