Searched refs:typeMatcher (Results 1 - 11 of 11) sorted by relevance

/external/guice/core/src/com/google/inject/spi/
H A DTypeListenerBinding.java36 private final Matcher<? super TypeLiteral<?>> typeMatcher; field in class:TypeListenerBinding
40 Matcher<? super TypeLiteral<?>> typeMatcher) {
43 this.typeMatcher = typeMatcher;
53 return typeMatcher;
65 binder.withSource(getSource()).bindListener(typeMatcher, listener);
39 TypeListenerBinding(Object source, TypeListener listener, Matcher<? super TypeLiteral<?>> typeMatcher) argument
H A DTypeConverterBinding.java38 private final Matcher<? super TypeLiteral<?>> typeMatcher; field in class:TypeConverterBinding
42 public TypeConverterBinding(Object source, Matcher<? super TypeLiteral<?>> typeMatcher, argument
45 this.typeMatcher = checkNotNull(typeMatcher, "typeMatcher");
54 return typeMatcher;
66 binder.withSource(getSource()).convertToTypes(typeMatcher, typeConverter);
70 return typeConverter + " which matches " + typeMatcher
H A DElements.java262 public void bindListener(Matcher<? super TypeLiteral<?>> typeMatcher, TypeListener listener) { argument
263 elements.add(new TypeListenerBinding(getElementSource(), listener, typeMatcher));
406 public void convertToTypes(Matcher<? super TypeLiteral<?>> typeMatcher, argument
408 elements.add(new TypeConverterBinding(getElementSource(), typeMatcher, converter));
/external/guice/core/src/com/google/inject/internal/
H A DTypeConverterBindingProcessor.java140 final Matcher<? super Class<?>> typeMatcher, TypeConverter converter) {
148 return typeMatcher.matches(clazz);
152 return typeMatcher.toString();
158 Matcher<? super TypeLiteral<?>> typeMatcher,
161 new TypeConverterBinding(SourceProvider.UNKNOWN_SOURCE, typeMatcher, converter));
139 convertToClasses(InjectorImpl injector, final Matcher<? super Class<?>> typeMatcher, TypeConverter converter) argument
157 internalConvertToTypes(InjectorImpl injector, Matcher<? super TypeLiteral<?>> typeMatcher, TypeConverter converter) argument
/external/guice/core/src/com/google/inject/
H A DAbstractModule.java219 protected void convertToTypes(Matcher<? super TypeLiteral<?>> typeMatcher, argument
221 binder().convertToTypes(typeMatcher, converter);
253 protected void bindListener(Matcher<? super TypeLiteral<?>> typeMatcher, argument
255 binder().bindListener(typeMatcher, listener);
H A DPrivateModule.java264 protected final void convertToTypes(Matcher<? super TypeLiteral<?>> typeMatcher, argument
266 binder().convertToTypes(typeMatcher, converter);
293 protected void bindListener(Matcher<? super TypeLiteral<?>> typeMatcher, argument
295 binder().bindListener(typeMatcher, listener);
H A DBinder.java375 * @param typeMatcher matches types the converter can handle
379 void convertToTypes(Matcher<? super TypeLiteral<?>> typeMatcher, argument
386 * @param typeMatcher that matches injectable types the listener should be notified of
387 * @param listener for injectable types matched by typeMatcher
390 void bindListener(Matcher<? super TypeLiteral<?>> typeMatcher, argument
/external/guice/core/test/com/google/inject/spi/
H A DElementsTest.java738 final Matcher<Object> typeMatcher = Matchers.only(TypeLiteral.get(String.class));
748 bindListener(typeMatcher, listener);
754 assertSame(typeMatcher, binding.getTypeMatcher());
/external/testng/lib-supplied/
H A Dguice-2.0.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE NOTICE org/ org/testng/ org/testng/guice/ org/testng/ ...
/external/chromium-trace/catapult/third_party/Paste/paste/evalexception/media/
H A DMochiKit.packed.js267 },typeMatcher:function(){
1028 MochiKit.Base.EXPORT=["flattenArray","noop","camelize","counter","clone","extend","update","updatetree","setdefault","keys","values","items","NamedError","operator","forwardCall","itemgetter","typeMatcher","isCallable","isUndefined","isUndefinedOrNull","isNull","isEmpty","isNotEmpty","isArrayLike","isDateLike","xmap","map","xfilter","filter","methodcaller","compose","bind","bindLate","bindMethods","NotFound","AdapterRegistry","registerComparator","compare","registerRepr","repr","objEqual","arrayEqual","concat","keyComparator","reverseKeyComparator","partial","merge","listMinMax","listMax","listMin","objMax","objMin","nodeWalk","zip","urlEncode","queryString","serializeJSON","registerJSON","evalJSON","parseQueryString","findValue","findIdentical","flattenArguments","method","average","mean","median"];
1068 m.isCallable=m.typeMatcher("function");
1069 m.isUndefined=m.typeMatcher("undefined");
1078 m.registerRepr("string",m.typeMatcher("string"),m.reprString);
1079 m.registerRepr("numbers",m.typeMatcher("number","boolean"),m.reprNumber);
/external/opencv3/modules/java/pure_test/lib/
H A Djunit-4.11.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...

Completed in 303 milliseconds