Home
last modified time | relevance | path

Searched refs:sends (Results 1 – 25 of 285) sorted by relevance

12345678910>>...12

/third_party/mesa3d/src/intel/tools/tests/gen9/
Dsends.asm1 sends(8) nullUD g34UD g36UD 0x04035001 0x00000100
3 sends(8) nullUD g1UD g3UD 0x04036001 0x00000100
5 sends(8) nullUD g21UD g23UD 0x04035001 0x00000100
7 (+f1.0) sends(8) g9UD g2UD g3UD 0x0210b201 0x00000040
9 (+f1.0) sends(16) g11UD g2UD g6UD 0x0420a201 0x00000080
11 sends(16) nullUD g6UD g8UD 0x04025efe 0x00000080
13 sends(16) nullUD g10UD g12UD 0x040087fe 0x00000080
15 (+f1.0) sends(8) nullUD g11UD g5UD 0x04035002 0x00000100
17 (+f1.0) sends(8) nullUD g2UD g11UD 0x04036002 0x00000100
19 (+f1.0) sends(8) nullUD g3UD g4UD 0x02026001 0x00000100
[all …]
/third_party/node/benchmark/worker/
Decho.js15 function main({ n, workers, sendsPerBroadcast: sends, payload: payloadType }) {
16 const expectedPerBroadcast = sends * workers;
58 for (let i = 0; i < sends; ++i)
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
DREADME-MULTI-AP100 2. STA sends Authentication frame (nothing Multi-AP specific).
101 3. AP sends Authentication frame (nothing Multi-AP specific).
102 4. STA sends Association Request frame with Multi-AP IE.
103 5. AP sends Association Response frame with Multi-AP IE.
145 2. Enrollee sends Authentication frame (nothing Multi-AP specific).
146 3. AP sends Authentication frame (nothing Multi-AP specific).
147 4. Enrollee sends Association Request frame with Multi-AP IE.
148 5. AP sends Association Response frame with Multi-AP IE.
149 6. Enrollee sends M1 with additional Multi-AP subelement.
150 7. AP sends M8 with backhaul instead of fronthaul credentials.
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
DREADME-MULTI-AP100 2. STA sends Authentication frame (nothing Multi-AP specific).
101 3. AP sends Authentication frame (nothing Multi-AP specific).
102 4. STA sends Association Request frame with Multi-AP IE.
103 5. AP sends Association Response frame with Multi-AP IE.
145 2. Enrollee sends Authentication frame (nothing Multi-AP specific).
146 3. AP sends Authentication frame (nothing Multi-AP specific).
147 4. Enrollee sends Association Request frame with Multi-AP IE.
148 5. AP sends Association Response frame with Multi-AP IE.
149 6. Enrollee sends M1 with additional Multi-AP subelement.
150 7. AP sends M8 with backhaul instead of fronthaul credentials.
[all …]
/third_party/mbedtls/programs/
DREADME.md65 * [`ssl/dtls_client.c`](ssl/dtls_client.c): a simple DTLS client program, which sends one datagram …
69 * [`ssl/mini_client.c`](ssl/mini_client.c): a minimalistic SSL client, which sends a short string a…
71 * [`ssl/ssl_client1.c`](ssl/ssl_client1.c): a simple HTTPS client that sends a fixed request and di…
75 …il_client.c): a simple SMTP-over-TLS or SMTP-STARTTLS client. This client sends an email with fixe…
79 * [`ssl/ssl_server.c`](ssl/ssl_server.c): a simple HTTPS server that sends a fixed response. It ser…
85 * [`ssl/ssl_client2.c`](ssl/ssl_client2.c): an HTTPS client that sends a fixed request and displays…
87 * [`ssl/ssl_server2.c`](ssl/ssl_server2.c): an HTTPS server that sends a fixed response, with optio…
/third_party/libwebsockets/minimal-examples/ws-client/
DREADME.md4 …nimal-ws-client-echo|Simple client that connects to a ws server and echos anything the server sends
6 minimal-ws-client-pmd-bulk|Client that sends bulk multifragment data to the minimal-ws-server-pmd-b…
/third_party/flutter/flutter/packages/flutter_driver/test/
Dflutter_driver_test.dart195 test('sends the tap command', () async {
214 test('sends the getText command', () async {
237 test('sends the waitFor command', () async {
252 test('sends the waitUntilNoTransientCallbacks command', () async {
273 test('sends the getCenter command', () async {
292 test('sends the getTopLeft command', () async {
311 test('sends the getTopRight command', () async {
330 test('sends the getBottomLeft command', () async {
349 test('sends the getBottomRight command', () async {
/third_party/flutter/flutter/packages/flutter_driver/lib/src/common/
Drequest_data.dart7 /// A Flutter Driver command that sends a string to the application and expects a
10 /// Create a command that sends a message.
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/
Dinherited_notifier.dart15 /// Dependents are notified whenever the [notifier] sends notifications, or
43 /// sends notifications.
55 /// Whenever this object sends change notifications, the dependents of this
/third_party/gstreamer/gstplugins_good/gst/cutter/
DREADME10 …old value for a consecutive run length longer than the given runlength, it sends a CUT_STOP signal.
21 minimum length (in seconds) before plugin sends cut_stop signal
/third_party/nghttp2/doc/
Dnghttp.h2r4 nghttp sends priority hints to server by default unless
13 When connection is established, nghttp sends 5 PRIORITY frames to idle
Dnghttp.1.rst185 (up to a short timeout) until the server sends a 100
223 nghttp sends priority hints to server by default unless
232 When connection is established, nghttp sends 5 PRIORITY frames to idle
/third_party/node/src/inspector/
Dnode_protocol.pdl67 …# Whether to new workers should be paused until the frontend sends `Runtime.runIfWaitingForDebugge…
97 # Identifier of a session which sends a message.
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Deap_testing.txt361 - uses tunneled EAP-Success, expects reply in tunnel or TLS ACK, sends MPPE
367 - uses tunneled EAP-Success, expects reply in tunnel or TLS ACK, sends MPPE
373 - uses TLV Success and Reply, sends MPPE keys with outer EAP-Success message
378 - sends tunneled EAP-Success with MPPE keys and expects the authentication to
384 - sends tunneled EAP-Success with MPPE keys and expects to receive TLS ACK
389 - uses tunneled EAP-Success, expects reply in tunnel or TLS ACK, sends MPPE
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
Deap_testing.txt361 - uses tunneled EAP-Success, expects reply in tunnel or TLS ACK, sends MPPE
367 - uses tunneled EAP-Success, expects reply in tunnel or TLS ACK, sends MPPE
373 - uses TLV Success and Reply, sends MPPE keys with outer EAP-Success message
378 - sends tunneled EAP-Success with MPPE keys and expects the authentication to
384 - sends tunneled EAP-Success with MPPE keys and expects to receive TLS ACK
389 - uses tunneled EAP-Success, expects reply in tunnel or TLS ACK, sends MPPE
/third_party/flutter/flutter/dev/devicelab/test/
Dadb_test.dart41 test('sends power event', () async {
88 test('sends unlock event', () async {
/third_party/lz4/tests/
DREADME.md34 - The script sends e-mails using `mutt`; if `mutt` is not available it sends e-mails without attach…
/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/
Danalytics_test.dart174 testUsingContext('doctor fail sends warning', () async {
208 testUsingContext('command sends localtime', () async {
233 testUsingContext('event sends localtime', () async {
Dbase_utils_test.dart13 test('sends notifications', () async {
/third_party/libwebsockets/minimal-examples/dbus-server/minimal-dbus-ws-proxy/
DREADME.md57 This test app sends a random line drawing message to the mirror example on
59 any received messages (such as its own sends mirrored back, or anything
/third_party/libwebsockets/minimal-examples/api-tests/api-test-smtp_client/
DREADME.md6 The first test "sends mail to a server" (actually is prompted by
/third_party/flutter/flutter/examples/flutter_gallery/ios/
DPodfile4 # CocoaPods analytics sends network stats synchronously affecting flutter build latency.
/third_party/flutter/flutter/packages/flutter/lib/src/services/
Dbinary_messenger.dart14 /// A messenger which sends binary data across the Flutter platform barrier.
61 /// This messenger sends messages from the app-side to the platform-side and
/third_party/gstreamer/gstreamer/docs/random/wtay/
Dclocking252 mad sends buffers with timestamp starttime + internal counter
/third_party/gstreamer/gstreamer/docs/random/ensonic/
Ddistributed.txt10 At runtime when the proxy-element receives data it sends it to the remote

12345678910>>...12