Home
last modified time | relevance | path

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

/external/protobuf/java/core/src/test/java/com/google/protobuf/
DServiceTest.java175 MethodDescriptor fooMethod = ServiceWithNoOuter.getDescriptor().findMethodByName("Foo"); in testNewReflectiveService() local
192 service.callMethod(fooMethod, controller, request, callback); in testNewReflectiveService()
203 MethodDescriptor fooMethod = ServiceWithNoOuter.getDescriptor().findMethodByName("Foo"); in testNewReflectiveBlockingService() local
212 Message response = service.callBlockingMethod(fooMethod, controller, request); in testNewReflectiveBlockingService()
DDescriptorsTest.java315 MethodDescriptor fooMethod = service.getMethods().get(0); in testServiceDescriptor() local
316 assertEquals("Foo", fooMethod.getName()); in testServiceDescriptor()
317 assertEquals(UnittestProto.FooRequest.getDescriptor(), fooMethod.getInputType()); in testServiceDescriptor()
318 assertEquals(UnittestProto.FooResponse.getDescriptor(), fooMethod.getOutputType()); in testServiceDescriptor()
319 assertEquals(fooMethod, service.findMethodByName("Foo")); in testServiceDescriptor()
/external/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/
DServiceTest.java176 MethodDescriptor fooMethod = in testNewReflectiveService() local
194 service.callMethod(fooMethod, controller, request, callback); in testNewReflectiveService()
206 MethodDescriptor fooMethod = in testNewReflectiveBlockingService() local
217 service.callBlockingMethod(fooMethod, controller, request); in testNewReflectiveBlockingService()
DDescriptorsTest.java330 MethodDescriptor fooMethod = service.getMethods().get(0); in testServiceDescriptor() local
331 assertEquals("Foo", fooMethod.getName()); in testServiceDescriptor()
333 fooMethod.getInputType()); in testServiceDescriptor()
335 fooMethod.getOutputType()); in testServiceDescriptor()
336 assertEquals(fooMethod, service.findMethodByName("Foo")); in testServiceDescriptor()
/external/guice/core/test/com/google/inject/
DMethodInterceptionTest.java199 Method fooMethod = Interceptable.class.getMethod("foo"); in testSpiAccessToInterceptors() local
202 fooMethod, ImmutableList.of(countingInterceptor, returnNullInterceptor), in testSpiAccessToInterceptors()
/external/clang/test/SemaObjCXX/
Darc-0x.mm90 + (void)fooMethod:(id)firstArg, ... {