Home
last modified time | relevance | path

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

12345678910>>...21

/external/autotest/client/common_lib/cros/
Dcr50_utils.py185 def GetSavedVersion(client): argument
202 def GetRLZ(client): argument
218 def SetRLZ(client, rlz): argument
243 def StopTrunksd(client): argument
249 def UsbUpdater(client, args): argument
284 def GetVersionFromUpdater(client, args): argument
290 def GetFwVersion(client): argument
295 def GetBinVersion(client, image=CR50_PROD): argument
306 def GetRunningVersion(client): argument
332 def GetActiveCr50ImagePath(client): argument
[all …]
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 CleanupAndReboot(client): argument
/external/adhd/cras/src/libcras/
Dcras_client.c156 struct cras_client *client; member
251 struct cras_client client; member
275 static void server_state_unlock(const struct cras_client *client, in server_state_unlock()
298 static int server_state_rdlock(const struct cras_client *client) in server_state_rdlock()
324 static int server_state_wrlock(const struct cras_client *client) in server_state_wrlock()
335 static struct client_stream *stream_from_id(const struct cras_client *client, in stream_from_id()
347 void server_fill_pollfd(const struct cras_client *client, in server_fill_pollfd()
373 static void server_fd_move_to_state(struct cras_client *client, in server_fd_move_to_state()
393 static int error_delay_next_action(struct cras_client *client, in error_delay_next_action()
444 static void wait_for_socket_next_action(struct cras_client *client) in wait_for_socket_next_action()
[all …]
Dcras_helpers.c20 static int play_buffer_callback(struct cras_client *client, in play_buffer_callback()
46 static int play_buffer_error(struct cras_client *client, in play_buffer_error()
55 int cras_helper_create_connect_async(struct cras_client **client, in cras_helper_create_connect_async()
82 int cras_helper_create_connect(struct cras_client **client) in cras_helper_create_connect()
109 int cras_helper_add_stream_simple(struct cras_client *client, in cras_helper_add_stream_simple()
147 int cras_helper_play_buffer(struct cras_client *client, in cras_helper_play_buffer()
/external/libvncserver/libvncclient/
Dvncviewer.c44 static void Dummy(rfbClient* client) { in Dummy()
46 static rfbBool DummyPoint(rfbClient* client, int x, int y) { in DummyPoint()
49 static void DummyRect(rfbClient* client, int x, int y, int w, int h) { in DummyRect()
53 static char* NoPassword(rfbClient* client) { in NoPassword()
62 static char* ReadPassword(rfbClient* client) { in ReadPassword()
91 static rfbBool MallocFrameBuffer(rfbClient* client) { in MallocFrameBuffer()
141 rfbClient* client=(rfbClient*)calloc(sizeof(rfbClient),1); in rfbGetClient() local
236 static rfbBool rfbInitConnection(rfbClient* client) in rfbInitConnection()
296 rfbBool rfbInitClient(rfbClient* client,int* argc,char** argv) { in rfbInitClient()
375 void rfbClientCleanup(rfbClient* client) { in rfbClientCleanup()
Drfbproto.c119 void rfbClientSetClientData(rfbClient* client, void* tag, void* data) in rfbClientSetClientData()
135 void* rfbClientGetClientData(rfbClient* client, void* tag) in rfbClientGetClientData()
150 static void FillRectangle(rfbClient* client, int x, int y, int w, int h, uint32_t colour) { in FillRectangle()
167 static void CopyRectangle(rfbClient* client, uint8_t* buffer, int x, int y, int w, int h) { in CopyRectangle()
193 static void CopyRectangleFromRectangle(rfbClient* client, int src_x, int src_y, int w, int h, int d… in CopyRectangleFromRectangle()
284 SupportsClient2Server(rfbClient* client, int messageType) in SupportsClient2Server()
290 SupportsServer2Client(rfbClient* client, int messageType) in SupportsServer2Client()
296 SetClient2Server(rfbClient* client, int messageType) in SetClient2Server()
302 SetServer2Client(rfbClient* client, int messageType) in SetServer2Client()
308 ClearClient2Server(rfbClient* client, int messageType) in ClearClient2Server()
[all …]
Dtls_none.c24 rfbBool HandleAnonTLSAuth(rfbClient* client) in HandleAnonTLSAuth()
31 rfbBool HandleVeNCryptAuth(rfbClient* client) in HandleVeNCryptAuth()
38 int ReadFromTLS(rfbClient* client, char *out, unsigned int n) in ReadFromTLS()
46 int WriteToTLS(rfbClient* client, char *buf, unsigned int n) in WriteToTLS()
54 void FreeTLS(rfbClient* client) in FreeTLS()
Dtls_gnutls.c90 rfbClient *client = (rfbClient*)transport; in PushTLS() local
112 rfbClient *client = (rfbClient*)transport; in PullTLS() local
131 InitializeTLSSession(rfbClient* client, rfbBool anonTLS) in InitializeTLSSession()
160 SetTLSAnonCredential(rfbClient* client) in SetTLSAnonCredential()
177 HandshakeTLS(rfbClient* client) in HandshakeTLS()
209 ReadVeNCryptSecurityType(rfbClient* client, uint32_t *result) in ReadVeNCryptSecurityType()
340 HandleAnonTLSAuth(rfbClient* client) in HandleAnonTLSAuth()
352 HandleVeNCryptAuth(rfbClient* client) in HandleVeNCryptAuth()
460 ReadFromTLS(rfbClient* client, char *out, unsigned int n) in ReadFromTLS()
478 WriteToTLS(rfbClient* client, char *buf, unsigned int n) in WriteToTLS()
[all …]
Dtight.c92 HandleTightBPP (rfbClient* client, int rx, int ry, int rw, int rh) in HandleTightBPP()
302 InitFilterCopyBPP (rfbClient* client, int rw, int rh) in InitFilterCopyBPP()
320 FilterCopyBPP (rfbClient* client, int numRows, CARDBPP *dst) in FilterCopyBPP()
343 InitFilterGradientBPP (rfbClient* client, int rw, int rh) in InitFilterGradientBPP()
359 FilterGradient24 (rfbClient* client, int numRows, uint32_t *dst) in FilterGradient24()
398 FilterGradientBPP (rfbClient* client, int numRows, CARDBPP *dst) in FilterGradientBPP()
452 InitFilterPaletteBPP (rfbClient* client, int rw, int rh) in InitFilterPaletteBPP()
490 FilterPaletteBPP (rfbClient* client, int numRows, CARDBPP *dst) in FilterPaletteBPP()
523 DecompressJpegRectBPP(rfbClient* client, int x, int y, int w, int h) in DecompressJpegRectBPP()
596 ReadCompactLen (rfbClient* client) in ReadCompactLen()
[all …]
Dtls_openssl.c176 rfbClient *client; in ssl_verify() local
261 open_ssl_connection (rfbClient *client, int sockfd, rfbBool anonTLS) in open_ssl_connection()
302 InitializeTLSSession(rfbClient* client, rfbBool anonTLS) in InitializeTLSSession()
317 SetTLSAnonCredential(rfbClient* client) in SetTLSAnonCredential()
324 HandshakeTLS(rfbClient* client) in HandshakeTLS()
362 ReadVeNCryptSecurityType(rfbClient* client, uint32_t *result) in ReadVeNCryptSecurityType()
427 HandleAnonTLSAuth(rfbClient* client) in HandleAnonTLSAuth()
439 HandleVeNCryptAuth(rfbClient* client) in HandleVeNCryptAuth()
548 ReadFromTLS(rfbClient* client, char *out, unsigned int n) in ReadFromTLS()
568 WriteToTLS(rfbClient* client, char *buf, unsigned int n) in WriteToTLS()
[all …]
/external/adhd/cras/src/server/
Dcras_rclient.c36 static int handle_client_stream_connect(struct cras_rclient *client, in handle_client_stream_connect()
111 struct cras_rclient *client, in handle_client_stream_disconnect()
119 static void dump_audio_thread_info(struct cras_rclient *client) in dump_audio_thread_info()
131 static void handle_get_hotword_models(struct cras_rclient *client, in handle_get_hotword_models()
165 struct cras_rclient *client = (struct cras_rclient *)context; in send_output_volume_changed() local
175 struct cras_rclient *client = (struct cras_rclient *)context; in send_output_mute_changed() local
185 struct cras_rclient *client = (struct cras_rclient *)context; in send_capture_gain_changed() local
194 struct cras_rclient *client = (struct cras_rclient *)context; in send_capture_mute_changed() local
203 struct cras_rclient *client = (struct cras_rclient *)context; in send_nodes_changed() local
214 struct cras_rclient *client = (struct cras_rclient *)context; in send_active_node_changed() local
[all …]
Dcras_observer.c88 struct cras_observer_client *client; in output_volume_alert() local
102 struct cras_observer_client *client; in output_mute_alert() local
118 struct cras_observer_client *client; in capture_gain_alert() local
132 struct cras_observer_client *client; in capture_mute_alert() local
152 struct cras_observer_client *client; in nodes_alert() local
162 struct cras_observer_client *client; in active_node_alert() local
177 struct cras_observer_client *client; in output_node_volume_alert() local
192 struct cras_observer_client *client; in node_left_right_swapped_alert() local
207 struct cras_observer_client *client; in input_node_gain_alert() local
222 struct cras_observer_client *client; in suspend_changed_alert() local
[all …]
/external/fio/
Dclient.c77 static void fio_client_add_hash(struct fio_client *client) in fio_client_add_hash()
85 static void fio_client_remove_hash(struct fio_client *client) in fio_client_remove_hash()
165 struct fio_client *client; in find_client_by_fd() local
180 void fio_put_client(struct fio_client *client) in fio_put_client()
220 static void fio_drain_client_text(struct fio_client *client) in fio_drain_client_text()
238 static void remove_client(struct fio_client *client) in remove_client()
266 struct fio_client *fio_get_client(struct fio_client *client) in fio_get_client()
272 static void __fio_client_add_cmd_option(struct fio_client *client, in __fio_client_add_cmd_option()
285 struct fio_client *client = cookie; in fio_client_add_cmd_option() local
307 struct fio_client *client; in fio_client_add_explicit() local
[all …]
/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/nos/host/android/citadel/validation/
Dcitadel_validation_tool.cpp61 bool ReadRegister(NuggetClientInterface& client, uint32_t address, uint32_t* value) { in ReadRegister()
84 bool WriteRegister(NuggetClientInterface& client, uint32_t address, uint32_t value) { in WriteRegister()
106 bool CheckRegisterInRange(NuggetClientInterface& client, uint32_t address, in CheckRegisterInRange()
124 bool CheckRegisterNotInRange(NuggetClientInterface& client, uint32_t address, in CheckRegisterNotInRange()
139 bool CyclesSinceBoot(NuggetClientInterface & client, uint32_t* cycles) { in CyclesSinceBoot()
161 int CmdStressSpi(NuggetClientInterface& client, char** params) { in CmdStressSpi()
216 int CmdHealthCheck(NuggetClientInterface& client) { in CmdHealthCheck()
269 int CmdReset(CitadeldProxyClient& client) { in CmdReset()
306 int CmdEnableAlerts(CitadeldProxyClient& client) { in CmdEnableAlerts()
344 int CmdDisableAlerts(CitadeldProxyClient& client) { in CmdDisableAlerts()
[all …]
/external/nos/host/android/hals/authsecret/test/
Dtest.cpp71 MockNuggetClient client; in TEST() local
88 MockNuggetClient client; in TEST() local
105 MockNuggetClient client; in TEST() local
133 MockNuggetClient client; in TEST() local
150 MockNuggetClient client; in TEST() local
166 MockNuggetClient client; in TEST() local
181 MockNuggetClient client; in TEST() local
/external/tensorflow/tensorflow/compiler/xla/tests/
Dcompute_constant_test.cc73 Client* client, const ComputationDataHandle& operand, in ComputeConstantLiteral()
83 Client* client, const ComputationDataHandle& operand, in ComputeConstantScalar()
104 Client* client = ClientOrDie(platform_, client_type); in TEST_F() local
117 Client* client = ClientOrDie(platform_, client_type); in TEST_F() local
131 Client* client = ClientOrDie(platform_, client_type); in TEST_F() local
146 Client* client = ClientOrDie(platform_, client_type); in TEST_F() local
164 Client* client = ClientOrDie(platform_, client_type); in TEST_F() local
178 Client* client = ClientOrDie(platform_, client_type); in TEST_F() local
196 Client* client = ClientOrDie(platform_, client_type); in TEST_F() local
222 Client* client = ClientOrDie(platform_, client_type); in TEST_F() local
[all …]
/external/adhd/cras/src/tests/
Dcras_test_client.c118 static int got_samples(struct cras_client *client, in got_samples()
155 static int got_hotword(struct cras_client *client, in got_hotword()
170 static int put_samples(struct cras_client *client, in put_samples()
220 static int put_stdin_samples(struct cras_client *client, in put_stdin_samples()
241 static int stream_error(struct cras_client *client, in stream_error()
306 static void print_device_lists(struct cras_client *client) in print_device_lists()
334 static void print_attached_client_list(struct cras_client *client) in print_attached_client_list()
355 static void print_active_stream_info(struct cras_client *client) in print_active_stream_info()
366 static void print_system_volumes(struct cras_client *client) in print_system_volumes()
378 static void print_user_muted(struct cras_client *client) in print_user_muted()
[all …]
/external/nos/test/system-test-harness/tools/
Davb_tools.cc27 void SetBootloader(nos::NuggetClientInterface *client) in SetBootloader()
41 void BootloaderDone(nos::NuggetClientInterface *client) in BootloaderDone()
49 void GetState(nos::NuggetClientInterface *client, bool *bootloader, in GetState()
70 int Reset(nos::NuggetClientInterface *client, ResetRequest_ResetKind kind, in Reset()
88 int GetResetChallenge(nos::NuggetClientInterface *client, in GetResetChallenge()
109 int SetProduction(nos::NuggetClientInterface *client, bool production, in SetProduction()
128 void ResetProduction(nos::NuggetClientInterface *client) in ResetProduction()
Dnugget_tools.cc51 std::unique_ptr<nos::NuggetClientInterface> client = in MakeNuggetClient() local
65 bool CyclesSinceBoot(nos::NuggetClientInterface *client, uint32_t *cycles) { in CyclesSinceBoot()
98 bool RebootNugget(nos::NuggetClientInterface *client) { in RebootNugget()
154 bool WaitForSleep(nos::NuggetClientInterface *client, uint32_t *seconds_waited) { in WaitForSleep()
201 bool WipeUserData(nos::NuggetClientInterface *client) { in WipeUserData()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowContentProviderClientTest.java50 ContentProviderClient client = contentResolver.acquireContentProviderClient(AUTHORITY); in acquireContentProviderClient_isStable() local
56 ContentProviderClient client = contentResolver.acquireUnstableContentProviderClient(AUTHORITY); in acquireUnstableContentProviderClient_isUnstable() local
62 ContentProviderClient client = contentResolver.acquireContentProviderClient(AUTHORITY); in release_shouldRelease() local
71 ContentProviderClient client = contentResolver.acquireContentProviderClient(AUTHORITY); in release_shouldFailWhenCalledTwice() local
80 ContentProviderClient client = contentResolver.acquireContentProviderClient(AUTHORITY); in shouldDelegateToContentProvider() local
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
DAndroidHttpClientTest.java24 AndroidHttpClient client = AndroidHttpClient.newInstance("foo"); in testNewInstance() local
30 AndroidHttpClient client = AndroidHttpClient.newInstance("foo", Robolectric.application); in testNewInstanceWithContext() local
36 AndroidHttpClient client = AndroidHttpClient.newInstance("foo"); in testExecute() 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/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

12345678910>>...21