/external/guice/extensions/throwingproviders/src/com/google/inject/throwingproviders/ |
D | ThrowingProviderBinder.java | 194 Key<P> targetKey = Key.get(interfaceType, UniqueAnnotations.create()); in to() local 261 Key<CheckedProvider<?>> targetKey = in providing() local 268 Key<CheckedProviderMethod<?>> targetKey = in toProviderMethod() local 276 public ScopedBindingBuilder to(Key<? extends P> targetKey) { in to() 281 private ScopedBindingBuilder toInternal(final Key<? extends CheckedProvider<?>> targetKey) { in toInternal() 346 final Key<? extends CheckedProvider<?>> targetKey, in createResultProvider()
|
/external/guice/core/src/com/google/inject/internal/ |
D | LinkedBindingImpl.java | 33 final Key<? extends T> targetKey; field in LinkedBindingImpl 41 Key<? extends T> targetKey) { in LinkedBindingImpl() 46 public LinkedBindingImpl(Object source, Key<T> key, Scoping scoping, Key<? extends T> targetKey) { in LinkedBindingImpl()
|
D | FactoryProxy.java | 32 private final Key<? extends T> targetKey; field in FactoryProxy 37 FactoryProxy(InjectorImpl injector, Key<T> key, Key<? extends T> targetKey, Object source) { in FactoryProxy()
|
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
D | CollationCurrencyTest.java | 98 CollationKey targetKey = null; in TestCurrency() local 112 …e void reportCResult( String source, String target, CollationKey sourceKey, CollationKey targetKey, in reportCResult()
|
D | LotusCollationKoreanTest.java | 75 …e void reportCResult( String source, String target, CollationKey sourceKey, CollationKey targetKey, in reportCResult()
|
D | CollationSpanishTest.java | 109 …e void reportCResult( String source, String target, CollationKey sourceKey, CollationKey targetKey, in reportCResult()
|
D | CollationTurkishTest.java | 116 …e void reportCResult( String source, String target, CollationKey sourceKey, CollationKey targetKey, in reportCResult()
|
D | CollationFinnishTest.java | 97 …e void reportCResult( String source, String target, CollationKey sourceKey, CollationKey targetKey, in reportCResult()
|
D | CollationGermanTest.java | 143 …e void reportCResult( String source, String target, CollationKey sourceKey, CollationKey targetKey, in reportCResult()
|
D | CollationEnglishTest.java | 342 …e void reportCResult( String source, String target, CollationKey sourceKey, CollationKey targetKey, in reportCResult()
|
D | CollationFrenchTest.java | 208 …e void reportCResult( String source, String target, CollationKey sourceKey, CollationKey targetKey, in reportCResult()
|
D | CollationKanaTest.java | 217 …e void reportCResult( String source, String target, CollationKey sourceKey, CollationKey targetKey, in reportCResult()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/ |
D | CollationCurrencyTest.java | 101 CollationKey targetKey = null; in TestCurrency() local 115 …e void reportCResult( String source, String target, CollationKey sourceKey, CollationKey targetKey, in reportCResult()
|
D | LotusCollationKoreanTest.java | 78 …e void reportCResult( String source, String target, CollationKey sourceKey, CollationKey targetKey, in reportCResult()
|
D | CollationTurkishTest.java | 119 …e void reportCResult( String source, String target, CollationKey sourceKey, CollationKey targetKey, in reportCResult()
|
D | CollationFinnishTest.java | 100 …e void reportCResult( String source, String target, CollationKey sourceKey, CollationKey targetKey, in reportCResult()
|
D | CollationSpanishTest.java | 112 …e void reportCResult( String source, String target, CollationKey sourceKey, CollationKey targetKey, in reportCResult()
|
D | CollationGermanTest.java | 146 …e void reportCResult( String source, String target, CollationKey sourceKey, CollationKey targetKey, in reportCResult()
|
D | CollationEnglishTest.java | 345 …e void reportCResult( String source, String target, CollationKey sourceKey, CollationKey targetKey, in reportCResult()
|
D | CollationFrenchTest.java | 211 …e void reportCResult( String source, String target, CollationKey sourceKey, CollationKey targetKey, in reportCResult()
|
D | CollationKanaTest.java | 220 …e void reportCResult( String source, String target, CollationKey sourceKey, CollationKey targetKey, in reportCResult()
|
D | G7CollationTest.java | 223 …e void reportCResult( String source, String target, CollationKey sourceKey, CollationKey targetKey, in reportCResult()
|
/external/icu/icu4c/source/test/cintltst/ |
D | ccolltst.c | 89 uint8_t *sourceKey, uint8_t *targetKey, in reportCResult()
|
/external/icu/icu4c/source/test/intltest/ |
D | currcoll.cpp | 117 CollationKey sourceKey, targetKey; in currencyTest() local
|
/external/guice/core/src/com/google/inject/binder/ |
D | LinkedBindingBuilder.java | 38 ScopedBindingBuilder to(Key<? extends T> targetKey); in to()
|