Home
last modified time | relevance | path

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

12345678910>>...26

/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/
Dtpm_utils.py26 def TPMStatus(client): argument
48 def IsTPMAvailable(client): argument
57 def ClearTPMServer(client, out_dir): argument
98 def ClearTPMOwnerRequest(client, wait_for_ready=False, timeout=60): argument
122 def ClearTPMIfOwned(client): argument
133 def CleanupAndReboot(client): argument
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.py189 def GetSavedVersion(client): argument
206 def StopTrunksd(client): argument
212 def GSCTool(client, args, ignore_status=False): argument
248 def GetVersionFromUpdater(client, args): argument
254 def GetFwVersion(client): argument
259 def GetBinVersion(client, image=CR50_PROD): argument
270 def GetRunningVersion(client): argument
296 def GetActiveCr50ImagePath(client): argument
321 def CheckForFailures(client, last_message): argument
353 def VerifyUpdate(client, ver='', last_message=''): argument
[all …]
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
296 static void server_state_unlock(const struct cras_client *client, int lock_rc) in server_state_unlock()
318 static int server_state_rdlock(const struct cras_client *client) in server_state_rdlock()
344 static int server_state_wrlock(const struct cras_client *client) in server_state_wrlock()
355 static struct client_stream *stream_from_id(const struct cras_client *client, in stream_from_id()
367 void server_fill_pollfd(const struct cras_client *client, in server_fill_pollfd()
393 static void server_fd_move_to_state(struct cras_client *client, in server_fd_move_to_state()
413 static int error_delay_next_action(struct cras_client *client, int poll_revents) in error_delay_next_action()
462 static void wait_for_socket_next_action(struct cras_client *client) in wait_for_socket_next_action()
[all …]
Dcras_helpers.c21 play_buffer_callback(struct cras_client *client, cras_stream_id_t stream_id, in play_buffer_callback()
43 static int play_buffer_error(struct cras_client *client, in play_buffer_error()
51 int cras_helper_create_connect_async(struct cras_client **client, in cras_helper_create_connect_async()
78 int cras_helper_create_connect(struct cras_client **client) in cras_helper_create_connect()
106 struct cras_client *client, enum CRAS_STREAM_DIRECTION direction, in cras_helper_add_stream_simple()
139 int cras_helper_play_buffer(struct cras_client *client, const void *buffer, in cras_helper_play_buffer()
/external/adhd/cras/src/server/
Dcras_control_rclient.c30 static void dump_audio_thread_info(struct cras_rclient *client) in dump_audio_thread_info()
43 static void get_atlog_fd(struct cras_rclient *client) in get_atlog_fd()
54 static void dump_audio_thread_snapshots(struct cras_rclient *client) in dump_audio_thread_snapshots()
63 static void handle_get_hotword_models(struct cras_rclient *client, in handle_get_hotword_models()
97 struct cras_rclient *client = (struct cras_rclient *)context; in send_output_volume_changed() local
107 struct cras_rclient *client = (struct cras_rclient *)context; in send_output_mute_changed() local
117 struct cras_rclient *client = (struct cras_rclient *)context; in send_capture_gain_changed() local
126 struct cras_rclient *client = (struct cras_rclient *)context; in send_capture_mute_changed() local
135 struct cras_rclient *client = (struct cras_rclient *)context; in send_nodes_changed() local
146 struct cras_rclient *client = (struct cras_rclient *)context; in send_active_node_changed() local
[all …]
Dcras_rclient_util.c20 int rclient_send_message_to_client(const struct cras_rclient *client, in rclient_send_message_to_client()
28 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()
109 const struct cras_rclient *client, in rclient_validate_stream_connect_params()
126 int rclient_handle_client_stream_connect(struct cras_rclient *client, in rclient_handle_client_stream_connect()
210 struct cras_rclient *client, in rclient_handle_client_stream_disconnect()
/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/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/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/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/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
DShadowDefaultRequestDirectorTest.java323 DefaultHttpClient client = new DefaultHttpClient(); in shouldSupportBasicResponseHandlerHandleResponse() local
340 DefaultHttpClient client = new DefaultHttpClient(); in shouldFindLastRequestMade() local
361 DefaultHttpClient client = new DefaultHttpClient(); in shouldSupportConnectionTimeoutWithExceptions() local
382 DefaultHttpClient client = new DefaultHttpClient(); in shouldSupportSocketTimeoutWithExceptions() local
395 DefaultHttpClient client = new DefaultHttpClient(); in shouldSupportRealHttpRequests() local
402 DefaultHttpClient client = new DefaultHttpClient(); in shouldSupportRealHttpRequestsAddingRequestInfo() local
417 DefaultHttpClient client = new DefaultHttpClient(); in realHttpRequestsShouldMakeContentDataAvailable() local
/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 …]
/external/conscrypt/common/src/test/java/org/conscrypt/javax/net/ssl/
DSSLSocketVersionCompatibilityTest.java164 SSLSocket client = in test_SSLSocket_startHandshake() local
258 SSLSocket client = in test_SSLSocket_NoEnabledCipherSuites_Failure() local
293 SSLSocket client = in test_SSLSocket_startHandshake_noKeyStore() local
327 SSLSocket client = in test_SSLSocket_startHandshake_noClientCertificate() local
350 final SSLSocket client = in test_SSLSocket_HandshakeCompletedListener() local
459 final SSLSocket client = in test_SSLSocket_HandshakeCompletedListener_RuntimeException() local
490 SSLSocket client = in test_SSLSocket_getUseClientMode() local
537 SSLSocket client = in test_SSLSocket_setUseClientMode() local
579 SSLSocket client = in test_SSLSocket_clientAuth() local
661 SSLSocket client = in test_SSLSocket_clientAuth_bogusAlias() local
[all …]
/external/conscrypt/repackaged/common/src/test/java/com/android/org/conscrypt/javax/net/ssl/
DSSLSocketVersionCompatibilityTest.java166 SSLSocket client = in test_SSLSocket_startHandshake() local
260 SSLSocket client = in test_SSLSocket_NoEnabledCipherSuites_Failure() local
295 SSLSocket client = in test_SSLSocket_startHandshake_noKeyStore() local
329 SSLSocket client = in test_SSLSocket_startHandshake_noClientCertificate() local
352 final SSLSocket client = in test_SSLSocket_HandshakeCompletedListener() local
461 final SSLSocket client = in test_SSLSocket_HandshakeCompletedListener_RuntimeException() local
492 SSLSocket client = in test_SSLSocket_getUseClientMode() local
539 SSLSocket client = in test_SSLSocket_setUseClientMode() local
581 SSLSocket client = in test_SSLSocket_clientAuth() local
663 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/nos/host/generic/libnos/generator/test/
Dtest.cpp55 MockNuggetClient client; in TEST() local
72 MockNuggetClient client; in TEST() local
95 MockNuggetClient client; in TEST() local
111 MockNuggetClient client; in TEST() local
131 MockNuggetClient client; in TEST() local
145 MockNuggetClient client; in TEST() local
/external/adhd/cras/src/tools/cras_test_client/
Dcras_test_client.c223 static int got_samples(struct cras_client *client, cras_stream_id_t stream_id, in got_samples()
257 static int put_samples(struct cras_client *client, cras_stream_id_t stream_id, in put_samples()
305 put_stdin_samples(struct cras_client *client, cras_stream_id_t stream_id, in put_stdin_samples()
322 static int stream_error(struct cras_client *client, cras_stream_id_t stream_id, in stream_error()
383 static void print_device_lists(struct cras_client *client) in print_device_lists()
411 static void print_attached_client_list(struct cras_client *client) in print_attached_client_list()
429 static void print_active_stream_info(struct cras_client *client) in print_active_stream_info()
440 static void print_system_volumes(struct cras_client *client) in print_system_volumes()
452 static void print_user_muted(struct cras_client *client) in print_user_muted()
797 static void audio_debug_info(struct cras_client *client) in audio_debug_info()
[all …]
/external/tensorflow/tensorflow/compiler/xla/python/tpu_driver/client/
Dtpu_client_extension.cc37 -> StatusOr<std::vector<std::vector<std::shared_ptr<Device>>>> { in PYBIND11_MODULE()
71 [](PyTpuClient* client, const LiteralSlice& literal, in PYBIND11_MODULE()
78 [](PyTpuClient* client, const Shape& shape, in PYBIND11_MODULE()
79 int device_ordinal) -> StatusOr<py::object> { in PYBIND11_MODULE()
97 -> StatusOr<std::unique_ptr<PyTpuBuffer>> { in PYBIND11_MODULE()
127 -> StatusOr<std::unique_ptr<PyTpuBuffer>> { in PYBIND11_MODULE()
/external/libchrome/crypto/
Dp224_spake_unittest.cc24 bool RunExchange(P224EncryptedKeyExchange* client, in RunExchange()
63 P224EncryptedKeyExchange client( in TEST() local
73 P224EncryptedKeyExchange client( in TEST() local
84 P224EncryptedKeyExchange client(P224EncryptedKeyExchange::kPeerTypeClient, in TEST() local
123 P224EncryptedKeyExchange client( in TEST() local

12345678910>>...26