Home
last modified time | relevance | path

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

1234

/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/pigweed/pw_rpc/raw/
Dclient_test.cc98 TEST(Client, ProcessPacket_InvokesUnaryCallbacks) { in TEST() argument
114 TEST(Client, ProcessPacket_InvokesStreamCallbacks) { in TEST() argument
131 TEST(Client, ProcessPacket_InvokesErrorCallback) { in TEST() argument
143 TEST(Client, ProcessPacket_SendsClientErrorOnUnregisteredServerStream) { in TEST() argument
152 TEST(Client, ProcessPacket_NonServerStreamOnUnregisteredCall_SendsNothing) { in TEST() argument
161 TEST(Client, ProcessPacket_ReturnsDataLossOnBadPacket) { in TEST() argument
169 TEST(Client, ProcessPacket_ReturnsInvalidArgumentOnServerPacket) { in TEST() argument
185 TEST(Client, CloseChannel_NoCalls) { in TEST() argument
193 TEST(Client, CloseChannel_UnknownChannel) { in TEST() argument
199 TEST(Client, CloseChannel_CallsErrorCallback) { in TEST() argument
[all …]
/external/rust/crates/grpcio/src/
Dclient.rs17 pub struct Client { struct
23 impl Client { implementation
25 pub fn new(channel: Channel) -> Client { in new()
/external/go-cmp/cmp/cmpopts/
Dexample_test.go63 Client struct { struct
64 Hostname string
65 IPAddress net.IP
66 LastSeen time.Time
/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/go-cmp/cmp/
Dexample_test.go309 Client struct { struct
310 Hostname string
311 IPAddress net.IP
312 LastSeen time.Time
/external/rust/crates/quiche/examples/
Dhttp3-server.rs48 struct Client { struct
56 type ClientMap = HashMap<quiche::ConnectionId<'static>, Client>; argument
494 client: &mut Client, stream_id: u64, headers: &[quiche::h3::Header], in handle_request()
610 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
438 fn handle_stream(client: &mut Client, stream_id: u64, buf: &[u8], root: &str) { in handle_stream()
490 fn handle_writable(client: &mut Client, stream_id: u64) { in handle_writable()
/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
52 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/python/cpython3/Doc/library/
Dasyncio-protocol.rst820 .. _asyncio-udp-echo-server-protocol:
921 .. _asyncio_example_create_connection:
/external/perfetto/src/profiling/memory/
Dclient_api_factory.h27 class Client; variable
/external/wayland/doc/doxygen/xml/
Dmeson.build21 subdir('Client') subdir
/external/pigweed/pw_rpc/public/pw_rpc/
Dclient.h31 _PW_RPC_CONSTEXPR Client(std::span<Channel> channels) : Endpoint(channels) {} in Client() function
/external/conscrypt/repackaged/openjdk/src/test/java/com/android/org/conscrypt/
DRenegotiationTest.java142 private static final class Client { class in RenegotiationTest
146 Client(boolean useEngineSocket, int port) { in Client() method in RenegotiationTest.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
/external/deqp-deps/SPIRV-Tools/utils/vscode/src/lsp/protocol/
Dcontext.go27 func WithClient(ctx context.Context, client Client) context.Context {
/external/angle/third_party/vulkan-deps/spirv-tools/src/utils/vscode/src/lsp/protocol/
Dcontext.go27 func WithClient(ctx context.Context, client Client) context.Context {
/external/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/
Dcontext.go27 func WithClient(ctx context.Context, client Client) context.Context {
/external/perfetto/include/perfetto/ext/ipc/
Dservice_proxy.h36 class Client; variable

1234