Home
last modified time | relevance | path

Searched refs:getMethodDescriptor (Results 1 – 25 of 1353) sorted by relevance

12345678910>>...55

/aosp_15_r20/external/sdk-platform-java/gax-java/gax-grpc/src/main/java/com/google/api/gax/grpc/
H A DGrpcRawCallableFactory.java55 grpcCallSettings.getMethodDescriptor(), grpcCallSettings.shouldAwaitTrailers()); in createUnaryCallable()
77 new GrpcDirectBidiStreamingCallable<>(grpcCallSettings.getMethodDescriptor()); in createBidiStreamingCallable()
94 new GrpcDirectServerStreamingCallable<>(grpcCallSettings.getMethodDescriptor()); in createServerStreamingCallable()
114 new GrpcDirectClientStreamingCallable<>(grpcCallSettings.getMethodDescriptor()); in createClientStreamingCallable()
H A DGrpcCallableFactory.java109 getSpanName(grpcCallSettings.getMethodDescriptor())); in createUnaryCallable()
158 getSpanName(grpcCallSettings.getMethodDescriptor()), in createBatchingCallable()
184 SpanName initialSpanName = getSpanName(grpcCallSettings.getMethodDescriptor()); in createOperationCallable()
234 getSpanName(grpcCallSettings.getMethodDescriptor())); in createBidiStreamingCallable()
292 getSpanName(grpcCallSettings.getMethodDescriptor())); in createServerStreamingCallable()
320 getSpanName(grpcCallSettings.getMethodDescriptor())); in createClientStreamingCallable()
/aosp_15_r20/external/grpc-grpc-java/api/src/main/java/io/grpc/
H A DServerServiceDefinition.java107 MethodDescriptor<ReqT, RespT> method = def.getMethodDescriptor(); in addMethod()
128 methodDescriptors.add(serverMethod.getMethodDescriptor()); in build()
140 if (removed.getMethodDescriptor() != descriptorMethod) { in build()
149 + tmpMethods.values().iterator().next().getMethodDescriptor().getFullMethodName()); in build()
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
106 return callInfo.getMethodDescriptor(); in getMethodDescriptor()
H A DForwardingServerCall.java36 public MethodDescriptor<ReqT, RespT> getMethodDescriptor() { in getMethodDescriptor() method in ForwardingServerCall
37 return delegate().getMethodDescriptor(); in getMethodDescriptor()
/aosp_15_r20/external/grpc-grpc-java/services/src/test/java/io/grpc/protobuf/services/
H A DBinaryLogProviderTest.java219 validateWrappedMethod(wMethodDef.getMethodDescriptor()); in wrapMethodDefinition_methodDescriptor()
295 public MethodDescriptor<ReqT, RespT> getMethodDescriptor() { in startServerCallHelper()
296 return methodDef.getMethodDescriptor(); in startServerCallHelper()
352 call.getMethodDescriptor().getRequestMarshaller());
355 call.getMethodDescriptor().getResponseMarshaller());
362 RespT dup = call.getMethodDescriptor().parseResponse(input);
375 ReqT dup = call.getMethodDescriptor().parseRequest(input);
/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
198 .setMethodDescriptor(getMethodDescriptor) in HttpJsonRegionOperationsStub()
217 getMethodDescriptor.getOperationSnapshotFactory(), in HttpJsonRegionOperationsStub()
218 getMethodDescriptor.getPollingRequestFactory()); in HttpJsonRegionOperationsStub()
226 methodDescriptors.add(getMethodDescriptor); in getMethodDescriptors()
/aosp_15_r20/external/angle/build/android/bytecode/java/org/chromium/bytecode/
H A DTypeUtils.java56 return methodName + getMethodDescriptor(returnType, argumentTypes); in getMethodSignature()
66 static String getMethodDescriptor(String returnType, String... argumentTypes) { in getMethodDescriptor() method in TypeUtils
73 return Type.getMethodDescriptor(convert(returnType), typedArguments); in getMethodDescriptor()
/aosp_15_r20/external/cronet/build/android/bytecode/java/org/chromium/bytecode/
H A DTypeUtils.java56 return methodName + getMethodDescriptor(returnType, argumentTypes); in getMethodSignature()
66 static String getMethodDescriptor(String returnType, String... argumentTypes) { in getMethodDescriptor() method in TypeUtils
73 return Type.getMethodDescriptor(convert(returnType), typedArguments); in getMethodDescriptor()
/aosp_15_r20/external/google-cloud-java/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/
H A DHttpJsonGlobalOrganizationOperationsStub.java106 getMethodDescriptor = field in HttpJsonGlobalOrganizationOperationsStub
280 .setMethodDescriptor(getMethodDescriptor) in HttpJsonGlobalOrganizationOperationsStub()
307 getMethodDescriptor.getOperationSnapshotFactory(), in HttpJsonGlobalOrganizationOperationsStub()
308 getMethodDescriptor.getPollingRequestFactory()); in HttpJsonGlobalOrganizationOperationsStub()
317 methodDescriptors.add(getMethodDescriptor); in getMethodDescriptors()
H A DHttpJsonRegionOperationsStub.java103 getMethodDescriptor = field in HttpJsonRegionOperationsStub
304 .setMethodDescriptor(getMethodDescriptor) in HttpJsonRegionOperationsStub()
337 getMethodDescriptor.getOperationSnapshotFactory(), in HttpJsonRegionOperationsStub()
338 getMethodDescriptor.getPollingRequestFactory()); in HttpJsonRegionOperationsStub()
347 methodDescriptors.add(getMethodDescriptor); in getMethodDescriptors()
H A DHttpJsonZoneOperationsStub.java100 private static final ApiMethodDescriptor<GetZoneOperationRequest, Operation> getMethodDescriptor = field in HttpJsonZoneOperationsStub
301 .setMethodDescriptor(getMethodDescriptor) in HttpJsonZoneOperationsStub()
334 getMethodDescriptor.getOperationSnapshotFactory(), in HttpJsonZoneOperationsStub()
335 getMethodDescriptor.getPollingRequestFactory()); in HttpJsonZoneOperationsStub()
344 methodDescriptors.add(getMethodDescriptor); in getMethodDescriptors()
H A DHttpJsonImageFamilyViewsStub.java54 getMethodDescriptor = field in HttpJsonImageFamilyViewsStub
134 .setMethodDescriptor(getMethodDescriptor) in HttpJsonImageFamilyViewsStub()
149 methodDescriptors.add(getMethodDescriptor); in getMethodDescriptors()
H A DHttpJsonGlobalOperationsStub.java163 getMethodDescriptor = field in HttpJsonGlobalOperationsStub
371 .setMethodDescriptor(getMethodDescriptor) in HttpJsonGlobalOperationsStub()
410 getMethodDescriptor.getOperationSnapshotFactory(), in HttpJsonGlobalOperationsStub()
411 getMethodDescriptor.getPollingRequestFactory()); in HttpJsonGlobalOperationsStub()
421 methodDescriptors.add(getMethodDescriptor); in getMethodDescriptors()
H A DHttpJsonLicenseCodesStub.java55 private static final ApiMethodDescriptor<GetLicenseCodeRequest, LicenseCode> getMethodDescriptor = field in HttpJsonLicenseCodesStub
178 .setMethodDescriptor(getMethodDescriptor) in HttpJsonLicenseCodesStub()
205 methodDescriptors.add(getMethodDescriptor); in getMethodDescriptors()
H A DHttpJsonInterconnectLocationsStub.java58 getMethodDescriptor = field in HttpJsonInterconnectLocationsStub
197 .setMethodDescriptor(getMethodDescriptor) in HttpJsonInterconnectLocationsStub()
225 methodDescriptors.add(getMethodDescriptor); in getMethodDescriptors()
/aosp_15_r20/frameworks/layoutlib/create/src/com/android/tools/layoutlib/create/
H A DCreateInfo.java417 Type.getMethodDescriptor(Type.getType(Map.Entry.class));
431 mi.desc = Type.getMethodDescriptor( in replace()
446 Type.getMethodDescriptor(Type.getType(ClassLoader.class));
526 && desc.equals(Type.getMethodDescriptor(Type.getType(Locale.class))); in isNeeded()
614 mi.desc = Type.getMethodDescriptor(Type.BOOLEAN_TYPE, Type.getType(Reference.class), in replace()
/aosp_15_r20/frameworks/base/services/tests/DynamicInstrumentationManagerServiceTests/src/com/android/server/os/instrumentation/
H A DParseMethodDescriptorTest.java125 getMethodDescriptor(fqcn, methodName, new String[]{})); in parseMethodDescriptor()
131 getMethodDescriptor(fqcn, methodName, fqParameters)); in parseMethodDescriptor()
134 private MethodDescriptor getMethodDescriptor(String fqcn, String methodName, in getMethodDescriptor() method in ParseMethodDescriptorTest
/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
60 return getMethodDescriptor(methodReference, false); in getMethodDescriptor()
63 …public static String getMethodDescriptor(MethodReference methodReference, boolean useImplicitRefer… in getMethodDescriptor() method in ReferenceUtil
235 return getMethodDescriptor(methodReference, useImplicitReference); in getReferenceString()
/aosp_15_r20/external/kotlinx.atomicfu/atomicfu-transformer/src/main/kotlin/kotlinx/atomicfu/transformer/
H A DAtomicFUTransformer.kt88 private val TRACE_APPEND = MethodId(TRACE_BASE_CLS, "append", getMethodDescriptor(VOID_TYPE, OBJECT…
89 private val TRACE_APPEND_2 = MethodId(TRACE_BASE_CLS, "append", getMethodDescriptor(VOID_TYPE, OBJE…
90 private val TRACE_APPEND_3 = MethodId(TRACE_BASE_CLS, "append", getMethodDescriptor(VOID_TYPE, OBJE…
91 private val TRACE_APPEND_4 = MethodId(TRACE_BASE_CLS, "append", getMethodDescriptor(VOID_TYPE, OBJE…
595 getMethodDescriptor(VH_TYPE, CLASS_TYPE, STRING_TYPE, CLASS_TYPE), false in FieldId()
604 getMethodDescriptor(VH_TYPE, CLASS_TYPE), in FieldId()
629 getMethodDescriptor(f.fuType, *params.toTypedArray()), in FieldId()
804 …iv.desc = if (setInsn) getMethodDescriptor(methodType.returnType, ret) else getMethodDescriptor(re… in fixupInvokeVirtual()
811 … iv.desc = getMethodDescriptor(methodType.returnType, INT_TYPE, *methodType.argumentTypes) in fixupInvokeVirtual()
815 iv.desc = getMethodDescriptor( in fixupInvokeVirtual()
[all …]
/aosp_15_r20/external/dagger2/java/dagger/grpc/server/
H A DProxyServerCallHandler.java87 .startCall(new ServerCallAdapter(call, delegateMethod.getMethodDescriptor()), headers); in startCall()
96 if (methodDefinition.getMethodDescriptor().getFullMethodName().equals(fullMethodName)) { in getMethodDefinition()
162 public MethodDescriptor<RequestT, ResponseT> getMethodDescriptor() { in getMethodDescriptor() method in ProxyServerCallHandler.ServerCallAdapter
/aosp_15_r20/external/sdk-platform-java/gax-java/gax-httpjson/src/main/java/com/google/api/gax/httpjson/
H A DHttpJsonCallableFactory.java64 httpJsonCallSettings.getMethodDescriptor(), httpJsonCallSettings.getTypeRegistry()); in createDirectUnaryCallable()
116 getSpanName(httpJsonCallSettings.getMethodDescriptor())); in createUnaryCallable()
181 new HttpJsonDirectServerStreamingCallable<>(httpJsoncallSettings.getMethodDescriptor()); in createServerStreamingCallable()
/aosp_15_r20/external/grpc-grpc-java/gcp-observability/src/main/java/io/grpc/gcp/observability/interceptors/
H A DInternalLoggingServerInterceptor.java91 final String serviceName = call.getMethodDescriptor().getServiceName(); in interceptCall()
92 final String methodName = call.getMethodDescriptor().getBareMethodName(); in interceptCall()
101 filterHelper.logRpcMethod(call.getMethodDescriptor().getFullMethodName(), false); in interceptCall()
/aosp_15_r20/external/ow2-asm/asm/src/main/java/org/objectweb/asm/
H A DType.java231 return getType(getMethodDescriptor(method)); in getType()
275 return getType(getMethodDescriptor(returnType, argumentTypes)); in getMethodType()
549 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/gcp-observability/src/test/java/io/grpc/gcp/observability/interceptors/
H A DInternalLoggingServerInterceptorTest.java141 public MethodDescriptor<byte[], byte[]> getMethodDescriptor() { in internalLoggingServerInterceptor()
320 public MethodDescriptor<byte[], byte[]> getMethodDescriptor() { in serverDeadlineLogged()
394 public MethodDescriptor<byte[], byte[]> getMethodDescriptor() { in serverMethodOrServiceFilter_disabled()
453 public MethodDescriptor<byte[], byte[]> getMethodDescriptor() { in serverMethodOrServiceFilter_enabled()

12345678910>>...55