Home
last modified time | relevance | path

Searched defs:Client (Results 1 – 25 of 101) sorted by relevance

12345

/external/grpc-grpc/doc/
Dinterop-test-descriptions.md8 Client section in Interoperability Test Case Descriptions
43 ### empty_unary
63 ### cacheable_unary
91 ### large_unary
117 ### client_compressed_unary
178 ### server_compressed_unary
231 ### client_streaming
287 ### client_compressed_streaming
344 ### server_streaming
378 ### server_compressed_streaming
[all …]
Dconnection-backoff-interop-test-description.md25 Client section in Connection Backoff Interop Test Descriptions
/external/cronet/net/reporting/
Dreporting_cache_impl.h142 struct Client { struct
149 Client& operator=(const Client& other); argument
150 Client& operator=(Client&& other); argument
176 using ClientMap = std::multimap<std::string, Client>; argument
/external/pigweed/pw_rpc/raw/
Dclient_test.cc122 TEST(Client, ProcessPacket_InvokesUnaryCallbacks) { in TEST() argument
137 TEST(Client, ProcessPacket_NoCallbackSet) { in TEST() argument
149 TEST(Client, ProcessPacket_InvokesStreamCallbacks) { in TEST() argument
164 TEST(Client, ProcessPacket_UnassignedChannelId_ReturnsDataLoss) { in TEST() argument
181 TEST(Client, ProcessPacket_InvokesErrorCallback) { in TEST() argument
191 TEST(Client, ProcessPacket_SendsClientErrorOnUnregisteredServerStream) { in TEST() argument
200 TEST(Client, ProcessPacket_NonServerStreamOnUnregisteredCall_SendsNothing) { in TEST() argument
209 TEST(Client, ProcessPacket_ReturnsDataLossOnBadPacket) { in TEST() argument
217 TEST(Client, ProcessPacket_ReturnsInvalidArgumentOnServerPacket) { in TEST() argument
234 TEST(Client, CloseChannel_NoCalls) { in TEST() argument
[all …]
/external/go-cmp/cmp/cmpopts/
Dexample_test.go63 Client struct { struct
64 Hostname string
65 IPAddress net.IP
66 LastSeen time.Time
/external/rust/crates/grpcio/src/
Dclient.rs17 pub struct Client { struct
23 impl Client { impl
25 pub fn new(channel: Channel) -> Client { in new()
/external/mesa3d/src/amd/addrlib/src/core/
Daddrobject.h48 struct Client struct
62 Object(const Client* pClient); argument
/external/pigweed/pw_target_runner/go/src/pigweed.dev/pw_target_runner_client/
Dmain.go33 type Client struct { struct
34 conn *grpc.ClientConn
54 func (c *Client) RunBinary(path string) error {
/external/deqp/external/vulkancts/vkscserver/
Dserver.cpp82 struct Client struct
92 std::future<void> CreateClientThread (Client client); argument
/external/go-cmp/cmp/
Dexample_test.go309 Client struct { struct
310 Hostname string
311 IPAddress net.IP
312 LastSeen time.Time
/external/rust/crates/openssl/src/ssl/test/
Dserver.rs116 pub fn build(self) -> Client { in build()
132 pub struct Client { struct
137 impl Client { implementation
/external/rust/crates/quiche/examples/
Dhttp3-server.rs48 struct Client { struct
56 type ClientMap = HashMap<quiche::ConnectionId<'static>, Client>; argument
506 client: &mut Client, stream_id: u64, headers: &[quiche::h3::Header], in handle_request()
622 fn handle_writable(client: &mut Client, stream_id: u64) { in handle_writable()
Dserver.rs44 struct Client { struct
50 type ClientMap = HashMap<quiche::ConnectionId<'static>, Client>; argument
447 fn handle_stream(client: &mut Client, stream_id: u64, buf: &[u8], root: &str) { in handle_stream()
499 fn handle_writable(client: &mut Client, stream_id: u64) { in handle_writable()
/external/rust/crates/async-trait/tests/ui/
Dconsider-restricting.rs12 struct Client; struct
15 impl ClientExt for Client { implementation
/external/guice/core/test/com/google/inject/example/
DClientServiceWithGuiceDefaults.java45 public static class Client { class in ClientServiceWithGuiceDefaults
50 public Client(Service service) { in Client() method in ClientServiceWithGuiceDefaults.Client
DClientServiceWithGuice.java51 public static class Client { class in ClientServiceWithGuice
56 public Client(Service service) { in Client() method in ClientServiceWithGuice.Client
DClientServiceWithDependencyInjection.java48 public static class Client { class in ClientServiceWithDependencyInjection
52 public Client(Service service) { in Client() method in ClientServiceWithDependencyInjection.Client
/external/pigweed/pw_rpc/java/main/dev/pigweed/pw_rpc/
DClient.java35 public class Client { class
51 private Client(List<Channel> channels, in Client() method in Client
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetClient.h262 RemoteRTDyldMemoryManager(OrcRemoteTargetClient &Client, in RemoteRTDyldMemoryManager()
319 OrcRemoteTargetClient &Client; variable
335 RemoteIndirectStubsManager(OrcRemoteTargetClient &Client, in RemoteIndirectStubsManager()
445 OrcRemoteTargetClient &Client; variable
454 RemoteTrampolinePool(OrcRemoteTargetClient &Client) : Client(Client) {} in RemoteTrampolinePool()
485 OrcRemoteTargetClient &Client; variable
492 RemoteCompileCallbackManager(OrcRemoteTargetClient &Client, in RemoteCompileCallbackManager()
506 auto Client = std::unique_ptr<OrcRemoteTargetClient>( in Create() local
/external/wayland/doc/doxygen/xml/
Dmeson.build21 subdir('Client') subdir
/external/perfetto/src/profiling/memory/
Dclient_api_factory.h27 class Client; variable
/external/pigweed/pw_rpc/public/pw_rpc/
Dclient.h37 _PW_RPC_CONSTEXPR Client(span<Channel> channels) : Endpoint(channels) {} in Client() function
/external/python/cpython3/Doc/library/
Dasyncio-protocol.rst820 .. _asyncio-udp-echo-server-protocol:
921 .. _asyncio_example_create_connection:
/external/ot-br-posix/third_party/Simple-web-server/repo/
Dclient_https.hpp11 class Client<HTTPS> : public ClientBase<HTTPS> { class
13 Client(const std::string& server_port_path, bool verify_certificate=true, in Client() function in SimpleWeb::Client
/external/conscrypt/openjdk/src/test/java/org/conscrypt/
DRenegotiationTest.java137 private static final class Client { class in RenegotiationTest
141 Client(boolean useEngineSocket, int port) { in Client() method in RenegotiationTest.Client

12345