HomeSort by relevance Sort by last modified time
    Searched refs:methodMatcher (Results 1 - 15 of 15) sorted by null

  /external/guice/core/src/com/google/inject/internal/
MethodAspect.java 37 private final Matcher<? super Method> methodMatcher;
43 * @param methodMatcher matches methods the interceptor should apply to. For example: {@code
48 Matcher<? super Method> methodMatcher, List<MethodInterceptor> interceptors) {
50 this.methodMatcher = checkNotNull(methodMatcher, "method matcher");
55 Matcher<? super Method> methodMatcher, MethodInterceptor... interceptors) {
56 this(classMatcher, methodMatcher, Arrays.asList(interceptors));
64 return methodMatcher.matches(method);
EncounterImpl.java 67 public void bindInterceptor(Matcher<? super Method> methodMatcher,
76 aspects.add(new MethodAspect(Matchers.any(), methodMatcher, interceptors));
  /external/guice/core/src/com/google/inject/spi/
InterceptorBinding.java 48 private final Matcher<? super Method> methodMatcher;
54 Matcher<? super Method> methodMatcher,
58 this.methodMatcher = checkNotNull(methodMatcher, "methodMatcher");
71 return methodMatcher;
83 binder.withSource(getSource()).bindInterceptor(classMatcher, methodMatcher,
TypeEncounter.java 115 * @param methodMatcher matches methods the interceptor should apply to. For
119 void bindInterceptor(Matcher<? super Method> methodMatcher,
Elements.java 226 Matcher<? super Method> methodMatcher,
229 getElementSource(), classMatcher, methodMatcher, interceptors));
  /tools/tradefederation/core/src/com/android/tradefed/testtype/
GTestListTestParser.java 96 Matcher methodMatcher = TEST_METHOD.matcher(line);
100 } else if (methodMatcher.matches()) {
107 getTestClass(mLastTestClassName), methodMatcher.group(1)));
  /external/guice/core/src/com/google/inject/
AbstractModule.java 169 Matcher<? super Method> methodMatcher,
171 binder().bindInterceptor(classMatcher, methodMatcher, interceptors);
PrivateModule.java 227 Matcher<? super Method> methodMatcher,
229 binder().bindInterceptor(classMatcher, methodMatcher, interceptors);
Binder.java 221 * @param methodMatcher matches methods the interceptor should apply to. For
227 Matcher<? super Method> methodMatcher,
  /external/guice/core/test/com/google/inject/spi/
ElementsTest.java 692 final Matcher<Object> methodMatcher = Matchers.any();
703 bindInterceptor(classMatcher, methodMatcher, methodInterceptor);
710 assertSame(methodMatcher, command.getMethodMatcher());
    [all...]
  /external/testng/lib-supplied/
guice-2.0.jar 
  /prebuilts/tools/common/m2/repository/org/sonatype/sisu/sisu-guice/3.1.0/
sisu-guice-3.1.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/errorprone/error_prone_core/2.0.18/
error_prone_core-2.0.18.jar 
  /prebuilts/tools/common/m2/repository/net/bytebuddy/byte-buddy/1.4.33/
byte-buddy-1.4.33.jar 
  /prebuilts/tools/common/m2/repository/net/bytebuddy/byte-buddy/1.5.5/
byte-buddy-1.5.5.jar 

Completed in 1544 milliseconds