/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/aac/libDRCdec/src/ |
D | drcDec_selectionProcess.h | 197 const SEL_PROC_USER_PARAM requestType, 202 const SEL_PROC_USER_PARAM requestType);
|
D | FDK_drcDecLib.cpp | 384 const DRC_DEC_USERPARAM requestType, in FDK_drcDec_SetParam() argument 393 switch (requestType) { in FDK_drcDec_SetParam() 410 switch (requestType) { in FDK_drcDec_SetParam() 486 const DRC_DEC_USERPARAM requestType) { in FDK_drcDec_GetParam() argument 489 switch (requestType) { in FDK_drcDec_GetParam()
|
/external/dagger2/compiler/src/main/java/dagger/internal/codegen/ |
D | AbstractComponentWriter.java | 589 ExecutableType requestType = MoreTypes.asExecutable(types.asMemberOf( in implementInterfaceMethods() local 592 requestElement.getSimpleName().toString(), requestType); in implementInterfaceMethods() 596 requestType.getReturnType().getKind().equals(VOID) in implementInterfaceMethods() 600 requestType.getReturnType(), requestElement.getSimpleName().toString()); in implementInterfaceMethods() 617 Iterables.getOnlyElement(requestType.getParameterTypes())), in implementInterfaceMethods() 625 if (!requestType.getReturnType().getKind().equals(VOID)) { in implementInterfaceMethods() 639 Provider.class, TypeNames.forTypeMirror(requestType.getReturnType())); in implementInterfaceMethods() 1078 TypeMirror requestType = requestElement.asType(); in typeMirrorAsMemberOf() local 1079 if (requestType.getKind() == TypeKind.TYPEVAR) { in typeMirrorAsMemberOf() 1083 ? MoreTypes.asElement(requestType) in typeMirrorAsMemberOf() [all …]
|
/external/aac/libDRCdec/include/ |
D | FDK_drcDecLib.h | 210 const DRC_DEC_USERPARAM requestType, 214 const DRC_DEC_USERPARAM 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-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/examples/node/static_codegen/ |
D | helloworld_grpc_pb.js | 52 requestType: helloworld_pb.HelloRequest,
|
/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,
|
D | ReportQpsScenarioServiceGrpc.java | 35 requestType = io.grpc.benchmarks.proto.Control.ScenarioResult.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/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/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/testing-proto/src/test/java/io/grpc/testing/protobuf/ |
D | SimpleServiceTest.java | 94 assertEquals(SimpleRequest.class, annotation.requestType()); in verifyRpcMethodAnnotation()
|
/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/grpclb/src/generated/main/grpc/io/grpc/lb/v1/ |
D | LoadBalancerGrpc.java | 35 requestType = io.grpc.lb.v1.LoadBalanceRequest.class,
|
/external/grpc-grpc-java/services/src/generated/main/grpc/io/grpc/reflection/v1alpha/ |
D | ServerReflectionGrpc.java | 35 requestType = io.grpc.reflection.v1alpha.ServerReflectionRequest.class,
|
/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/services/src/generated/main/grpc/io/grpc/health/v1/ |
D | HealthGrpc.java | 35 requestType = io.grpc.health.v1.HealthCheckRequest.class,
|
/external/grpc-grpc-java/services/src/generated/test/grpc/io/grpc/reflection/testing/ |
D | ReflectableServiceGrpc.java | 35 requestType = io.grpc.reflection.testing.Request.class,
|
D | DynamicServiceGrpc.java | 38 requestType = io.grpc.reflection.testing.DynamicRequest.class,
|