Searched defs:is_connected (Results 1 – 9 of 9) sorted by relevance
192 bool is_connected(HloInstruction* instr1, HloInstruction* instr2) { in is_connected() function
346 bool is_connected() const { return state_ == State::kConnected; } in is_connected() function
586 bool is_connected() { return connection_ != nullptr; } in is_connected() function
43 def is_connected(self, state=None): member in PDDevice226 def is_connected(self, state=None): member in PDConsoleDevice
69 bool PeerConnectionClient::is_connected() const { in is_connected() function in PeerConnectionClient
61 int is_connected; member
433 const bool is_connected = IsConnected(); in GetStatus() local468 const bool is_connected = IsConnected(); in GetOSVersion() local916 const bool is_connected = IsConnected(); in GetSystemArchitecture() local
385 is_connected = lambda: hasattr(self, "file") function
267 def is_connected(): function