Home
last modified time | relevance | path

Searched refs:UNIQUE (Results 1 – 25 of 41) sorted by relevance

12

/external/clang/test/PCH/
Dvariables.c26 #define UNIQUE(x) PASTE1(x,__COUNTER__) macro
28 int UNIQUE(a); // a0
29 int UNIQUE(a); // a1
44 int UNIQUE(a); // a2
Dvariables.h22 #define UNIQUE(x) PASTE1(x,__COUNTER__) macro
24 int UNIQUE(a); // a0
25 int UNIQUE(a); // a1
/external/clang/test/Lexer/
Dcounter.c6 #define UNIQUE(x) PASTE1(x,__COUNTER__) macro
9 B: UNIQUE(foo);
10 C: UNIQUE(foo);
/external/dagger2/producers/src/main/java/dagger/producers/
DProduces.java43 UNIQUE, enumConstant
69 Type type() default Type.UNIQUE; in type()
/external/dagger2/core/src/main/java/dagger/
DProvides.java42 UNIQUE, enumConstant
72 Type type() default Type.UNIQUE; in type()
/external/dagger2/compiler/src/main/java/dagger/internal/codegen/
DContributionBinding.java76 UNIQUE; enumConstant
79 return !this.equals(UNIQUE); in isMultibinding()
90 case UNIQUE: in contributionType()
91 return ContributionType.UNIQUE; in contributionType()
DProductionBinding.java87 case UNIQUE: in contributionType()
88 return ContributionType.UNIQUE; in contributionType()
181 Produces.Type.UNIQUE, in forComponentMethod()
DProvisionBinding.java136 Provides.Type.UNIQUE, in forInjectConstructor()
225 Provides.Type.UNIQUE, in forComponent()
244 Provides.Type.UNIQUE, in forComponentMethod()
264 Provides.Type.UNIQUE, in forSubcomponentBuilderMethod()
DFrameworkField.java78 case UNIQUE: in createForSyntheticContributionBinding()
103 case UNIQUE: in createForResolvedBindings()
DProvidesMethodValidator.java115 case UNIQUE: // fall through in validate()
DProducesMethodValidator.java118 case UNIQUE: // fall through in validate()
/external/jmdns/src/javax/jmdns/impl/tasks/state/
DCanceler.java104 …for (DNSRecord answer : this.getDns().getLocalHost().answers(DNSRecordClass.UNIQUE, this.getTTL())… in buildOutgoingForDNS()
117 …for (DNSRecord answer : info.answers(DNSRecordClass.UNIQUE, this.getTTL(), this.getDns().getLocalH… in buildOutgoingForInfo()
DAnnouncer.java104 …for (DNSRecord answer : this.getDns().getLocalHost().answers(DNSRecordClass.UNIQUE, this.getTTL())… in buildOutgoingForDNS()
117 …for (DNSRecord answer : info.answers(DNSRecordClass.UNIQUE, this.getTTL(), this.getDns().getLocalH… in buildOutgoingForInfo()
DRenewer.java105 …for (DNSRecord answer : this.getDns().getLocalHost().answers(DNSRecordClass.UNIQUE, this.getTTL())… in buildOutgoingForDNS()
118 …for (DNSRecord answer : info.answers(DNSRecordClass.UNIQUE, this.getTTL(), this.getDns().getLocalH… in buildOutgoingForInfo()
/external/jmdns/src/javax/jmdns/impl/
DDNSQuestion.java37 ….getLocalHost().getDNSAddressRecord(this.getRecordType(), DNSRecordClass.UNIQUE, DNSConstants.DNS_… in addAnswers()
61 ….getLocalHost().getDNSAddressRecord(this.getRecordType(), DNSRecordClass.UNIQUE, DNSConstants.DNS_… in addAnswers()
281 … answers.addAll(jmDNSImpl.getLocalHost().answers(DNSRecordClass.UNIQUE, DNSConstants.DNS_TTL)); in addAnswersForServiceInfo()
282 …answers.addAll(info.answers(DNSRecordClass.UNIQUE, DNSConstants.DNS_TTL, jmDNSImpl.getLocalHost())… in addAnswersForServiceInfo()
DDNSRecord.java728 …Service(info.getQualifiedName(), DNSRecordClass.CLASS_IN, DNSRecordClass.UNIQUE, DNSConstants.DNS_… in handleQuery()
798 …Service(info.getQualifiedName(), DNSRecordClass.CLASS_IN, DNSRecordClass.UNIQUE, DNSConstants.DNS_… in addAnswer()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/
Dmysql-modelingschema.dump93 UNIQUE KEY `cvsname` (`cvsname`(333))
139 UNIQUE KEY `tagname` (`tagname`),
/external/jmdns/src/javax/jmdns/impl/constants/
DDNSRecordClass.java61 public static final boolean UNIQUE = true; field in DNSRecordClass
/external/guice/extensions/dagger-adapter/src/com/google/inject/daggeradapter/
DDaggerMethodScanner.java50 case UNIQUE: in prepareMethod()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DPluralSamples.java268 return KeywordStatus.UNIQUE; in getStatus()
287 return originalSize == 1 ? KeywordStatus.UNIQUE : KeywordStatus.BOUNDED; in getStatus()
DPluralRules.java2215 UNIQUE, enumConstant
2300 return KeywordStatus.UNIQUE; in getKeywordStatus()
2319 return originalSize == 1 ? KeywordStatus.UNIQUE : KeywordStatus.BOUNDED; in getKeywordStatus()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DPluralSamples.java270 return KeywordStatus.UNIQUE; in getStatus()
289 return originalSize == 1 ? KeywordStatus.UNIQUE : KeywordStatus.BOUNDED; in getStatus()
DPluralRules.java2251 UNIQUE, enumConstant
2334 return KeywordStatus.UNIQUE; in getKeywordStatus()
2353 return originalSize == 1 ? KeywordStatus.UNIQUE : KeywordStatus.BOUNDED; in getKeywordStatus()
/external/guice/extensions/dagger-adapter/lib/
Ddagger-2.0.jarMETA-INF/ META-INF/MANIFEST.MF dagger/ dagger/internal/ dagger/ ...
/external/messageformat/java/com/ibm/icu/simple/
DPluralRules.java2223 UNIQUE, enumConstant
2307 return KeywordStatus.UNIQUE; in getKeywordStatus()
2326 return originalSize == 1 ? KeywordStatus.UNIQUE : KeywordStatus.BOUNDED; in getKeywordStatus()

12