Home
last modified time | relevance | path

Searched defs:getMethodDescriptor (Results 1 – 25 of 629) sorted by relevance

12345678910>>...26

/external/grpc-grpc-java/api/src/main/java/io/grpc/
DServerStreamTracer.java77 public abstract MethodDescriptor<ReqT, RespT> getMethodDescriptor(); in getMethodDescriptor() method in ServerStreamTracer.ServerCallInfo
105 public MethodDescriptor<ReqT, RespT> getMethodDescriptor() { in getMethodDescriptor() method in ServerStreamTracer.ReadOnlyServerCall
DForwardingServerCall.java36 public MethodDescriptor<ReqT, RespT> getMethodDescriptor() { in getMethodDescriptor() method in ForwardingServerCall
DCallCredentials.java93 public abstract MethodDescriptor<?, ?> getMethodDescriptor(); in getMethodDescriptor() method in CallCredentials.RequestInfo
DServerMethodDefinition.java48 public MethodDescriptor<ReqT, RespT> getMethodDescriptor() { in getMethodDescriptor() method in ServerMethodDefinition
DServerCall.java254 public abstract MethodDescriptor<ReqT, RespT> getMethodDescriptor(); in getMethodDescriptor() method in ServerCall
/external/grpc-grpc-java/protobuf/src/main/java/io/grpc/protobuf/
DProtoMethodDescriptorSupplier.java32 MethodDescriptor getMethodDescriptor(); in getMethodDescriptor() method
/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/util/
DReferenceUtil.java59 public static String getMethodDescriptor(MethodReference methodReference) { in getMethodDescriptor() method in ReferenceUtil
63 …public static String getMethodDescriptor(MethodReference methodReference, boolean useImplicitRefer… in getMethodDescriptor() method in ReferenceUtil
/external/grpc-grpc-java/testing/src/main/java/io/grpc/internal/
DNoopServerCall.java57 public MethodDescriptor<ReqT, RespT> getMethodDescriptor() { in getMethodDescriptor() method in NoopServerCall
/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/
DServerCallInfoImpl.java43 public MethodDescriptor<ReqT, RespT> getMethodDescriptor() { in getMethodDescriptor() method in ServerCallInfoImpl
DPickSubchannelArgsImpl.java54 public MethodDescriptor<?, ?> getMethodDescriptor() { in getMethodDescriptor() method in PickSubchannelArgsImpl
/external/sl4a/ScriptingLayer/src/com/googlecode/android_scripting/facade/
DFacadeConfiguration.java261 public static MethodDescriptor getMethodDescriptor(String name) { in getMethodDescriptor() method in FacadeConfiguration
/external/sl4a/Common/src/com/googlecode/android_scripting/jsonrpc/
DRpcReceiverManager.java82 public MethodDescriptor getMethodDescriptor(String methodName) { in getMethodDescriptor() method in RpcReceiverManager
/external/grpc-grpc-java/alts/src/test/java/io/grpc/alts/
DAuthorizationUtilTest.java110 public MethodDescriptor<String, String> getMethodDescriptor() { in getMethodDescriptor() method in AuthorizationUtilTest.FakeServerCall
/external/sdk-platform-java/gax-java/gax-httpjson/src/main/java/com/google/api/gax/httpjson/
DHttpJsonCallSettings.java45 public ApiMethodDescriptor<RequestT, ResponseT> getMethodDescriptor() { in getMethodDescriptor() method in HttpJsonCallSettings
/external/cronet/tot/build/android/bytecode/java/org/chromium/bytecode/
DTypeUtils.java66 static String getMethodDescriptor(String returnType, String... argumentTypes) { in getMethodDescriptor() method in TypeUtils
/external/angle/build/android/bytecode/java/org/chromium/bytecode/
DTypeUtils.java66 static String getMethodDescriptor(String returnType, String... argumentTypes) { in getMethodDescriptor() method in TypeUtils
/external/cronet/stable/build/android/bytecode/java/org/chromium/bytecode/
DTypeUtils.java66 static String getMethodDescriptor(String returnType, String... argumentTypes) { in getMethodDescriptor() method in TypeUtils
/external/sdk-platform-java/gax-java/gax-grpc/src/main/java/com/google/api/gax/grpc/
DGrpcCallSettings.java48 public MethodDescriptor<RequestT, ResponseT> getMethodDescriptor() { in getMethodDescriptor() method in GrpcCallSettings
/external/google-cloud-java/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/
DHttpJsonImageFamilyViewsStub.java54 getMethodDescriptor = field in HttpJsonImageFamilyViewsStub
DHttpJsonLicenseCodesStub.java55 private static final ApiMethodDescriptor<GetLicenseCodeRequest, LicenseCode> getMethodDescriptor = field in HttpJsonLicenseCodesStub
DHttpJsonRegionDiskTypesStub.java57 private static final ApiMethodDescriptor<GetRegionDiskTypeRequest, DiskType> getMethodDescriptor = field in HttpJsonRegionDiskTypesStub
DHttpJsonZonesStub.java57 private static final ApiMethodDescriptor<GetZoneRequest, Zone> getMethodDescriptor = field in HttpJsonZonesStub
DHttpJsonInterconnectLocationsStub.java58 getMethodDescriptor = field in HttpJsonInterconnectLocationsStub
DHttpJsonRegionsStub.java57 private static final ApiMethodDescriptor<GetRegionRequest, Region> getMethodDescriptor = field in HttpJsonRegionsStub
/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/formatter/
DDexFormatter.java61 public String getMethodDescriptor(MethodReference methodReference) { in getMethodDescriptor() method in DexFormatter

12345678910>>...26