Searched refs:barMethod (Results 1 – 6 of 6) sorted by relevance
/external/clang/test/CodeGenObjC/ |
D | 2010-02-15-Dbg-MethodStart.m | 5 -(int) barMethod; method 9 -(int) barMethod { method
|
/external/llvm-project/clang/test/CodeGenObjC/ |
D | 2010-02-15-Dbg-MethodStart.m | 5 -(int) barMethod; method 9 -(int) barMethod { method
|
/external/guice/core/test/com/google/inject/spi/ |
D | InjectionPointTest.java | 91 Method barMethod = getClass().getMethod("bar", String.class); in testMethodInjectionPoint() local 92 InjectionPoint injectionPoint = new InjectionPoint(typeLiteral, barMethod, false); in testMethodInjectionPoint() 93 assertSame(barMethod, injectionPoint.getMember()); in testMethodInjectionPoint() 96 assertEqualsBothWays(injectionPoint, new InjectionPoint(typeLiteral, barMethod, false)); in testMethodInjectionPoint() 107 assertEquals(barMethod, dependency.getInjectionPoint().getMember()); in testMethodInjectionPoint() 114 getOnlyElement(new InjectionPoint(typeLiteral, barMethod, false).getDependencies())); in testMethodInjectionPoint()
|
/external/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/ |
D | DescriptorsTest.java | 338 MethodDescriptor barMethod = service.getMethods().get(1); in testServiceDescriptor() local 339 assertEquals("Bar", barMethod.getName()); in testServiceDescriptor() 341 barMethod.getInputType()); in testServiceDescriptor() 343 barMethod.getOutputType()); in testServiceDescriptor() 344 assertEquals(barMethod, service.findMethodByName("Bar")); in testServiceDescriptor()
|
/external/protobuf/java/core/src/test/java/com/google/protobuf/ |
D | DescriptorsTest.java | 321 MethodDescriptor barMethod = service.getMethods().get(1); in testServiceDescriptor() local 322 assertEquals("Bar", barMethod.getName()); in testServiceDescriptor() 323 assertEquals(UnittestProto.BarRequest.getDescriptor(), barMethod.getInputType()); in testServiceDescriptor() 324 assertEquals(UnittestProto.BarResponse.getDescriptor(), barMethod.getOutputType()); in testServiceDescriptor() 325 assertEquals(barMethod, service.findMethodByName("Bar")); in testServiceDescriptor()
|
/external/guice/core/test/com/google/inject/ |
D | MethodInterceptionTest.java | 198 Method barMethod = Interceptable.class.getMethod("bar"); in testSpiAccessToInterceptors() local 203 barMethod, ImmutableList.of(returnNullInterceptor)), in testSpiAccessToInterceptors()
|