/external/guice/core/src/com/google/inject/internal/ |
LinkedBindingImpl.java | 32 final Key<? extends T> targetKey; 36 Key<? extends T> targetKey) { 38 this.targetKey = targetKey; 41 public LinkedBindingImpl(Object source, Key<T> key, Scoping scoping, Key<? extends T> targetKey) { 43 this.targetKey = targetKey; 51 return targetKey; 55 return ImmutableSet.<Dependency<?>>of(Dependency.get(targetKey)); 59 return new LinkedBindingImpl<T>(getSource(), getKey(), scoping, targetKey); [all...] |
FactoryProxy.java | 32 private final Key<? extends T> targetKey; 37 FactoryProxy(InjectorImpl injector, Key<T> key, Key<? extends T> targetKey, Object source) { 40 this.targetKey = targetKey; 46 targetFactory = injector.getInternalFactory(targetKey, errors.withSource(source), JitLimitation.NEW_OR_EXISTING_JIT); 54 context.pushState(targetKey, source); 56 return targetFactory.get(errors.withSource(targetKey), context, dependency, true);
|
/external/guice/extensions/throwingproviders/src/com/google/inject/throwingproviders/ |
ThrowingProviderBinder.java | 199 Key<P> targetKey = Key.get(interfaceType, UniqueAnnotations.create()); 200 binder.bind(targetKey).toInstance(target); 201 return to(targetKey); 265 Key<CheckedProvider<?>> targetKey = Key.get(CHECKED_PROVIDER_TYPE, 267 binder.bind(targetKey).toInstance(checkedProvider); 268 return toInternal(targetKey); 272 Key<CheckedProviderMethod<?>> targetKey = 274 binder.bind(targetKey).toInstance(target); 276 return toInternal(targetKey); 280 public ScopedBindingBuilder to(Key<? extends P> targetKey) { [all...] |
/external/icu/icu4c/source/test/cintltst/ |
ccolltst.h | 30 uint8_t *sourceKey, uint8_t *targetKey,
|
ccolltst.c | 89 uint8_t *sourceKey, uint8_t *targetKey, 129 log_verbose("SortKey2: %s\n", dumpSk(targetKey, sk));
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/ |
CollationCurrencyTest.java | 101 CollationKey targetKey = null; 102 targetKey = c.getCollationKey(target); 103 if (targetKey == null) { 108 int keyResult = sourceKey.compareTo(targetKey); 110 reportCResult( source, target, sourceKey, targetKey, compareResult, keyResult, compareResult, expectedResult ); 115 private void reportCResult( String source, String target, CollationKey sourceKey, CollationKey targetKey, 154 errln(msg1 + CollationTest.prettify(sourceKey) + msg2 + CollationTest.prettify(targetKey));
|
LotusCollationKoreanTest.java | 78 private void reportCResult( String source, String target, CollationKey sourceKey, CollationKey targetKey, 117 errln(msg1 + CollationTest.prettify(sourceKey) + msg2 + CollationTest.prettify(targetKey));
|
CollationFinnishTest.java | 100 private void reportCResult( String source, String target, CollationKey sourceKey, CollationKey targetKey, 139 errln(msg1 + CollationTest.prettify(sourceKey) + msg2 + CollationTest.prettify(targetKey));
|
CollationGermanTest.java | 146 private void reportCResult( String source, String target, CollationKey sourceKey, CollationKey targetKey, 186 errln(msg1 + CollationTest.prettify(sourceKey) + msg2 + CollationTest.prettify(targetKey));
|
CollationSpanishTest.java | 112 private void reportCResult( String source, String target, CollationKey sourceKey, CollationKey targetKey, 151 errln(msg1 + CollationTest.prettify(sourceKey) + msg2 + CollationTest.prettify(targetKey));
|
CollationTurkishTest.java | 119 private void reportCResult( String source, String target, CollationKey sourceKey, CollationKey targetKey, 158 errln(msg1 + CollationTest.prettify(sourceKey) + msg2 + CollationTest.prettify(targetKey));
|
CollationKanaTest.java | 220 private void reportCResult( String source, String target, CollationKey sourceKey, CollationKey targetKey, 259 errln(msg1 + CollationTest.prettify(sourceKey) + msg2 + CollationTest.prettify(targetKey));
|
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
CollationCurrencyTest.java | 98 CollationKey targetKey = null; 99 targetKey = c.getCollationKey(target); 100 if (targetKey == null) { 105 int keyResult = sourceKey.compareTo(targetKey); 107 reportCResult( source, target, sourceKey, targetKey, compareResult, keyResult, compareResult, expectedResult ); 112 private void reportCResult( String source, String target, CollationKey sourceKey, CollationKey targetKey, 151 errln(msg1 + CollationTest.prettify(sourceKey) + msg2 + CollationTest.prettify(targetKey));
|
LotusCollationKoreanTest.java | 75 private void reportCResult( String source, String target, CollationKey sourceKey, CollationKey targetKey, 114 errln(msg1 + CollationTest.prettify(sourceKey) + msg2 + CollationTest.prettify(targetKey));
|
CollationFinnishTest.java | 97 private void reportCResult( String source, String target, CollationKey sourceKey, CollationKey targetKey, 136 errln(msg1 + CollationTest.prettify(sourceKey) + msg2 + CollationTest.prettify(targetKey));
|
CollationGermanTest.java | 143 private void reportCResult( String source, String target, CollationKey sourceKey, CollationKey targetKey, 183 errln(msg1 + CollationTest.prettify(sourceKey) + msg2 + CollationTest.prettify(targetKey));
|
CollationSpanishTest.java | 109 private void reportCResult( String source, String target, CollationKey sourceKey, CollationKey targetKey, 148 errln(msg1 + CollationTest.prettify(sourceKey) + msg2 + CollationTest.prettify(targetKey));
|
CollationTurkishTest.java | 116 private void reportCResult( String source, String target, CollationKey sourceKey, CollationKey targetKey, 155 errln(msg1 + CollationTest.prettify(sourceKey) + msg2 + CollationTest.prettify(targetKey));
|
CollationKanaTest.java | 217 private void reportCResult( String source, String target, CollationKey sourceKey, CollationKey targetKey, 256 errln(msg1 + CollationTest.prettify(sourceKey) + msg2 + CollationTest.prettify(targetKey));
|
/external/icu/icu4c/source/test/intltest/ |
currcoll.cpp | 117 CollationKey sourceKey, targetKey; 128 c->getCollationKey(target, targetKey, status); 136 Collator::EComparisonResult keyResult = sourceKey.compareTo(targetKey); 138 reportCResult( source, target, sourceKey, targetKey, compareResult, keyResult, compareResult, expectedResult );
|
tscoll.h | 40 CollationKey &sourceKey, CollationKey &targetKey,
|
/external/icu/icu4c/source/i18n/unicode/ |
sortkey.h | 192 * @return Returns Collator::LESS if sourceKey < targetKey, 193 * Collator::GREATER if sourceKey > targetKey and Collator::EQUAL 205 * @return Returns UCOL_LESS if sourceKey < targetKey, 206 * UCOL_GREATER if sourceKey > targetKey and UCOL_EQUAL
|
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/expr/ |
BracketExpr.java | 94 final String targetKey = getTarget().computeUniqueKey(); 95 return join(targetKey, "$", getArg().computeUniqueKey(), "$");
|
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/ |
CollationKey.java | 201 * int key, targetkey; 205 * targetkey = key2[i] & 0xFF; 206 * if (key < targetkey) { 210 * if (targetkey < key) { 214 * } while (key != 0 && targetKey != 0);
|
/external/guice/core/src/com/google/inject/binder/ |
LinkedBindingBuilder.java | 45 ScopedBindingBuilder to(Key<? extends T> targetKey);
|