Home
last modified time | relevance | path

Searched defs:typeMatcher (Results 1 – 11 of 11) sorted by relevance

/external/guice/core/src/com/google/inject/spi/
DTypeListenerBinding.java36 private final Matcher<? super TypeLiteral<?>> typeMatcher; field in TypeListenerBinding
40 Object source, TypeListener listener, Matcher<? super TypeLiteral<?>> typeMatcher) { in TypeListenerBinding()
DTypeConverterBinding.java40 private final Matcher<? super TypeLiteral<?>> typeMatcher; field in TypeConverterBinding
45 Object source, Matcher<? super TypeLiteral<?>> typeMatcher, TypeConverter typeConverter) { in TypeConverterBinding()
DElements.java264 public void bindListener(Matcher<? super TypeLiteral<?>> typeMatcher, TypeListener listener) { in bindListener()
423 Matcher<? super TypeLiteral<?>> typeMatcher, TypeConverter converter) { in convertToTypes()
/external/guice/core/src/com/google/inject/internal/
DTypeConverterBindingProcessor.java157 InjectorImpl injector, final Matcher<? super Class<?>> typeMatcher, TypeConverter converter) { in convertToClasses()
180 InjectorImpl injector, Matcher<? super TypeLiteral<?>> typeMatcher, TypeConverter converter) { in internalConvertToTypes()
/external/guice/core/src/com/google/inject/
DAbstractModule.java193 Matcher<? super TypeLiteral<?>> typeMatcher, TypeConverter converter) { in convertToTypes()
225 protected void bindListener(Matcher<? super TypeLiteral<?>> typeMatcher, TypeListener listener) { in bindListener()
DPrivateModule.java237 Matcher<? super TypeLiteral<?>> typeMatcher, TypeConverter converter) { in convertToTypes()
259 protected void bindListener(Matcher<? super TypeLiteral<?>> typeMatcher, TypeListener listener) { in bindListener()
DBinder.java337 void convertToTypes(Matcher<? super TypeLiteral<?>> typeMatcher, TypeConverter converter); in convertToTypes()
347 void bindListener(Matcher<? super TypeLiteral<?>> typeMatcher, TypeListener listener); in bindListener()
/external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/core/
DIs.java73 final Matcher<T> typeMatcher = instanceOf(type); in isA() local
/external/cldr/tools/java/org/unicode/cldr/test/
DDateOrder.java72 Matcher typeMatcher = PatternCache.get("\\[@type=\"([^\"]*)\"]").matcher(""); in getOrderingInfo() local
/external/guice/core/test/com/google/inject/spi/
DElementsTest.java779 final Matcher<Object> typeMatcher = Matchers.only(TypeLiteral.get(String.class)); in testBindListener() local
/external/cldr/tools/java/org/unicode/cldr/tool/
DGenerateBirth.java184 final Matcher typeMatcher = TYPE.matcher(""); field in GenerateBirth.Births