Home
last modified time | relevance | path

Searched refs:connect_info (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/profiler/utils/
Dgroup_events.cc544 for (const auto& connect_info : connect_info_list) { in ConnectInterThread() local
547 connect_info.parent_stat_types; in ConnectInterThread()
548 const std::vector<int64>* child_stat_types = &connect_info.child_stat_types; in ConnectInterThread()
553 gtl::FindOrNull(event_node_map_, connect_info.parent_event_type)) { in ConnectInterThread()
568 gtl::FindOrNull(event_node_map_, connect_info.child_event_type)) { in ConnectInterThread()
/external/libwebsockets/lib/secure-streams/protocols/
DREADME.md18 connect_info struct to match the details of the protocol selected.
/external/wpa_supplicant_8/wpa_supplicant/
Deapol_test.c73 char *connect_info; member
269 os_snprintf(buf, sizeof(buf), "%s", e->connect_info); in ieee802_1x_encapsulate_radius()
1316 eapol_test.connect_info = "CONNECT 11Mbps 802.11b"; in main()
1338 eapol_test.connect_info = optarg; in main()
/external/llvm-project/lldb/packages/Python/lldbsuite/test/tools/lldb-server/
Dgdbremote_testcase.py258 connect_info = (self.stub_hostname, self.port)
260 sock.connect(connect_info)