Home
last modified time | relevance | path

Searched defs:Client (Results 1 – 25 of 69) 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
/external/syzkaller/pkg/gcs/
Dgcs.go23 type Client struct { struct
24 client *storage.Client
25 ctx context.Context
52 func (client *Client) Close() {
56 func (client *Client) Read(gcsFile string) (*File, error) {
82 func (client *Client) UploadFile(localFile, gcsFile string) error {
99 func (client *Client) FileWriter(gcsFile string) (io.WriteCloser, error) {
/external/syzkaller/vendor/golang.org/x/net/context/ctxhttp/
Dctxhttp.go26 func Do(ctx context.Context, client *http.Client, req *http.Request) (*http.Response, error) {
44 func Get(ctx context.Context, client *http.Client, url string) (*http.Response, error) {
53 func Head(ctx context.Context, client *http.Client, url string) (*http.Response, error) {
62 func Post(ctx context.Context, client *http.Client, url string, bodyType string, body io.Reader) (*…
72 func PostForm(ctx context.Context, client *http.Client, url string, data url.Values) (*http.Respons…
Dctxhttp_pre17.go29 func Do(ctx context.Context, client *http.Client, req *http.Request) (*http.Response, error) {
92 func Get(ctx context.Context, client *http.Client, url string) (*http.Response, error) {
101 func Head(ctx context.Context, client *http.Client, url string) (*http.Response, error) {
110 func Post(ctx context.Context, client *http.Client, url string, bodyType string, body io.Reader) (*…
120 func PostForm(ctx context.Context, client *http.Client, url string, data url.Values) (*http.Respons…
/external/mesa3d/src/amd/addrlib/core/
Daddrobject.h48 struct Client struct
62 Object(const Client* pClient); argument
/external/syzkaller/vendor/google.golang.org/grpc/stats/
Dstats.go44 Client bool member
59 Client bool member
80 Client bool member
103 Client bool member
116 Client bool member
137 Client bool member
158 Client bool member
171 Client bool member
197 Client bool member
208 Client bool member
/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/python/cpython3/Doc/library/
Dasyncio-protocol.rst816 .. _asyncio-udp-echo-server-protocol:
916 .. _asyncio_example_create_connection:
/external/syzkaller/vendor/google.golang.org/api/gensupport/
Dsend.go35 func SendRequest(ctx context.Context, client *http.Client, req *http.Request) (*http.Response, erro…
/external/perfetto/include/perfetto/ipc/
Dservice_proxy.h35 class Client; variable
/external/perfetto/src/tracing/ipc/consumer/
Dconsumer_ipc_client_impl.h41 class Client; variable
/external/conscrypt/repackaged/openjdk/src/test/java/com/android/org/conscrypt/
DRenegotiationTest.java143 private static final class Client { class in RenegotiationTest
148 Client(boolean useEngineSocket, int port) { in Client() method in RenegotiationTest.Client
/external/conscrypt/openjdk/src/test/java/org/conscrypt/
DRenegotiationTest.java138 private static final class Client { class in RenegotiationTest
143 Client(boolean useEngineSocket, int port) { in Client() method in RenegotiationTest.Client
/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/skia/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/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/perfetto/src/tracing/ipc/producer/
Dproducer_ipc_client_impl.h41 class Client; variable
/external/syzkaller/vendor/golang.org/x/oauth2/google/
Dsdk.go127 func (c *SDKConfig) Client(ctx context.Context) *http.Client { func
/external/clang/include/clang/Rewrite/Frontend/
DFixItRewriter.h72 DiagnosticConsumer *Client; variable

123