HomeSort by relevance Sort by last modified time
    Searched defs:is_connected (Results 1 - 7 of 7) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/service/
multi_output_fusion.h 162 bool is_connected(HloInstruction* instr1, HloInstruction* instr2) { function in class:xla::MultiOutputFusion
  /external/autotest/server/cros/servo/
pd_device.py 37 def is_connected(self): member in class:PDDevice
174 def is_connected(self): member in class:PDConsoleDevice
252 connect = self.is_connected()
362 if self.is_connected() == False:
371 if self.is_connected() == False:
470 connect = self.is_connected()
  /external/perfetto/include/perfetto/base/
unix_socket.h 276 bool is_connected() const { return state_ == State::kConnected; } function in class:perfetto::base::UnixSocket
  /external/libchrome/dbus/
bus.h 586 bool is_connected() { return connection_ != nullptr; } function in class:dbus::Bus
  /external/webrtc/webrtc/examples/peerconnection/client/
peer_connection_client.cc 79 bool PeerConnectionClient::is_connected() const { function in class:PeerConnectionClient
161 ASSERT(is_connected());
163 if (!is_connected() || peer_id == -1)
363 ASSERT(is_connected());
  /external/selinux/libsemanage/src/
handle.h 61 int is_connected; member in struct:semanage_handle
  /external/python/cpython3/Lib/test/
test_nntplib.py 255 def is_connected(): function in function:NetworkedNNTPTestsMixin.test_with_statement
265 self.assertTrue(is_connected())
267 self.assertFalse(is_connected())
271 self.assertFalse(is_connected())
    [all...]

Completed in 588 milliseconds