Home
last modified time | relevance | path

Searched refs:IsConnected (Results 1 – 20 of 20) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_reachability_test.cc157 EXPECT_TRUE(reachability->IsConnected(constant1, copy)); in TEST_F()
158 EXPECT_TRUE(reachability->IsConnected(copy, constant1)); in TEST_F()
159 EXPECT_FALSE(reachability->IsConnected(negate, add)); in TEST_F()
160 EXPECT_FALSE(reachability->IsConnected(add, negate)); in TEST_F()
Dmulti_output_fusion.h168 return reachability_->IsConnected(instr1, instr2); in is_connected()
Dhlo_reachability.h99 bool IsConnected(const HloInstruction* a, const HloInstruction* b) const;
Dhlo_reachability.cc82 bool HloReachabilityMap::IsConnected(const HloInstruction* a, in IsConnected() function in xla::HloReachabilityMap
/external/v8/src/debug/wasm/gdb-server/
Dsession.h33 bool IsConnected() const;
Dtarget.cc98 } while (!IsTerminated() && session_->IsConnected()); in Run()
165 while (session_->IsConnected()) { in ProcessCommands()
199 if (!session_->IsConnected()) { in ProcessCommands()
Dsession.cc23 bool Session::IsConnected() const { return connected_; } in IsConnected() function in v8::internal::wasm::gdb_server::Session
/external/webrtc/talk/app/webrtc/
Ddatachannel_unittest.cc115 EXPECT_TRUE(provider_.IsConnected(dc.get())); in TEST_F()
128 EXPECT_FALSE(provider_.IsConnected(webrtc_data_channel_.get())); in TEST_F()
132 EXPECT_TRUE(provider_.IsConnected(webrtc_data_channel_.get())); in TEST_F()
146 EXPECT_FALSE(provider_.IsConnected(webrtc_data_channel_.get())); in TEST_F()
/external/perfetto/src/profiling/memory/
Dclient.h113 bool IsConnected();
Dclient.cc387 if (client_config_.block_client && base::IsAgain(errno) && IsConnected()) { in SendWireMessageWithRetriesIfBlocking()
438 bool Client::IsConnected() { in IsConnected() function in perfetto::profiling::Client
/external/libchrome/mojo/public/cpp/bindings/tests/
Drouter_test_util.h67 bool responder_is_valid() const { return responder_->IsConnected(); } in responder_is_valid()
Drouter_test_util.cc66 EXPECT_TRUE(responder->IsConnected()); in AcceptWithResponder()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dstream_assignment.cc52 return !reachability.IsConnected(&a, &b); in CanRunConcurrently()
/external/webrtc/talk/app/webrtc/test/
Dfakedatachannelprovider.h139 bool IsConnected(webrtc::DataChannel* data_channel) const { in IsConnected() function
/external/webrtc/webrtc/modules/video_capture/windows/
Dsink_filter_ds.cc432 if (m_pInput && m_pInput->IsConnected()) in Pause()
436 if (m_pInput && !m_pInput->IsConnected()) in Pause()
/external/libchrome/mojo/public/cpp/bindings/
Dmessage.h286 virtual bool IsConnected() = 0;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DLazyCallGraph.cpp560 auto IsConnected = [&](SCC &C) { in switchInternalEdgeToCall() local
571 if (IsConnected(*C)) in switchInternalEdgeToCall()
984 auto IsConnected = [&](RefSCC &RC) { in insertIncomingRefEdge() local
996 if (IsConnected(*C)) in insertIncomingRefEdge()
/external/libchrome/mojo/public/cpp/bindings/lib/
Dinterface_endpoint_client.cc89 bool IsConnected() override { in IsConnected() function in mojo::__anon051bc9aa0111::ResponderThunk
/external/webrtc/webrtc/base/
Dtestutils.h315 bool IsConnected() const { in IsConnected() function
/external/llvm/lib/Analysis/
DLazyCallGraph.cpp345 auto IsConnected = [&](SCC &C) { in switchInternalEdgeToCall() local
358 if (IsConnected(*C)) in switchInternalEdgeToCall()