Home
last modified time | relevance | path

Searched defs:otherMethod (Results 1 – 6 of 6) sorted by relevance

/external/mockito/src/test/java/org/mockito/internal/creation/
DDelegatingMethodTest.java18 private Method someMethod, otherMethod; field in DelegatingMethodTest
59 Object otherMethod(Object param); in otherMethod() method
/external/clang/test/SemaObjCXX/
Dmessage.mm54 + (int*)otherMethod; class
63 + (int *)otherMethod { class
/external/guice/extensions/throwingproviders/test/com/google/inject/throwingproviders/
DCheckedProvidersTest.java75 void otherMethod(); in otherMethod() method
/external/ow2-asm/asm-commons/src/main/java/org/objectweb/asm/commons/
DMethod.java254 Method otherMethod = (Method) other; in equals() local
/external/mockito/src/test/java/org/mockitousage/
DMethodsImpl.java212 public String otherMethod() { in otherMethod() method in MethodsImpl
DIMethods.java113 String otherMethod(); in otherMethod() method