| /external/tensorflow/tensorflow/python/kernel_tests/ |
| D | collective_ops_test.py | 102 combinations.combine(device='CPU', communication='RING', required_gpus=0) + 104 device='GPU', communication=['RING', 'NCCL'], required_gpus=2)) 128 def testReduce(self, collective_ops, device, communication): argument 149 communication_hint=communication, 167 communication_hint=communication)) 176 communication_hint=communication)) 183 def testGather(self, collective_ops, device, communication): argument 205 communication_hint=communication) 222 communication_hint=communication)) 231 communication_hint=communication)) [all …]
|
| D | collective_ops_multi_worker_test.py | 58 combinations.combine(device="CPU", communication="RING", required_gpus=0) + 60 device="GPU", communication=["RING", "NCCL"], required_gpus=1)) 168 def testAbortCommunication(self, device, communication): argument 169 if communication == "NCCL": 187 communication_hint=communication) 205 communication_hint=communication) 215 communication_hint=communication) 227 communication_hint=communication) 229 def testAbortGroupParamsResolution(self, device, communication): argument 230 if communication == "NCCL": [all …]
|
| /external/openthread/third_party/mbedtls/repo/doxygen/input/ |
| D | doc_tcpip.h | 4 * \brief TCP/IP communication module documentation file. 13 * @addtogroup tcpip_communication_module TCP/IP communication module 15 * The TCP/IP communication module provides for a channel of 16 * communication for the \link ssltls_communication_module SSL/TLS communication 18 * In the TCP/IP-model it provides for communication up to the Transport 28 * IPSec communication solution as a basis. 31 * means of communication over the internet.
|
| D | doc_ssltls.h | 4 * \brief SSL/TLS communication module documentation file. 13 * @addtogroup ssltls_communication_module SSL/TLS communication module 15 * The SSL/TLS communication module provides the means to create an SSL/TLS 16 * communication channel. 28 * - the Host-to-host communication channel. A TCP/IP module is provided. 35 * framework to setup and communicate through an SSL/TLS communication channel.\n
|
| /external/mbedtls/doxygen/input/ |
| D | doc_tcpip.h | 4 * \brief TCP/IP communication module documentation file. 13 * @addtogroup tcpip_communication_module TCP/IP communication module 15 * The TCP/IP communication module provides for a channel of 16 * communication for the \link ssltls_communication_module SSL/TLS communication 18 * In the TCP/IP-model it provides for communication up to the Transport 28 * IPSec communication solution as a basis. 31 * means of communication over the internet.
|
| D | doc_ssltls.h | 4 * \brief SSL/TLS communication module documentation file. 13 * @addtogroup ssltls_communication_module SSL/TLS communication module 15 * The SSL/TLS communication module provides the means to create an SSL/TLS 16 * communication channel. 28 * - the Host-to-host communication channel. A TCP/IP module is provided. 35 * framework to setup and communicate through an SSL/TLS communication channel.\n
|
| /external/autotest/client/cros/cellular/mbim_compliance/ |
| D | mbim_descriptor_cache.py | 45 @param mbim_communication_interface: MBIM communication interface 47 @param ncm_communication_interface: NCM communication interface 114 # Fetch the MBIM communication interface 124 'No MBIM communication interface descriptor found') 161 # Fetch the NCM communication interface 169 # Fetch the MBIM communication interface 177 'No MBIM communication interface descriptor found') 223 # Only a dual NCM/MBIM device has an NCM communication interface
|
| D | mbim_device_context.py | 16 # MBIM Communication interface codes 52 # The USB descriptor for the communication interface for the modem. This 57 # The USB descriptor for the communication interface for the modem. This 79 # MBIM communication interface settings. 83 # corresponds to the interrupt endpoint in the MBIM communication 107 # Find device based on the communication class interface descriptor
|
| /external/tensorflow/tensorflow/python/distribute/v1/ |
| D | cross_device_ops_test.py | 458 communication=CollectiveCommunication.AUTO, argument 469 comm_options = collective_util.Options(implementation=communication) 484 assert communication != CollectiveCommunication.NCCL 495 comm_options = collective_util.Options(implementation=communication) 531 communication, argument 539 communication=communication, 670 communication, argument 678 communication=communication, 740 communication=CollectiveCommunication.RING, 754 communication=CollectiveCommunication.RING, [all …]
|
| /external/autotest/client/cros/cellular/mbim_compliance/sequences/ |
| D | mbim_open_generic_sequence.py | 9 [1] Universal Serial Bus Communication Class MBIM Compliance Testing: 19 82 # Set alternate setting to be 1 for MBIM communication interface of 88 # Send a RESET_FUNCTION(0x05) request to reset communication interface. 92 # Send GetNtbParameters() request to communication interface. 97 # Send SetNtbFormat() request to communication interface. 104 # Send SetNtbInputSize() request to communication interface. 109 # Send SetMaxDatagramSize() request to communication interface.
|
| /external/crosvm/third_party/vmm_vhost/ |
| D | README.md | 9 [vhost-user protocol](https://qemu.readthedocs.io/en/latest/interop/vhost-user.html#communication) 12 establish virtqueue sharing with a user space process on the same host. It uses communication over a 15 The protocol defines two sides of the communication, frontend and backend. Frontend is the 17 backend can be either a client (i.e. connecting) or server (listening) in the socket communication.
|
| /external/tcpdump/tests/ |
| D | bgp-shutdown-communication.out | 3 …e Administrative Shutdown (2), Shutdown Communication (length: 52): "This is a test of the shutdow… 6 …code Administrative Reset (4), Shutdown Communication (length: 52): "This is a test of the shutdow…
|
| /external/rust/crates/tokio/src/net/ |
| D | mod.rs | 10 //! * [`TcpListener`] and [`TcpStream`] provide functionality for communication over TCP 11 //! * [`UdpSocket`] provides functionality for communication over UDP 12 //! * [`UnixListener`] and [`UnixStream`] provide functionality for communication over a 14 //! * [`UnixDatagram`] provides functionality for communication
|
| /external/pigweed/pw_bluetooth/public/pw_bluetooth/low_energy/ |
| D | security_mode.h | 26 // In LE Security Mode 1, communication is secured by encryption, and 31 // In Secure Connections Only mode, all secure communication must use 128 bit, 36 // communication; it merely enforces stricter policies on all encrypted 37 // communication.
|
| /external/curl/docs/libcurl/ |
| D | libcurl-ws.md | 37 WebSocket is a TCP-like message-based communication protocol done over HTTP, 41 URL with a "WS://" or "WSS://" scheme. "WS" is for cleartext communication 47 the server. The communication can happen in both directions at the same time. 51 WebSocket communication is message based. That means that both ends send and 111 establishes and setups the WebSocket communication and then returns control
|
| /external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/ |
| D | prepare_tpu_computation_for_tf_export.cc | 41 // Returns true if the given op is TF/XLA communication op in the old bridge. 47 // Returns true if the given op is one of ops supported to have communication 160 // TODO(hinsu): Investigate if the semantics of keys for these communication in RewriteCommunicationOps() 177 // names for tf/xla communication related ops. These attributes are used to 180 // previous communication ops. 183 // ops are communication ops and all their parent ops via nesting or function in SetTokenInputAttrs() 235 // Only communication related ops that needs to have token should have the in SetTokenInputAttrs() 241 "does not support subcomputations with tf/xla communication ops"); in SetTokenInputAttrs() 262 // First rewrite communication ops used in the new bridge to match old bridge in runOnOperation()
|
| /external/rust/crates/vhost/ |
| D | README.md | 22 …otocol](https://qemu.readthedocs.io/en/latest/interop/vhost-user.html#communication) aims to imple… 26 It uses communication over a Unix domain socket to share file descriptors in 29 The protocol defines two sides of the communication, master and slave. 32 or server (listening) in the socket communication.
|
| /external/oj-libjdwp/src/share/classes/com/sun/jdi/connect/spi/ |
| D | TransportService.java | 44 * communication protocol. In essence a transport service 47 * JDWP specification</a>) to an underlying communication 52 * based on an underlying communication protocol that is 53 * reliable or unreliable. If the underlying communication 56 * packets as payloads of the underlying communication 57 * protocol. In the case of an unreliable communication 163 * representing the bi-directional communication channel to the 203 * communication channel to the target VM. 312 * bi-directional communication channel to the target VM. 355 * communication channel to the target VM.
|
| /external/guava/guava/src/com/google/common/base/ |
| D | Ascii.java | 58 * Start of Heading: A communication control character used at the beginning of a sequence of 67 * Start of Text: A communication control character which precedes a sequence of characters that 77 * End of Text: A communication control character used to terminate a sequence of characters 85 * End of Transmission: A communication control character used to indicate the conclusion of a 93 * Enquiry: A communication control character used in data communication systems as a request for 102 * Acknowledge: A communication control character transmitted by a receiver as an affirmative 196 * Data Link Escape: A communication control character which will change the meaning of a limited 198 * controls in data communication networks. 217 * restarting the transmission after the communication has been stopped by the XOFF control code. 261 * Negative Acknowledge: A communication control character transmitted by a receiver as a negative [all …]
|
| /external/guava/android/guava/src/com/google/common/base/ |
| D | Ascii.java | 58 * Start of Heading: A communication control character used at the beginning of a sequence of 67 * Start of Text: A communication control character which precedes a sequence of characters that 77 * End of Text: A communication control character used to terminate a sequence of characters 85 * End of Transmission: A communication control character used to indicate the conclusion of a 93 * Enquiry: A communication control character used in data communication systems as a request for 102 * Acknowledge: A communication control character transmitted by a receiver as an affirmative 196 * Data Link Escape: A communication control character which will change the meaning of a limited 198 * controls in data communication networks. 217 * restarting the transmission after the communication has been stopped by the XOFF control code. 261 * Negative Acknowledge: A communication control character transmitted by a receiver as a negative [all …]
|
| /external/autotest/client/site_tests/kernel_TPMStress/ |
| D | control | 7 PURPOSE = "Stress test of communication with the TPM" 8 CRITERIA = "Fails if there are communication errors with the TPM" 18 an attempt to reproduce possible communication errors, either over LPC
|
| /external/toolchain-utils/bestflags/ |
| D | pipeline_worker.py | 36 This is a communication channel between the pipeline_process and this 40 This is the communication channel between the workers and this helper 98 is the communication channel between the workers and this method. 137 the communication channel between the worker and the helper. 139 the communication channel between the worker and the next stage.
|
| /external/kernel-headers/original/uapi/linux/ |
| D | mei.h | 14 * FW Client (given by UUID). This opens a communication channel 17 * Only in close() (file_operation release()) is the communication between 99 * The IOCTL opens a communication channel between a host client and 103 * Upon close() the communication is terminated.
|
| /external/apache-http/src/org/apache/http/conn/ |
| D | ManagedClientConnection.java | 193 * Marks this connection as being in a reusable communication state. 194 * The checkpoints for reuseable communication states (in the absence 198 * used for communication. A call to this method indicates that 201 * A reusable communication state is necessary but not sufficient 219 * or reading from this connection. Communication attempts will 228 * Indicates whether this connection is in a reusable communication state. 233 * a reusable communication state,
|
| /external/rust/crates/vhost-user-backend/src/vhost_user/ |
| D | master_req_handler.rs | 14 /// Define services provided by masters for the slave communication channel. 16 /// The vhost-user specification defines a slave communication channel, by which slaves could 115 /// Server to handle service requests from slaves from the slave communication channel. 118 /// slaves on the slave communication channel. It's actually a proxy invoking the registered 124 // underlying Unix domain socket for communication 136 /// Create a server to handle service requests from slaves on the slave communication channel. 138 /// This opens a pair of connected anonymous sockets to form the slave communication channel. 156 /// Get the socket fd for the slave to communication with the master. 183 /// Main entrance to server slave request from the slave communication channel. 193 // The underlying communication channel is a Unix domain socket in in handle_request()
|