HomeSort by relevance Sort by last modified time
    Searched defs:CONDITION (Results 1 - 15 of 15) 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-trace/catapult/third_party/gsutil/third_party/boto/boto/gs/
lifecycle.py 29 CONDITION = 'Condition'
39 # List of all condition elements.
57 of a condition.
100 elif name == CONDITION:
103 self.validateStartTag(name, CONDITION)
116 # the action and condition elements could be in any order.
126 elif name == CONDITION:
129 self.current_tag = CONDITION
130 # Add the condition name and value to the dictionary
    [all...]
  /frameworks/ex/framesequence/jni/utils/
log.h 63 #define CONDITION(cond) (__builtin_expect((cond)!=0, 0))
70 ( (CONDITION(cond)) \
85 ( (CONDITION(cond)) \
99 ( (CONDITION(cond)) \
113 ( (CONDITION(cond)) \
127 ( (CONDITION(cond)) \
181 * Log a fatal error. If the given condition fails, this stops program
183 * It is NOT stripped from release builds. Note that the condition test
188 ( (CONDITION(cond)) \
  /hardware/invensense/6515/libsensors_iio/software/core/driver/include/
log.h 175 #ifndef CONDITION
176 #define CONDITION(cond) ((cond) != 0)
185 ((CONDITION(cond)) \
205 ((CONDITION(cond)) \
228 ((CONDITION(cond)) \
246 ((CONDITION(cond)) \
271 ((CONDITION(cond)) \
276 ((CONDITION(cond)) \
285 * Log a fatal error. If the given condition fails, this stops program
287 * It is NOT stripped from release builds. Note that the condition tes
    [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...]
  /libcore/luni/src/main/java/java/util/concurrent/locks/
AbstractQueuedSynchronizer.java 53 * can be used as a {@link Condition} implementation by subclasses
61 * condition, so if this constraint cannot be met, do not use it. The
67 * condition objects. These can be exported as desired into classes
199 * // Provides a Condition
200 * Condition newCondition() { return new ConditionObject(); }
216 * public Condition newCondition() { return sync.newCondition(); }
343 * inserted into a condition queue. Upon signal, the node is
362 /** waitStatus value to indicate thread is waiting on condition. */
363 static final int CONDITION = -2;
382 * CONDITION: This node is currently on a condition queue
    [all...]
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 
  /external/guice/lib/build/jdiff/
xerces.jar 
  /external/guice/extensions/persist/lib/
hsqldb.jar 
  /prebuilts/tools/common/m2/repository/xerces/xercesImpl/2.6.2/
xercesImpl-2.6.2.jar 
  /prebuilts/tools/common/m2/repository/xerces/xercesImpl/2.11.0/
xercesImpl-2.11.0.jar 
  /prebuilts/tools/common/m2/repository/xerces/xercesImpl/2.9.1/
xercesImpl-2.9.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdimodel.jar 
  /prebuilts/tools/common/m2/repository/org/freemarker/freemarker/2.3.20/
freemarker-2.3.20.jar 

Completed in 653 milliseconds