Home
last modified time | relevance | path

Searched refs:set_host_name (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/core/profiler/rpc/client/
Dprofiler_client_test_util.h56 request->set_host_name(*service_address);
Dremote_profiler_session_manager.cc88 request.set_host_name(resolved_service_address); in Init()
Dremote_profiler_session_manager_test.cc54 request.set_host_name(host_name.data(), host_name.size()); in PopulateProfileRequest()
Dcapture_profile.cc67 request.set_host_name(host_name.data(), host_name.size()); in PopulateProfileRequest()
/external/tensorflow/tensorflow/core/profiler/convert/
Dop_stats_to_pod_stats.cc38 record.set_host_name(string(host_name)); in CreatePodStatsRecord()
/external/tensorflow/tensorflow/core/util/
Ddebug_events_writer_test.cc269 source_file_1->set_host_name("localhost.localdomain"); in TEST_F()
278 source_file_2->set_host_name("localhost.localdomain"); in TEST_F()
438 source_file->set_host_name("localhost.localdomain"); in TEST_F()
479 source_file->set_host_name("localhost.localdomain"); in TEST_F()
522 source_file->set_host_name("localhost.localdomain"); in TEST_F()
/external/rust/crates/quiche/src/
Dtls.rs376 pub fn set_host_name(&self, name: &str) -> Result<()> { in set_host_name() method
Dlib.rs973 conn.handshake.set_host_name(server_name)?; in connect()