HomeSort by relevance Sort by last modified time
    Searched defs:UNIQUE (Results 1 - 6 of 6) 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.
  /external/chromium_org/content/browser/indexed_db/
indexed_db_leveldb_coding.h 288 UNIQUE = 1,
  /external/chromium_org/third_party/closure_compiler/compiler/
compiler.jar 

Completed in 89 milliseconds