Home
last modified time | relevance | path

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

/external/protobuf/java/core/src/test/java/com/google/protobuf/
DServiceTest.java175 MethodDescriptor fooMethod = in testNewReflectiveService() local
195 service.callMethod(fooMethod, controller, request, callback); in testNewReflectiveService()
207 MethodDescriptor fooMethod = in testNewReflectiveBlockingService() local
218 service.callBlockingMethod(fooMethod, controller, request); in testNewReflectiveBlockingService()
DDescriptorsTest.java340 MethodDescriptor fooMethod = service.getMethods().get(0); in testServiceDescriptor() local
341 assertEquals("Foo", fooMethod.getName()); in testServiceDescriptor()
343 fooMethod.getInputType()); in testServiceDescriptor()
345 fooMethod.getOutputType()); in testServiceDescriptor()
346 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, ... {