HomeSort by relevance Sort by last modified time
    Searched defs:fullMethodName (Results 1 - 12 of 12) sorted by null

  /external/grpc-grpc-java/stub/src/main/java/io/grpc/stub/annotations/
RpcMethod.java 46 String fullMethodName();
  /external/grpc-grpc-java/examples/android/clientcache/app/src/main/java/io/grpc/clientcacheexample/
SafeMethodCachingInterceptor.java 43 private final String fullMethodName;
46 public Key(String fullMethodName, MessageLite request) {
47 this.fullMethodName = fullMethodName;
55 return Objects.equals(this.fullMethodName, other.fullMethodName)
63 return Objects.hash(fullMethodName, request);
171 final String fullMethodName = method.getFullMethodName();
268 requestKey = new Key(fullMethodName, (MessageLite) message);
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/
AbstractNewInstanceTestCase.java 109 final String fullMethodName = methodName + methodSignature;
111 assertTrue("Failed to find constructor " + fullMethodName, constructorId != -1);
112 logWriter.println(fullMethodName + " method ID: " + constructorId);
119 .println("Sending ClassType.NewInstance command for constructor " + fullMethodName);
  /cts/tests/tests/libcoreapievolution/src/android/apievolution/cts/
ApiEvolutionTest.java 138 String fullMethodName = clazz + "." + methodName;
156 assertNotNull("Unable to find original signature: " + fullMethodName
158 assertNotNull("Unable to find synthetic signature: " + fullMethodName
174 assertEquals("Method modifiers for " + fullMethodName
184 assertArrayEquals("Exceptions for " + fullMethodName + " must be compatible",
196 + fullMethodName, annotations, synthetic.getDeclaredAnnotations());
200 + fullMethodName, parameterAnnotations, synthetic.getParameterAnnotations());
  /external/grpc-grpc-java/core/src/main/java/io/grpc/
MethodDescriptor.java 43 private final String fullMethodName;
203 * @param fullMethodName the fully qualified name of this method
211 MethodType type, String fullMethodName,
215 type, fullMethodName, requestMarshaller, responseMarshaller, null, false, false, false);
220 String fullMethodName,
229 this.fullMethodName = Preconditions.checkNotNull(fullMethodName, "fullMethodName");
255 return fullMethodName;
388 public static String extractFullServiceName(String fullMethodName) {
    [all...]
  /external/grpc-grpc-java/core/src/test/java/io/grpc/internal/
ServiceConfigInterceptorTest.java 66 private final String fullMethodName =
71 .setFullMethodName(fullMethodName)
  /external/grpc-grpc-java/testing-proto/src/test/java/io/grpc/testing/protobuf/
SimpleServiceTest.java 89 assertEquals(descriptor.getFullMethodName(), annotation.fullMethodName());
  /external/grpc-grpc-java/core/src/main/java/io/grpc/internal/
ServiceConfigInterceptor.java 111 String fullMethodName = MethodDescriptor.generateFullMethodName(serviceName, methodName);
113 !newServiceMethodConfigs.containsKey(fullMethodName),
115 fullMethodName);
116 newServiceMethodConfigs.put(fullMethodName, info);
  /external/testng/src/main/java/org/testng/internal/
XmlMethodSelector.java 128 String fullMethodName = methodClass.getName()
132 String[] fullyQualifiedMethodName = new String[] { fullMethodName };
  /external/grpc-grpc-java/interop-testing/src/main/java/io/grpc/testing/integration/
AbstractInteropTest.java 172 final String fullMethodName;
175 ServerStreamTracerInfo(String fullMethodName, InteropServerStreamTracer tracer) {
176 this.fullMethodName = fullMethodName;
194 public ServerStreamTracer newServerStreamTracer(String fullMethodName, Metadata headers) {
197 serverStreamTracers.add(new ServerStreamTracerInfo(fullMethodName, tracer));
    [all...]
  /external/grpc-grpc-java/core/
grpc-core-1.14.0.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 

Completed in 719 milliseconds