OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fooMethod
(Results
1 - 3
of
3
) sorted by null
/external/protobuf/java/src/test/java/com/google/protobuf/
ServiceTest.java
175
MethodDescriptor
fooMethod
=
193
service.callMethod(
fooMethod
, controller, request, callback);
205
MethodDescriptor
fooMethod
=
216
service.callBlockingMethod(
fooMethod
, controller, request);
DescriptorsTest.java
333
MethodDescriptor
fooMethod
= service.getMethods().get(0);
334
assertEquals("Foo",
fooMethod
.getName());
336
fooMethod
.getInputType());
338
fooMethod
.getOutputType());
339
assertEquals(
fooMethod
, service.findMethodByName("Foo"));
/external/guice/core/test/com/google/inject/
MethodInterceptionTest.java
164
Method
fooMethod
= Interceptable.class.getMethod("foo");
166
fooMethod
, ImmutableList.of(countingInterceptor, returnNullInterceptor),
Completed in 565 milliseconds