Home
last modified time | relevance | path

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

123456

/external/grpc-grpc/doc/
Dinterop-test-descriptions.md8 Client section in Interoperability Test Case Descriptions
58 ### empty_unary
78 ### cacheable_unary
106 ### large_unary
132 ### client_compressed_unary
193 ### server_compressed_unary
246 ### client_streaming
302 ### client_compressed_streaming
359 ### server_streaming
393 ### server_compressed_streaming
[all …]
/external/tink/go/testing/fakemonitoring/
Dfakemonitoring.go61 type Client struct { struct
62 Name string
64 eventsMu sync.Mutex
65 events []*LogEvent
66 failuresMu sync.Mutex
67 failures []*LogFailure
80 func (c *Client) NewLogger(context *monitoring.Context) (monitoring.Logger, error) {
88 func (c *Client) Events() []*LogEvent {
93 func (c *Client) Failures() []*LogFailure {
97 func (c *Client) addEvent(event *LogEvent) {
[all …]
/external/cronet/tot/net/reporting/
Dreporting_cache_impl.h162 struct Client { struct
169 Client& operator=(const Client& other); argument
170 Client& operator=(Client&& other); argument
196 using ClientMap = std::multimap<std::string, Client>; argument
/external/cronet/stable/net/reporting/
Dreporting_cache_impl.h162 struct Client { struct
169 Client& operator=(const Client& other); argument
170 Client& operator=(Client&& other); argument
196 using ClientMap = std::multimap<std::string, Client>; argument
/external/pigweed/pw_rpc/raw/
Dclient_test.cc113 TEST(Client, ProcessPacket_InvokesUnaryCallbacks) { in TEST() argument
128 TEST(Client, ProcessPacket_NoCallbackSet) { in TEST() argument
140 TEST(Client, ProcessPacket_InvokesStreamCallbacks) { in TEST() argument
155 TEST(Client, ProcessPacket_UnassignedChannelId_ReturnsDataLoss) { in TEST() argument
174 TEST(Client, ProcessPacket_InvokesErrorCallback) { in TEST() argument
184 TEST(Client, ProcessPacket_SendsClientErrorOnUnregisteredServerStream) { in TEST() argument
193 TEST(Client, ProcessPacket_NonServerStreamOnUnregisteredCall_SendsNothing) { in TEST() argument
202 TEST(Client, ProcessPacket_ReturnsDataLossOnBadPacket) { in TEST() argument
210 TEST(Client, ProcessPacket_ReturnsInvalidArgumentOnServerPacket) { in TEST() argument
228 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/pigweed/pw_target_runner/go/cmd/
Dclient.go33 type Client struct { struct
34 conn *grpc.ClientConn
57 func (c *Client) RunBinary(path string) error {
/external/rust/android-crates-io/crates/grpcio/src/
Dclient.rs18 pub struct Client { struct
24 impl Client { impl
26 pub fn new(channel: Channel) -> Client { in new()
/external/mesa3d/src/amd/addrlib/src/core/
Daddrobject.h31 struct Client struct
45 Object(const Client* pClient); argument
/external/deqp/external/vulkancts/vkscserver/
Dserver.cpp94 struct Client struct
104 std::future<void> CreateClientThread(Client client); argument
/external/go-cmp/cmp/
Dexample_test.go313 Client struct { struct
314 Hostname string
315 IPAddress net.IP
316 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 { argument
/external/opencensus-java/examples/
DREADME.md146 ### Gradle
152 ### Maven
189 ### Gradle
195 ### Maven
/external/rust/android-crates-io/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/android-crates-io/crates/hyper/src/client/
Dclient.rs37 pub struct Client<C, B = Body> { struct
42 pool: Pool<PoolClient<B>>, argument
54 /// This is returned by `Client::request` (and `Client::get`). argument
63 impl Client<HttpConnector, Body> { implementation
79 impl Default for Client<HttpConnector, Body> { implementation
85 impl Client<(), Body> { impl
111 impl<C, B> Client<C, B> implementation
546 impl<C, B> tower_service::Service<Request<B>> for Client<C, B> implementation
566 impl<C, B> tower_service::Service<Request<B>> for &'_ Client<C, B> implementation
586 impl<C: Clone, B> Clone for Client<C, B> { implementation
[all …]
/external/rust/android-crates-io/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/rust/android-crates-io/crates/h2/src/proto/
Dpeer.rs38 Client, enumerator
44 Client(Response<()>), enumerator
/external/rust/android-crates-io/crates/mls-rs/src/
Dclient.rs371 pub struct Client<C> { struct
378 impl Client<()> { impl
387 impl<C> Client<C> impl
/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/perfetto/src/profiling/memory/
Dclient_api_factory.h27 class Client; variable

123456