Home
last modified time | relevance | path

Searched refs:fooMethod (Results 1 – 4 of 4) sorted by relevance

/external/protobuf/java/src/test/java/com/google/protobuf/
DServiceTest.java175 MethodDescriptor fooMethod = in testNewReflectiveService() local
193 service.callMethod(fooMethod, controller, request, callback); in testNewReflectiveService()
205 MethodDescriptor fooMethod = in testNewReflectiveBlockingService() local
216 service.callBlockingMethod(fooMethod, controller, request); in testNewReflectiveBlockingService()
DDescriptorsTest.java333 MethodDescriptor fooMethod = service.getMethods().get(0); in testServiceDescriptor() local
334 assertEquals("Foo", fooMethod.getName()); in testServiceDescriptor()
336 fooMethod.getInputType()); in testServiceDescriptor()
338 fooMethod.getOutputType()); in testServiceDescriptor()
339 assertEquals(fooMethod, service.findMethodByName("Foo")); in testServiceDescriptor()
/external/guice/core/test/com/google/inject/
DMethodInterceptionTest.java164 Method fooMethod = Interceptable.class.getMethod("foo"); in testSpiAccessToInterceptors() local
166 fooMethod, ImmutableList.of(countingInterceptor, returnNullInterceptor), in testSpiAccessToInterceptors()
/external/clang/test/SemaObjCXX/
Darc-0x.mm90 + (void)fooMethod:(id)firstArg, ... {