HomeSort by relevance Sort by last modified time
    Searched defs:UNIQUE (Results 1 - 7 of 7) sorted by null

  /external/clang/test/Lexer/
counter.c 6 #define UNIQUE(x) PASTE1(x,__COUNTER__)
9 B: UNIQUE(foo);
10 C: UNIQUE(foo);
  /external/clang/test/PCH/
variables.h 22 #define UNIQUE(x) PASTE1(x,__COUNTER__)
24 int UNIQUE(a); // a0
25 int UNIQUE(a); // a1
variables.c 26 #define UNIQUE(x) PASTE1(x,__COUNTER__)
28 int UNIQUE(a); // a0
29 int UNIQUE(a); // a1
44 int UNIQUE(a); // a2
  /external/jmdns/src/javax/jmdns/impl/constants/
DNSRecordClass.java 61 public static final boolean UNIQUE = true;
96 * Checks if the class is unique
99 * @return <code>true</code> is the class is unique, <code>false</code> otherwise.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
Parameter.java 91 * This value must be unique. This constraint usually only makes sense
96 UNIQUE,
162 /** The unique id of the parameter (not displayed to the user) */
298 if (project != null && constraints.contains(Constraint.UNIQUE)) {
305 if (project != null && constraints.contains(Constraint.UNIQUE)) {
312 if (project != null && constraints.contains(Constraint.UNIQUE)) {
319 if (project != null && constraints.contains(Constraint.UNIQUE)) {
360 if (project != null && constraints.contains(Constraint.UNIQUE)) {
  /external/webkit/Tools/android/flex-2.5.4a/
flexdef.h 194 #define UNIQUE -1 /* marks a symbol as an e.c. representative */
197 #define INITIAL_MAX_CCLS 100 /* max number of unique character classes */
615 * current_maxccls - current limit on the maximum number of unique ccl's
621 * to represent the unique ccl's
643 * numuniq - number of unique transitions
    [all...]
  /external/robolectric/lib/main/
h2-1.2.147.jar 

Completed in 190 milliseconds