Home
last modified time | relevance | path

Searched full:client (Results 1 – 25 of 7593) sorted by relevance

12345678910>>...304

/third_party/weston/tests/
Dpointer-test.c33 #include "weston-test-client-helper.h"
53 send_motion(struct client *client, const struct timespec *time, int x, int y) in send_motion() argument
58 weston_test_move_pointer(client->test->weston_test, tv_sec_hi, tv_sec_lo, in send_motion()
60 client_roundtrip(client); in send_motion()
64 send_button(struct client *client, const struct timespec *time, in send_button() argument
70 weston_test_send_button(client->test->weston_test, tv_sec_hi, tv_sec_lo, in send_button()
72 client_roundtrip(client); in send_button()
76 send_axis(struct client *client, const struct timespec *time, uint32_t axis, in send_axis() argument
82 weston_test_send_axis(client->test->weston_test, tv_sec_hi, tv_sec_lo, in send_axis()
84 client_roundtrip(client); in send_axis()
[all …]
Dsubsurface-test.c31 #include "weston-test-client-helper.h"
55 get_subcompositor(struct client *client) in get_subcompositor() argument
61 wl_list_for_each(g, &client->global_list, link) { in get_subcompositor()
75 sub = wl_registry_bind(client->wl_registry, global_sub->name, in get_subcompositor()
83 populate_compound_surface(struct compound_surface *com, struct client *client) in populate_compound_surface() argument
87 com->subco = get_subcompositor(client); in populate_compound_surface()
89 com->parent = wl_compositor_create_surface(client->wl_compositor); in populate_compound_surface()
93 wl_compositor_create_surface(client->wl_compositor); in populate_compound_surface()
103 struct client *client; in TEST() local
107 client = create_client_and_test_surface(100, 50, 123, 77); in TEST()
[all …]
Divi-layout-test-client.c34 #include "weston-test-client-helper.h"
35 #include "ivi-application-client-protocol.h"
53 struct client *client; member
71 client_create_runner(struct client *client) in client_create_runner() argument
78 runner->client = client; in client_create_runner()
80 wl_list_for_each(g, &client->global_list, link) { in client_create_runner()
93 runner->test_runner = wl_registry_bind(client->wl_registry, in client_create_runner()
109 client_roundtrip(runner->client); in runner_destroy()
122 if (wl_display_dispatch(runner->client->wl_display) < 0) in runner_run()
128 get_ivi_application(struct client *client) in get_ivi_application() argument
[all …]
Dlinux-explicit-synchronization-test.c31 #include "linux-explicit-synchronization-unstable-v1-client-protocol.h"
32 #include "weston-test-client-helper.h"
53 get_linux_explicit_synchronization(struct client *client) in get_linux_explicit_synchronization() argument
59 wl_list_for_each(g, &client->global_list, link) { in get_linux_explicit_synchronization()
74 client->wl_registry, global_sync->name, in get_linux_explicit_synchronization()
81 static struct client *
84 struct client *cl = create_client_and_test_surface(0, 0, 100, 100); in create_test_client()
91 struct client *client = create_test_client(); in TEST() local
93 get_linux_explicit_synchronization(client); in TEST()
99 sync, client->surface->wl_surface); in TEST()
[all …]
Devent-test.c29 #include "weston-test-client-helper.h"
44 output_contains_client(struct client *client) in output_contains_client() argument
46 struct output *output = client->output; in output_contains_client()
47 struct surface *surface = client->surface; in output_contains_client()
56 check_client_move(struct client *client, int x, int y) in check_client_move() argument
58 move_client(client, x, y); in check_client_move()
60 if (output_contains_client(client)) { in check_client_move()
61 assert(client->surface->output == client->output); in check_client_move()
63 assert(client->surface->output == NULL); in check_client_move()
69 struct client *client; in TEST() local
[all …]
/third_party/openssl/test/ssl-tests/
D04-client_auth.conf6 test-1 = 1-client-auth-flex-request
7 test-2 = 2-client-auth-flex-require-fail
8 test-3 = 3-client-auth-flex-require
9 test-4 = 4-client-auth-flex-require-non-empty-names
10 test-5 = 5-client-auth-flex-noroot
12 test-7 = 7-client-auth-TLSv1-request
13 test-8 = 8-client-auth-TLSv1-require-fail
14 test-9 = 9-client-auth-TLSv1-require
15 test-10 = 10-client-auth-TLSv1-require-non-empty-names
16 test-11 = 11-client-auth-TLSv1-noroot
[all …]
D26-tls13_client_auth.conf6 test-1 = 1-client-auth-TLSv1.3-request
7 test-2 = 2-client-auth-TLSv1.3-require-fail
8 test-3 = 3-client-auth-TLSv1.3-require
9 test-4 = 4-client-auth-TLSv1.3-require-non-empty-names
10 test-5 = 5-client-auth-TLSv1.3-noroot
11 test-6 = 6-client-auth-TLSv1.3-request-post-handshake
12 test-7 = 7-client-auth-TLSv1.3-require-fail-post-handshake
13 test-8 = 8-client-auth-TLSv1.3-require-post-handshake
14 test-9 = 9-client-auth-TLSv1.3-require-non-empty-names-post-handshake
15 test-10 = 10-client-auth-TLSv1.3-noroot-post-handshake
[all …]
D08-npn.conf6 test-1 = 1-npn-client-finds-match
7 test-2 = 2-npn-client-honours-server-pref
8 test-3 = 3-npn-client-first-pref-on-mismatch
10 test-5 = 5-npn-no-client-support
19 test-14 = 14-npn-client-switch-resumption
20 test-15 = 15-npn-client-first-pref-on-mismatch-resumption
22 test-17 = 17-npn-no-client-support-resumption
32 client = 0-npn-simple-client
39 [0-npn-simple-client]
48 client = 0-npn-simple-client-extra
[all …]
D17-renegotiate.conf5 test-0 = 0-renegotiate-client-no-resume
6 test-1 = 1-renegotiate-client-resume
9 test-4 = 4-renegotiate-client-auth-require
10 test-5 = 5-renegotiate-client-auth-once
15 test-10 = 10-no-renegotiation-server-by-client
17 test-12 = 12-no-renegotiation-client-by-server
18 test-13 = 13-no-renegotiation-client-by-client
21 [0-renegotiate-client-no-resume]
22 ssl_conf = 0-renegotiate-client-no-resume-ssl
24 [0-renegotiate-client-no-resume-ssl]
[all …]
D09-alpn.conf10 test-5 = 5-alpn-no-client-support
17 test-12 = 12-alpn-client-switch-resumption
20 test-15 = 15-alpn-no-client-support-resumption
28 client = 0-alpn-simple-client
35 [0-alpn-simple-client]
43 client = 0-alpn-simple-client-extra
48 [0-alpn-simple-client-extra]
59 client = 1-alpn-server-finds-match-client
66 [1-alpn-server-finds-match-client]
74 client = 1-alpn-server-finds-match-client-extra
[all …]
D18-dtls-renegotiate.conf5 test-0 = 0-renegotiate-client-no-resume
6 test-1 = 1-renegotiate-client-resume
8 test-3 = 3-renegotiate-client-auth-require
9 test-4 = 4-renegotiate-client-auth-once
16 [0-renegotiate-client-no-resume]
17 ssl_conf = 0-renegotiate-client-no-resume-ssl
19 [0-renegotiate-client-no-resume-ssl]
20 server = 0-renegotiate-client-no-resume-server
21 client = 0-renegotiate-client-no-resume-client
23 [0-renegotiate-client-no-resume-server]
[all …]
D10-resumption.conf77 client = 0-resumption-client
79 resume-client = 0-resumption-client
96 [0-resumption-client]
114 client = 1-resumption-client
116 resume-client = 1-resumption-client
133 [1-resumption-client]
151 client = 2-resumption-client
153 resume-client = 2-resumption-client
170 [2-resumption-client]
188 client = 3-resumption-client
[all …]
/third_party/grpc/src/core/tsi/alts/handshaker/
Dalts_handshaker_client.cc63 * client is used in a non-testing use case and points to a custom function
86 /* boolean flag indicating if the handshaker client is used at client
92 /* a buffer containing data to be sent to the grpc client or server's peer. */
112 alts_grpc_handshaker_client* client) { in handshaker_client_send_buffer_destroy() argument
113 GPR_ASSERT(client != nullptr); in handshaker_client_send_buffer_destroy()
114 grpc_byte_buffer_destroy(client->send_buffer); in handshaker_client_send_buffer_destroy()
115 client->send_buffer = nullptr; in handshaker_client_send_buffer_destroy()
127 alts_grpc_handshaker_client* client) { in alts_grpc_handshaker_client_unref() argument
128 if (gpr_unref(&client->refs)) { in alts_grpc_handshaker_client_unref()
129 if (client->base.vtable != nullptr && in alts_grpc_handshaker_client_unref()
[all …]
/third_party/weston/libweston-desktop/
Dclient.c36 struct wl_client *client; member
45 weston_desktop_client_add_destroy_listener(struct weston_desktop_client *client, in weston_desktop_client_add_destroy_listener() argument
48 wl_signal_add(&client->destroy_signal, listener); in weston_desktop_client_add_destroy_listener()
54 struct weston_desktop_client *client = in weston_desktop_client_destroy() local
56 struct wl_list *list = &client->surface_list; in weston_desktop_client_destroy()
59 wl_signal_emit(&client->destroy_signal, client); in weston_desktop_client_destroy()
68 if (client->ping_timer != NULL) in weston_desktop_client_destroy()
69 wl_event_source_remove(client->ping_timer); in weston_desktop_client_destroy()
71 free(client); in weston_desktop_client_destroy()
77 struct weston_desktop_client *client = user_data; in weston_desktop_client_ping_timeout() local
[all …]
/third_party/weston/clients/
Dnested-client.c94 create_program(struct nested_client *client, in create_program() argument
99 client->vert = create_shader(vert, GL_VERTEX_SHADER); in create_program()
100 client->frag = create_shader(frag, GL_FRAGMENT_SHADER); in create_program()
102 client->program = glCreateProgram(); in create_program()
103 glAttachShader(client->program, client->frag); in create_program()
104 glAttachShader(client->program, client->vert); in create_program()
105 glBindAttribLocation(client->program, POS, "pos"); in create_program()
106 glBindAttribLocation(client->program, COL, "color"); in create_program()
107 glLinkProgram(client->program); in create_program()
109 glGetProgramiv(client->program, GL_LINK_STATUS, &status); in create_program()
[all …]
/third_party/typescript/tests/baselines/reference/
Des6ImportNamedImportWithExport.symbols28 === tests/cases/compiler/client.ts ===
31 >a : Symbol(a, Decl(client.ts, 1, 15))
34 …xxxx : Symbol(xxxx, Decl(client.ts, 2, 10), Decl(client.ts, 4, 10), Decl(client.ts, 6, 10), Decl(c…
35 >a : Symbol(a, Decl(client.ts, 1, 15))
39 >b : Symbol(b, Decl(client.ts, 3, 15))
42 …xxxx : Symbol(xxxx, Decl(client.ts, 2, 10), Decl(client.ts, 4, 10), Decl(client.ts, 6, 10), Decl(c…
43 >b : Symbol(b, Decl(client.ts, 3, 15))
46 >x : Symbol(x, Decl(client.ts, 5, 15))
48 >y : Symbol(y, Decl(client.ts, 5, 18))
51 …xxxx : Symbol(xxxx, Decl(client.ts, 2, 10), Decl(client.ts, 4, 10), Decl(client.ts, 6, 10), Decl(c…
[all …]
Des6ImportDefaultBindingFollowedWithNamedImport1WithExport.symbols8 === tests/cases/compiler/client.ts ===
10 >defaultBinding1 : Symbol(defaultBinding1, Decl(client.ts, 0, 13))
13 >x1 : Symbol(x1, Decl(client.ts, 1, 10), Decl(client.ts, 3, 10), Decl(client.ts, 5, 10), Decl(clien…
14 >defaultBinding1 : Symbol(defaultBinding1, Decl(client.ts, 0, 13))
17 >defaultBinding2 : Symbol(defaultBinding2, Decl(client.ts, 2, 13))
18 >a : Symbol(a, Decl(client.ts, 2, 32))
21 >x1 : Symbol(x1, Decl(client.ts, 1, 10), Decl(client.ts, 3, 10), Decl(client.ts, 5, 10), Decl(clien…
22 >defaultBinding2 : Symbol(defaultBinding2, Decl(client.ts, 2, 13))
25 >defaultBinding3 : Symbol(defaultBinding3, Decl(client.ts, 4, 13))
26 >b : Symbol(b, Decl(client.ts, 4, 32))
[all …]
Des6ImportDefaultBindingFollowedWithNamedImportWithExport.symbols15 === tests/cases/compiler/client.ts ===
17 >defaultBinding1 : Symbol(defaultBinding1, Decl(client.ts, 0, 13))
20 >defaultBinding2 : Symbol(defaultBinding2, Decl(client.ts, 1, 13))
21 >a : Symbol(a, Decl(client.ts, 1, 32))
24 >x1 : Symbol(x1, Decl(client.ts, 2, 10), Decl(client.ts, 4, 10), Decl(client.ts, 6, 10), Decl(clien…
25 >a : Symbol(a, Decl(client.ts, 1, 32))
28 >defaultBinding3 : Symbol(defaultBinding3, Decl(client.ts, 3, 13))
30 >b : Symbol(b, Decl(client.ts, 3, 32))
33 >x1 : Symbol(x1, Decl(client.ts, 2, 10), Decl(client.ts, 4, 10), Decl(client.ts, 6, 10), Decl(clien…
34 >b : Symbol(b, Decl(client.ts, 3, 32))
[all …]
/third_party/glib/gio/
Dgdbusnameowning.c79 } Client; typedef
85 static Client *
86 client_ref (Client *client) in client_ref() argument
88 g_atomic_int_inc (&client->ref_count); in client_ref()
89 return client; in client_ref()
93 client_unref (Client *client) in client_unref() argument
95 if (g_atomic_int_dec_and_test (&client->ref_count)) in client_unref()
97 if (client->connection != NULL) in client_unref()
99 if (client->disconnected_signal_handler_id > 0) in client_unref()
100 … g_signal_handler_disconnect (client->connection, client->disconnected_signal_handler_id); in client_unref()
[all …]
Dgdbusnamewatching.c78 } Client; typedef
86 static Client *
87 client_ref (Client *client) in client_ref() argument
89 g_atomic_int_inc (&client->ref_count); in client_ref()
90 return client; in client_ref()
94 client_unref (Client *client) in client_unref() argument
96 if (g_atomic_int_dec_and_test (&client->ref_count)) in client_unref()
98 if (client->connection != NULL) in client_unref()
100 if (client->name_owner_changed_subscription_id > 0) in client_unref()
101 …g_dbus_connection_signal_unsubscribe (client->connection, client->name_owner_changed_subscription_… in client_unref()
[all …]
/third_party/gstreamer/gstplugins_good/ext/jack/
Dgstjackaudioclient.c4 * gstjackaudioclient.c: jack audio client implementation
68 jack_client_t *client; member
104 jack_handle_transport_change (GstJackAudioClient * client, GstState state) in jack_handle_transport_change() argument
106 GstObject *obj = GST_OBJECT_PARENT (client->user_data); in jack_handle_transport_change()
126 jack_transport_state_t ts = jack_transport_query (conn->client, NULL); in jack_process_cb()
155 GstJackAudioClient *client = (GstJackAudioClient *) walk->data; in jack_process_cb() local
158 if ((client->active || client->deactivate) && client->process) { in jack_process_cb()
159 res = client->process (nframes, client->user_data); in jack_process_cb()
160 if (client->deactivate) { in jack_process_cb()
161 client->deactivate = FALSE; in jack_process_cb()
[all …]
/third_party/libsoup/tests/
Dcontinue-test.c82 G_CALLBACK (got_informational), "client"); in EVENT_HANDLER()
84 G_CALLBACK (got_headers), "client"); in EVENT_HANDLER()
86 G_CALLBACK (got_body), "client"); in EVENT_HANDLER()
88 G_CALLBACK (wrote_informational), "client"); in EVENT_HANDLER()
90 G_CALLBACK (wrote_headers), "client"); in EVENT_HANDLER()
92 G_CALLBACK (wrote_body), "client"); in EVENT_HANDLER()
94 G_CALLBACK (finished), "client"); in EVENT_HANDLER()
155 "client-wrote_headers", in do_test_unauth_short_noexpect_nopass()
156 "client-wrote_body", in do_test_unauth_short_noexpect_nopass()
162 "client-got_headers", in do_test_unauth_short_noexpect_nopass()
[all …]
/third_party/node/test/parallel/
Dtest-tls-client-auth.js11 const client = keys.ec10; constant
21 split(client.cert, client);
33 client: { property
34 key: client.key,
35 cert: client.cert,
42 ca: client.ca,
50 // As above, but without requesting client's cert.
52 client: { property
59 ca: client.ca,
66 // Request cert from TLS1.2 client that doesn't have one.
[all …]
/third_party/lwip/src/apps/mqtt/
Dmqtt.c3 * MQTT client
5 * @defgroup mqtt MQTT client
80 * MQTT client connection states
166 * @param client MQTT client
170 msg_generate_packet_id(mqtt_client_t *client) in msg_generate_packet_id() argument
172 client->pkt_id_seq++; in msg_generate_packet_id()
173 if (client->pkt_id_seq == 0) { in msg_generate_packet_id()
174 client->pkt_id_seq++; in msg_generate_packet_id()
176 return client->pkt_id_seq; in msg_generate_packet_id()
533 * @param client MQTT client
[all …]
/third_party/grpc/doc/
Dhttp2-interop-test-descriptions.md4 Client and server use
20 Client section in Negative HTTP/2 Interop Test Case Descriptions
23 Clients implement test cases that test certain functionality. Each client is
38 Note that the server and client must be invoked with the same test case or else
40 that invokes both server and client at the same time, with the same test_case.
47 This test verifies that the client correctly responds to a goaway sent by the
48 server. The client should handle the goaway by switching to a new stream without
51 Client Procedure:
52 1. Client sends two UnaryCall requests (and sleeps for 1 second in-between).
64 Client asserts:
[all …]

12345678910>>...304