Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dmulti_output_fusion.h192 bool is_connected(HloInstruction* instr1, HloInstruction* instr2) { in is_connected() function
/external/perfetto/include/perfetto/ext/base/
Dunix_socket.h346 bool is_connected() const { return state_ == State::kConnected; } in is_connected() function
/external/libchrome/dbus/
Dbus.h586 bool is_connected() { return connection_ != nullptr; } 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.cc69 bool PeerConnectionClient::is_connected() const { in is_connected() function in PeerConnectionClient
/external/selinux/libsemanage/src/
Dhandle.h61 int is_connected; member
/external/llvm-project/lldb/source/Target/
DPlatform.cpp433 const bool is_connected = IsConnected(); in GetStatus() local
468 const bool is_connected = IsConnected(); in GetOSVersion() local
916 const bool is_connected = IsConnected(); in GetSystemArchitecture() local
/external/python/cpython3/Lib/
Dnntplib.py385 is_connected = lambda: hasattr(self, "file") function
/external/python/cpython3/Lib/test/
Dtest_nntplib.py267 def is_connected(): function