Home
last modified time | relevance | path

Searched defs:is_connected (Results 1 – 14 of 14) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dmulti_output_fusion.h196 bool is_connected(HloInstruction* instr1, HloInstruction* instr2) { in is_connected() function
/external/cronet/net/socket/
Dudp_socket_win.h266 bool is_connected() const { return is_connected_; } in is_connected() function
Dudp_socket_posix.h178 bool is_connected() const { return is_connected_; } in is_connected() function
/external/libchrome/dbus/
Dbus.h586 bool is_connected() { return connection_ != nullptr; } in is_connected() function
/external/perfetto/include/perfetto/ext/base/
Dunix_socket.h362 bool is_connected() const { return state_ == State::kConnected; } in is_connected() function
/external/autotest/server/cros/servo/
Dpd_device.py43 def is_connected(self, state=None): member in PDDevice
226 def is_connected(self, state=None): member in PDConsoleDevice
/external/webrtc/examples/peerconnection/client/
Dpeer_connection_client.cc58 bool PeerConnectionClient::is_connected() const { in is_connected() function in PeerConnectionClient
/external/selinux/libsemanage/src/
Dhandle.h60 int is_connected; member
/external/autotest/client/cros/bluetooth/floss/
Dadapter_client.py646 def is_connected(self, address): member in FlossAdapterClient
/external/tensorflow/tensorflow/core/distributed_runtime/coordination/
Dcoordination_service_agent.cc403 bool is_connected = false; in Shutdown() local
/external/python/cpython3/Lib/
Dnntplib.py385 is_connected = lambda: hasattr(self, "file") function
/external/curl/lib/
Dconnect.c570 static CURLcode is_connected(struct Curl_cfilter *cf, in is_connected() function
/external/python/cpython3/Lib/test/
Dtest_nntplib.py269 def is_connected(): function
/external/crosvm/devices/src/virtio/vhost/user/
Dproxy.rs584 let is_connected = match self.check_sibling_connection::<R>() { in process_rx() localVariable