Home
last modified time | relevance | path

Searched refs:requestType (Results 1 – 25 of 35) sorted by relevance

12

/external/dagger2/java/dagger/internal/codegen/validation/
DDependencyRequestValidator.java75 ValidationReport.Builder<?> report, Element requestElement, TypeMirror requestType) { in validateDependencyRequest() argument
81 checkType(report, requestElement, requestType); in validateDependencyRequest()
116 ValidationReport.Builder<?> report, Element requestElement, TypeMirror requestType) { in checkType() argument
117 TypeMirror keyType = extractKeyType(requestType); in checkType()
118 RequestKind requestKind = RequestKinds.getRequestKind(requestType); in checkType()
124 + requestType in checkType()
164 TypeMirror requestType = requestElement.asType(); in checkNotProducer() local
165 if (FrameworkTypes.isProducerType(requestType)) { in checkNotProducer()
169 MoreTypes.asTypeElement(requestType).getSimpleName()), in checkNotProducer()
/external/grpc-grpc/examples/node/static_codegen/route_guide/
Droute_guide_grpc_pb.js90 requestType: route_guide_pb.Point,
107 requestType: route_guide_pb.Rectangle,
122 requestType: route_guide_pb.Point,
137 requestType: route_guide_pb.RouteNote,
/external/dagger2/java/dagger/internal/codegen/binding/
DBindingRequest.java19 import static dagger.internal.codegen.base.RequestKinds.requestType;
83 return requestType(requestKind().get(), contributedType, types); in requestedType()
DDependencyRequestFormatter.java20 import static dagger.internal.codegen.base.RequestKinds.requestType;
104 TypeMirror requestedType = requestType(request.kind(), request.key().type(), types);
/external/aac/libDRCdec/src/
DdrcDec_selectionProcess.h199 const SEL_PROC_USER_PARAM requestType,
204 const SEL_PROC_USER_PARAM requestType);
DFDK_drcDecLib.cpp388 const DRC_DEC_USERPARAM requestType, in FDK_drcDec_SetParam() argument
397 switch (requestType) { in FDK_drcDec_SetParam()
414 switch (requestType) { in FDK_drcDec_SetParam()
490 const DRC_DEC_USERPARAM requestType) { in FDK_drcDec_GetParam() argument
493 switch (requestType) { in FDK_drcDec_GetParam()
/external/aac/libDRCdec/include/
DFDK_drcDecLib.h215 const DRC_DEC_USERPARAM requestType,
219 const DRC_DEC_USERPARAM requestType);
/external/dagger2/java/dagger/internal/codegen/writing/
DDelegateBindingExpression.java22 import static dagger.internal.codegen.base.RequestKinds.requestType;
88 delegateExpression, requestType(requestKind, contributedType, types)); in getDependencyExpression()
/external/dagger2/java/dagger/internal/codegen/base/
DRequestKinds.java51 public static TypeMirror requestType( in requestType() method in RequestKinds
58 return types.wrapType(requestType(LAZY, type, types), Provider.class); in requestType()
/external/grpc-grpc-java/stub/src/main/java/io/grpc/stub/annotations/
DRpcMethod.java55 Class<?> requestType(); in requestType() method
/external/grpc-grpc/examples/node/static_codegen/
Dhelloworld_grpc_pb.js52 requestType: helloworld_pb.HelloRequest,
/external/grpc-grpc-java/interop-testing/src/generated/main/grpc/io/grpc/testing/integration/
DTestServiceGrpc.java39 requestType = io.grpc.testing.integration.EmptyProtos.Empty.class,
71 requestType = io.grpc.testing.integration.Messages.SimpleRequest.class,
103 requestType = io.grpc.testing.integration.Messages.SimpleRequest.class,
135 requestType = io.grpc.testing.integration.Messages.StreamingOutputCallRequest.class,
167 requestType = io.grpc.testing.integration.Messages.StreamingInputCallRequest.class,
199 requestType = io.grpc.testing.integration.Messages.StreamingOutputCallRequest.class,
231 requestType = io.grpc.testing.integration.Messages.StreamingOutputCallRequest.class,
263 requestType = io.grpc.testing.integration.EmptyProtos.Empty.class,
DReconnectServiceGrpc.java38 requestType = io.grpc.testing.integration.EmptyProtos.Empty.class,
70 requestType = io.grpc.testing.integration.EmptyProtos.Empty.class,
DMetricsServiceGrpc.java35 requestType = io.grpc.testing.integration.Metrics.EmptyMessage.class,
67 requestType = io.grpc.testing.integration.Metrics.GaugeRequest.class,
/external/grpc-grpc-java/services/src/generated/main/grpc/io/grpc/channelz/v1/
DChannelzGrpc.java39 requestType = io.grpc.channelz.v1.GetTopChannelsRequest.class,
71 requestType = io.grpc.channelz.v1.GetServersRequest.class,
103 requestType = io.grpc.channelz.v1.GetServerSocketsRequest.class,
135 requestType = io.grpc.channelz.v1.GetChannelRequest.class,
167 requestType = io.grpc.channelz.v1.GetSubchannelRequest.class,
199 requestType = io.grpc.channelz.v1.GetSocketRequest.class,
/external/grpc-grpc-java/benchmarks/src/generated/main/grpc/io/grpc/benchmarks/proto/
DBenchmarkServiceGrpc.java35 requestType = io.grpc.benchmarks.proto.Messages.SimpleRequest.class,
67 requestType = io.grpc.benchmarks.proto.Messages.SimpleRequest.class,
99 requestType = io.grpc.benchmarks.proto.Messages.SimpleRequest.class,
131 requestType = io.grpc.benchmarks.proto.Messages.SimpleRequest.class,
163 requestType = io.grpc.benchmarks.proto.Messages.SimpleRequest.class,
DWorkerServiceGrpc.java35 requestType = io.grpc.benchmarks.proto.Control.ServerArgs.class,
67 requestType = io.grpc.benchmarks.proto.Control.ClientArgs.class,
99 requestType = io.grpc.benchmarks.proto.Control.CoreRequest.class,
131 requestType = io.grpc.benchmarks.proto.Control.Void.class,
/external/grpc-grpc-java/testing-proto/src/generated/main/grpc/io/grpc/testing/protobuf/
DSimpleServiceGrpc.java38 requestType = io.grpc.testing.protobuf.SimpleRequest.class,
70 requestType = io.grpc.testing.protobuf.SimpleRequest.class,
102 requestType = io.grpc.testing.protobuf.SimpleRequest.class,
134 requestType = io.grpc.testing.protobuf.SimpleRequest.class,
/external/grpc-grpc-java/compiler/src/testLite/golden/
DTestService.java.txt38 requestType = io.grpc.testing.compiler.Test.SimpleRequest.class,
69 requestType = io.grpc.testing.compiler.Test.StreamingOutputCallRequest.class,
100 requestType = io.grpc.testing.compiler.Test.StreamingInputCallRequest.class,
131 requestType = io.grpc.testing.compiler.Test.StreamingOutputCallRequest.class,
162 requestType = io.grpc.testing.compiler.Test.StreamingOutputCallRequest.class,
193 requestType = io.grpc.testing.compiler.Test.StreamingInputCallRequest.class,
/external/grpc-grpc-java/compiler/src/test/golden/
DTestService.java.txt38 requestType = io.grpc.testing.compiler.Test.SimpleRequest.class,
70 requestType = io.grpc.testing.compiler.Test.StreamingOutputCallRequest.class,
102 requestType = io.grpc.testing.compiler.Test.StreamingInputCallRequest.class,
134 requestType = io.grpc.testing.compiler.Test.StreamingOutputCallRequest.class,
166 requestType = io.grpc.testing.compiler.Test.StreamingOutputCallRequest.class,
198 requestType = io.grpc.testing.compiler.Test.StreamingInputCallRequest.class,
/external/grpc-grpc-java/testing-proto/src/test/java/io/grpc/testing/protobuf/
DSimpleServiceTest.java94 assertEquals(SimpleRequest.class, annotation.requestType()); in verifyRpcMethodAnnotation()
/external/grpc-grpc-java/services/src/generated/main/grpc/io/grpc/health/v1/
DHealthGrpc.java35 requestType = io.grpc.health.v1.HealthCheckRequest.class,
67 requestType = io.grpc.health.v1.HealthCheckRequest.class,
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/wifi/
DWifiRttManagerFacade.java191 result.requestType = j.getInt("requestType"); in parseRttParam()
/external/grpc-grpc-java/alts/src/generated/main/grpc/io/grpc/alts/internal/
DHandshakerServiceGrpc.java35 requestType = io.grpc.alts.internal.Handshaker.HandshakerReq.class,
/external/grpc-grpc-java/grpclb/src/generated/main/grpc/io/grpc/lb/v1/
DLoadBalancerGrpc.java35 requestType = io.grpc.lb.v1.LoadBalanceRequest.class,

12