Home
last modified time | relevance | path

Searched defs:Server (Results 1 – 25 of 69) sorted by relevance

123

/third_party/grpc/doc/
Dinterop-test-descriptions.md1291 Server section in Interoperability Test Case Descriptions
1319 ### EmptyCall
1324 ### UnaryCall
1332 ### CacheableUnaryCall
1345 ### CompressedResponse
1352 ### CompressedRequest
1360 ### StreamingInputCall
1367 ### StreamingOutputCall
1376 ### FullDuplexCall
1386 ### Echo Status
[all …]
Dconnection-backoff-interop-test-description.md51 Server section in Connection Backoff Interop Test Descriptions
/third_party/rust/rust/src/tools/rust-analyzer/crates/rust-analyzer/tests/slow-tests/
Dsupport.rs75 pub(crate) fn server(self) -> Server { in server()
151 pub(crate) fn project(fixture: &str) -> Server { in project()
155 pub(crate) struct Server { struct
164 impl Server { argument
165 fn new(dir: TestDir, config: Config) -> Server { in new()
248 pub(crate) fn wait_until_workspace_is_loaded(self) -> Server { in wait_until_workspace_is_loaded()
301 impl Drop for Server { implementation
/third_party/grpc/src/php/ext/grpc/
Dserver.c68 PHP_METHOD(Server, __construct) { in PHP_METHOD() argument
99 PHP_METHOD(Server, requestCall) { in PHP_METHOD() argument
155 PHP_METHOD(Server, addHttp2Port) { in PHP_METHOD() argument
180 PHP_METHOD(Server, addSecureHttp2Port) { in PHP_METHOD() argument
206 PHP_METHOD(Server, start) { in PHP_METHOD() argument
/third_party/rust/crates/rust-openssl/openssl/src/ssl/test/
Dserver.rs7 pub struct Server { struct
12 impl Drop for Server { argument
20 impl Server { impl
77 pub fn build(self) -> Server { in build()
/third_party/rust/rust/tests/ui/associated-types/
Dnormalization-debruijn-3.rs24 struct Server; struct
25 impl Server { implementation
/third_party/rust/rust/tests/ui/closures/2229_closure_analysis/migrations/
Dissue-86753.rs26 pub struct Server<S> { struct
30 pub fn serve<S>(_new_service: S) -> Server<S> { in serve() argument
/third_party/grpc/examples/python/xds/
Dserver.py57 server: grpc.Server, maintenance_port: int
85 server: grpc.Server, port: int, secure_mode: bool, hostname
/third_party/openhitls/docs/en/5_Developer Guide/
D2_Secure Communication Application Development Guide.md413 #### Configuring the Two-Way Authentication Server
443 #### Loading Trust Certificate Pools
447 #### Configuring Server Certificates
/third_party/grpc/include/grpc/
Dpassive_listener.h24 class Server; variable
/third_party/vk-gl-cts/external/vulkancts/vkscserver/
DvksClient.hpp34 class Server class
42 Server(const string& address) in Server() function in vksc_server::Server
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/Debug/
DServer.hpp27 class Server class
/third_party/grpc/src/ruby/spec/
Dserver_spec.rb24 Server = GRPC::Core::Server constant
26 describe Server do describe
/third_party/typescript/tests/cases/compiler/
DexportEqualNamespaces.ts3 interface Server extends Object { } interface
DexportAssignValueAndType.ts3 export interface Server { openPort: number; } interface
DvarianceProblingAndZeroOrderIndexSignatureRelationsAlign.ts66 class Server<X extends NeededInfo> {} class
/third_party/grpc/src/python/grpcio_tests/tests_py3_only/interop/
Dxds_interop_server.py89 server: grpc.Server, maintenance_port: int
114 server: grpc.Server, port: int, secure_mode: bool, server_id: str
/third_party/python/Doc/library/
Dasyncio-protocol.rst764 .. _asyncio_example_tcp_echo_client_protocol:
865 .. _asyncio-udp-echo-client-protocol:
/third_party/rust/rust/tests/ui/impl-trait/
Dissue-103181-1.rs16 pub struct Server<I, S>(I, S); struct
22 impl<S, B> Future for Server<(), S> implementation
/third_party/grpc/include/grpcpp/impl/
Dserver_initializer.h28 class Server; variable
/third_party/grpc/examples/python/flow_control/
DREADME.md38 #### Server subsubsection
/third_party/grpc/examples/python/health_checking/
Dgreeter_server.py46 def _configure_health_server(server: grpc.Server):
/third_party/skia/third_party/externals/dawn/src/dawn_wire/server/
DServer.h23 class Server; variable
/third_party/grpc/test/cpp/interop/
Dbackend_metrics_lb_policy_test.cc55 class Server { class
57 Server() : port_(grpc_pick_unused_port_or_die()) { in Server() function in grpc::testing::__anona3bb77fd0111::Server
Dxds_interop_server.cc91 absl::GetFlag(FLAGS_server_id), [](grpc::Server* /* unused */) {}); in main()

123