HomeSort by relevance Sort by last modified time
    Searched full:foomethod (Results 1 - 9 of 9) sorted by null

  /external/guice/core/test/com/google/inject/
NullableInjectionPointTest.java 33 createInjector().getInstance(FooMethod.class);
39 "parameter 0 of " + FooMethod.class.getName() + ".setFoo() is not @Nullable");
202 static class FooMethod {
MethodInterceptionTest.java 164 Method fooMethod = Interceptable.class.getMethod("foo");
166 fooMethod, ImmutableList.of(countingInterceptor, returnNullInterceptor),
  /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/jacoco/org.jacoco.report.test/src/org/jacoco/report/check/
BundleCheckerTest.java 90 assertMessage("Rule violated for method org.jacoco.example.FooClass.fooMethod(): instructions covered ratio is 0.50, but expected minimum is 0.75");
131 final MethodCoverageImpl m = new MethodCoverageImpl("fooMethod", "()V",
  /external/clang/test/SemaObjCXX/
arc-0x.mm 90 + (void)fooMethod:(id)firstArg, ... {
  /external/jacoco/org.jacoco.report.test/src/org/jacoco/report/
ReportStructureTestDriver.java 67 final MethodCoverageImpl m = new MethodCoverageImpl("fooMethod", "()V",
  /external/jacoco/org.jacoco.report.test/src/org/jacoco/report/xml/
XMLFormatterTest.java 101 assertPathMatches("fooMethod",
138 assertPathMatches("fooMethod", "/report/package/class/method/@name");
  /external/v8/test/cctest/
test-cpu-profiler.cc 934 " instance.fooMethod();\n"
956 v8_str("fooMethod"),
    [all...]

Completed in 138 milliseconds