Searched refs:MethodAspect (Results 1 – 12 of 12) sorted by relevance
/external/guice/core/test/com/google/inject/internal/ |
D | ProxyFactoryTest.java | 38 List<MethodAspect> aspects = Lists.newArrayList(); 45 aspects.add(new MethodAspect(any(), any(), interceptor)); in testSimpleCase() 79 aspects.add(new MethodAspect(only(Bar.class), annotatedWith(Intercept.class), interceptor)); in testInterceptOneMethod() 134 aspects.add(new MethodAspect(any(), any(), interceptor)); in testWithConstructorArguments() 149 aspects.add(new MethodAspect(not(any()), not(any()), interceptor)); in testNotProxied() 175 aspects.add(new MethodAspect(any(), any(), doubleInterceptor, countingInterceptor)); in testMultipleInterceptors()
|
D | WeakKeySetTest.java | 504 public void addMethodAspect(MethodAspect methodAspect) { in addMethodAspect() 509 public ImmutableList<MethodAspect> getMethodAspects() { in getMethodAspects()
|
/external/guice/core/src/com/google/inject/internal/ |
D | MethodAspect.java | 32 final class MethodAspect { class 45 MethodAspect( in MethodAspect() method in MethodAspect 54 MethodAspect( in MethodAspect() method in MethodAspect
|
D | EncounterImpl.java | 44 private List<MethodAspect> aspects; // lazy 58 ImmutableList<MethodAspect> getAspects() { in getAspects() 59 return aspects == null ? ImmutableList.<MethodAspect>of() : ImmutableList.copyOf(aspects); in getAspects() 73 aspects.add(new MethodAspect(Matchers.any(), methodMatcher, interceptors)); in bindInterceptor()
|
D | State.java | 95 public void addMethodAspect(MethodAspect methodAspect) { 100 public ImmutableList<MethodAspect> getMethodAspects() { 187 void addMethodAspect(MethodAspect methodAspect); in addMethodAspect() 189 ImmutableList<MethodAspect> getMethodAspects(); in getMethodAspects()
|
D | InheritingState.java | 52 private final List<MethodAspect> methodAspects = Lists.newArrayList(); 128 public void addMethodAspect(MethodAspect methodAspect) { in addMethodAspect() 133 public ImmutableList<MethodAspect> getMethodAspects() { in getMethodAspects() 134 return new ImmutableList.Builder<MethodAspect>() in getMethodAspects()
|
D | MembersInjectorImpl.java | 41 /*if[AOP]*//* @Nullable */ private final ImmutableList<MethodAspect> addedAspects; 188 public ImmutableList<MethodAspect> getAddedAspects() { in getAddedAspects() 189 return addedAspects == null ? ImmutableList.<MethodAspect>of() : addedAspects; in getAddedAspects()
|
D | ProxyFactory.java | 63 ProxyFactory(InjectionPoint injectionPoint, Iterable<MethodAspect> methodAspects) { in ProxyFactory() 71 List<MethodAspect> applicableAspects = Lists.newArrayList(); in ProxyFactory() 72 for (MethodAspect methodAspect : methodAspects) { in ProxyFactory() 97 for (MethodAspect methodAspect : applicableAspects) { in ProxyFactory()
|
D | ConstructorInjectorStore.java | 77 ImmutableList<MethodAspect> injectorAspects = injector.state.getMethodAspects(); in createConstructor() 78 ImmutableList<MethodAspect> methodAspects = in createConstructor()
|
D | InterceptorBindingProcessor.java | 36 new MethodAspect( in visit()
|
/external/guice/ |
D | Android.bp | 39 "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/
... |