Searched refs:sends (Results 1 – 25 of 334) sorted by relevance
12345678910>>...14
/external/mesa3d/src/intel/tools/tests/gen9/ |
D | sends.asm | 1 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 …]
|
/external/grpc-grpc/doc/ |
D | http2-interop-test-descriptions.md | 52 1. Client sends two UnaryCall requests (and sleeps for 1 second in-between). 69 1. Server sends a GOAWAY after receiving the first UnaryCall. 76 This test verifies that the client fails correctly when the server sends a 80 1. Client sends UnaryCall with: 95 1. Server sends a RST_STREAM with error code 0 after sending headers to the client. 102 This test verifies that the client fails "correctly" when the server sends a 106 1. Client sends UnaryCall with: 121 1. Server sends a RST_STREAM with error code 0 after sending half of 126 This test verifies that the client fails "correctly" when the server sends a 130 1. Client sends UnaryCall with: [all …]
|
D | keepalive.md | 48 …* A server sends a GOAWAY with ENHANCE_YOUR_CALM if the client sends too many misbehaving pings. F… 49 …* if a server has GRPC_ARG_KEEPALIVE_PERMIT_WITHOUT_CALLS set to false, and the client sends pings…
|
D | interop-test-descriptions.md | 120 calls, for compressed and uncompressed payloads. It also sends an initial 180 This test verifies the server can compress unary messages. It sends two unary 240 2. Client sends: 250 3. Client then sends: 260 4. Client then sends: 270 5. Client then sends: 290 performing a two-request streaming call. It also sends an initial probing 295 1. Client calls `StreamingInputCall` and sends the following feature-probing 446 2. After getting a reply, it sends: 459 3. After getting a reply, it sends: [all …]
|
/external/wpa_supplicant_8/hostapd/ |
D | README-MULTI-AP | 100 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 …]
|
/external/curl/tests/ |
D | memanalyze.pl | 36 my $sends=0; 323 $sends++; 418 "Sends: $sends\n", 422 …"Operations: ".($mallocs + $callocs + $reallocs + $strdups + $wcsdups + $sends + $recvs + $sockets…
|
/external/libwebsockets/minimal-examples/ws-client/ |
D | README.md | 4 …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…
|
/external/perfetto/docs/design-docs/ |
D | life-of-a-tracing-session.md | 21 8. The service sends a 25 9. The service sends a 55 19. The consumer sends a [`FlushRequest`](/protos/perfetto/ipc/consumer_port.proto#52) 66 23. The consumer optionally sends a 82 26. The consumer sends a `FreeBuffers` (or simply disconnects).
|
D | heapprofd-wire-protocol.md | 13 …ecord describing mallocs or frees into the shared memory buffer, and then sends a single byte on t… 48 …ProcessMatcher`. It then finds matching processes (by PID or cmdline) and sends the heapprofd RT s… 50 …sends `/proc/self/{map,mem}` fds. The _Main Thread_ finds the matching configuration in the `Proce… 56 …e the `AllocMetadata` + raw stack onto the shared memory buffer, and then sends a byte over the si… 71 traced sends a `StopDataSource` IPC. The _Main Thread_ posts a task to the _Unwinder Thread_ to ask…
|
/external/igt-gpu-tools/lib/i915/shaders/media/ |
D | media_vme.gxa | 46 (W) sends (16|M0) null:uw r17 r10 0x10A a0.0 48 (W) sends (16|M0) null:uw r18 r14 0x8A a0.0 50 (W) sends (8|M0) null:ud r19 r16 0x4A a0.0
|
/external/autotest/server/site_tests/bluetooth_AdapterCLHealth/ |
D | control.cl_sdp_service_search_request_basic_test | 16 The tester sends a Service Search Request to the DUT, searching the UUID of 23 The tester also sends Service Search Requests with intentionally invalid PDU
|
/external/pigweed/pw_rpc/ |
D | docs.rst | 243 ``pw_rpc`` sends all of its packets over channels. These are logical, 382 The client sends ``CLIENT_ERROR`` packets to a server when it receives a packet 432 The server sends ``SERVER_ERROR`` packets when it receives a packet it cannot 451 In a unary RPC, the client sends a single request and the server sends a single 473 In a server streaming RPC, the client sends a single request and the server 474 sends any number of responses followed by a ``SERVER_STREAM_END`` packet. 499 Server streaming RPCs may be cancelled by the client. The client sends a 533 In a client streaming RPC, the client sends any number of RPC requests followed 534 by a ``CLIENT_STREAM_END`` packet. The server then sends a single response. 599 In a bidirectional streaming RPC, the client sends any number of requests and [all …]
|
/external/llvm/docs/CommandGuide/ |
D | llvm-as.rst | 20 **llvm-as** sends its output to a file or standard output by following 45 sends its output to standard output.
|
/external/llvm-project/llvm/docs/CommandGuide/ |
D | llvm-as.rst | 22 **llvm-as** sends its output to a file or standard output by following 47 sends its output to standard output.
|
/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/testing/xds/v3/ |
D | lrs.proto | 52 // 5. When the timer of load_reporting_interval expires, Envoy sends new 61 // A load report Envoy sends to the management server. 71 // The management server sends envoy a LoadStatsResponse with all clusters it
|
/external/clang/test/SemaObjCXX/ |
D | instancetype.mm | 45 // Test that message sends to instancetype methods have the right type. 71 // Message sends to Class. 84 // Test that message sends to super methods have the right type. 158 // message sends.
|
/external/clang/test/SemaObjC/ |
D | instancetype.m | 45 // Test that message sends to instancetype methods have the right type. 71 // Message sends to Class. 84 // Test that message sends to super methods have the right type. 158 // message sends.
|
/external/llvm-project/clang/test/SemaObjC/ |
D | instancetype.m | 45 // Test that message sends to instancetype methods have the right type. 71 // Message sends to Class. 84 // Test that message sends to super methods have the right type. 158 // message sends.
|
/external/webrtc/data/voice_engine/stereo_rtp_files/ |
D | README.txt | 3 This sends the stereo rtp file to port 1236.
|
/external/curl/docs/cmdline-opts/ |
D | compressed.d | 9 If this option is used and the server sends an unsupported encoding, curl will
|
D | cert-status.d | 10 If this option is enabled and the server sends an invalid (e.g. expired)
|
/external/webrtc/p2p/base/ |
D | stun_request_unittest.cc | 59 static int TotalDelay(int sends) { in TotalDelay() argument 62 return delays[sends]; in TotalDelay()
|
/external/llvm-project/clang/test/Rewriter/ |
D | instancetype-test.mm | 46 // Test that message sends to instancetype methods have the right type. 67 // Message sends to Class.
|
/external/clang/test/Rewriter/ |
D | instancetype-test.mm | 46 // Test that message sends to instancetype methods have the right type. 67 // Message sends to Class.
|
/external/llvm-project/clang/test/SemaObjCXX/ |
D | instancetype.mm | 45 // Test that message sends to instancetype methods have the right type. 71 // Message sends to Class. 84 // Test that message sends to super methods have the right type. 158 // message sends.
|
12345678910>>...14