Home
last modified time | relevance | path

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

123

/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
Dhttp2-interop-test-descriptions.md20 Client section in Negative HTTP/2 Interop Test Case Descriptions
/external/mesa3d/src/amd/addrlib/src/core/
Daddrobject.h48 struct Client struct
62 Object(const Client* pClient); argument
/external/perfetto/src/trace_processor/rpc/
Dhttpd.cc48 struct Client { struct
49 Client(std::unique_ptr<base::UnixSocket> s) in Client() function
52 size_t rxbuf_avail() { return rxbuf.size() - rxbuf_used; } in rxbuf_avail()
54 std::unique_ptr<base::UnixSocket> sock;
55 base::PagedMemory rxbuf;
56 size_t rxbuf_used = 0;
/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/swiftshader/third_party/llvm-7.0/llvm/unittests/ExecutionEngine/Orc/
DRPCUtilsTest.cpp179 DummyRPCEndpoint Client(*Channels.first); in TEST() local
223 DummyRPCEndpoint Client(*Channels.first); in TEST() local
268 DummyRPCEndpoint Client(*Channels.first); in TEST() local
313 DummyRPCEndpoint Client(*Channels.first); in TEST() local
359 DummyRPCEndpoint Client(*Channels.first); in TEST() local
410 DummyRPCEndpoint Client(*Channels.first); in TEST() local
450 DummyRPCEndpoint Client(*Channels.first); in TEST() local
522 DummyRPCEndpoint Client(*Channels.first); in TEST() local
565 DummyRPCEndpoint Client(*Channels.first); in TEST() local
610 DummyRPCEndpoint Client(*Channels.first); in TEST() local
[all …]
DRemoteObjectLayerTest.cpp127 RemoteObjectClientLayer<RPCEndpoint> Client(ClientEP, ReportError); in TEST() local
181 RemoteObjectClientLayer<RPCEndpoint> Client(ClientEP, ReportError); in TEST() local
234 RemoteObjectClientLayer<RPCEndpoint> Client(ClientEP, ReportError); in TEST() local
284 RemoteObjectClientLayer<RPCEndpoint> Client(ClientEP, ReportError); in TEST() local
340 RemoteObjectClientLayer<RPCEndpoint> Client(ClientEP, ReportError); in TEST() local
422 RemoteObjectClientLayer<RPCEndpoint> Client(ClientEP, ReportError); in TEST() local
498 RemoteObjectClientLayer<RPCEndpoint> Client(ClientEP, ReportError); in TEST() local
549 RemoteObjectClientLayer<RPCEndpoint> Client(ClientEP, ReportError); in TEST() local
/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/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/python/cpython3/Doc/library/
Dasyncio-protocol.rst823 .. _asyncio-udp-echo-server-protocol:
924 .. _asyncio_example_create_connection:
/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/perfetto/include/perfetto/ext/ipc/
Dservice_proxy.h36 class Client; variable
/external/okhttp/benchmarks/src/main/java/com/squareup/okhttp/benchmarks/
DClient.java18 enum Client { enum
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetClient.h260 RemoteRTDyldMemoryManager(OrcRemoteTargetClient &Client, in RemoteRTDyldMemoryManager()
316 OrcRemoteTargetClient &Client; variable
332 RemoteIndirectStubsManager(OrcRemoteTargetClient &Client, in RemoteIndirectStubsManager()
442 OrcRemoteTargetClient &Client; variable
452 RemoteCompileCallbackManager(OrcRemoteTargetClient &Client, in RemoteCompileCallbackManager()
473 OrcRemoteTargetClient &Client; variable
482 auto Client = std::unique_ptr<OrcRemoteTargetClient>( in Create() local
/external/skqp/infra/cts/
Drun_testlab.go222 func runTests(apk_path string, devices, ignoredDevices []*DeviceVersions, client *http.Client, dryR…
286 func uploadAPK(apkPath, gcsPath, propStr string, client *http.Client) error {
430 func copyReaderToGCS(gcsPath string, reader io.Reader, client *http.Client, contentType string, met…
/external/skia/infra/cts/
Drun_testlab.go224 func runTests(apk_path string, devices, ignoredDevices []*DeviceVersions, client *http.Client, dryR…
288 func uploadAPK(apkPath, gcsPath, propStr string, client *http.Client) error {
432 func copyReaderToGCS(gcsPath string, reader io.Reader, client *http.Client, contentType string, met…
/external/perfetto/src/tracing/ipc/consumer/
Dconsumer_ipc_client_impl.h43 class Client; variable
/external/perfetto/src/tracing/ipc/producer/
Dproducer_ipc_client_impl.h41 class Client; variable
/external/clang/include/clang/Rewrite/Frontend/
DFixItRewriter.h72 DiagnosticConsumer *Client; variable
/external/grpc-grpc/test/core/transport/chttp2/
Dsettings_timeout_test.cc95 class Client { class
97 explicit Client(const char* server_address) in Client() function in grpc_core::test::__anone46afb610111::Client

123