| /external/syzkaller/vendor/google.golang.org/grpc/ |
| D | server.go | 90 type Server struct { struct 91 opts options 93 mu sync.Mutex // guards following 94 lis map[net.Listener]bool 95 conns map[io.Closer]bool 96 serve bool 97 drain bool 98 cv *sync.Cond // signaled when connections close for GracefulStop 99 m map[string]*service // service name -> service info 100 events trace.EventLog [all …]
|
| D | interceptor.go | 45 Server interface{} member
|
| /external/grpc-grpc/doc/ |
| D | interop-test-descriptions.md | 1008 Server section in Interoperability Test Case Descriptions 1030 ### EmptyCall 1035 ### UnaryCall 1043 ### CacheableUnaryCall 1056 ### CompressedResponse 1063 ### CompressedRequest 1071 ### StreamingInputCall 1078 ### StreamingOutputCall 1087 ### FullDuplexCall 1097 ### Echo Status [all …]
|
| D | connection-backoff-interop-test-description.md | 51 Server section in Connection Backoff Interop Test Descriptions
|
| D | http2-interop-test-descriptions.md | 7 Server section in Negative HTTP/2 Interop Test Case Descriptions
|
| /external/grpc-grpc/src/php/ext/grpc/ |
| D | server.c | 62 PHP_METHOD(Server, __construct) { in PHP_METHOD() argument 93 PHP_METHOD(Server, requestCall) { in PHP_METHOD() argument 149 PHP_METHOD(Server, addHttp2Port) { in PHP_METHOD() argument 171 PHP_METHOD(Server, addSecureHttp2Port) { in PHP_METHOD() argument 197 PHP_METHOD(Server, start) { in PHP_METHOD() argument
|
| /external/syzkaller/vendor/golang.org/x/net/http2/ |
| D | not_go19.go | 13 func configureServer19(s *http.Server, conf *Server) error {
|
| D | go19.go | 13 func configureServer19(s *http.Server, conf *Server) error {
|
| D | not_go18.go | 14 func configureServer18(h1 *http.Server, h2 *Server) error {
|
| D | go18.go | 33 func configureServer18(h1 *http.Server, h2 *Server) error {
|
| D | server.go | 84 type Server struct { struct 89 MaxHandlers int 97 MaxConcurrentStreams uint32 103 MaxReadFrameSize uint32 107 PermitProhibitedCipherSuites bool 112 IdleTimeout time.Duration 119 MaxUploadBufferPerConnection int32 125 MaxUploadBufferPerStream int32 129 NewWriteScheduler func() WriteScheduler 134 state *serverInternalState [all …]
|
| /external/nist-sip/java/gov/nist/javax/sip/header/ |
| D | Server.java | 47 public class Server extends SIPHeader implements ServerHeader { class 85 public Server() { in Server() method in Server
|
| /external/swiftshader/third_party/llvm-7.0/llvm/unittests/ExecutionEngine/Orc/ |
| D | RPCUtilsTest.cpp | 173 DummyRPCEndpoint Server(*Channels.first); in TEST() local 180 DummyRPCEndpoint Server(*Channels.second); in TEST() local 224 DummyRPCEndpoint Server(*Channels.second); in TEST() local 269 DummyRPCEndpoint Server(*Channels.second); in TEST() local 314 DummyRPCEndpoint Server(*Channels.second); in TEST() local 360 DummyRPCEndpoint Server(*Channels.second); in TEST() local 411 DummyRPCEndpoint Server(*Channels.second); in TEST() local 451 DummyRPCEndpoint Server(*Channels.second); in TEST() local 523 DummyRPCEndpoint Server(*Channels.second); in TEST() local 566 DummyRPCEndpoint Server(*Channels.second); in TEST() local [all …]
|
| D | RemoteObjectLayerTest.cpp | 144 RemoteObjectServerLayer<MockObjectLayer, RPCEndpoint> Server(BaseLayer, in TEST() local 191 RemoteObjectServerLayer<MockObjectLayer, RPCEndpoint> Server(BaseLayer, in TEST() local 244 RemoteObjectServerLayer<MockObjectLayer, RPCEndpoint> Server(BaseLayer, in TEST() local 295 RemoteObjectServerLayer<MockObjectLayer, RPCEndpoint> Server(BaseLayer, in TEST() local 359 RemoteObjectServerLayer<MockObjectLayer, RPCEndpoint> Server(BaseLayer, in TEST() local 448 RemoteObjectServerLayer<MockObjectLayer, RPCEndpoint> Server(BaseLayer, in TEST() local 508 RemoteObjectServerLayer<MockObjectLayer, RPCEndpoint> Server(BaseLayer, in TEST() local 558 RemoteObjectServerLayer<MockObjectLayer, RPCEndpoint> Server(BaseLayer, in TEST() local
|
| /external/tensorflow/tensorflow/java/src/main/java/org/tensorflow/ |
| D | Server.java | 62 public final class Server implements AutoCloseable { class 70 public Server(byte[] serverDef) { in Server() method in Server
|
| /external/jacoco/jacoco-maven-plugin.test/it/it-dump/src/main/java/ |
| D | Server.java | 18 public class Server { class
|
| /external/grpc-grpc/src/ruby/spec/ |
| D | server_spec.rb | 24 Server = GRPC::Core::Server constant 26 describe Server do describe
|
| /external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/ |
| D | server.pxd.pxi | 16 cdef class Server: class
|
| /external/python/cpython3/Doc/library/ |
| D | asyncio-protocol.rst | 758 .. _asyncio_example_tcp_echo_client_protocol: 860 .. _asyncio-udp-echo-client-protocol:
|
| /external/grpc-grpc/src/csharp/Grpc.Core/ |
| D | Server.cs | 34 public class Server class 60 public Server() : this(null) in Server() method in Grpc.Core.Server 68 public Server(IEnumerable<ChannelOption> options) in Server() method in Grpc.Core.Server
|
| /external/grpc-grpc/include/grpcpp/impl/ |
| D | server_initializer.h | 29 class Server; variable
|
| /external/grpc-grpc-java/core/src/main/java/io/grpc/ |
| D | Server.java | 30 public abstract class Server { class
|
| /external/grpc-grpc-java/grpclb/src/generated/main/java/io/grpc/lb/v1/ |
| D | Server.java | 14 public final class Server extends class 20 private Server(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in Server() method in Server 23 private Server() { in Server() method in Server 35 private Server( in Server() method in Server
|
| /external/grpc-grpc/include/grpcpp/security/ |
| D | server_credentials.h | 32 class Server; variable
|
| /external/swiftshader/third_party/llvm-7.0/llvm/tools/lli/ChildTarget/ |
| D | ChildTarget.cpp | 58 JITServer Server(Channel, SymbolLookup, RegisterEHFrames, DeregisterEHFrames); in main() local
|