Home
last modified time | relevance | path

Searched defs:methodDescriptor (Results 1 – 25 of 274) sorted by relevance

1234567891011

/aosp_15_r20/external/sdk-platform-java/gax-java/gax-httpjson/src/test/java/com/google/api/gax/httpjson/
H A DHttpRequestRunnableTest.java102 ApiMethodDescriptor<Field, Empty> methodDescriptor = in testRequestUrl() local
128 ApiMethodDescriptor<Field, Empty> methodDescriptor = in testRequestUrlUnnormalized() local
157 ApiMethodDescriptor<Field, Empty> methodDescriptor = in testRequestUrlUnnormalizedPatch() local
215 ApiMethodDescriptor<Field, Empty> methodDescriptor = in testUnicodeValuesInBody() local
249 ApiMethodDescriptor<Field, Empty> methodDescriptor = in testUpdateRunnableTimeout_shouldNotUpdate() local
274 ApiMethodDescriptor<Field, Empty> methodDescriptor = in testUpdateRunnableTimeout_shouldUpdate() local
/aosp_15_r20/external/sdk-platform-java/gax-java/gax-httpjson/src/main/java/com/google/api/gax/httpjson/
H A DHttpJsonCallSettings.java36 private final ApiMethodDescriptor<RequestT, ResponseT> methodDescriptor; field in HttpJsonCallSettings
40 ApiMethodDescriptor<RequestT, ResponseT> methodDescriptor, TypeRegistry typeRegistry) { in HttpJsonCallSettings()
58 ApiMethodDescriptor<RequestT, ResponseT> methodDescriptor) { in create()
69 private ApiMethodDescriptor<RequestT, ResponseT> methodDescriptor; field in HttpJsonCallSettings.Builder
79 ApiMethodDescriptor<RequestT, ResponseT> methodDescriptor) { in setMethodDescriptor()
H A DHttpRequestRunnable.java64 private final ApiMethodDescriptor<RequestT, ResponseT> methodDescriptor; field in HttpRequestRunnable
75 ApiMethodDescriptor<RequestT, ResponseT> methodDescriptor, in HttpRequestRunnable()
H A DHttpJsonClientCallImpl.java92 private final ApiMethodDescriptor<RequestT, ResponseT> methodDescriptor; field in HttpJsonClientCallImpl
125 ApiMethodDescriptor<RequestT, ResponseT> methodDescriptor, in HttpJsonClientCallImpl()
H A DHttpJsonChannel.java38 ApiMethodDescriptor<RequestT, ResponseT> methodDescriptor, HttpJsonCallOptions callOptions); in newCall()
H A DManagedHttpJsonInterceptorChannel.java50 ApiMethodDescriptor<RequestT, ResponseT> methodDescriptor, HttpJsonCallOptions callOptions) { in newCall()
/aosp_15_r20/external/sdk-platform-java/gax-java/gax-grpc/src/main/java/com/google/api/gax/grpc/
H A DGrpcCallSettings.java38 private final MethodDescriptor<RequestT, ResponseT> methodDescriptor; field in GrpcCallSettings
66 MethodDescriptor<RequestT, ResponseT> methodDescriptor) { in create()
77 private MethodDescriptor<RequestT, ResponseT> methodDescriptor; field in GrpcCallSettings.Builder
90 MethodDescriptor<RequestT, ResponseT> methodDescriptor) { in setMethodDescriptor()
H A DChannelPool.java144 MethodDescriptor<ReqT, RespT> methodDescriptor, CallOptions callOptions) { in newCall()
512 MethodDescriptor<RequestT, ResponseT> methodDescriptor, CallOptions callOptions) { in newCall()
H A DGrpcChannelUUIDInterceptor.java45 MethodDescriptor<ReqT, RespT> methodDescriptor, CallOptions callOptions, Channel channel) { in interceptCall()
/aosp_15_r20/external/ow2-asm/asm/src/main/java/org/objectweb/asm/
H A DType.java263 public static Type getMethodType(final String methodDescriptor) { in getMethodType()
296 public static Type[] getArgumentTypes(final String methodDescriptor) { in getArgumentTypes()
353 public static Type getReturnType(final String methodDescriptor) { in getReturnType()
374 static int getReturnTypeOffset(final String methodDescriptor) { in getReturnTypeOffset()
709 public static int getArgumentCount(final String methodDescriptor) { in getArgumentCount()
752 public static int getArgumentsAndReturnSizes(final String methodDescriptor) { in getArgumentsAndReturnSizes()
/aosp_15_r20/out/soong/.intermediates/frameworks/base/core/java/dynamic_instrumentation_manager_aidl-java-source/gen/android/os/instrumentation/
DIDynamicInstrumentationManager.java21 ….instrumentation.TargetProcess targetProcess, android.os.instrumentation.MethodDescriptor methodDe… in getExecutableMethodFileOffsets()
105 ….instrumentation.TargetProcess targetProcess, android.os.instrumentation.MethodDescriptor methodDe… in getExecutableMethodFileOffsets()
128 ….instrumentation.TargetProcess targetProcess, android.os.instrumentation.MethodDescriptor methodDe… in getExecutableMethodFileOffsets()
/aosp_15_r20/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/
H A DServerCallInfoImpl.java29 private final MethodDescriptor<ReqT, RespT> methodDescriptor; field in ServerCallInfoImpl
34 MethodDescriptor<ReqT, RespT> methodDescriptor, in ServerCallInfoImpl()
/aosp_15_r20/frameworks/base/ravenwood/tools/hoststubgen/helper-runtime-src/com/android/hoststubgen/hosthelper/
H A DHostTestUtils.java74 String methodDescriptor, in callMethodCallHook()
91 String methodDescriptor in logMethodCall()
/aosp_15_r20/external/ow2-asm/asm/src/test/java/org/objectweb/asm/
H A DTypeTest.java153 void testGetMethodTypeFromDescriptor(final String methodDescriptor) { in testGetMethodTypeFromDescriptor()
172 void testGetArgumentTypesGetReturnTypeAndGetMethodType(final String methodDescriptor) { in testGetArgumentTypesGetReturnTypeAndGetMethodType()
/aosp_15_r20/external/sdk-platform-java/gax-java/gax-grpc/src/test/java/com/google/api/gax/grpc/
H A DTimeoutTest.java318 MethodDescriptor<String, String> methodDescriptor = in setupUnaryCallable() local
379 MethodDescriptor<String, String> methodDescriptor = in setupServerStreamingCallable() local
H A DChannelPoolTest.java108 MethodDescriptor<Color, Money> methodDescriptor = FakeServiceGrpc.METHOD_RECOGNIZE; in verifyTargetChannel() local
134 final MethodDescriptor<Color, Money> methodDescriptor = FakeServiceGrpc.METHOD_RECOGNIZE; in ensureEvenDistribution() local
/aosp_15_r20/external/sdk-platform-java/gapic-generator-java/src/test/java/com/google/api/generator/gapic/protoparser/
H A DParserTest.java220 MethodDescriptor methodDescriptor = echoService.getMethods().get(5); in parseMethodSignatures_empty() local
241 MethodDescriptor methodDescriptor = echoService.getMethods().get(0); in parseMethodSignatures_validArgstAndEmptyString() local
/aosp_15_r20/external/grpc-grpc-java/stub/src/test/java/io/grpc/stub/
H A DServerCallsTest.java623 private final MethodDescriptor<Integer, Integer> methodDescriptor; field in ServerCallsTest.ServerCallRecorder
630 public ServerCallRecorder(MethodDescriptor<Integer, Integer> methodDescriptor) { in ServerCallRecorder() argument
/aosp_15_r20/external/grpc-grpc-java/stub/src/main/java/io/grpc/stub/
H A DServerCalls.java457 MethodDescriptor<?, ?> methodDescriptor, StreamObserver<?> responseObserver) { in asyncUnimplementedUnaryCall()
473 MethodDescriptor<?, ?> methodDescriptor, StreamObserver<?> responseObserver) { in asyncUnimplementedStreamingCall()
/aosp_15_r20/frameworks/base/core/java/android/os/instrumentation/
H A DIDynamicInstrumentationManager.aidl32 in TargetProcess targetProcess, in MethodDescriptor methodDescriptor, in getExecutableMethodFileOffsets()
/aosp_15_r20/out/soong/.intermediates/frameworks/base/core/java/dynamic_instrumentation_manager_aidl-cpp-source/gen/include/android/os/instrumentation/
DBnDynamicInstrumentationManager.h33 …Process& targetProcess, const ::android::os::instrumentation::MethodDescriptor& methodDescriptor, … in getExecutableMethodFileOffsets()
/aosp_15_r20/external/grpc-grpc-java/api/src/main/java/io/grpc/
H A DChannel.java47 MethodDescriptor<RequestT, ResponseT> methodDescriptor, CallOptions callOptions); in newCall()
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/os/instrumentation/
H A DDynamicInstrumentationManagerService.java68 @NonNull TargetProcess targetProcess, @NonNull MethodDescriptor methodDescriptor, in getExecutableMethodFileOffsets()
/aosp_15_r20/external/grpc-grpc-java/core/src/jmh/java/io/grpc/util/
H A DHandlerRegistryBenchmark.java73 MethodDescriptor<Void, Void> methodDescriptor = MethodDescriptor.<Void, Void>newBuilder() in setup() local
/aosp_15_r20/out/soong/.intermediates/frameworks/base/core/java/dynamic_instrumentation_manager_aidl-cpp-source/gen/android/os/instrumentation/
DIDynamicInstrumentationManager.cpp30 …id::os::instrumentation::TargetProcess& targetProcess, const ::android::os::instrumentation::Metho… in getExecutableMethodFileOffsets()

1234567891011