/external/dagger2/java/dagger/internal/codegen/validation/ |
D | DependencyRequestValidator.java | 75 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/ |
D | route_guide_grpc_pb.js | 90 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/ |
D | BindingRequest.java | 19 import static dagger.internal.codegen.base.RequestKinds.requestType; 83 return requestType(requestKind().get(), contributedType, types); in requestedType()
|
D | DependencyRequestFormatter.java | 20 import static dagger.internal.codegen.base.RequestKinds.requestType; 104 TypeMirror requestedType = requestType(request.kind(), request.key().type(), types);
|
/external/aac/libDRCdec/src/ |
D | drcDec_selectionProcess.h | 199 const SEL_PROC_USER_PARAM requestType, 204 const SEL_PROC_USER_PARAM requestType);
|
D | FDK_drcDecLib.cpp | 388 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/ |
D | FDK_drcDecLib.h | 215 const DRC_DEC_USERPARAM requestType, 219 const DRC_DEC_USERPARAM requestType);
|
/external/dagger2/java/dagger/internal/codegen/writing/ |
D | DelegateBindingExpression.java | 22 import static dagger.internal.codegen.base.RequestKinds.requestType; 88 delegateExpression, requestType(requestKind, contributedType, types)); in getDependencyExpression()
|
/external/dagger2/java/dagger/internal/codegen/base/ |
D | RequestKinds.java | 51 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/ |
D | RpcMethod.java | 55 Class<?> requestType(); in requestType() method
|
/external/grpc-grpc/examples/node/static_codegen/ |
D | helloworld_grpc_pb.js | 52 requestType: helloworld_pb.HelloRequest,
|
/external/grpc-grpc-java/interop-testing/src/generated/main/grpc/io/grpc/testing/integration/ |
D | TestServiceGrpc.java | 39 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,
|
D | ReconnectServiceGrpc.java | 38 requestType = io.grpc.testing.integration.EmptyProtos.Empty.class, 70 requestType = io.grpc.testing.integration.EmptyProtos.Empty.class,
|
D | MetricsServiceGrpc.java | 35 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/ |
D | ChannelzGrpc.java | 39 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/ |
D | BenchmarkServiceGrpc.java | 35 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,
|
D | WorkerServiceGrpc.java | 35 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/ |
D | SimpleServiceGrpc.java | 38 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/ |
D | TestService.java.txt | 38 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/ |
D | TestService.java.txt | 38 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/ |
D | SimpleServiceTest.java | 94 assertEquals(SimpleRequest.class, annotation.requestType()); in verifyRpcMethodAnnotation()
|
/external/grpc-grpc-java/services/src/generated/main/grpc/io/grpc/health/v1/ |
D | HealthGrpc.java | 35 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/ |
D | WifiRttManagerFacade.java | 191 result.requestType = j.getInt("requestType"); in parseRttParam()
|
/external/grpc-grpc-java/alts/src/generated/main/grpc/io/grpc/alts/internal/ |
D | HandshakerServiceGrpc.java | 35 requestType = io.grpc.alts.internal.Handshaker.HandshakerReq.class,
|
/external/grpc-grpc-java/grpclb/src/generated/main/grpc/io/grpc/lb/v1/ |
D | LoadBalancerGrpc.java | 35 requestType = io.grpc.lb.v1.LoadBalanceRequest.class,
|