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

  /external/mockito/src/main/java/org/mockito/internal/creation/bytebuddy/
InterceptedInvocation.java 31 private final SuperMethod superMethod;
44 SuperMethod superMethod,
50 this.superMethod = superMethod;
128 if (!superMethod.isInvokable()) {
131 return superMethod.invoke();
160 public interface SuperMethod extends Serializable {
162 enum IsIllegal implements SuperMethod {
    [all...]
MockMethodInterceptor.java 40 InterceptedInvocation.SuperMethod superMethod) throws Throwable {
45 superMethod,
106 new InterceptedInvocation.SuperMethod.FromCallable(superCall)
124 InterceptedInvocation.SuperMethod.IsIllegal.INSTANCE
MockMethodAdvice.java 70 InterceptedInvocation.SuperMethod superMethod;
72 superMethod = new SerializableSuperMethodCall(identifier, origin, instance, arguments);
74 superMethod = new SuperMethodCall(selfCallInfo, origin, instance, arguments);
79 superMethod));
105 private static class SuperMethodCall implements InterceptedInvocation.SuperMethod {
138 private static class SerializableSuperMethodCall implements InterceptedInvocation.SuperMethod {
  /external/clang/lib/Sema/
SemaCodeComplete.cpp     [all...]
SemaDeclObjC.cpp 419 const ObjCMethodDecl *SuperMethod =
423 (SuperMethod && SuperMethod->hasAttr<ObjCRequiresSuperAttr>());
    [all...]
  /prebuilts/tools/common/m2/repository/org/mockito/mockito-core/2.2.29/
mockito-core-2.2.29.jar 
  /prebuilts/tools/common/m2/repository/org/mockito/mockito-core/2.2.5/
mockito-core-2.2.5.jar 
  /prebuilts/tools/common/m2/repository/org/mockito/mockito-core/2.7.1/
mockito-core-2.7.1.jar 
  /prebuilts/tools/common/m2/repository/org/mockito/mockito-core/2.7.6/
mockito-core-2.7.6.jar 
  /external/mockito/lib/
byte-buddy-1.6.9.jar 
  /prebuilts/tools/common/m2/repository/net/bytebuddy/byte-buddy/1.6.5/
byte-buddy-1.6.5.jar 

Completed in 1071 milliseconds