| /external/libpcap/ |
| D | pcap_inject.3pcap | 44 sending packets; as 46 doesn't have a flag to indicate whether to open for capturing, sending, 47 or capturing and sending, you cannot request an open that supports 48 sending and be notified at open time whether sending will be possible. 49 Note also that some devices might not support sending packets. 57 which the packet it sent, if the platform doesn't support sending 62 nominally support sending completely raw and unchanged packets.
|
| /external/webrtc/audio/voip/ |
| D | audio_channel.cc | 89 // Start sending with RTP stack if it has not been sending yet. in StartSend() 90 if (!rtp_rtcp_->Sending()) { in StartSend() 99 // Deactivate RTP stack when both sending and receiving are stopped. in StopSend() 102 if (!ingress_->IsPlaying() && rtp_rtcp_->Sending()) { in StopSend() 113 // If RTP stack is not sending then start sending as in recv-only mode, RTCP in StartPlay() 115 if (!rtp_rtcp_->Sending()) { in StartPlay() 124 // Deactivate RTP stack only when both sending and receiving are stopped. in StopPlay() 125 if (!rtp_rtcp_->SendingMedia() && rtp_rtcp_->Sending()) { in StopPlay()
|
| /external/aws-crt-java/src/main/java/software/amazon/awssdk/crt/mqtt/ |
| D | MqttMessage.java | 22 * @param qos {@link QualityOfService}. When sending, the 25 * @param retain Retain flag. When sending, whether the message should be 29 * @param dup DUP flag. Ignored when sending. When receiving, indicates 46 * @param qos {@link QualityOfService}. When sending, the 49 * @param retain Retain flag. When sending, whether the message should be 63 * @param qos {@link QualityOfService}. When sending, the 98 * Gets the {@link QualityOfService}. When sending, the {@link QualityOfService} 109 * Gets the retain flag. When sending, whether the message should be retained by 120 * Gets the DUP flag. Ignored when sending. When receiving, indicates whether
|
| /external/sdk-platform-java/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/ |
| D | LoggingOrBuilder.java | 30 * Logging configurations for sending logs to the producer project. 43 * Logging configurations for sending logs to the producer project. 56 * Logging configurations for sending logs to the producer project. 69 * Logging configurations for sending logs to the producer project. 83 * Logging configurations for sending logs to the producer project. 97 * Logging configurations for sending logs to the consumer project. 110 * Logging configurations for sending logs to the consumer project. 123 * Logging configurations for sending logs to the consumer project. 136 * Logging configurations for sending logs to the consumer project. 150 * Logging configurations for sending logs to the consumer project.
|
| D | MonitoringOrBuilder.java | 30 * Monitoring configurations for sending metrics to the producer project. 45 * Monitoring configurations for sending metrics to the producer project. 60 * Monitoring configurations for sending metrics to the producer project. 75 * Monitoring configurations for sending metrics to the producer project. 91 * Monitoring configurations for sending metrics to the producer project. 108 * Monitoring configurations for sending metrics to the consumer project. 123 * Monitoring configurations for sending metrics to the consumer project. 138 * Monitoring configurations for sending metrics to the consumer project. 153 * Monitoring configurations for sending metrics to the consumer project. 169 * Monitoring configurations for sending metrics to the consumer project.
|
| /external/arm-trusted-firmware/plat/ti/k3/common/ |
| D | k3_psci.c | 115 /* Start by sending wait for WFI command */ in k3_pwr_domain_off() 125 ERROR("Sending wait for WFI failed (%d)\n", ret); in k3_pwr_domain_off() 132 ERROR("Sending core shutdown message failed (%d)\n", ret); in k3_pwr_domain_off() 144 ERROR("Sending set control message failed (%d)\n", ret); in k3_pwr_domain_off() 152 ERROR("Sending set control message failed (%d)\n", ret); in k3_pwr_domain_off() 161 ERROR("Sending wait message failed (%d)\n", ret); in k3_pwr_domain_off() 169 ERROR("Sending set control message failed (%d)\n", ret); in k3_pwr_domain_off() 177 ERROR("Sending set control message failed (%d)\n", ret); in k3_pwr_domain_off() 186 ERROR("Sending wait message failed (%d)\n", ret); in k3_pwr_domain_off() 193 ERROR("Sending cluster shutdown message failed (%d)\n", ret); in k3_pwr_domain_off()
|
| /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/kill/ |
| D | assertions.xml | 11 If the real or effective user ID of the sending process does not match the real 21 The sending process must also have permission to send a signal to the 26 set of system processes). The sending process must have permission 32 value of pid. The sending process must have permission to send signal 36 If it turns out that sig should be sent to the sending process (based on 38 will be sent to the sending thread before the kill() returns. However, 47 same session as the sending process, then the user ID tests described in 52 sending of signals (for extended security controls), including restrictions
|
| /external/ltp/utils/sctp/func_tests/ |
| D | test_1_to_1_sendto.c | 8 * TEST1: Sending data from client socket to server socket 9 * TEST2: Sending data from accept (server) socket to client socket 10 * TEST3: Sending data from unconnected client socket to server 11 * TEST4: sending partial data from a buffer 112 /*sendto() TEST1: Sending data from client socket to server socket*/ in main() 125 /*sendto() TEST2: Sending data from accept socket to client socket*/ in main() 141 /*sendto() TEST3: Sending data from unconnected client socket to in main() 155 /*send() TEST4: Sending less number of data from the buffer*/ in main() 156 /*Sending only 5 bytes so that only hello is received*/ in main()
|
| /external/cronet/stable/net/third_party/quiche/src/quiche/http2/adapter/ |
| D | nghttp2_util.cc | 190 HTTP2_FRAME_SEND_LOG << "Sending DATA on stream " << frame.hd.stream_id in LogBeforeSend() 198 HTTP2_FRAME_SEND_LOG << "Sending HEADERS on stream " << frame.hd.stream_id in LogBeforeSend() 205 HTTP2_FRAME_SEND_LOG << "Sending PRIORITY"; in LogBeforeSend() 208 HTTP2_FRAME_SEND_LOG << "Sending RST_STREAM on stream " in LogBeforeSend() 213 HTTP2_FRAME_SEND_LOG << "Sending SETTINGS with " << frame.settings.niv in LogBeforeSend() 218 HTTP2_FRAME_SEND_LOG << "Sending PUSH_PROMISE"; in LogBeforeSend() 223 HTTP2_FRAME_SEND_LOG << "Sending PING with unique_id " in LogBeforeSend() 229 HTTP2_FRAME_SEND_LOG << "Sending GOAWAY with last_stream: " in LogBeforeSend() 234 HTTP2_FRAME_SEND_LOG << "Sending WINDOW_UPDATE on stream " in LogBeforeSend() 239 HTTP2_FRAME_SEND_LOG << "Sending CONTINUATION, which is unexpected"; in LogBeforeSend()
|
| /external/rust/android-crates-io/crates/tokio/src/signal/windows/ |
| D | sys.rs | 142 // Windows doesn't have a good programmatic way of sending events in ctrl_c() 143 // like sending signals on Unix, so we'll stub out the actual OS in ctrl_c() 159 // Windows doesn't have a good programmatic way of sending events in ctrl_break() 160 // like sending signals on Unix, so we'll stub out the actual OS in ctrl_break() 177 // Windows doesn't have a good programmatic way of sending events in ctrl_close() 178 // like sending signals on Unix, so we'll stub out the actual OS in ctrl_close() 195 // Windows doesn't have a good programmatic way of sending events in ctrl_shutdown() 196 // like sending signals on Unix, so we'll stub out the actual OS in ctrl_shutdown() 213 // Windows doesn't have a good programmatic way of sending events in ctrl_logoff() 214 // like sending signals on Unix, so we'll stub out the actual OS in ctrl_logoff()
|
| /external/cronet/tot/net/third_party/quiche/src/quiche/http2/adapter/ |
| D | nghttp2_util.cc | 190 HTTP2_FRAME_SEND_LOG << "Sending DATA on stream " << frame.hd.stream_id in LogBeforeSend() 198 HTTP2_FRAME_SEND_LOG << "Sending HEADERS on stream " << frame.hd.stream_id in LogBeforeSend() 205 HTTP2_FRAME_SEND_LOG << "Sending PRIORITY"; in LogBeforeSend() 208 HTTP2_FRAME_SEND_LOG << "Sending RST_STREAM on stream " in LogBeforeSend() 213 HTTP2_FRAME_SEND_LOG << "Sending SETTINGS with " << frame.settings.niv in LogBeforeSend() 218 HTTP2_FRAME_SEND_LOG << "Sending PUSH_PROMISE"; in LogBeforeSend() 223 HTTP2_FRAME_SEND_LOG << "Sending PING with unique_id " in LogBeforeSend() 229 HTTP2_FRAME_SEND_LOG << "Sending GOAWAY with last_stream: " in LogBeforeSend() 234 HTTP2_FRAME_SEND_LOG << "Sending WINDOW_UPDATE on stream " in LogBeforeSend() 239 HTTP2_FRAME_SEND_LOG << "Sending CONTINUATION, which is unexpected"; in LogBeforeSend()
|
| /external/trusty/arm-trusted-firmware/plat/ti/k3/common/ |
| D | k3_psci.c | 115 /* Start by sending wait for WFI command */ in k3_pwr_domain_off() 125 ERROR("Sending wait for WFI failed (%d)\n", ret); in k3_pwr_domain_off() 132 ERROR("Sending core shutdown message failed (%d)\n", ret); in k3_pwr_domain_off() 144 ERROR("Sending set control message failed (%d)\n", ret); in k3_pwr_domain_off() 152 ERROR("Sending set control message failed (%d)\n", ret); in k3_pwr_domain_off() 161 ERROR("Sending wait message failed (%d)\n", ret); in k3_pwr_domain_off() 169 ERROR("Sending set control message failed (%d)\n", ret); in k3_pwr_domain_off() 177 ERROR("Sending set control message failed (%d)\n", ret); in k3_pwr_domain_off() 186 ERROR("Sending wait message failed (%d)\n", ret); in k3_pwr_domain_off() 193 ERROR("Sending cluster shutdown message failed (%d)\n", ret); in k3_pwr_domain_off() [all …]
|
| /external/aws-sdk-java-v2/services/ses/src/main/resources/codegen-resources/ |
| D | service-2.json | 50 … email sending events. For information about using configuration sets, see the <a href=\"https://d… 71 …sending events associated with a configuration set. For information about using configuration sets… 194 … email sending events. For information about using configuration sets, see the <a href=\"https://d… 211 … email sending events. For information about using configuration sets, see the <a href=\"https://d… 263 …sending authorization policy for the given identity (an email address or a domain). This operation… 359 …ets, see the <a href=\"https://docs.aws.amazon.com/ses/latest/dg/monitor-sending-activity.html\">A… 404 …"documentation":"<p>Returns the email sending status of the Amazon SES account for the current Reg… 459 …SES, see the <a href=\"https://docs.aws.amazon.com/ses/latest/dg/monitor-sending-activity-using-no… 472 …sending authorization policies for the given identity (an email address or a domain). The policies… 497 …"documentation":"<p>Provides the sending limits for the Amazon SES account. </p> <p>You can execut… [all …]
|
| /external/sandboxed-api/sandboxed_api/ |
| D | rpcchannel.cc | 35 return absl::UnavailableError("Sending TLV value failed"); in Call() 69 return absl::UnavailableError("Sending TLV value failed"); in Allocate() 87 return absl::UnavailableError("Sending TLV value failed"); in Reallocate() 105 return absl::UnavailableError("Sending TLV value failed"); in Free() 118 return absl::UnavailableError("Sending TLV value failed"); in Symbol() 142 return absl::UnavailableError("Sending TLV value failed"); in SendFD() 145 return absl::UnavailableError("Sending FD failed"); in SendFD() 159 return absl::UnavailableError("Sending TLV value failed"); in RecvFD() 176 return absl::UnavailableError("Sending TLV value failed"); in Close() 189 return absl::UnavailableError("Sending TLV value failed"); in Strlen()
|
| /external/curl/docs/libcurl/opts/ |
| D | CURLOPT_KEEP_SENDING_ON_ERROR.md | 18 CURLOPT_KEEP_SENDING_ON_ERROR - keep sending on early HTTP response \>= 300 31 A long parameter set to 1 tells the library to keep sending the request body 33 would be to stop sending and close the stream or connection. 43 0, stop sending on error 56 curl_easy_setopt(curl, CURLOPT_POSTFIELDS, "sending data");
|
| /external/cronet/tot/third_party/jni_zero/benchmarks/ |
| D | README.md | 6 1. Sending a few parameters (< 50bytes) in a JNI call might only add 25-50% 8 1. For sending a lot of data, primitive arrays are the most performant way, 95 ## Sending Primitive containers (primitive arrays or collections with autoboxed primitives). 99 This is the fastest possible way of sending data since there is no conversion needed and no extra c… 260 ## Sending naked integers as parameters (not in a container). {.numbered} 262 ### Sending 10000 ints from Java -> C++ one at a time (each call sends a single int as a parameter). 286 ### Sending 10000 ints from C++ -> Java one at a time (each call sends a single int as a parameter). 310 ### Sending 100000 ints 10 at a time from Java -> C++ 344 ### Sending 100000 ints 10 at a time from C++ -> Java 368 ### Sending 10000 Integers from Java -> C++ ints converted using @JniType one at a time (each call … [all …]
|
| /external/cronet/stable/third_party/jni_zero/benchmarks/ |
| D | README.md | 6 1. Sending a few parameters (< 50bytes) in a JNI call might only add 25-50% 8 1. For sending a lot of data, primitive arrays are the most performant way, 95 ## Sending Primitive containers (primitive arrays or collections with autoboxed primitives). 99 This is the fastest possible way of sending data since there is no conversion needed and no extra c… 260 ## Sending naked integers as parameters (not in a container). {.numbered} 262 ### Sending 10000 ints from Java -> C++ one at a time (each call sends a single int as a parameter). 286 ### Sending 10000 ints from C++ -> Java one at a time (each call sends a single int as a parameter). 310 ### Sending 100000 ints 10 at a time from Java -> C++ 344 ### Sending 100000 ints 10 at a time from C++ -> Java 368 ### Sending 10000 Integers from Java -> C++ ints converted using @JniType one at a time (each call … [all …]
|
| /external/google-cloud-java/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/ |
| D | HttpHeaderActionOrBuilder.java | 138 * Headers to add the response before sending the response back to the client. 149 * Headers to add the response before sending the response back to the client. 160 * Headers to add the response before sending the response back to the client. 171 * Headers to add the response before sending the response back to the client. 183 * Headers to add the response before sending the response back to the client. 195 …* A list of header names for headers that need to be removed from the response before sending the … 207 …* A list of header names for headers that need to be removed from the response before sending the … 219 …* A list of header names for headers that need to be removed from the response before sending the … 232 …* A list of header names for headers that need to be removed from the response before sending the …
|
| /external/grpc-grpc/doc/ |
| D | http2-interop-test-descriptions.md | 11 It is responsible for handling requests and sending responses, and also for 77 RST_STREAM immediately after sending headers to the client. 95 1. Server sends a RST_STREAM with error code 0 after sending headers to the client. 103 RST_STREAM halfway through sending data to the client. 121 1. Server sends a RST_STREAM with error code 0 after sending half of 127 RST_STREAM after sending all of the data to the client. 145 1. Server sends a RST_STREAM with error code 0 after sending all of the 176 2. Server sends pings before and after sending headers, also before and after sending data.
|
| /external/webrtc/modules/congestion_controller/pcc/ |
| D | pcc_network_controller.h | 35 // It divides time into consecutive Monitor Intervals (MI) to test sending 36 // rates r(1 + eps), r(1 - eps) for the current sending rate r. 39 // sending rate using gradient ascent to maximize utility function. 44 // Slow start phase of PCC doubles sending rate each monitor interval. 49 // If we got that sending with the lower rate resulted in higher packet 58 // Monitor interval length is fixed when it is equal to the time of sending
|
| /external/python/google-api-python-client/docs/dyn/ |
| D | analyticsadmin_v1alpha.properties.androidAppDataStreams.measurementProtocolSecrets.html | 113 { # A secret value used for sending hits to Measurement Protocol. 116 … this value to the api_secret field of the Measurement Protocol API when sending hits to this secr… 127 { # A secret value used for sending hits to Measurement Protocol. 130 … this value to the api_secret field of the Measurement Protocol API when sending hits to this secr… 166 { # A secret value used for sending hits to Measurement Protocol. 169 … this value to the api_secret field of the Measurement Protocol API when sending hits to this secr… 191 { # A secret value used for sending hits to Measurement Protocol. 194 … this value to the api_secret field of the Measurement Protocol API when sending hits to this secr… 224 { # A secret value used for sending hits to Measurement Protocol. 227 … this value to the api_secret field of the Measurement Protocol API when sending hits to this secr… [all …]
|
| D | analyticsadmin_v1alpha.properties.iosAppDataStreams.measurementProtocolSecrets.html | 113 { # A secret value used for sending hits to Measurement Protocol. 116 … this value to the api_secret field of the Measurement Protocol API when sending hits to this secr… 127 { # A secret value used for sending hits to Measurement Protocol. 130 … this value to the api_secret field of the Measurement Protocol API when sending hits to this secr… 166 { # A secret value used for sending hits to Measurement Protocol. 169 … this value to the api_secret field of the Measurement Protocol API when sending hits to this secr… 191 { # A secret value used for sending hits to Measurement Protocol. 194 … this value to the api_secret field of the Measurement Protocol API when sending hits to this secr… 224 { # A secret value used for sending hits to Measurement Protocol. 227 … this value to the api_secret field of the Measurement Protocol API when sending hits to this secr… [all …]
|
| D | analyticsadmin_v1alpha.properties.webDataStreams.measurementProtocolSecrets.html | 113 { # A secret value used for sending hits to Measurement Protocol. 116 … this value to the api_secret field of the Measurement Protocol API when sending hits to this secr… 127 { # A secret value used for sending hits to Measurement Protocol. 130 … this value to the api_secret field of the Measurement Protocol API when sending hits to this secr… 166 { # A secret value used for sending hits to Measurement Protocol. 169 … this value to the api_secret field of the Measurement Protocol API when sending hits to this secr… 191 { # A secret value used for sending hits to Measurement Protocol. 194 … this value to the api_secret field of the Measurement Protocol API when sending hits to this secr… 224 { # A secret value used for sending hits to Measurement Protocol. 227 … this value to the api_secret field of the Measurement Protocol API when sending hits to this secr… [all …]
|
| /external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/guide/test/ |
| D | ChannelsGuideTest.kt | 94 "Sending 0", in <lambda>() 95 "Sending 1", in <lambda>() 96 "Sending 2", in <lambda>() 97 "Sending 3", in <lambda>() 98 "Sending 4" in <lambda>()
|
| /external/webrtc/p2p/base/ |
| D | pseudo_tcp_unittest.cc | 71 // rather than `local_` sending it followed by a response from `remote_`. 247 // Sending will start from OnTcpWriteable and complete when all data has in TestTransfer() 370 // Sending will start from OnTcpWriteable and stop when the required in TestPingPong() 581 // If there are packet tasks, attempt to continue sending after giving in WriteData() 609 // Test the normal case of sending data from one side to the other. 616 // Test sending data with a 50 ms RTT. Transmission should take longer due 625 // Test sending data with packet loss. Transmission should take much longer due 634 // Test sending data with a 50 ms RTT and 10% packet loss. Transmission should 644 // Test sending data with 10% packet loss and Nagling disabled. Transmission 675 // Test sending data with 10% packet loss and Delayed ACK disabled. [all …]
|