Home
last modified time | relevance | path

Searched defs:client (Results 1 – 25 of 759) sorted by relevance

12345678910>>...31

/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DInteropClient.cs202 public static void RunEmptyUnary(TestService.TestServiceClient client) in RunEmptyUnary()
210 public static void RunLargeUnary(TestService.TestServiceClient client) in RunLargeUnary()
224 public static async Task RunClientStreamingAsync(TestService.TestServiceClient client) in RunClientStreamingAsync()
240 public static async Task RunServerStreamingAsync(TestService.TestServiceClient client) in RunServerStreamingAsync()
259 public static async Task RunPingPongAsync(TestService.TestServiceClient client) in RunPingPongAsync()
308 public static async Task RunEmptyStreamAsync(TestService.TestServiceClient client) in RunEmptyStreamAsync()
321 …public static void RunComputeEngineCreds(TestService.TestServiceClient client, string defaultServi… in RunComputeEngineCreds()
343 public static void RunJwtTokenCreds(TestService.TestServiceClient client) in RunJwtTokenCreds()
362 …public static async Task RunOAuth2AuthTokenAsync(TestService.TestServiceClient client, string oaut… in RunOAuth2AuthTokenAsync()
383 …public static async Task RunPerRpcCredsAsync(TestService.TestServiceClient client, string oauthSco… in RunPerRpcCredsAsync()
[all …]
/external/grpc-grpc/src/csharp/Grpc.Examples/
DMathExamples.cs27 public static void DivExample(Math.MathClient client) in DivExample()
33 public static async Task DivAsyncExample(Math.MathClient client) in DivAsyncExample()
39 public static async Task FibExample(Math.MathClient client) in FibExample()
48 public static async Task SumExample(Math.MathClient client) in SumExample()
64 public static async Task DivManyExample(Math.MathClient client) in DivManyExample()
79 public static async Task DependendRequestsExample(Math.MathClient client) in DependendRequestsExample()
102 public static async Task HandleErrorExample(Math.MathClient client) in HandleErrorExample()
118 public static async Task MetadataExample(Math.MathClient client) in MetadataExample()
/external/autotest/client/common_lib/cros/
Dpinweaver_client.py20 def __check_pinweaver_client_present(client, message): argument
26 def __execute_for_dict(client, *args, **kwargs): argument
45 def ResetTree(client, bits_per_level, height): argument
54 def InsertLeaf(client, label, auxilary_hashes, low_entropy_secret, argument
67 def RemoveLeaf(client, label, auxilary_hashes, mac): argument
77 def TryAuth(client, auxilary_hashes, low_entropy_secret, cred_metadata): argument
88 def ResetAuth(client, auxilary_hashes, reset_secret, cred_metadata): argument
99 def GetLog(client, root=None): argument
112 def LogReplay(client, auxilary_hashes, log_root, cred_metadata): argument
123 def SelfTest(client): argument
Dcr50_utils.py191 def GetSavedVersion(client): argument
208 def StopTrunksd(client): argument
214 def GSCTool(client, args, ignore_status=False): argument
250 def GetVersionFromUpdater(client, args): argument
256 def GetFwVersion(client): argument
261 def GetBinVersion(client, image=CR50_PROD): argument
272 def GetRunningVersion(client): argument
298 def GetActiveCr50ImagePath(client): argument
323 def CheckForFailures(client, last_message): argument
355 def VerifyUpdate(client, ver='', last_message=''): argument
[all …]
Dtpm_utils.py26 def TPMStatus(client): argument
47 def IsTPMAvailable(client): argument
56 def ClearTPMServer(client, out_dir): argument
70 def ClearTPMOwnerRequest(client, wait_for_ready=False, timeout=60): argument
99 def ClearTPMIfOwned(client): argument
110 def CleanupAndReboot(client): argument
Dg2f_utils.py17 def ChromeOSLogin(client): argument
21 def ChromeOSLogout(client): argument
25 def StartU2fd(client): argument
44 def G2fRegister(client, dev, challenge, application, p1=0): argument
55 def G2fAuth(client, dev, challenge, application, key_handle, p1=0): argument
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
DOkHttpClientTest.java61 OkHttpClient client = new OkHttpClient(); in timeoutDefaults() local
68 OkHttpClient client = new OkHttpClient(); in timeoutValidRange() local
97 OkHttpClient client = new OkHttpClient().copyWithDefaults(); in copyWithDefaultsWhenDefaultIsAConstant() local
124 OkHttpClient client = new OkHttpClient().copyWithDefaults(); in copyWithDefaultsWhenDefaultIsGlobal() local
136 OkHttpClient client = new OkHttpClient().copyWithDefaults(); in copyWithDefaultsCacheIsNull() local
152 OkHttpClient client = new OkHttpClient().copyWithDefaults(); in copyWithDefaultsDoesNotHonorGlobalResponseCache() local
170 OkHttpClient client = new OkHttpClient(); in cloneSharesStatefulInstances() local
188 OkHttpClient client = new OkHttpClient(); in setProtocolsRejectsHttp10() local
/external/adhd/cras/src/libcras/
Dcras_client.c164 struct cras_client *client; member
257 struct cras_client client; member
386 static void server_state_unlock(const struct cras_client *client, int lock_rc) in server_state_unlock()
408 static int server_state_rdlock(const struct cras_client *client) in server_state_rdlock()
434 static int server_state_wrlock(const struct cras_client *client) in server_state_wrlock()
445 static struct client_stream *stream_from_id(const struct cras_client *client, in stream_from_id()
457 void server_fill_pollfd(const struct cras_client *client, in server_fill_pollfd()
483 static void server_fd_move_to_state(struct cras_client *client, in server_fd_move_to_state()
503 static int error_delay_next_action(struct cras_client *client, int poll_revents) in error_delay_next_action()
552 static void wait_for_socket_next_action(struct cras_client *client) in wait_for_socket_next_action()
[all …]
/external/rust/crates/grpcio-sys/grpc/src/core/tsi/alts/handshaker/
Dalts_handshaker_client.cc112 alts_grpc_handshaker_client* client) { in handshaker_client_send_buffer_destroy()
127 alts_grpc_handshaker_client* client) { in alts_grpc_handshaker_client_unref()
149 alts_grpc_handshaker_client* client, bool receive_status_finished, in maybe_complete_tsi_next()
180 static void handle_response_done(alts_grpc_handshaker_client* client, in handle_response_done()
198 alts_grpc_handshaker_client* client = in alts_handshaker_client_handle_response() local
296 static tsi_result continue_make_grpc_call(alts_grpc_handshaker_client* client, in continue_make_grpc_call()
358 void RequestHandshake(alts_grpc_handshaker_client* client) { in RequestHandshake()
373 alts_grpc_handshaker_client* client = nullptr; in HandshakeDone() local
415 void RequestHandshake(alts_grpc_handshaker_client* client, bool is_client) { in RequestHandshake()
436 alts_grpc_handshaker_client* client = in make_grpc_call() local
[all …]
/external/adhd/cras/src/server/
Dcras_control_rclient.c31 static void dump_audio_thread_info(struct cras_rclient *client) in dump_audio_thread_info()
44 static void get_atlog_fd(struct cras_rclient *client) in get_atlog_fd()
55 static void dump_audio_thread_snapshots(struct cras_rclient *client) in dump_audio_thread_snapshots()
64 static void handle_get_hotword_models(struct cras_rclient *client, in handle_get_hotword_models()
98 struct cras_rclient *client = (struct cras_rclient *)context; in send_output_volume_changed() local
108 struct cras_rclient *client = (struct cras_rclient *)context; in send_output_mute_changed() local
118 struct cras_rclient *client = (struct cras_rclient *)context; in send_capture_gain_changed() local
127 struct cras_rclient *client = (struct cras_rclient *)context; in send_capture_mute_changed() local
136 struct cras_rclient *client = (struct cras_rclient *)context; in send_nodes_changed() local
147 struct cras_rclient *client = (struct cras_rclient *)context; in send_active_node_changed() local
[all …]
Dcras_rclient.c33 void cras_rclient_destroy(struct cras_rclient *client) in cras_rclient_destroy()
40 int cras_rclient_buffer_from_client(struct cras_rclient *client, in cras_rclient_buffer_from_client()
55 int cras_rclient_send_message(const struct cras_rclient *client, in cras_rclient_send_message()
62 static void cras_rclient_set_client_type(struct cras_rclient *client, in cras_rclient_set_client_type()
71 struct cras_rclient *client; in cras_rclient_create() local
Dcras_rclient_util.c21 int rclient_send_message_to_client(const struct cras_rclient *client, in rclient_send_message_to_client()
29 void rclient_destroy(struct cras_rclient *client) in rclient_destroy()
64 rclient_validate_stream_connect_message(const struct cras_rclient *client, in rclient_validate_stream_connect_message()
116 const struct cras_rclient *client, in rclient_validate_stream_connect_params()
133 int rclient_handle_client_stream_connect(struct cras_rclient *client, in rclient_handle_client_stream_connect()
233 struct cras_rclient *client, in rclient_handle_client_stream_disconnect()
253 struct cras_rclient *client; in rclient_generic_create() local
275 int rclient_handle_message_from_client(struct cras_rclient *client, in rclient_handle_message_from_client()
/external/grpc-grpc/src/core/tsi/alts/handshaker/
Dalts_handshaker_client.cc47 static tsi_result make_grpc_call(alts_handshaker_client* client, in make_grpc_call()
119 static tsi_result handshaker_client_start_client(alts_handshaker_client* client, in handshaker_client_start_client()
166 static tsi_result handshaker_client_start_server(alts_handshaker_client* client, in handshaker_client_start_server()
204 static tsi_result handshaker_client_next(alts_handshaker_client* client, in handshaker_client_next()
224 static void handshaker_client_shutdown(alts_handshaker_client* client) { in handshaker_client_shutdown()
231 static void handshaker_client_destruct(alts_handshaker_client* client) { in handshaker_client_destruct()
253 alts_grpc_handshaker_client* client = in alts_grpc_handshaker_client_create() local
270 alts_handshaker_client* client, alts_grpc_caller caller) { in alts_handshaker_client_set_grpc_caller_for_testing()
280 tsi_result alts_handshaker_client_start_client(alts_handshaker_client* client, in alts_handshaker_client_start_client()
291 tsi_result alts_handshaker_client_start_server(alts_handshaker_client* client, in alts_handshaker_client_start_server()
[all …]
/external/ukey2/src/main/javatest/com/google/security/cryptauth/lib/securegcm/
DUkey2HandshakeTest.java55 Ukey2Handshake client = Ukey2Handshake.forInitiator(HandshakeCipher.P256_SHA512); in testHandshake() local
124 Ukey2Handshake client = Ukey2Handshake.forInitiator(HandshakeCipher.P256_SHA512); in testHandshakeClientAndServerSendRepeatedOutOfOrderMessages() local
274 Ukey2Handshake client = Ukey2Handshake.forInitiator(HandshakeCipher.P256_SHA512); in testClientInitUnsupportedVersion() local
326 Ukey2Handshake client = Ukey2Handshake.forInitiator(HandshakeCipher.P256_SHA512); in testWrongNonceLengthInClientInit() local
362 Ukey2Handshake client = Ukey2Handshake.forInitiator(HandshakeCipher.P256_SHA512); in testServerCatchesMissingCommitmentInClientInit() local
400 Ukey2Handshake client = Ukey2Handshake.forInitiator(HandshakeCipher.P256_SHA512); in testServerInitUnsupportedVersion() local
458 Ukey2Handshake client = Ukey2Handshake.forInitiator(HandshakeCipher.P256_SHA512); in testWrongNonceLengthInServerInit() local
495 Ukey2Handshake client = Ukey2Handshake.forInitiator(HandshakeCipher.P256_SHA512); in testMissingOrIncorrectHandshakeCipherInServerInit() local
562 Ukey2Handshake client = Ukey2Handshake.forInitiator(HandshakeCipher.P256_SHA512); in testMissingOrIncorrectPublicKeyInServerInit() local
630 Ukey2Handshake client = Ukey2Handshake.forInitiator(HandshakeCipher.P256_SHA512); in testMissingOrIncorrectPublicKeyInClientFinished() local
[all …]
/external/libiio/src/
Diiod-client.c35 static ssize_t iiod_client_read_integer(struct iiod_client *client, in iiod_client_read_integer()
69 static int iiod_client_exec_command(struct iiod_client *client, in iiod_client_exec_command()
83 static ssize_t iiod_client_write_all(struct iiod_client *client, in iiod_client_write_all()
110 static ssize_t iiod_client_read_all(struct iiod_client *client, in iiod_client_read_all()
140 struct iiod_client *client; in iiod_client_new() local
154 void iiod_client_destroy(struct iiod_client *client) in iiod_client_destroy()
159 int iiod_client_get_version(struct iiod_client *client, void *desc, in iiod_client_get_version()
207 int iiod_client_get_trigger(struct iiod_client *client, void *desc, in iiod_client_get_trigger()
262 int iiod_client_set_trigger(struct iiod_client *client, void *desc, in iiod_client_set_trigger()
283 int iiod_client_set_kernel_buffers_count(struct iiod_client *client, void *desc, in iiod_client_set_kernel_buffers_count()
[all …]
/external/grpc-grpc-java/interop-testing/src/test/java/io/grpc/testing/integration/
DStressTestClientTest.java51 StressTestClient client = new StressTestClient(); in ipv6AddressesShouldBeSupported() local
62 StressTestClient client = new StressTestClient(); in defaults() local
73 StressTestClient client = new StressTestClient(); in allCommandlineSwitchesAreSupported() local
107 StressTestClient client = new StressTestClient(); in serverHostOverrideShouldBeApplied() local
123 StressTestClient client = new StressTestClient(); in gaugesShouldBeExported() local
/external/curl/tests/
DFILEFORMAT.md295 ### `<server>`
324 ### `<features>`
381 ### `<killserver>`
387 ### `<precheck>`
393 ### `<postcheck>`
398 ### `<tool>`
403 ### `<name>`
406 ### `<setenv>`
413 …o-output/no-include/force-output/binary-trace"] [timeout="secs"][delay="secs"][type="perl/shell"]>`
461 ### `<file name="log/filename" [nonewline="yes"]>`
[all …]
/external/rust/crates/tokio/tests/
Dtcp_connect.rs74 let client = async { in connect_addr_ip_string() localVariable
91 let client = async { in connect_addr_ip_str_slice() localVariable
108 let client = async { in connect_addr_host_string() localVariable
125 let client = async { in connect_addr_ip_port_tuple() localVariable
142 let client = async { in connect_addr_ip_str_port_tuple() localVariable
159 let client = async { in connect_addr_host_str_port_tuple() localVariable
198 let mut client = assert_ok!(srv.accept()).0; localVariable
/external/tensorflow/tensorflow/compiler/xla/tests/
Dcompute_constant_test.cc72 StatusOr<Literal> ComputeConstantLiteral(Client* client, const XlaOp& operand, in ComputeConstantLiteral()
82 StatusOr<Scalar> ComputeConstantScalar(Client* client, const XlaOp& operand, in ComputeConstantScalar()
100 Client* client = ClientOrDie(platform_, client_type); in TEST_F() local
113 Client* client = ClientOrDie(platform_, client_type); in TEST_F() local
127 Client* client = ClientOrDie(platform_, client_type); in TEST_F() local
142 Client* client = ClientOrDie(platform_, client_type); in TEST_F() local
156 Client* client = ClientOrDie(platform_, client_type); in TEST_F() local
171 Client* client = ClientOrDie(platform_, client_type); in TEST_F() local
190 Client* client = ClientOrDie(platform_, client_type); in TEST_F() local
216 Client* client = ClientOrDie(platform_, client_type); in TEST_F() local
[all …]
Ddynamism_inference_test.cc75 StatusOr<Literal> ComputeDynamismLiteral(Client* client, XlaOp operand, in ComputeDynamismLiteral()
85 StatusOr<bool> ComputeDynamismScalar(Client* client, XlaOp operand, in ComputeDynamismScalar()
98 Client* client = ClientOrDie(platform_, client_type); in TEST_F() local
112 Client* client = ClientOrDie(platform_, client_type); in TEST_F() local
124 Client* client = ClientOrDie(platform_, client_type); in TEST_F() local
138 Client* client = ClientOrDie(platform_, client_type); in TEST_F() local
156 Client* client = ClientOrDie(platform_, client_type); in TEST_F() local
168 Client* client = ClientOrDie(platform_, client_type); in TEST_F() local
183 Client* client = ClientOrDie(platform_, client_type); in TEST_F() local
203 Client* client = ClientOrDie(platform_, client_type); in TEST_F() local
[all …]
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowContentProviderClientTest.java52 ContentProviderClient client = contentResolver.acquireContentProviderClient(AUTHORITY); in acquireContentProviderClient_isStable() local
58 ContentProviderClient client = contentResolver.acquireUnstableContentProviderClient(AUTHORITY); in acquireUnstableContentProviderClient_isUnstable() local
64 ContentProviderClient client = contentResolver.acquireContentProviderClient(AUTHORITY); in release_shouldRelease() local
73 ContentProviderClient client = contentResolver.acquireContentProviderClient(AUTHORITY); in release_shouldFailWhenCalledTwice() local
82 ContentProviderClient client = contentResolver.acquireContentProviderClient(AUTHORITY); in shouldDelegateToContentProvider() local
/external/conscrypt/repackaged/common/src/test/java/com/android/org/conscrypt/javax/net/ssl/
DSSLSocketVersionCompatibilityTest.java170 SSLSocket client = in test_SSLSocket_startHandshake() local
264 SSLSocket client = in test_SSLSocket_NoEnabledCipherSuites_Failure() local
299 SSLSocket client = in test_SSLSocket_startHandshake_noKeyStore() local
333 SSLSocket client = in test_SSLSocket_startHandshake_noClientCertificate() local
356 final SSLSocket client = in test_SSLSocket_HandshakeCompletedListener() local
469 final SSLSocket client = in test_SSLSocket_HandshakeCompletedListener_RuntimeException() local
500 SSLSocket client = in test_SSLSocket_getUseClientMode() local
547 SSLSocket client = in test_SSLSocket_setUseClientMode() local
589 SSLSocket client = in test_SSLSocket_clientAuth() local
671 SSLSocket client = in test_SSLSocket_clientAuth_bogusAlias() local
[all …]
/external/conscrypt/common/src/test/java/org/conscrypt/javax/net/ssl/
DSSLSocketVersionCompatibilityTest.java168 SSLSocket client = in test_SSLSocket_startHandshake() local
262 SSLSocket client = in test_SSLSocket_NoEnabledCipherSuites_Failure() local
297 SSLSocket client = in test_SSLSocket_startHandshake_noKeyStore() local
331 SSLSocket client = in test_SSLSocket_startHandshake_noClientCertificate() local
354 final SSLSocket client = in test_SSLSocket_HandshakeCompletedListener() local
467 final SSLSocket client = in test_SSLSocket_HandshakeCompletedListener_RuntimeException() local
498 SSLSocket client = in test_SSLSocket_getUseClientMode() local
545 SSLSocket client = in test_SSLSocket_setUseClientMode() local
587 SSLSocket client = in test_SSLSocket_clientAuth() local
669 SSLSocket client = in test_SSLSocket_clientAuth_bogusAlias() local
[all …]
/external/igt-gpu-tools/lib/
Digt_chamelium_stream.c126 static bool chamelium_stream_read_config(struct chamelium_stream *client) in chamelium_stream_read_config()
155 static bool chamelium_stream_connect(struct chamelium_stream *client) in chamelium_stream_connect()
277 static bool chamelium_stream_read_header(struct chamelium_stream *client, in chamelium_stream_read_header()
298 static bool chamelium_stream_write_header(struct chamelium_stream *client, in chamelium_stream_write_header()
315 static bool chamelium_stream_read_response(struct chamelium_stream *client, in chamelium_stream_read_response()
352 static bool chamelium_stream_write_request(struct chamelium_stream *client, in chamelium_stream_write_request()
366 static bool chamelium_stream_call(struct chamelium_stream *client, in chamelium_stream_call()
377 static bool chamelium_stream_check_version(struct chamelium_stream *client) in chamelium_stream_check_version()
404 bool chamelium_stream_dump_realtime_audio(struct chamelium_stream *client, in chamelium_stream_dump_realtime_audio()
430 bool chamelium_stream_receive_realtime_audio(struct chamelium_stream *client, in chamelium_stream_receive_realtime_audio()
[all …]
/external/robolectric-shadows/shadows/httpclient/src/test/java/org/robolectric/shadows/httpclient/
DAndroidHttpClientTest.java22 AndroidHttpClient client = AndroidHttpClient.newInstance("foo"); in testNewInstance() local
28 AndroidHttpClient client = AndroidHttpClient.newInstance("foo", RuntimeEnvironment.application); in testNewInstanceWithContext() local
34 AndroidHttpClient client = AndroidHttpClient.newInstance("foo"); in testExecute() local

12345678910>>...31