Home
last modified time | relevance | path

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

12345678910>>...32

/aosp_15_r20/external/grpc-grpc-java/api/src/main/java/io/grpc/
H A 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
H A DForwardingServerCall.java36 public MethodDescriptor<ReqT, RespT> getMethodDescriptor() { in getMethodDescriptor() method in ForwardingServerCall
H A DCallCredentials.java93 public abstract MethodDescriptor<?, ?> getMethodDescriptor(); in getMethodDescriptor() method in CallCredentials.RequestInfo
H A DServerMethodDefinition.java48 public MethodDescriptor<ReqT, RespT> getMethodDescriptor() { in getMethodDescriptor() method in ServerMethodDefinition
H A DServerCall.java254 public abstract MethodDescriptor<ReqT, RespT> getMethodDescriptor(); in getMethodDescriptor() method in ServerCall
/aosp_15_r20/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/util/
H A 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
/aosp_15_r20/external/ow2-asm/asm/src/main/java/org/objectweb/asm/
H A DType.java549 public static String getMethodDescriptor(final Type returnType, final Type... argumentTypes) { in getMethodDescriptor() method in Type
566 public static String getMethodDescriptor(final Method method) { in getMethodDescriptor() method in Type
/aosp_15_r20/external/grpc-grpc-java/protobuf/src/main/java/io/grpc/protobuf/
H A DProtoMethodDescriptorSupplier.java32 MethodDescriptor getMethodDescriptor(); in getMethodDescriptor() method
/aosp_15_r20/external/grpc-grpc-java/testing/src/main/java/io/grpc/internal/
H A DNoopServerCall.java57 public MethodDescriptor<ReqT, RespT> getMethodDescriptor() { in getMethodDescriptor() method in NoopServerCall
/aosp_15_r20/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/
H A DServerCallInfoImpl.java43 public MethodDescriptor<ReqT, RespT> getMethodDescriptor() { in getMethodDescriptor() method in ServerCallInfoImpl
H A DPickSubchannelArgsImpl.java54 public MethodDescriptor<?, ?> getMethodDescriptor() { in getMethodDescriptor() method in PickSubchannelArgsImpl
/aosp_15_r20/external/sl4a/ScriptingLayer/src/com/googlecode/android_scripting/facade/
H A DFacadeConfiguration.java261 public static MethodDescriptor getMethodDescriptor(String name) { in getMethodDescriptor() method in FacadeConfiguration
/aosp_15_r20/external/grpc-grpc-java/alts/src/test/java/io/grpc/alts/
H A DAuthorizationUtilTest.java110 public MethodDescriptor<String, String> getMethodDescriptor() { in getMethodDescriptor() method in AuthorizationUtilTest.FakeServerCall
/aosp_15_r20/external/sl4a/Common/src/com/googlecode/android_scripting/jsonrpc/
H A DRpcReceiverManager.java82 public MethodDescriptor getMethodDescriptor(String methodName) { in getMethodDescriptor() method in RpcReceiverManager
/aosp_15_r20/external/sdk-platform-java/gax-java/gax-httpjson/src/main/java/com/google/api/gax/httpjson/
H A DHttpJsonCallSettings.java45 public ApiMethodDescriptor<RequestT, ResponseT> getMethodDescriptor() { in getMethodDescriptor() method in HttpJsonCallSettings
/aosp_15_r20/frameworks/base/services/tests/DynamicInstrumentationManagerServiceTests/src/com/android/server/os/instrumentation/
H A DParseMethodDescriptorTest.java134 private MethodDescriptor getMethodDescriptor(String fqcn, String methodName, in getMethodDescriptor() method in ParseMethodDescriptorTest
/aosp_15_r20/external/angle/build/android/bytecode/java/org/chromium/bytecode/
H A DTypeUtils.java66 static String getMethodDescriptor(String returnType, String... argumentTypes) { in getMethodDescriptor() method in TypeUtils
/aosp_15_r20/external/cronet/build/android/bytecode/java/org/chromium/bytecode/
H A DTypeUtils.java66 static String getMethodDescriptor(String returnType, String... argumentTypes) { in getMethodDescriptor() method in TypeUtils
/aosp_15_r20/external/sdk-platform-java/gax-java/gax-grpc/src/main/java/com/google/api/gax/grpc/
H A DGrpcCallSettings.java48 public MethodDescriptor<RequestT, ResponseT> getMethodDescriptor() { in getMethodDescriptor() method in GrpcCallSettings
/aosp_15_r20/external/google-cloud-java/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/
H A DHttpJsonImageFamilyViewsStub.java54 getMethodDescriptor = field in HttpJsonImageFamilyViewsStub
H A DHttpJsonLicenseCodesStub.java55 private static final ApiMethodDescriptor<GetLicenseCodeRequest, LicenseCode> getMethodDescriptor = field in HttpJsonLicenseCodesStub
H A DHttpJsonInterconnectLocationsStub.java58 getMethodDescriptor = field in HttpJsonInterconnectLocationsStub
H A DHttpJsonRegionsStub.java57 private static final ApiMethodDescriptor<GetRegionRequest, Region> getMethodDescriptor = field in HttpJsonRegionsStub
/aosp_15_r20/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/formatter/
H A DDexFormatter.java61 public String getMethodDescriptor(MethodReference methodReference) { in getMethodDescriptor() method in DexFormatter
/aosp_15_r20/external/sdk-platform-java/test/integration/goldens/compute/src/com/google/cloud/compute/v1small/stub/
H A DHttpJsonRegionOperationsStub.java61 getMethodDescriptor = field in HttpJsonRegionOperationsStub

12345678910>>...32