Searched refs:SuperMethod (Results 1 - 5 of 5) sorted by relevance

/external/dexmaker/dexmaker-mockito-inline/src/main/java/com/android/dx/mockito/inline/
H A DInvocationHandlerAdapter.java68 final SuperMethod superMethod) throws Throwable {
87 * <p>This does the same as {@link #interceptEntryHook(Object, Method, Object[], SuperMethod)}
141 interface SuperMethod { interface in class:InvocationHandlerAdapter
H A DMockMethodAdvice.java255 private static class SuperMethodCall implements InvocationHandlerAdapter.SuperMethod {
/external/clang/lib/Sema/
H A DSemaCodeComplete.cpp5360 ObjCMethodDecl *SuperMethod = nullptr;
5361 while ((Class = Class->getSuperClass()) && !SuperMethod) {
5363 SuperMethod = Class->getMethod(CurMethod->getSelector(),
5367 if (!SuperMethod) {
5369 if ((SuperMethod = Cat->getMethod(CurMethod->getSelector(),
5376 if (!SuperMethod)
5380 if (CurMethod->param_size() != SuperMethod->param_size() ||
5381 CurMethod->isVariadic() != SuperMethod->isVariadic())
5386 SuperP = SuperMethod->param_begin();
5403 AddResultTypeChunk(S.Context, getCompletionPrintingPolicy(S), SuperMethod,
[all...]
H A DSemaDeclObjC.cpp419 const ObjCMethodDecl *SuperMethod = local
423 (SuperMethod && SuperMethod->hasAttr<ObjCRequiresSuperAttr>());
/external/mockito/lib/
H A Dbyte-buddy-1.7.9.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/net. ...

Completed in 255 milliseconds