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/core/src/test/java/com/google/protobuf/
ServiceTest.java
175
MethodDescriptor
fooMethod
=
195
service.callMethod(
fooMethod
, controller, request, callback);
207
MethodDescriptor
fooMethod
=
218
service.callBlockingMethod(
fooMethod
, controller, request);
DescriptorsTest.java
340
MethodDescriptor
fooMethod
= service.getMethods().get(0);
341
assertEquals("Foo",
fooMethod
.getName());
343
fooMethod
.getInputType());
345
fooMethod
.getOutputType());
346
assertEquals(
fooMethod
, service.findMethodByName("Foo"));
[
all
...]
/external/guice/core/test/com/google/inject/
MethodInterceptionTest.java
164
Method
fooMethod
= Interceptable.class.getMethod("foo");
166
fooMethod
, ImmutableList.of(countingInterceptor, returnNullInterceptor),
Completed in 201 milliseconds