Searched refs:fooMethod (Results 1 – 6 of 6) sorted by relevance
/external/protobuf/java/core/src/test/java/com/google/protobuf/ |
D | ServiceTest.java | 175 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()
|
D | DescriptorsTest.java | 315 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/ |
D | ServiceTest.java | 176 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()
|
D | DescriptorsTest.java | 330 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/ |
D | MethodInterceptionTest.java | 199 Method fooMethod = Interceptable.class.getMethod("foo"); in testSpiAccessToInterceptors() local 202 fooMethod, ImmutableList.of(countingInterceptor, returnNullInterceptor), in testSpiAccessToInterceptors()
|
/external/clang/test/SemaObjCXX/ |
D | arc-0x.mm | 90 + (void)fooMethod:(id)firstArg, ... {
|