HomeSort by relevance Sort by last modified time
    Searched defs:CONDITION (Results 1 - 25 of 45) sorted by null

1 2

  /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...]
  /external/scapy/scapy/
automaton.py 245 CONDITION = "Condition"
246 RECV = "Receive condition"
247 TIMEOUT = "Timeout condition"
301 def condition(state, prio=0): member in class:ATMT
303 f.atmt_type = ATMT.CONDITION
425 elif m.atmt_type in [ATMT.CONDITION, ATMT.RECV, ATMT.TIMEOUT, ATMT.IOEVENT]:
429 if m.atmt_type == ATMT.CONDITION:
    [all...]
  /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/observer/
ObservableProperty.java 51 CONDITION(Type.SINGLE_REFERENCE),
  /libcore/ojluni/src/main/java/java/util/concurrent/locks/
AbstractQueuedSynchronizer.java 81 * can be used as a {@link Condition} implementation by subclasses
89 * condition, so if this constraint cannot be met, do not use it. The
95 * condition objects. These can be exported as desired into classes
227 * // Provides a Condition
228 * Condition newCondition() { return new ConditionObject(); }
244 * public Condition newCondition() { return sync.newCondition(); }
371 * inserted into a condition queue. Upon signal, the node is
390 /** waitStatus value to indicate thread is waiting on condition. */
391 static final int CONDITION = -2;
410 * CONDITION: This node is currently on a condition queue
    [all...]
  /external/annotation-tools/scene-lib/src/annotations/io/
ASTPath.java 84 public static final String CONDITION = "condition";
569 new String[] {ASTPath.CONDITION, ASTPath.DETAIL});
600 new String[] {ASTPath.CONDITION,
605 new String[] {ASTPath.CONDITION, ASTPath.STATEMENT});
616 new String[] {ASTPath.INITIALIZER, ASTPath.CONDITION,
621 new String[] {ASTPath.CONDITION,
702 new String[] {ASTPath.CONDITION, ASTPath.STATEMENT});
717 * {@code newASTEntry(Tree.Kind.WHILE_LOOP, new String[] {"condition", "statement"});</pre>
719 * constructs a while loop AST entry, where the valid child selectors are "condition" o
    [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 
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-core/1.11.18/
aws-java-sdk-core-1.11.18.jar 
  /prebuilts/tools/common/m2/repository/org/freemarker/freemarker/2.3.20/
freemarker-2.3.20.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-r1.jar 
android-all-4.2.2_r1.2-robolectric-r1.jar 
android-all-4.3_r2-robolectric-r1.jar 
android-all-4.4_r1-robolectric-r2.jar 
android-all-5.0.2_r3-robolectric-r0.jar 
android-all-5.1.1_r9-robolectric-r2.jar 
android-all-6.0.1_r3-robolectric-r1.jar 
  /external/annotation-tools/annotation-file-utilities/
annotation-file-utilities.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/intellij-core/26.0.0/
intellij-core-26.0.0.jar 

Completed in 172 milliseconds

1 2