Searched refs:MethodAspect (Results 1 – 12 of 12) sorted by relevance
/external/guice/core/test/com/google/inject/internal/ |
D | ProxyFactoryTest.java | 43 List<MethodAspect> aspects = Lists.newArrayList(); 50 aspects.add(new MethodAspect(any(), any(), interceptor)); in testSimpleCase() 82 aspects.add(new MethodAspect(only(Bar.class), annotatedWith(Intercept.class), interceptor)); in testInterceptOneMethod() 135 aspects.add(new MethodAspect(any(), any(), interceptor)); in testWithConstructorArguments() 150 aspects.add(new MethodAspect(not(any()), not(any()), interceptor)); in testNotProxied() 173 aspects.add(new MethodAspect(any(), any(), doubleInterceptor, countingInterceptor)); in testMultipleInterceptors()
|
D | WeakKeySetTest.java | 472 public void addMethodAspect(MethodAspect methodAspect) { in addMethodAspect() 476 public ImmutableList<MethodAspect> getMethodAspects() { in getMethodAspects()
|
/external/guice/core/src/com/google/inject/internal/ |
D | MethodAspect.java | 34 final class MethodAspect { class 47 MethodAspect(Matcher<? super Class<?>> classMatcher, in MethodAspect() method in MethodAspect 54 MethodAspect(Matcher<? super Class<?>> classMatcher, in MethodAspect() method in MethodAspect
|
D | EncounterImpl.java | 47 private List<MethodAspect> aspects; // lazy 61 ImmutableList<MethodAspect> getAspects() { in getAspects() 63 ? ImmutableList.<MethodAspect>of() in getAspects() 76 aspects.add(new MethodAspect(Matchers.any(), methodMatcher, interceptors)); in bindInterceptor()
|
D | State.java | 85 public void addMethodAspect(MethodAspect methodAspect) { 89 public ImmutableList<MethodAspect> getMethodAspects() { 166 void addMethodAspect(MethodAspect methodAspect); in addMethodAspect() 168 ImmutableList<MethodAspect> getMethodAspects(); in getMethodAspects()
|
D | InheritingState.java | 56 private final List<MethodAspect> methodAspects = Lists.newArrayList(); 122 public void addMethodAspect(MethodAspect methodAspect) { in addMethodAspect() 126 public ImmutableList<MethodAspect> getMethodAspects() { in getMethodAspects() 127 return new ImmutableList.Builder<MethodAspect>() in getMethodAspects()
|
D | ConstructorInjectorStore.java | 78 ImmutableList<MethodAspect> injectorAspects = injector.state.getMethodAspects(); in createConstructor() 79 ImmutableList<MethodAspect> methodAspects = membersInjector.getAddedAspects().isEmpty() in createConstructor()
|
D | ProxyFactory.java | 67 ProxyFactory(InjectionPoint injectionPoint, Iterable<MethodAspect> methodAspects) { in ProxyFactory() 75 List<MethodAspect> applicableAspects = Lists.newArrayList(); in ProxyFactory() 76 for (MethodAspect methodAspect : methodAspects) { in ProxyFactory() 101 for (MethodAspect methodAspect : applicableAspects) { in ProxyFactory()
|
D | MembersInjectorImpl.java | 40 private final ImmutableList<MethodAspect> addedAspects; 161 public ImmutableList<MethodAspect> getAddedAspects() { in getAddedAspects()
|
D | InterceptorBindingProcessor.java | 34 injector.state.addMethodAspect(new MethodAspect( in visit()
|
/external/guice/ |
D | Android.mk | 35 core/src/com/google/inject/internal/MethodAspect.java \
|
/external/testng/lib-supplied/ |
D | guice-2.0.jar | META-INF/
META-INF/MANIFEST.MF
LICENSE
NOTICE
org/
org/testng/
... |