OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UNIQUE
(Results
1 - 9
of
9
) 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/chromium_org/content/browser/indexed_db/
indexed_db_leveldb_coding.h
256
UNIQUE
= 1,
/external/robolectric/lib/main/
h2-1.2.147.jar
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar
/prebuilts/misc/common/icu4j/
icu4j.jar
Completed in 615 milliseconds